diff --git a/book/Chapter-05.html b/book/Chapter-05.html
index 94212ad..8d43970 100644
--- a/book/Chapter-05.html
+++ b/book/Chapter-05.html
@@ -228,6 +228,15 @@
.
+
+
The Lapwing dictionary and theory are pretty stable, but the dictionary is updated on a weekly basis to fix mistakes and typos. Occasionally there are also changes to the theory itself to make it more consistent and easier to learn. This book is always in sync with the latest version of the dictionary. However, the plugin (and therefore the dictionary) do not autoupdate. To update the plugin and dictionaries:
+
+- Open the plugins manager and find
plover-lapwing-aio
.
+- Press the update button.
+- In Plover’s main window, go to
File → Open Config Folder
.
+- Delete the dictionary you want to update (e.g.
lapwing-base.json
)
+- Restart Plover
+
If you do not want to use the all-in-one plugin, please see Appendix B if you wish to set up Lapwing dictionaries manually (not recommended).
diff --git a/book/highlight.js b/book/highlight.js
index 18d2434..3256c00 100644
--- a/book/highlight.js
+++ b/book/highlight.js
@@ -48,7 +48,6 @@ hljs.registerLanguage("handlebars",function(){"use strict";function e(...e){retu
hljs.registerLanguage("haskell",function(){"use strict";return function(e){var n={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},i={className:"meta",begin:"{-#",end:"#-}"},a={className:"meta",begin:"^#",end:"$"},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},l={begin:"\\(",end:"\\)",illegal:'"',contains:[i,a,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),n]};return{name:"Haskell",aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[l,n],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[l,n],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[s,l,n]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[i,s,l,{begin:"{",end:"}",contains:l.contains},n]},{beginKeywords:"default",end:"$",contains:[s,l,n]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,n]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[s,e.QUOTE_STRING_MODE,n]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},i,a,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}]}}}());
hljs.registerLanguage("julia",function(){"use strict";return function(e){var r="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",t={$pattern:r,keyword:"in isa where baremodule begin break catch ccall const continue do else elseif end export false finally for function global if import importall let local macro module quote return true try using while type immutable abstract bitstype typealias ",literal:"true false ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im nothing pi γ π φ ",built_in:"ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool "},a={keywords:t,illegal:/<\//},n={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},o={className:"variable",begin:"\\$"+r},i={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},l={className:"string",contains:[e.BACKSLASH_ESCAPE,n,o],begin:"`",end:"`"},s={className:"meta",begin:"@"+r};return a.name="Julia",a.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},i,l,s,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},e.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],n.contains=a.contains,a}}());
hljs.registerLanguage("nim",function(){"use strict";return function(e){return{name:"Nim",aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from func generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}}());
-hljs.registerLanguage("nix",function(){"use strict";return function(e){var n={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},i={className:"subst",begin:/\$\{/,end:/}/,keywords:n},t={className:"string",contains:[i],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},s=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t,{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]}];return i.contains=s,{name:"Nix",aliases:["nixos"],keywords:n,contains:s}}}());
hljs.registerLanguage("r",function(){"use strict";return function(e){var n="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{name:"R",contains:[e.HASH_COMMENT_MODE,{begin:n,keywords:{$pattern:n,keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}}());
hljs.registerLanguage("scala",function(){"use strict";return function(e){var n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},s={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},t={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},i={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},t]},l={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[t]};return{name:"Scala",keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},s,l,i,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}}());
hljs.registerLanguage("x86asm",function(){"use strict";return function(s){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+s.IDENT_RE,keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[s.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},s.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}}());
\ No newline at end of file
diff --git a/book/print.html b/book/print.html
index 54ae891..c78e213 100644
--- a/book/print.html
+++ b/book/print.html
@@ -528,6 +528,15 @@ .
+
+
The Lapwing dictionary and theory are pretty stable, but the dictionary is updated on a weekly basis to fix mistakes and typos. Occasionally there are also changes to the theory itself to make it more consistent and easier to learn. This book is always in sync with the latest version of the dictionary. However, the plugin (and therefore the dictionary) do not autoupdate. To update the plugin and dictionaries:
+
+- Open the plugins manager and find
plover-lapwing-aio
.
+- Press the update button.
+- In Plover’s main window, go to
File → Open Config Folder
.
+- Delete the dictionary you want to update (e.g.
lapwing-base.json
)
+- Restart Plover
+
If you do not want to use the all-in-one plugin, please see Appendix B if you wish to set up Lapwing dictionaries manually (not recommended).
diff --git a/book/searchindex.js b/book/searchindex.js
index ee6952f..e20d867 100644
--- a/book/searchindex.js
+++ b/book/searchindex.js
@@ -1 +1 @@
-Object.assign(window.search, {"doc_urls":["Home.html#lapwing-for-beginners","Home.html#motivation","Home.html#contributing","Chapter-01.html#chapter-1-introduction","Chapter-01.html#how-does-steno-work","Chapter-01.html#why-koplphreukaeut","Chapter-01.html#raw-steno-terminology","Chapter-01.html#steno-is-primarily-phonetic","Chapter-01.html#steno-theories","Chapter-01.html#how-steno-works-from-the-software-side","Chapter-01.html#conclusion","Chapter-02.html#chapter-2-steno-hardware-and-software","Chapter-02.html#steno-hardware","Chapter-02.html#steno-software","Chapter-02.html#beginners-guide-to-plover","Chapter-03.html#chapter-3-how-to-learn-steno","Chapter-03.html#steno-is-difficult","Chapter-03.html#take-steno-as-a-challenge","Chapter-03.html#how-do-i-learn","Chapter-03.html#lapwing-chapters","Chapter-03.html#incorporating-steno-into-your-computer-usage","Chapter-03.html#switching-to-steno-completely-from-day-1","Chapter-04.html#chapter-4-the-layout","Chapter-04.html#recommended-pace","Chapter-04.html#useful-links","Chapter-04.html#finger-positions","Chapter-04.html#the-backspace-key","Chapter-04.html#steno-jig","Chapter-04.html#why-does-plover-output-a-hyphen","Chapter-04.html#how-should-i-start","Chapter-04.html#other-drills","Chapter-04.html#chapter-4-test","Chapter-04.html#recommended-completion-goal","Chapter-04.html#extra-practice","Chapter-05.html#chapter-5-lapwing-setup-and-basics","Chapter-05.html#recommended-pace","Chapter-05.html#useful-links","Chapter-05.html#lapwing-setup","Chapter-05.html#using-the-all-in-one-plugin","Chapter-05.html#setting-up-lapwing-manually","Chapter-05.html#typey-type","Chapter-05.html#click-here-to-access-typey-type-shown-above","Chapter-05.html#single-key-basics","Chapter-05.html#consonant-keys","Chapter-05.html#short-vowel-sounds","Chapter-05.html#the-schwa","Chapter-05.html#simple-vowels-rule-1","Chapter-05.html#the-i-chord","Chapter-05.html#simple-vowels-rule-2","Chapter-05.html#vowels-with-r","Chapter-05.html#section-practice-material","Chapter-05.html#steno-order","Chapter-05.html#impossible-single-syllable-words","Chapter-05.html#combining-single-left-hand-keys","Chapter-05.html#section-practice","Chapter-05.html#left-hand-d-b-and-l","Chapter-05.html#examples","Chapter-05.html#mnemonics","Chapter-05.html#section-practice-1","Chapter-05.html#chapter-5-test","Chapter-05.html#recommended-completion-goal","Chapter-05.html#chapter-briefs","Chapter-05.html#practice-sentences","Chapter-05.html#extra-briefs","Chapter-06.html#chapter-6-left-hand-consonants-continued","Chapter-06.html#recommended-pace","Chapter-06.html#useful-links","Chapter-06.html#left-hand-f-q-and-m","Chapter-06.html#examples","Chapter-06.html#wouldnt-ph-as-f-make-more-sense","Chapter-06.html#mnemonics","Chapter-06.html#section-practice","Chapter-06.html#left-hand-g-n-and-y","Chapter-06.html#examples-1","Chapter-06.html#mnemonics-1","Chapter-06.html#section-practice-1","Chapter-06.html#left-hand-z-v-and-j","Chapter-06.html#mnemonics-2","Chapter-06.html#examples-2","Chapter-06.html#section-practice-2","Chapter-06.html#chapter-6-test","Chapter-06.html#recommended-completion-goal","Chapter-06.html#chapter-briefs","Chapter-06.html#practice-sentences","Chapter-06.html#extra-briefs","Chapter-07.html#chapter-7-vowels","Chapter-07.html#recommended-pace","Chapter-07.html#useful-links","Chapter-07.html#intro","Chapter-07.html#oe-ou-and-oeu","Chapter-07.html#examples","Chapter-07.html#mnemonics","Chapter-07.html#section-practice","Chapter-07.html#aeu","Chapter-07.html#examples-1","Chapter-07.html#mnemonics-1","Chapter-07.html#section-practice-1","Chapter-07.html#aou","Chapter-07.html#examples-2","Chapter-07.html#mnemonics-2","Chapter-07.html#section-practice-2","Chapter-07.html#chapter-7-test","Chapter-07.html#recommended-completion-goal","Chapter-07.html#chapter-briefs","Chapter-07.html#practice-sentences","Chapter-07.html#extra-briefs","Chapter-08.html#chapter-8-vowels-continued","Chapter-08.html#recommended-pace","Chapter-08.html#useful-links","Chapter-08.html#intro","Chapter-08.html#what-is-a-conflict","Chapter-08.html#aoe","Chapter-08.html#examples","Chapter-08.html#mnemonics","Chapter-08.html#section-practice","Chapter-08.html#aoeu","Chapter-08.html#examples-1","Chapter-08.html#mnemonics-1","Chapter-08.html#section-practice-1","Chapter-08.html#au","Chapter-08.html#minor-conflicts","Chapter-08.html#section-practice-2","Chapter-08.html#ae-for-aeu","Chapter-08.html#highest-priority-ai-or-ei-spellings","Chapter-08.html#medium-priority-a_e-spellings","Chapter-08.html#lowest-priority-ea-spellings","Chapter-08.html#flowchart-summary","Chapter-08.html#ae-for-aoe","Chapter-08.html#highest-priority-ee-spellings","Chapter-08.html#medium-priority-ie-spellings","Chapter-08.html#lowest-priority-ea-spellings-1","Chapter-08.html#flowchart-summary-1","Chapter-08.html#other-uses-of-ae-for-disambiguating","Chapter-08.html#ae-3-way-conflicts","Chapter-08.html#section-practice-3","Chapter-08.html#ao","Chapter-08.html#section-practice-4","Chapter-08.html#chapter-8-test","Chapter-08.html#recommended-completion-goal","Chapter-08.html#chapter-briefs","Chapter-08.html#practice-sentences","Chapter-08.html#extra-briefs","Chapter-09.html#chapter-9-right-hand-chords","Chapter-09.html#recommended-pace","Chapter-09.html#useful-links","Chapter-09.html#right-hand-v","Chapter-09.html#examples","Chapter-09.html#mnemonics","Chapter-09.html#conflicts-with-f","Chapter-09.html#section-practice","Chapter-09.html#right-hand-st","Chapter-09.html#right-hand-m-and-k","Chapter-09.html#examples-1","Chapter-09.html#mnemonics-1","Chapter-09.html#section-practice-1","Chapter-09.html#right-hand-mp-th-and-lk","Chapter-09.html#examples-2","Chapter-09.html#mnemonics-2","Chapter-09.html#section-practice-2","Chapter-09.html#chapter-9-test","Chapter-09.html#recommended-completion-goal","Chapter-09.html#chapter-briefs","Chapter-09.html#practice-sentences","Chapter-09.html#extra-briefs","Chapter-10.html#chapter-10-right-hand-chords-continued","Chapter-10.html#recommended-pace","Chapter-10.html#useful-links","Chapter-10.html#right-hand-n-j-and-lj","Chapter-10.html#examples","Chapter-10.html#mnemonics","Chapter-10.html#section-practice","Chapter-10.html#right-hand-rv-rf-ng-and-nk","Chapter-10.html#examples-1","Chapter-10.html#mnemonics-1","Chapter-10.html#section-practice-1","Chapter-10.html#right-hand-ch-sh-and-rch","Chapter-10.html#examples-2","Chapter-10.html#mnemonics-2","Chapter-10.html#section-practice-2","Chapter-10.html#chapter-10-test","Chapter-10.html#recommended-completion-goal","Chapter-10.html#chapter-briefs","Chapter-10.html#practice-sentences","Chapter-10.html#extra-briefs","Chapter-11.html#chapter-11-right-hand-compound-clusters","Chapter-11.html#recommended-pace","Chapter-11.html#useful-links","Chapter-11.html#intro","Chapter-11.html#right-hand-shun-kshun-and-x","Chapter-11.html#examples","Chapter-11.html#-kshun-and--x-conflicts","Chapter-11.html#mnemonics","Chapter-11.html#section-practice","Chapter-11.html#right-hand-ment-and-let","Chapter-11.html#examples-1","Chapter-11.html#mnemonics-1","Chapter-11.html#section-practice-1","Chapter-11.html#right-hand--bl","Chapter-11.html#examples-2","Chapter-11.html#mnemonics-2","Chapter-11.html#section-practice-2","Chapter-11.html#chapter-11-test","Chapter-11.html#recommended-completion-goal","Chapter-11.html#chapter-briefs","Chapter-11.html#practice-sentences","Chapter-11.html#extra-briefs","Chapter-12.html#chapter-12-wrapping-up-basic-words","Chapter-12.html#recommended-pace","Chapter-12.html#useful-links","Chapter-12.html#great-job","Chapter-12.html#what-weve-learned-so-far","Chapter-12.html#miscellaneous-orthographic-chords","Chapter-12.html#left-hand-chords","Chapter-12.html#kr-for-c-in-conflicts","Chapter-12.html#kh-for-hard-c-spelled-ch","Chapter-12.html#-s-for-all-s","Chapter-12.html#conflicts","Chapter-12.html#y-sound-without-the-letter-y","Chapter-12.html#section-practice","Chapter-12.html#the-stroke-separator","Chapter-12.html#when-sounds-cant-follow-steno-order","Chapter-12.html#examples","Chapter-12.html#right-hand-xt","Chapter-12.html#examples-1","Chapter-12.html#conflicts-between-chords-and-individual-keys","Chapter-12.html#-al--words","Chapter-12.html#examples-2","Chapter-12.html#no-test-this-chapter","Chapter-12.html#chapter-briefs","Chapter-12.html#practice-sentences","Chapter-12.html#extra-briefs","Chapter-13.html#chapter-13-prefixes-and-suffixes","Chapter-13.html#recommended-pace","Chapter-13.html#useful-links","Chapter-13.html#intro","Chapter-13.html#prefix-strokes","Chapter-13.html#common-prefix-strokes","Chapter-13.html#prefix-usage","Chapter-13.html#prefixes-with-different-pronunciations","Chapter-13.html#practice-material","Chapter-13.html#suffix-strokes","Chapter-13.html#-suffixes","Chapter-13.html#right-hand-chord-suffixes","Chapter-13.html#right-hand-compound-cluster-suffixes","Chapter-13.html#kwr-suffixes","Chapter-13.html#eu-suffixes","Chapter-13.html#suffixes-and-orthography","Chapter-13.html#prefix-priority","Chapter-13.html#looking-up-prefixes-and-suffixes","Chapter-13.html#tailoring-your-own-dictionary-to-your-understanding-of-etymology","Chapter-13.html#chapter-13-test","Chapter-13.html#recommended-completion-goal","Chapter-14.html#chapter-14-suffix-keys-and-compound-words","Chapter-14.html#recommended-pace","Chapter-14.html#useful-links","Chapter-14.html#suffix-keys","Chapter-14.html#folding","Chapter-14.html#section-practice","Chapter-14.html#the-a-prefix-key","Chapter-14.html#examples","Chapter-14.html#compound-words","Chapter-14.html#examples-1","Chapter-14.html#section-practice-1","Chapter-14.html#no-test-this-chapter","Chapter-15.html#chapter-15-syllabic-splitting","Chapter-15.html#recommended-pace","Chapter-15.html#useful-links","Chapter-15.html#syllabic-splitting-basics","Chapter-15.html#consonant-group-ambiguity","Chapter-15.html#basic-examples-and-explanations","Chapter-15.html#section-practice","Chapter-15.html#kwr-as-a-silent-linker","Chapter-15.html#kwr-with-the--r-key","Chapter-15.html#section-practice-1","Chapter-15.html#kwr-as-y","Chapter-15.html#to-start-a-vowel","Chapter-15.html#between-two-vowels","Chapter-15.html#as-a-vowel-pair","Chapter-15.html#section-practice-2","Chapter-15.html#prefix-priority","Chapter-15.html#multistroke-prefixes","Chapter-15.html#next-chapter","Chapter-15.html#chapter-15-test","Chapter-15.html#recommended-completion-goal","Chapter-16.html#chapter-16-top-200-common-english-words","Chapter-16.html#recommended-pace","Chapter-16.html#useful-links","Chapter-16.html#introduction","Chapter-16.html#write-outs-versus-briefs","Chapter-16.html#how-to-complete-this-chapter","Chapter-16.html#practice-material","Chapter-16.html#150","Chapter-16.html#the","Chapter-16.html#of","Chapter-16.html#to","Chapter-16.html#and","Chapter-16.html#a","Chapter-16.html#in","Chapter-16.html#is","Chapter-16.html#it","Chapter-16.html#you","Chapter-16.html#that","Chapter-16.html#he","Chapter-16.html#was","Chapter-16.html#for","Chapter-16.html#on","Chapter-16.html#are","Chapter-16.html#with","Chapter-16.html#as","Chapter-16.html#i","Chapter-16.html#his","Chapter-16.html#they","Chapter-16.html#be","Chapter-16.html#at","Chapter-16.html#one","Chapter-16.html#have","Chapter-16.html#this","Chapter-16.html#from","Chapter-16.html#or","Chapter-16.html#had","Chapter-16.html#by","Chapter-16.html#hot","Chapter-16.html#but","Chapter-16.html#some","Chapter-16.html#what","Chapter-16.html#there","Chapter-16.html#we","Chapter-16.html#can","Chapter-16.html#out","Chapter-16.html#other","Chapter-16.html#were","Chapter-16.html#all","Chapter-16.html#your","Chapter-16.html#when","Chapter-16.html#up","Chapter-16.html#use","Chapter-16.html#word","Chapter-16.html#how","Chapter-16.html#said","Chapter-16.html#an","Chapter-16.html#each","Chapter-16.html#she","Chapter-16.html#51100","Chapter-16.html#which","Chapter-16.html#do","Chapter-16.html#their","Chapter-16.html#time","Chapter-16.html#if","Chapter-16.html#will","Chapter-16.html#way","Chapter-16.html#about","Chapter-16.html#many","Chapter-16.html#then","Chapter-16.html#them","Chapter-16.html#would","Chapter-16.html#write","Chapter-16.html#like","Chapter-16.html#so","Chapter-16.html#these","Chapter-16.html#her","Chapter-16.html#long","Chapter-16.html#make","Chapter-16.html#thing","Chapter-16.html#see","Chapter-16.html#him","Chapter-16.html#two","Chapter-16.html#has","Chapter-16.html#look","Chapter-16.html#more","Chapter-16.html#day","Chapter-16.html#could","Chapter-16.html#go","Chapter-16.html#come","Chapter-16.html#did","Chapter-16.html#my","Chapter-16.html#sound","Chapter-16.html#no","Chapter-16.html#most","Chapter-16.html#number","Chapter-16.html#who","Chapter-16.html#over","Chapter-16.html#know","Chapter-16.html#water","Chapter-16.html#than","Chapter-16.html#call","Chapter-16.html#first","Chapter-16.html#people","Chapter-16.html#may","Chapter-16.html#down","Chapter-16.html#side","Chapter-16.html#been","Chapter-16.html#now","Chapter-16.html#find","Chapter-16.html#101150","Chapter-16.html#any","Chapter-16.html#new","Chapter-16.html#work","Chapter-16.html#part","Chapter-16.html#take","Chapter-16.html#get","Chapter-16.html#place","Chapter-16.html#made","Chapter-16.html#live","Chapter-16.html#where","Chapter-16.html#after","Chapter-16.html#back","Chapter-16.html#little","Chapter-16.html#only","Chapter-16.html#round","Chapter-16.html#man","Chapter-16.html#year","Chapter-16.html#came","Chapter-16.html#show","Chapter-16.html#every","Chapter-16.html#good","Chapter-16.html#me","Chapter-16.html#give","Chapter-16.html#our","Chapter-16.html#under","Chapter-16.html#name","Chapter-16.html#very","Chapter-16.html#through","Chapter-16.html#just","Chapter-16.html#form","Chapter-16.html#much","Chapter-16.html#great","Chapter-16.html#think","Chapter-16.html#say","Chapter-16.html#help","Chapter-16.html#low","Chapter-16.html#line","Chapter-16.html#before","Chapter-16.html#turn","Chapter-16.html#cause","Chapter-16.html#same","Chapter-16.html#mean","Chapter-16.html#differ","Chapter-16.html#move","Chapter-16.html#right","Chapter-16.html#boy","Chapter-16.html#old","Chapter-16.html#too","Chapter-16.html#does","Chapter-16.html#tell","Chapter-16.html#151200","Chapter-16.html#sentence","Chapter-16.html#set","Chapter-16.html#three","Chapter-16.html#want","Chapter-16.html#air","Chapter-16.html#well","Chapter-16.html#also","Chapter-16.html#play","Chapter-16.html#small","Chapter-16.html#end","Chapter-16.html#put","Chapter-16.html#home","Chapter-16.html#read","Chapter-16.html#hand","Chapter-16.html#port","Chapter-16.html#large","Chapter-16.html#spell","Chapter-16.html#add","Chapter-16.html#even","Chapter-16.html#land","Chapter-16.html#here","Chapter-16.html#must","Chapter-16.html#big","Chapter-16.html#high","Chapter-16.html#such","Chapter-16.html#follow","Chapter-16.html#act","Chapter-16.html#why","Chapter-16.html#ask","Chapter-16.html#men","Chapter-16.html#change","Chapter-16.html#went","Chapter-16.html#light","Chapter-16.html#kind","Chapter-16.html#off","Chapter-16.html#need","Chapter-16.html#house","Chapter-16.html#picture","Chapter-16.html#try","Chapter-16.html#us","Chapter-16.html#again","Chapter-16.html#animal","Chapter-16.html#point","Chapter-16.html#mother","Chapter-16.html#world","Chapter-16.html#near","Chapter-16.html#build","Chapter-16.html#self","Chapter-16.html#earth","Chapter-16.html#father","Chapter-16.html#chapter-16-test","Chapter-16.html#recommended-completion-goal","Chapter-17.html#chapter-17-shortening-techniques","Chapter-17.html#recommended-pace","Chapter-17.html#introduction","Chapter-17.html#useful-links","Chapter-17.html#folding","Chapter-17.html#r-folding","Chapter-17.html#l-folding","Chapter-17.html#t-folding","Chapter-17.html#e-folding","Chapter-17.html#e-folding-with-aeu","Chapter-17.html#practice-material","Chapter-17.html#dropping-unstressed-vowels","Chapter-17.html#definite","Chapter-17.html#demand","Chapter-17.html#deplorable","Chapter-17.html#derivative","Chapter-17.html#electric","Chapter-17.html#differ","Chapter-17.html#engineer","Chapter-17.html#geology","Chapter-17.html#modulator","Chapter-17.html#possible","Chapter-17.html#suppose","Chapter-17.html#tom-scott-and-schwa","Chapter-17.html#caveats","Chapter-17.html#consonant-group-splitting-quirks","Chapter-17.html#practice-material-1","Chapter-17.html#inversions","Chapter-17.html#examples","Chapter-17.html#practice-material-2","Chapter-17.html#left-hand-compound-clusters","Chapter-17.html#examples-1","Chapter-17.html#practice-material-3","Chapter-17.html#dropping-other-sounds","Chapter-18.html#chapter-18-fingerspelling-and-numbers","Chapter-18.html#recommended-pace","Chapter-18.html#useful-links","Chapter-18.html#intro","Chapter-18.html#fingerspelling","Chapter-18.html#lowercase","Chapter-18.html#uppercase","Chapter-18.html#attachment-behaviour","Chapter-18.html#numbers","Chapter-18.html#attachment-behaviour-1","Chapter-19.html#chapter-19-proper-nouns","Chapter-19.html#recommended-pace","Chapter-19.html#proper-nouns","Chapter-19.html#proper-nouns-starting-with-j","Chapter-19.html#alternative-proper-nouns-with-a-prefix-stroke","Chapter-20.html#chapter-20-punctuation-and-commands","Chapter-20.html#recommended-pace","Chapter-20.html#useful-links","Chapter-20.html#intro","Chapter-20.html#punctuation","Chapter-20.html#commands","Chapter-20.html#enter","Chapter-20.html#enter-capitalize-next-word","Chapter-20.html#insert-a-space","Chapter-20.html#retroactively-insert-a-space","Chapter-20.html#suppress-the-next-space","Chapter-20.html#retroactively-suppress-the-last-space","Chapter-20.html#capitalize-the-next-word","Chapter-20.html#retroactively-capitalize-the-next-word","Chapter-20.html#capitalize-the-next-word-and-suppress-the-next-space","Chapter-20.html#uncapitalize-the-next-word","Chapter-20.html#retroactively-uncapitalize-the-next-word","Chapter-21.html#chapter-21-uk-spellings","Chapter-21.html#recommended-pace","Chapter-21.html#intro","Chapter-21.html#setup","Chapter-21.html#quick-switching","Chapter-21.html#examples","Chapter-21.html#dealing-with-suffixes","Chapter-21.html#ae-spellings","Chapter-21.html#examples-1","Chapter-21.html#ise-spellings","Chapter-21.html#oe-spellings","Chapter-21.html#examples-2","Chapter-21.html#examples-3","Chapter-21.html#re-spellings","Chapter-21.html#examples-4","Chapter-21.html#miscellaneous-briefs","Chapter-21.html#examples-5","Chapter-22.html#chapter-22-theory-principles-wrap-up","Chapter-22.html#intro","Chapter-22.html#acronyms","Chapter-22.html#contractions","Chapter-22.html#-rb-for--rb-vs--sh","Chapter-22.html#disambiguating-ou-with-ou","Chapter-22.html#tricky-ou-words","Chapter-22.html#w-for-glides","Chapter-22.html#-graph-words","Chapter-22.html#-graph","Chapter-22.html#-graphy","Chapter-22.html#alternative--graphy-outline","Chapter-22.html#-grapher","Chapter-22.html#alternative--grapher-outline","Chapter-22.html#-graphic","Chapter-22.html#alternative--graphic-outline","Chapter-22.html#-ology-words","Chapter-22.html#alternative--ology-chord","Chapter-22.html#ambiguous-glide-vowels","Chapter-22.html#-ual-words","Chapter-22.html#wal","Chapter-22.html#twal","Chapter-22.html#kwraoul","Chapter-22.html#doubling-consonants-with-prefixes","Chapter-22.html#splitting-a-sound-at-ng","Chapter-22.html#examples","Chapter-22.html#prefix-outline-conflicts","Chapter-22.html#single-stroke-briefed-prefixes","Chapter-22.html#generic-way-of-dealing-with-multisyllable-prefix-outlines","Chapter-22.html#special-conflicts","Chapter-22.html#prefix-strokes-vs-compound-words","Chapter-22.html#problematic-words","Chapter-22.html#strokes-starting-with-eu","Chapter-22.html#syllabically","Chapter-22.html#prefixes","Chapter-22.html#incorrect-prefixes","Chapter-22.html#why","Chapter-23.html#chapter-23-end-of-basic-theory","Chapter-23.html#end-of-basic-theory","Chapter-23.html#being-comfortable-with-your-own-dictionary","Chapter-23.html#looking-up-words","Chapter-23.html#adding-new-words","Chapter-23.html#an-example-of-a-theory-gap","Chapter-23.html#how-do-i-build-speed","Chapter-23.html#practice","Chapter-23.html#learning-briefs","Chapter-24.html#chapter-24-phrase-briefs","Chapter-24.html#basic-phrase-briefs","Chapter-24.html#jeffs-phrasing","Chapter-24.html#setup","Chapter-24.html#basics","Chapter-24.html#advance-usage","Chapter-25.html#chapter-25-symbols-and-modifiers","Chapter-25.html#python-dictionaries","Chapter-25.html#setup","Chapter-25.html#emilys-symbols-dictionary","Chapter-25.html#usage","Chapter-25.html#emilys-modifiers-dictionary","Chapter-25.html#usage-1","Chapter-25.html#abbys-left-hand-modifiers-dictionary","Chapter-25.html#usage-2","Chapter-25.html#learning-these-systems","Chapter-26.html#chapter-26-editing-text","Chapter-26.html#movement","Chapter-26.html#basic-movement","Chapter-26.html#modal-movement","Chapter-26.html#first-up-chord-send-and-chord-repeat","Chapter-26.html#copying-pasting-and-deleting-text","Appendix-A.html#plover-theory","Appendix-A.html#lapwing-theory","Appendix-A.html#you-should-not-learn-lapwing-theory-if","Appendix-A.html#using-both-mainjson-and-lapwing-basejson","Appendix-A.html#differences","Appendix-A.html#top-s-number-key","Appendix-A.html#kwr-for-y","Appendix-A.html#tp-for-ph","Appendix-A.html#wr-for-wr","Appendix-A.html#wh-for-wh","Appendix-A.html#usage-of-au","Appendix-A.html#pl-for-mp","Appendix-A.html#-plt-for-ment","Appendix-A.html#-lt-for-let","Appendix-A.html#kr-to-resolve-c-conflicts","Appendix-A.html#basic-words-miscellaneous-theory","Appendix-A.html#prefixes-and-suffixes","Appendix-A.html#compound-words","Appendix-A.html#syllabic-splitting","Appendix-A.html#right-hand-numberpad","Appendix-A.html#proper-nouns","Appendix-A.html#miscellaneous-theory-principles","Appendix-A.html#how-to-get-started","Appendix-A.html#setting-up-lapwing","Appendix-A.html#transitioning-to-lapwing","Appendix-B.html#setting-up-lapwing-manually","Appendix-B.html#install-required-plugins","Appendix-B.html#enable-modal_update","Appendix-B.html#download-the-dictionaries","Appendix-B.html#relocate-the-number-key","Appendix-C.html#lapwing-with-javelin","Appendix-C.html#chapter-3","Appendix-C.html#chapter-4","Appendix-C.html#chapter-5","Appendix-C.html#chapter-26","theory-reference.html#compound-words","theory-reference.html#proper-nouns","theory-reference.html#alternative-proper-noun-dictionaries","theory-reference.html#movement-keys-keyboard-shortcuts-commands","theory-reference.html#punctuation","theory-reference.html#right-hand-number-pad","theory-reference.html#fingerspelling","theory-reference.html#phonetics","theory-reference.html#orthography","theory-reference.html#syllabic-splitting","theory-reference.html#exceptions-to-syllabic-splitting","theory-reference.html#words-that-can-be-written-using-prefix-andor-suffix-strokes","theory-reference.html#kwr-linker-with-prefix-strokes","theory-reference.html#consonant-doubling-with-prefixes","theory-reference.html#consonant-doubling-with-ng","theory-reference.html#the-problem-of-the-vowelconsonant-r","theory-reference.html#situations-that-benefit-from-dropping-unstressed-vowels","theory-reference.html#using-prefixes-and-suffixes","theory-reference.html#prefixes","theory-reference.html#prefixes-by-themselves","theory-reference.html#suffixes","theory-reference.html#conflict-resolution","theory-reference.html#beyond-writing-out","theory-reference.html#dropping-unstressed-vowels","theory-reference.html#using-shorter-prefixes-and-suffixes","theory-reference.html#folding-and-stacking-sounds-on-ending-strokes","theory-reference.html#folding-suffix-keys","theory-reference.html#examples-of-short-entries-that-i-might-use","theory-reference.html#uk-spellings","theory-reference.html#dictionary-contents","theory-reference.html#switching-with-tph","theory-reference.html#ae-spellings","theory-reference.html#ise-spellings","theory-reference.html#ll-spellings","theory-reference.html#oe-spellings","theory-reference.html#ou-spellings","theory-reference.html#re-spellings","theory-reference.html#miscellaneous-briefs","Glossary.html#glossary","Glossary.html#brief","Glossary.html#chord","Glossary.html#conflict","Glossary.html#dictionary","Glossary.html#diphthong","Glossary.html#entry","Glossary.html#fingerspelling","Glossary.html#folding","Glossary.html#glide","Glossary.html#ipa","Glossary.html#n-key-rollover","Glossary.html#orthographic","Glossary.html#outline","Glossary.html#phonetic","Glossary.html#plover","Glossary.html#raw-steno","Glossary.html#steno-engine","Glossary.html#embedded-steno-engine","Glossary.html#steno-keyboard","Glossary.html#steno-machine","Glossary.html#steno-writer","Glossary.html#steno-order","Glossary.html#stroke","Glossary.html#affix-stroke","Glossary.html#prefix-stroke","Glossary.html#suffix-stroke","Glossary.html#syllabic-splitting","Glossary.html#steno-theory","Glossary.html#basic-theory","Glossary.html#translation","Glossary.html#write-out"],"index":{"documentStore":{"docInfo":{"0":{"body":53,"breadcrumbs":3,"title":2},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":13,"breadcrumbs":4,"title":1},"100":{"body":5,"breadcrumbs":5,"title":2},"101":{"body":44,"breadcrumbs":6,"title":3},"102":{"body":15,"breadcrumbs":6,"title":3},"103":{"body":69,"breadcrumbs":5,"title":2},"104":{"body":22,"breadcrumbs":5,"title":2},"105":{"body":21,"breadcrumbs":5,"title":2},"106":{"body":0,"breadcrumbs":8,"title":4},"107":{"body":60,"breadcrumbs":6,"title":2},"108":{"body":28,"breadcrumbs":6,"title":2},"109":{"body":54,"breadcrumbs":5,"title":1},"11":{"body":30,"breadcrumbs":10,"title":5},"110":{"body":40,"breadcrumbs":5,"title":1},"111":{"body":10,"breadcrumbs":5,"title":1},"112":{"body":8,"breadcrumbs":5,"title":1},"113":{"body":31,"breadcrumbs":5,"title":1},"114":{"body":5,"breadcrumbs":6,"title":2},"115":{"body":9,"breadcrumbs":5,"title":1},"116":{"body":8,"breadcrumbs":5,"title":1},"117":{"body":28,"breadcrumbs":5,"title":1},"118":{"body":5,"breadcrumbs":6,"title":2},"119":{"body":88,"breadcrumbs":5,"title":1},"12":{"body":187,"breadcrumbs":7,"title":2},"120":{"body":52,"breadcrumbs":6,"title":2},"121":{"body":5,"breadcrumbs":6,"title":2},"122":{"body":45,"breadcrumbs":6,"title":2},"123":{"body":18,"breadcrumbs":9,"title":5},"124":{"body":30,"breadcrumbs":8,"title":4},"125":{"body":36,"breadcrumbs":8,"title":4},"126":{"body":6,"breadcrumbs":6,"title":2},"127":{"body":19,"breadcrumbs":6,"title":2},"128":{"body":13,"breadcrumbs":8,"title":4},"129":{"body":2,"breadcrumbs":8,"title":4},"13":{"body":33,"breadcrumbs":7,"title":2},"130":{"body":20,"breadcrumbs":8,"title":4},"131":{"body":4,"breadcrumbs":6,"title":2},"132":{"body":17,"breadcrumbs":7,"title":3},"133":{"body":67,"breadcrumbs":8,"title":4},"134":{"body":5,"breadcrumbs":6,"title":2},"135":{"body":58,"breadcrumbs":5,"title":1},"136":{"body":5,"breadcrumbs":6,"title":2},"137":{"body":46,"breadcrumbs":7,"title":3},"138":{"body":14,"breadcrumbs":7,"title":3},"139":{"body":75,"breadcrumbs":6,"title":2},"14":{"body":0,"breadcrumbs":8,"title":3},"140":{"body":19,"breadcrumbs":6,"title":2},"141":{"body":58,"breadcrumbs":6,"title":2},"142":{"body":0,"breadcrumbs":10,"title":5},"143":{"body":62,"breadcrumbs":7,"title":2},"144":{"body":34,"breadcrumbs":7,"title":2},"145":{"body":4,"breadcrumbs":8,"title":3},"146":{"body":6,"breadcrumbs":6,"title":1},"147":{"body":15,"breadcrumbs":6,"title":1},"148":{"body":31,"breadcrumbs":7,"title":2},"149":{"body":4,"breadcrumbs":7,"title":2},"15":{"body":0,"breadcrumbs":8,"title":4},"150":{"body":71,"breadcrumbs":8,"title":3},"151":{"body":8,"breadcrumbs":9,"title":4},"152":{"body":8,"breadcrumbs":6,"title":1},"153":{"body":23,"breadcrumbs":6,"title":1},"154":{"body":5,"breadcrumbs":7,"title":2},"155":{"body":12,"breadcrumbs":10,"title":5},"156":{"body":12,"breadcrumbs":6,"title":1},"157":{"body":23,"breadcrumbs":6,"title":1},"158":{"body":6,"breadcrumbs":7,"title":2},"159":{"body":43,"breadcrumbs":8,"title":3},"16":{"body":109,"breadcrumbs":6,"title":2},"160":{"body":14,"breadcrumbs":8,"title":3},"161":{"body":47,"breadcrumbs":7,"title":2},"162":{"body":19,"breadcrumbs":7,"title":2},"163":{"body":26,"breadcrumbs":7,"title":2},"164":{"body":0,"breadcrumbs":12,"title":6},"165":{"body":55,"breadcrumbs":8,"title":2},"166":{"body":29,"breadcrumbs":8,"title":2},"167":{"body":18,"breadcrumbs":11,"title":5},"168":{"body":14,"breadcrumbs":7,"title":1},"169":{"body":29,"breadcrumbs":7,"title":1},"17":{"body":104,"breadcrumbs":7,"title":3},"170":{"body":8,"breadcrumbs":8,"title":2},"171":{"body":29,"breadcrumbs":12,"title":6},"172":{"body":16,"breadcrumbs":7,"title":1},"173":{"body":40,"breadcrumbs":7,"title":1},"174":{"body":9,"breadcrumbs":8,"title":2},"175":{"body":21,"breadcrumbs":11,"title":5},"176":{"body":20,"breadcrumbs":7,"title":1},"177":{"body":42,"breadcrumbs":7,"title":1},"178":{"body":8,"breadcrumbs":8,"title":2},"179":{"body":43,"breadcrumbs":9,"title":3},"18":{"body":0,"breadcrumbs":5,"title":1},"180":{"body":14,"breadcrumbs":9,"title":3},"181":{"body":72,"breadcrumbs":8,"title":2},"182":{"body":23,"breadcrumbs":8,"title":2},"183":{"body":12,"breadcrumbs":8,"title":2},"184":{"body":0,"breadcrumbs":12,"title":6},"185":{"body":49,"breadcrumbs":8,"title":2},"186":{"body":19,"breadcrumbs":8,"title":2},"187":{"body":16,"breadcrumbs":7,"title":1},"188":{"body":11,"breadcrumbs":11,"title":5},"189":{"body":8,"breadcrumbs":7,"title":1},"19":{"body":230,"breadcrumbs":6,"title":2},"190":{"body":32,"breadcrumbs":9,"title":3},"191":{"body":28,"breadcrumbs":7,"title":1},"192":{"body":6,"breadcrumbs":8,"title":2},"193":{"body":6,"breadcrumbs":9,"title":3},"194":{"body":8,"breadcrumbs":7,"title":1},"195":{"body":21,"breadcrumbs":7,"title":1},"196":{"body":13,"breadcrumbs":8,"title":2},"197":{"body":43,"breadcrumbs":9,"title":3},"198":{"body":29,"breadcrumbs":7,"title":1},"199":{"body":18,"breadcrumbs":7,"title":1},"2":{"body":18,"breadcrumbs":2,"title":1},"20":{"body":190,"breadcrumbs":8,"title":4},"200":{"body":14,"breadcrumbs":8,"title":2},"201":{"body":43,"breadcrumbs":9,"title":3},"202":{"body":14,"breadcrumbs":9,"title":3},"203":{"body":46,"breadcrumbs":8,"title":2},"204":{"body":17,"breadcrumbs":8,"title":2},"205":{"body":21,"breadcrumbs":8,"title":2},"206":{"body":0,"breadcrumbs":12,"title":6},"207":{"body":36,"breadcrumbs":8,"title":2},"208":{"body":7,"breadcrumbs":8,"title":2},"209":{"body":22,"breadcrumbs":8,"title":2},"21":{"body":99,"breadcrumbs":9,"title":5},"210":{"body":23,"breadcrumbs":9,"title":3},"211":{"body":0,"breadcrumbs":9,"title":3},"212":{"body":41,"breadcrumbs":9,"title":3},"213":{"body":24,"breadcrumbs":9,"title":3},"214":{"body":85,"breadcrumbs":11,"title":5},"215":{"body":13,"breadcrumbs":8,"title":2},"216":{"body":124,"breadcrumbs":7,"title":1},"217":{"body":33,"breadcrumbs":11,"title":5},"218":{"body":12,"breadcrumbs":8,"title":2},"219":{"body":31,"breadcrumbs":8,"title":2},"22":{"body":0,"breadcrumbs":6,"title":3},"220":{"body":53,"breadcrumbs":11,"title":5},"221":{"body":56,"breadcrumbs":7,"title":1},"222":{"body":18,"breadcrumbs":9,"title":3},"223":{"body":4,"breadcrumbs":7,"title":1},"224":{"body":62,"breadcrumbs":11,"title":5},"225":{"body":48,"breadcrumbs":8,"title":2},"226":{"body":11,"breadcrumbs":7,"title":1},"227":{"body":0,"breadcrumbs":8,"title":2},"228":{"body":69,"breadcrumbs":8,"title":2},"229":{"body":16,"breadcrumbs":8,"title":2},"23":{"body":31,"breadcrumbs":5,"title":2},"230":{"body":14,"breadcrumbs":8,"title":2},"231":{"body":0,"breadcrumbs":8,"title":4},"232":{"body":35,"breadcrumbs":6,"title":2},"233":{"body":38,"breadcrumbs":6,"title":2},"234":{"body":23,"breadcrumbs":5,"title":1},"235":{"body":95,"breadcrumbs":6,"title":2},"236":{"body":36,"breadcrumbs":7,"title":3},"237":{"body":48,"breadcrumbs":6,"title":2},"238":{"body":53,"breadcrumbs":7,"title":3},"239":{"body":18,"breadcrumbs":6,"title":2},"24":{"body":12,"breadcrumbs":5,"title":2},"240":{"body":57,"breadcrumbs":6,"title":2},"241":{"body":116,"breadcrumbs":5,"title":1},"242":{"body":72,"breadcrumbs":8,"title":4},"243":{"body":294,"breadcrumbs":9,"title":5},"244":{"body":137,"breadcrumbs":6,"title":2},"245":{"body":130,"breadcrumbs":6,"title":2},"246":{"body":69,"breadcrumbs":6,"title":2},"247":{"body":112,"breadcrumbs":6,"title":2},"248":{"body":36,"breadcrumbs":8,"title":4},"249":{"body":157,"breadcrumbs":8,"title":4},"25":{"body":57,"breadcrumbs":5,"title":2},"250":{"body":43,"breadcrumbs":7,"title":3},"251":{"body":14,"breadcrumbs":7,"title":3},"252":{"body":0,"breadcrumbs":12,"title":6},"253":{"body":34,"breadcrumbs":8,"title":2},"254":{"body":7,"breadcrumbs":8,"title":2},"255":{"body":78,"breadcrumbs":8,"title":2},"256":{"body":262,"breadcrumbs":7,"title":1},"257":{"body":4,"breadcrumbs":8,"title":2},"258":{"body":22,"breadcrumbs":8,"title":2},"259":{"body":7,"breadcrumbs":7,"title":1},"26":{"body":117,"breadcrumbs":5,"title":2},"260":{"body":24,"breadcrumbs":8,"title":2},"261":{"body":9,"breadcrumbs":7,"title":1},"262":{"body":3,"breadcrumbs":8,"title":2},"263":{"body":0,"breadcrumbs":8,"title":2},"264":{"body":0,"breadcrumbs":8,"title":4},"265":{"body":58,"breadcrumbs":6,"title":2},"266":{"body":14,"breadcrumbs":6,"title":2},"267":{"body":55,"breadcrumbs":7,"title":3},"268":{"body":66,"breadcrumbs":7,"title":3},"269":{"body":272,"breadcrumbs":7,"title":3},"27":{"body":106,"breadcrumbs":5,"title":2},"270":{"body":4,"breadcrumbs":6,"title":2},"271":{"body":14,"breadcrumbs":7,"title":3},"272":{"body":216,"breadcrumbs":7,"title":3},"273":{"body":4,"breadcrumbs":6,"title":2},"274":{"body":0,"breadcrumbs":6,"title":2},"275":{"body":64,"breadcrumbs":6,"title":2},"276":{"body":68,"breadcrumbs":7,"title":3},"277":{"body":205,"breadcrumbs":6,"title":2},"278":{"body":3,"breadcrumbs":6,"title":2},"279":{"body":185,"breadcrumbs":6,"title":2},"28":{"body":80,"breadcrumbs":6,"title":3},"280":{"body":69,"breadcrumbs":6,"title":2},"281":{"body":23,"breadcrumbs":6,"title":2},"282":{"body":41,"breadcrumbs":7,"title":3},"283":{"body":14,"breadcrumbs":7,"title":3},"284":{"body":7,"breadcrumbs":14,"title":7},"285":{"body":28,"breadcrumbs":9,"title":2},"286":{"body":5,"breadcrumbs":9,"title":2},"287":{"body":37,"breadcrumbs":8,"title":1},"288":{"body":57,"breadcrumbs":11,"title":4},"289":{"body":51,"breadcrumbs":9,"title":2},"29":{"body":160,"breadcrumbs":4,"title":1},"290":{"body":5,"breadcrumbs":9,"title":2},"291":{"body":0,"breadcrumbs":8,"title":1},"292":{"body":2,"breadcrumbs":7,"title":0},"293":{"body":2,"breadcrumbs":7,"title":0},"294":{"body":8,"breadcrumbs":7,"title":0},"295":{"body":8,"breadcrumbs":7,"title":0},"296":{"body":4,"breadcrumbs":7,"title":0},"297":{"body":4,"breadcrumbs":7,"title":0},"298":{"body":2,"breadcrumbs":7,"title":0},"299":{"body":2,"breadcrumbs":7,"title":0},"3":{"body":40,"breadcrumbs":6,"title":3},"30":{"body":34,"breadcrumbs":4,"title":1},"300":{"body":2,"breadcrumbs":7,"title":0},"301":{"body":6,"breadcrumbs":7,"title":0},"302":{"body":3,"breadcrumbs":7,"title":0},"303":{"body":2,"breadcrumbs":7,"title":0},"304":{"body":5,"breadcrumbs":7,"title":0},"305":{"body":5,"breadcrumbs":7,"title":0},"306":{"body":11,"breadcrumbs":7,"title":0},"307":{"body":9,"breadcrumbs":7,"title":0},"308":{"body":2,"breadcrumbs":7,"title":0},"309":{"body":5,"breadcrumbs":7,"title":0},"31":{"body":169,"breadcrumbs":6,"title":3},"310":{"body":3,"breadcrumbs":7,"title":0},"311":{"body":10,"breadcrumbs":7,"title":0},"312":{"body":7,"breadcrumbs":7,"title":0},"313":{"body":2,"breadcrumbs":7,"title":0},"314":{"body":3,"breadcrumbs":8,"title":1},"315":{"body":10,"breadcrumbs":7,"title":0},"316":{"body":7,"breadcrumbs":7,"title":0},"317":{"body":3,"breadcrumbs":7,"title":0},"318":{"body":4,"breadcrumbs":7,"title":0},"319":{"body":2,"breadcrumbs":7,"title":0},"32":{"body":12,"breadcrumbs":6,"title":3},"320":{"body":5,"breadcrumbs":7,"title":0},"321":{"body":3,"breadcrumbs":8,"title":1},"322":{"body":3,"breadcrumbs":7,"title":0},"323":{"body":3,"breadcrumbs":7,"title":0},"324":{"body":5,"breadcrumbs":7,"title":0},"325":{"body":8,"breadcrumbs":7,"title":0},"326":{"body":8,"breadcrumbs":7,"title":0},"327":{"body":2,"breadcrumbs":7,"title":0},"328":{"body":6,"breadcrumbs":8,"title":1},"329":{"body":9,"breadcrumbs":7,"title":0},"33":{"body":179,"breadcrumbs":5,"title":2},"330":{"body":12,"breadcrumbs":7,"title":0},"331":{"body":3,"breadcrumbs":7,"title":0},"332":{"body":15,"breadcrumbs":7,"title":0},"333":{"body":8,"breadcrumbs":7,"title":0},"334":{"body":3,"breadcrumbs":8,"title":1},"335":{"body":3,"breadcrumbs":8,"title":1},"336":{"body":3,"breadcrumbs":8,"title":1},"337":{"body":3,"breadcrumbs":7,"title":0},"338":{"body":9,"breadcrumbs":7,"title":0},"339":{"body":3,"breadcrumbs":7,"title":0},"34":{"body":0,"breadcrumbs":10,"title":5},"340":{"body":3,"breadcrumbs":8,"title":1},"341":{"body":3,"breadcrumbs":7,"title":0},"342":{"body":0,"breadcrumbs":8,"title":1},"343":{"body":8,"breadcrumbs":7,"title":0},"344":{"body":7,"breadcrumbs":7,"title":0},"345":{"body":3,"breadcrumbs":7,"title":0},"346":{"body":3,"breadcrumbs":8,"title":1},"347":{"body":7,"breadcrumbs":7,"title":0},"348":{"body":7,"breadcrumbs":7,"title":0},"349":{"body":3,"breadcrumbs":8,"title":1},"35":{"body":68,"breadcrumbs":7,"title":2},"350":{"body":2,"breadcrumbs":7,"title":0},"351":{"body":2,"breadcrumbs":8,"title":1},"352":{"body":3,"breadcrumbs":7,"title":0},"353":{"body":3,"breadcrumbs":7,"title":0},"354":{"body":3,"breadcrumbs":7,"title":0},"355":{"body":3,"breadcrumbs":8,"title":1},"356":{"body":3,"breadcrumbs":7,"title":0},"357":{"body":4,"breadcrumbs":7,"title":0},"358":{"body":3,"breadcrumbs":7,"title":0},"359":{"body":2,"breadcrumbs":7,"title":0},"36":{"body":24,"breadcrumbs":7,"title":2},"360":{"body":3,"breadcrumbs":8,"title":1},"361":{"body":3,"breadcrumbs":8,"title":1},"362":{"body":3,"breadcrumbs":8,"title":1},"363":{"body":3,"breadcrumbs":8,"title":1},"364":{"body":3,"breadcrumbs":7,"title":0},"365":{"body":2,"breadcrumbs":8,"title":1},"366":{"body":2,"breadcrumbs":7,"title":0},"367":{"body":3,"breadcrumbs":8,"title":1},"368":{"body":3,"breadcrumbs":8,"title":1},"369":{"body":3,"breadcrumbs":8,"title":1},"37":{"body":50,"breadcrumbs":7,"title":2},"370":{"body":3,"breadcrumbs":7,"title":0},"371":{"body":3,"breadcrumbs":8,"title":1},"372":{"body":3,"breadcrumbs":8,"title":1},"373":{"body":7,"breadcrumbs":7,"title":0},"374":{"body":3,"breadcrumbs":7,"title":0},"375":{"body":3,"breadcrumbs":8,"title":1},"376":{"body":5,"breadcrumbs":7,"title":0},"377":{"body":3,"breadcrumbs":7,"title":0},"378":{"body":3,"breadcrumbs":8,"title":1},"379":{"body":4,"breadcrumbs":7,"title":0},"38":{"body":75,"breadcrumbs":8,"title":3},"380":{"body":9,"breadcrumbs":8,"title":1},"381":{"body":3,"breadcrumbs":8,"title":1},"382":{"body":3,"breadcrumbs":8,"title":1},"383":{"body":3,"breadcrumbs":7,"title":0},"384":{"body":3,"breadcrumbs":8,"title":1},"385":{"body":16,"breadcrumbs":8,"title":1},"386":{"body":5,"breadcrumbs":8,"title":1},"387":{"body":2,"breadcrumbs":7,"title":0},"388":{"body":3,"breadcrumbs":8,"title":1},"389":{"body":3,"breadcrumbs":8,"title":1},"39":{"body":15,"breadcrumbs":9,"title":4},"390":{"body":3,"breadcrumbs":7,"title":0},"391":{"body":3,"breadcrumbs":8,"title":1},"392":{"body":3,"breadcrumbs":8,"title":1},"393":{"body":0,"breadcrumbs":8,"title":1},"394":{"body":2,"breadcrumbs":7,"title":0},"395":{"body":5,"breadcrumbs":8,"title":1},"396":{"body":3,"breadcrumbs":8,"title":1},"397":{"body":3,"breadcrumbs":8,"title":1},"398":{"body":3,"breadcrumbs":8,"title":1},"399":{"body":3,"breadcrumbs":7,"title":0},"4":{"body":87,"breadcrumbs":5,"title":2},"40":{"body":15,"breadcrumbs":7,"title":2},"400":{"body":3,"breadcrumbs":8,"title":1},"401":{"body":3,"breadcrumbs":8,"title":1},"402":{"body":3,"breadcrumbs":8,"title":1},"403":{"body":6,"breadcrumbs":7,"title":0},"404":{"body":6,"breadcrumbs":7,"title":0},"405":{"body":3,"breadcrumbs":8,"title":1},"406":{"body":6,"breadcrumbs":8,"title":1},"407":{"body":5,"breadcrumbs":7,"title":0},"408":{"body":3,"breadcrumbs":8,"title":1},"409":{"body":3,"breadcrumbs":8,"title":1},"41":{"body":60,"breadcrumbs":12,"title":7},"410":{"body":3,"breadcrumbs":8,"title":1},"411":{"body":3,"breadcrumbs":8,"title":1},"412":{"body":3,"breadcrumbs":8,"title":1},"413":{"body":2,"breadcrumbs":7,"title":0},"414":{"body":3,"breadcrumbs":8,"title":1},"415":{"body":3,"breadcrumbs":7,"title":0},"416":{"body":3,"breadcrumbs":8,"title":1},"417":{"body":2,"breadcrumbs":7,"title":0},"418":{"body":10,"breadcrumbs":8,"title":1},"419":{"body":3,"breadcrumbs":8,"title":1},"42":{"body":126,"breadcrumbs":8,"title":3},"420":{"body":5,"breadcrumbs":8,"title":1},"421":{"body":5,"breadcrumbs":8,"title":1},"422":{"body":3,"breadcrumbs":7,"title":0},"423":{"body":3,"breadcrumbs":8,"title":1},"424":{"body":3,"breadcrumbs":8,"title":1},"425":{"body":3,"breadcrumbs":8,"title":1},"426":{"body":14,"breadcrumbs":8,"title":1},"427":{"body":3,"breadcrumbs":7,"title":0},"428":{"body":6,"breadcrumbs":8,"title":1},"429":{"body":3,"breadcrumbs":8,"title":1},"43":{"body":74,"breadcrumbs":7,"title":2},"430":{"body":3,"breadcrumbs":8,"title":1},"431":{"body":6,"breadcrumbs":8,"title":1},"432":{"body":3,"breadcrumbs":8,"title":1},"433":{"body":3,"breadcrumbs":8,"title":1},"434":{"body":3,"breadcrumbs":8,"title":1},"435":{"body":3,"breadcrumbs":8,"title":1},"436":{"body":5,"breadcrumbs":8,"title":1},"437":{"body":3,"breadcrumbs":8,"title":1},"438":{"body":3,"breadcrumbs":8,"title":1},"439":{"body":3,"breadcrumbs":8,"title":1},"44":{"body":84,"breadcrumbs":8,"title":3},"440":{"body":3,"breadcrumbs":8,"title":1},"441":{"body":3,"breadcrumbs":7,"title":0},"442":{"body":3,"breadcrumbs":7,"title":0},"443":{"body":3,"breadcrumbs":8,"title":1},"444":{"body":0,"breadcrumbs":8,"title":1},"445":{"body":5,"breadcrumbs":8,"title":1},"446":{"body":3,"breadcrumbs":8,"title":1},"447":{"body":3,"breadcrumbs":8,"title":1},"448":{"body":3,"breadcrumbs":8,"title":1},"449":{"body":3,"breadcrumbs":8,"title":1},"45":{"body":22,"breadcrumbs":6,"title":1},"450":{"body":3,"breadcrumbs":8,"title":1},"451":{"body":3,"breadcrumbs":7,"title":0},"452":{"body":3,"breadcrumbs":8,"title":1},"453":{"body":3,"breadcrumbs":8,"title":1},"454":{"body":3,"breadcrumbs":8,"title":1},"455":{"body":3,"breadcrumbs":8,"title":1},"456":{"body":3,"breadcrumbs":8,"title":1},"457":{"body":3,"breadcrumbs":8,"title":1},"458":{"body":3,"breadcrumbs":8,"title":1},"459":{"body":3,"breadcrumbs":8,"title":1},"46":{"body":44,"breadcrumbs":9,"title":4},"460":{"body":3,"breadcrumbs":8,"title":1},"461":{"body":3,"breadcrumbs":8,"title":1},"462":{"body":3,"breadcrumbs":8,"title":1},"463":{"body":2,"breadcrumbs":8,"title":1},"464":{"body":3,"breadcrumbs":8,"title":1},"465":{"body":3,"breadcrumbs":8,"title":1},"466":{"body":3,"breadcrumbs":7,"title":0},"467":{"body":3,"breadcrumbs":8,"title":1},"468":{"body":3,"breadcrumbs":8,"title":1},"469":{"body":3,"breadcrumbs":8,"title":1},"47":{"body":16,"breadcrumbs":6,"title":1},"470":{"body":5,"breadcrumbs":8,"title":1},"471":{"body":3,"breadcrumbs":8,"title":1},"472":{"body":9,"breadcrumbs":7,"title":0},"473":{"body":5,"breadcrumbs":8,"title":1},"474":{"body":3,"breadcrumbs":8,"title":1},"475":{"body":3,"breadcrumbs":8,"title":1},"476":{"body":3,"breadcrumbs":8,"title":1},"477":{"body":19,"breadcrumbs":8,"title":1},"478":{"body":3,"breadcrumbs":8,"title":1},"479":{"body":3,"breadcrumbs":7,"title":0},"48":{"body":38,"breadcrumbs":9,"title":4},"480":{"body":3,"breadcrumbs":8,"title":1},"481":{"body":3,"breadcrumbs":8,"title":1},"482":{"body":5,"breadcrumbs":8,"title":1},"483":{"body":5,"breadcrumbs":8,"title":1},"484":{"body":2,"breadcrumbs":7,"title":0},"485":{"body":15,"breadcrumbs":8,"title":1},"486":{"body":20,"breadcrumbs":8,"title":1},"487":{"body":3,"breadcrumbs":8,"title":1},"488":{"body":6,"breadcrumbs":8,"title":1},"489":{"body":3,"breadcrumbs":8,"title":1},"49":{"body":74,"breadcrumbs":7,"title":2},"490":{"body":3,"breadcrumbs":8,"title":1},"491":{"body":3,"breadcrumbs":8,"title":1},"492":{"body":12,"breadcrumbs":8,"title":1},"493":{"body":3,"breadcrumbs":8,"title":1},"494":{"body":5,"breadcrumbs":8,"title":1},"495":{"body":39,"breadcrumbs":10,"title":3},"496":{"body":14,"breadcrumbs":10,"title":3},"497":{"body":0,"breadcrumbs":8,"title":4},"498":{"body":55,"breadcrumbs":6,"title":2},"499":{"body":133,"breadcrumbs":5,"title":1},"5":{"body":114,"breadcrumbs":4,"title":1},"50":{"body":5,"breadcrumbs":8,"title":3},"500":{"body":40,"breadcrumbs":6,"title":2},"501":{"body":12,"breadcrumbs":5,"title":1},"502":{"body":67,"breadcrumbs":6,"title":2},"503":{"body":72,"breadcrumbs":6,"title":2},"504":{"body":44,"breadcrumbs":6,"title":2},"505":{"body":72,"breadcrumbs":6,"title":2},"506":{"body":52,"breadcrumbs":7,"title":3},"507":{"body":15,"breadcrumbs":6,"title":2},"508":{"body":100,"breadcrumbs":7,"title":3},"509":{"body":17,"breadcrumbs":5,"title":1},"51":{"body":65,"breadcrumbs":7,"title":2},"510":{"body":19,"breadcrumbs":5,"title":1},"511":{"body":22,"breadcrumbs":5,"title":1},"512":{"body":13,"breadcrumbs":5,"title":1},"513":{"body":14,"breadcrumbs":5,"title":1},"514":{"body":19,"breadcrumbs":5,"title":1},"515":{"body":17,"breadcrumbs":5,"title":1},"516":{"body":18,"breadcrumbs":5,"title":1},"517":{"body":24,"breadcrumbs":5,"title":1},"518":{"body":15,"breadcrumbs":5,"title":1},"519":{"body":13,"breadcrumbs":5,"title":1},"52":{"body":47,"breadcrumbs":9,"title":4},"520":{"body":71,"breadcrumbs":7,"title":3},"521":{"body":51,"breadcrumbs":5,"title":1},"522":{"body":38,"breadcrumbs":8,"title":4},"523":{"body":5,"breadcrumbs":6,"title":2},"524":{"body":51,"breadcrumbs":5,"title":1},"525":{"body":14,"breadcrumbs":5,"title":1},"526":{"body":4,"breadcrumbs":6,"title":2},"527":{"body":53,"breadcrumbs":8,"title":4},"528":{"body":26,"breadcrumbs":5,"title":1},"529":{"body":10,"breadcrumbs":6,"title":2},"53":{"body":69,"breadcrumbs":10,"title":5},"530":{"body":137,"breadcrumbs":6,"title":2},"531":{"body":0,"breadcrumbs":8,"title":4},"532":{"body":17,"breadcrumbs":6,"title":2},"533":{"body":8,"breadcrumbs":6,"title":2},"534":{"body":21,"breadcrumbs":5,"title":1},"535":{"body":21,"breadcrumbs":5,"title":1},"536":{"body":24,"breadcrumbs":5,"title":1},"537":{"body":31,"breadcrumbs":5,"title":1},"538":{"body":31,"breadcrumbs":6,"title":2},"539":{"body":60,"breadcrumbs":5,"title":1},"54":{"body":6,"breadcrumbs":7,"title":2},"540":{"body":29,"breadcrumbs":6,"title":2},"541":{"body":0,"breadcrumbs":8,"title":4},"542":{"body":14,"breadcrumbs":6,"title":2},"543":{"body":47,"breadcrumbs":6,"title":2},"544":{"body":19,"breadcrumbs":8,"title":4},"545":{"body":73,"breadcrumbs":9,"title":5},"546":{"body":0,"breadcrumbs":8,"title":4},"547":{"body":17,"breadcrumbs":6,"title":2},"548":{"body":3,"breadcrumbs":6,"title":2},"549":{"body":50,"breadcrumbs":5,"title":1},"55":{"body":8,"breadcrumbs":10,"title":5},"550":{"body":424,"breadcrumbs":5,"title":1},"551":{"body":14,"breadcrumbs":5,"title":1},"552":{"body":3,"breadcrumbs":5,"title":1},"553":{"body":2,"breadcrumbs":8,"title":4},"554":{"body":30,"breadcrumbs":6,"title":2},"555":{"body":39,"breadcrumbs":7,"title":3},"556":{"body":16,"breadcrumbs":7,"title":3},"557":{"body":19,"breadcrumbs":8,"title":4},"558":{"body":11,"breadcrumbs":7,"title":3},"559":{"body":9,"breadcrumbs":8,"title":4},"56":{"body":8,"breadcrumbs":6,"title":1},"560":{"body":10,"breadcrumbs":10,"title":6},"561":{"body":6,"breadcrumbs":7,"title":3},"562":{"body":9,"breadcrumbs":8,"title":4},"563":{"body":0,"breadcrumbs":8,"title":4},"564":{"body":9,"breadcrumbs":6,"title":2},"565":{"body":65,"breadcrumbs":5,"title":1},"566":{"body":20,"breadcrumbs":5,"title":1},"567":{"body":19,"breadcrumbs":6,"title":2},"568":{"body":16,"breadcrumbs":5,"title":1},"569":{"body":29,"breadcrumbs":6,"title":2},"57":{"body":40,"breadcrumbs":6,"title":1},"570":{"body":7,"breadcrumbs":6,"title":2},"571":{"body":8,"breadcrumbs":5,"title":1},"572":{"body":17,"breadcrumbs":6,"title":2},"573":{"body":8,"breadcrumbs":6,"title":2},"574":{"body":21,"breadcrumbs":5,"title":1},"575":{"body":8,"breadcrumbs":5,"title":1},"576":{"body":10,"breadcrumbs":6,"title":2},"577":{"body":8,"breadcrumbs":5,"title":1},"578":{"body":8,"breadcrumbs":6,"title":2},"579":{"body":6,"breadcrumbs":5,"title":1},"58":{"body":4,"breadcrumbs":7,"title":2},"580":{"body":0,"breadcrumbs":12,"title":6},"581":{"body":46,"breadcrumbs":7,"title":1},"582":{"body":42,"breadcrumbs":7,"title":1},"583":{"body":34,"breadcrumbs":7,"title":1},"584":{"body":20,"breadcrumbs":10,"title":4},"585":{"body":32,"breadcrumbs":9,"title":3},"586":{"body":28,"breadcrumbs":9,"title":3},"587":{"body":14,"breadcrumbs":8,"title":2},"588":{"body":0,"breadcrumbs":8,"title":2},"589":{"body":19,"breadcrumbs":7,"title":1},"59":{"body":45,"breadcrumbs":8,"title":3},"590":{"body":17,"breadcrumbs":7,"title":1},"591":{"body":18,"breadcrumbs":9,"title":3},"592":{"body":17,"breadcrumbs":7,"title":1},"593":{"body":19,"breadcrumbs":9,"title":3},"594":{"body":17,"breadcrumbs":7,"title":1},"595":{"body":18,"breadcrumbs":9,"title":3},"596":{"body":13,"breadcrumbs":8,"title":2},"597":{"body":26,"breadcrumbs":9,"title":3},"598":{"body":58,"breadcrumbs":9,"title":3},"599":{"body":51,"breadcrumbs":8,"title":2},"6":{"body":39,"breadcrumbs":6,"title":3},"60":{"body":14,"breadcrumbs":8,"title":3},"600":{"body":30,"breadcrumbs":7,"title":1},"601":{"body":26,"breadcrumbs":7,"title":1},"602":{"body":23,"breadcrumbs":7,"title":1},"603":{"body":29,"breadcrumbs":9,"title":3},"604":{"body":11,"breadcrumbs":9,"title":3},"605":{"body":8,"breadcrumbs":7,"title":1},"606":{"body":0,"breadcrumbs":9,"title":3},"607":{"body":94,"breadcrumbs":10,"title":4},"608":{"body":33,"breadcrumbs":12,"title":6},"609":{"body":38,"breadcrumbs":8,"title":2},"61":{"body":62,"breadcrumbs":7,"title":2},"610":{"body":33,"breadcrumbs":11,"title":5},"611":{"body":152,"breadcrumbs":8,"title":2},"612":{"body":7,"breadcrumbs":9,"title":3},"613":{"body":14,"breadcrumbs":7,"title":1},"614":{"body":32,"breadcrumbs":7,"title":1},"615":{"body":30,"breadcrumbs":8,"title":2},"616":{"body":39,"breadcrumbs":6,"title":0},"617":{"body":0,"breadcrumbs":10,"title":5},"618":{"body":53,"breadcrumbs":8,"title":3},"619":{"body":0,"breadcrumbs":8,"title":3},"62":{"body":20,"breadcrumbs":7,"title":2},"620":{"body":79,"breadcrumbs":8,"title":3},"621":{"body":86,"breadcrumbs":8,"title":3},"622":{"body":56,"breadcrumbs":8,"title":3},"623":{"body":0,"breadcrumbs":7,"title":2},"624":{"body":128,"breadcrumbs":6,"title":1},"625":{"body":134,"breadcrumbs":7,"title":2},"626":{"body":0,"breadcrumbs":8,"title":4},"627":{"body":77,"breadcrumbs":7,"title":3},"628":{"body":75,"breadcrumbs":6,"title":2},"629":{"body":19,"breadcrumbs":5,"title":1},"63":{"body":22,"breadcrumbs":7,"title":2},"630":{"body":196,"breadcrumbs":5,"title":1},"631":{"body":34,"breadcrumbs":6,"title":2},"632":{"body":63,"breadcrumbs":8,"title":4},"633":{"body":41,"breadcrumbs":6,"title":2},"634":{"body":20,"breadcrumbs":5,"title":1},"635":{"body":15,"breadcrumbs":7,"title":3},"636":{"body":69,"breadcrumbs":5,"title":1},"637":{"body":8,"breadcrumbs":7,"title":3},"638":{"body":81,"breadcrumbs":5,"title":1},"639":{"body":13,"breadcrumbs":9,"title":5},"64":{"body":0,"breadcrumbs":12,"title":6},"640":{"body":18,"breadcrumbs":5,"title":1},"641":{"body":36,"breadcrumbs":6,"title":2},"642":{"body":27,"breadcrumbs":8,"title":4},"643":{"body":0,"breadcrumbs":5,"title":1},"644":{"body":212,"breadcrumbs":6,"title":2},"645":{"body":188,"breadcrumbs":6,"title":2},"646":{"body":337,"breadcrumbs":10,"title":6},"647":{"body":63,"breadcrumbs":8,"title":4},"648":{"body":262,"breadcrumbs":6,"title":2},"649":{"body":23,"breadcrumbs":6,"title":2},"65":{"body":54,"breadcrumbs":8,"title":2},"650":{"body":64,"breadcrumbs":7,"title":3},"651":{"body":77,"breadcrumbs":9,"title":5},"652":{"body":49,"breadcrumbs":5,"title":1},"653":{"body":61,"breadcrumbs":8,"title":4},"654":{"body":31,"breadcrumbs":6,"title":2},"655":{"body":10,"breadcrumbs":6,"title":2},"656":{"body":10,"breadcrumbs":6,"title":2},"657":{"body":9,"breadcrumbs":6,"title":2},"658":{"body":20,"breadcrumbs":6,"title":2},"659":{"body":19,"breadcrumbs":6,"title":2},"66":{"body":18,"breadcrumbs":8,"title":2},"660":{"body":14,"breadcrumbs":6,"title":2},"661":{"body":13,"breadcrumbs":5,"title":1},"662":{"body":17,"breadcrumbs":8,"title":4},"663":{"body":19,"breadcrumbs":8,"title":4},"664":{"body":158,"breadcrumbs":6,"title":2},"665":{"body":19,"breadcrumbs":6,"title":2},"666":{"body":40,"breadcrumbs":6,"title":2},"667":{"body":18,"breadcrumbs":7,"title":3},"668":{"body":14,"breadcrumbs":6,"title":2},"669":{"body":4,"breadcrumbs":7,"title":3},"67":{"body":14,"breadcrumbs":11,"title":5},"670":{"body":0,"breadcrumbs":5,"title":1},"671":{"body":54,"breadcrumbs":7,"title":3},"672":{"body":26,"breadcrumbs":6,"title":2},"673":{"body":60,"breadcrumbs":10,"title":4},"674":{"body":31,"breadcrumbs":9,"title":3},"675":{"body":23,"breadcrumbs":8,"title":2},"676":{"body":88,"breadcrumbs":8,"title":2},"677":{"body":91,"breadcrumbs":9,"title":3},"678":{"body":63,"breadcrumbs":6,"title":2},"679":{"body":34,"breadcrumbs":6,"title":2},"68":{"body":12,"breadcrumbs":7,"title":1},"680":{"body":52,"breadcrumbs":6,"title":2},"681":{"body":40,"breadcrumbs":6,"title":2},"682":{"body":33,"breadcrumbs":6,"title":2},"683":{"body":25,"breadcrumbs":5,"title":2},"684":{"body":82,"breadcrumbs":5,"title":2},"685":{"body":35,"breadcrumbs":7,"title":4},"686":{"body":7,"breadcrumbs":8,"title":5},"687":{"body":107,"breadcrumbs":4,"title":1},"688":{"body":26,"breadcrumbs":7,"title":4},"689":{"body":76,"breadcrumbs":4,"title":1},"69":{"body":32,"breadcrumbs":12,"title":6},"690":{"body":330,"breadcrumbs":4,"title":1},"691":{"body":146,"breadcrumbs":4,"title":1},"692":{"body":185,"breadcrumbs":5,"title":2},"693":{"body":18,"breadcrumbs":6,"title":3},"694":{"body":45,"breadcrumbs":10,"title":7},"695":{"body":20,"breadcrumbs":7,"title":4},"696":{"body":27,"breadcrumbs":6,"title":3},"697":{"body":21,"breadcrumbs":6,"title":3},"698":{"body":85,"breadcrumbs":6,"title":3},"699":{"body":103,"breadcrumbs":8,"title":5},"7":{"body":68,"breadcrumbs":6,"title":3},"70":{"body":47,"breadcrumbs":7,"title":1},"700":{"body":134,"breadcrumbs":6,"title":3},"701":{"body":58,"breadcrumbs":4,"title":1},"702":{"body":109,"breadcrumbs":5,"title":2},"703":{"body":148,"breadcrumbs":4,"title":1},"704":{"body":105,"breadcrumbs":5,"title":2},"705":{"body":12,"breadcrumbs":6,"title":3},"706":{"body":89,"breadcrumbs":6,"title":3},"707":{"body":110,"breadcrumbs":7,"title":4},"708":{"body":56,"breadcrumbs":8,"title":5},"709":{"body":41,"breadcrumbs":6,"title":3},"71":{"body":4,"breadcrumbs":8,"title":2},"710":{"body":106,"breadcrumbs":7,"title":4},"711":{"body":47,"breadcrumbs":5,"title":2},"712":{"body":16,"breadcrumbs":5,"title":2},"713":{"body":57,"breadcrumbs":5,"title":2},"714":{"body":12,"breadcrumbs":5,"title":2},"715":{"body":16,"breadcrumbs":5,"title":2},"716":{"body":27,"breadcrumbs":5,"title":2},"717":{"body":12,"breadcrumbs":5,"title":2},"718":{"body":14,"breadcrumbs":5,"title":2},"719":{"body":20,"breadcrumbs":5,"title":2},"72":{"body":51,"breadcrumbs":11,"title":5},"720":{"body":14,"breadcrumbs":5,"title":2},"721":{"body":0,"breadcrumbs":2,"title":1},"722":{"body":8,"breadcrumbs":2,"title":1},"723":{"body":4,"breadcrumbs":2,"title":1},"724":{"body":8,"breadcrumbs":2,"title":1},"725":{"body":8,"breadcrumbs":2,"title":1},"726":{"body":6,"breadcrumbs":2,"title":1},"727":{"body":6,"breadcrumbs":2,"title":1},"728":{"body":5,"breadcrumbs":2,"title":1},"729":{"body":10,"breadcrumbs":2,"title":1},"73":{"body":13,"breadcrumbs":7,"title":1},"730":{"body":0,"breadcrumbs":2,"title":1},"731":{"body":11,"breadcrumbs":2,"title":1},"732":{"body":8,"breadcrumbs":4,"title":3},"733":{"body":2,"breadcrumbs":2,"title":1},"734":{"body":5,"breadcrumbs":2,"title":1},"735":{"body":2,"breadcrumbs":2,"title":1},"736":{"body":8,"breadcrumbs":2,"title":1},"737":{"body":8,"breadcrumbs":3,"title":2},"738":{"body":6,"breadcrumbs":3,"title":2},"739":{"body":13,"breadcrumbs":4,"title":3},"74":{"body":32,"breadcrumbs":7,"title":1},"740":{"body":9,"breadcrumbs":3,"title":2},"741":{"body":24,"breadcrumbs":3,"title":2},"742":{"body":3,"breadcrumbs":3,"title":2},"743":{"body":3,"breadcrumbs":3,"title":2},"744":{"body":9,"breadcrumbs":2,"title":1},"745":{"body":3,"breadcrumbs":3,"title":2},"746":{"body":6,"breadcrumbs":3,"title":2},"747":{"body":6,"breadcrumbs":3,"title":2},"748":{"body":7,"breadcrumbs":3,"title":2},"749":{"body":8,"breadcrumbs":3,"title":2},"75":{"body":4,"breadcrumbs":8,"title":2},"750":{"body":8,"breadcrumbs":3,"title":2},"751":{"body":7,"breadcrumbs":2,"title":1},"752":{"body":4,"breadcrumbs":3,"title":2},"76":{"body":9,"breadcrumbs":11,"title":5},"77":{"body":26,"breadcrumbs":7,"title":1},"78":{"body":12,"breadcrumbs":7,"title":1},"79":{"body":4,"breadcrumbs":8,"title":2},"8":{"body":141,"breadcrumbs":5,"title":2},"80":{"body":43,"breadcrumbs":9,"title":3},"81":{"body":14,"breadcrumbs":9,"title":3},"82":{"body":51,"breadcrumbs":8,"title":2},"83":{"body":23,"breadcrumbs":8,"title":2},"84":{"body":32,"breadcrumbs":8,"title":2},"85":{"body":0,"breadcrumbs":6,"title":3},"86":{"body":44,"breadcrumbs":5,"title":2},"87":{"body":20,"breadcrumbs":5,"title":2},"88":{"body":54,"breadcrumbs":4,"title":1},"89":{"body":31,"breadcrumbs":6,"title":3},"9":{"body":275,"breadcrumbs":7,"title":4},"90":{"body":12,"breadcrumbs":4,"title":1},"91":{"body":31,"breadcrumbs":4,"title":1},"92":{"body":7,"breadcrumbs":5,"title":2},"93":{"body":25,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":4,"title":1},"95":{"body":36,"breadcrumbs":4,"title":1},"96":{"body":5,"breadcrumbs":5,"title":2},"97":{"body":28,"breadcrumbs":4,"title":1},"98":{"body":8,"breadcrumbs":4,"title":1},"99":{"body":39,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"Welcome to Lapwing for beginners—the online book for hobbyists to teach themselves stenography with Lapwing theory! To get started: as a complete beginner: Chapter 1 as a current Plover user thinking about switching to Lapwing: Appendix A NOTE: setting up Lapwing with the Plover app is covered in Chapter 5 . This resource is still in development and feedback is highly appreciated. You can reach out to me by: posting a message on the Plover Discord server’s lapwing-theory channel creating a new post on GitHub discussions","breadcrumbs":"Home » Lapwing for Beginners","id":"0","title":"Lapwing for Beginners"},"1":{"body":"In early 2022, I was dissatisfied with the state of learning resources for Plover theory and started working on a new dictionary. However, throughout this process, I realized that Plover theory itself had many gaps and adding all the valid outlines would be impossible. I added more and more rules to account for these theory gaps, and slowly the entire project diverged far enough from Plover to be considered its own theory. Over two years later, Lapwing is used by several community members and is a regarded as a viable theory to learn. I created this resource to make stenography more accessible to hobbyists.","breadcrumbs":"Home » Motivation","id":"1","title":"Motivation"},"10":{"body":"I hope this has helped to demystify stenography! In the next chapter, I will be discussing steno hardware and software to get you started on learning steno!","breadcrumbs":"Chapter 1: Introduction » Conclusion","id":"10","title":"Conclusion"},"100":{"body":"Single syllable AOU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"100","title":"Section practice"},"101":{"body":"This chapter’s test consists of all the practice drills you have done in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Chapter 7 test","id":"101","title":"Chapter 7 test"},"102":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5-20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 7: Vowels » Recommended completion goal","id":"102","title":"Recommended completion goal"},"103":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation a AEU Sounds like the letter “A” can K Single key brief for a common word for TP-R Drops the vowel in TPH in if TP if new TPHU The proper long u TPHAOU vowel is reserved for the word “knew” to TO Matches the spelling two TWO Matches the spelling , KW-BG Symmetrical shape like the period/full stop. ! TP-BG Shape resembles a lowering intonation (not accurate to the exclamation mark, but contrasts with the question mark). NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 7: Vowels » Chapter briefs","id":"103","title":"Chapter briefs"},"104":{"body":"can you say two? I paid for a can! I got a new car in the ice. if you trade, can I pay for the rice? Answers K/U/SAEU/TWO/KW-PL EU/PAEUD/TP-R/AEU/K/TP-BG EU/TKPWOT/AEU/TPHU/KAR/TPH/-T/AOEUS/TP-PL TP/U/TRAEUD/KW-BG/K/EU/PAEU/TP-R/-T/RAOEUS/KW-PL","breadcrumbs":"Chapter 7: Vowels » Practice sentences","id":"104","title":"Practice sentences"},"105":{"body":"Brief Outline Explanation for the TP-RT TP-R + -t can you KU K + U in the TPH-T TPH + -T if the TP-T TP + -T to the TOT TO + -T","breadcrumbs":"Chapter 7: Vowels » Extra briefs","id":"105","title":"Extra briefs"},"106":{"body":"","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8: Vowels continued","id":"106","title":"Chapter 8: Vowels continued"},"107":{"body":"Recommended time to spend on this chapter: 2–6 days. Read AOE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AO and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 8: Vowels continued » Recommended pace","id":"107","title":"Recommended pace"},"108":{"body":"Single syllable AOE words drill Single syllable AOEU words drill Single syllable AU words drill Single syllable AE words drill Single syllable AO words drill Chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Useful links","id":"108","title":"Useful links"},"109":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 8: Vowels continued » Intro","id":"109","title":"Intro"},"11":{"body":"Steno is unlike alternative keyboard layouts that can easily be switched in your operating system’s settings. Steno requires specialized hardware and a steno engine that translates the keys you press into the words to be outputted. This chapter will go over both steno keyboards (hardware) and the software required.","breadcrumbs":"Chapter 2: Steno hardware and software » Chapter 2: Steno hardware and software","id":"11","title":"Chapter 2: Steno hardware and software"},"110":{"body":"Since steno is a primarily phonetic system, homophones can be tricky to deal with. For example, the words “pair” and “pear” are pronounced exactly the same, but it is not possible to assign them both to PAEUR. We would call this an example of a conflict ; two words conflict with the same outline. In Lapwing theory, spelling is the primary way to resolve conflicts. This particular example of “pair” and “pear” is covered later in this chapter.","breadcrumbs":"Chapter 8: Vowels continued » What is a conflict?","id":"110","title":"What is a conflict?"},"111":{"body":"aoe AOE is the long e sound as in “beet” /i/ AOER is the sound as in “peer” /ɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOE","id":"111","title":"AOE"},"112":{"body":"peel PAOEL teal TAOEL here HAOER seer SAOER","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"112","title":"Examples"},"113":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described in the previous chapter) is familiar, you can think of transforming the E key into a long e by combining it with the two keys on the other side Long e = E + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"113","title":"Mnemonics"},"114":{"body":"Single syllable AOE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"114","title":"Section practice"},"115":{"body":"aoeu AOEU is the long i sound as in “ice” /aɪ/ AOEUR is the sound as in “ire” /aɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOEU","id":"115","title":"AOEU"},"116":{"body":"light HRAOEUT tile TAOEUL liar HRAOEUR tire TAOEUR","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"116","title":"Examples"},"117":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowel and short vowels (as described in the previous chapter) is familiar, you can think of transforming the “i” chord into a long i by combining it with the two keys on the other side Long i = EU + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"117","title":"Mnemonics"},"118":{"body":"Single syllable AOEU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"118","title":"Section practice"},"119":{"body":"au In chapter 5, the short vowel rules suggest that words like “bought” and “caught” would use the O key. Short vowel rule #1: short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Short vowel rule #2: Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. However, “bought” and “caught” are homophones with “bot” and “cot” (at least with the accent Lapwing assumes). Therefore, we instead give an exception to the short o sound with regard to the two rules above. The short o sound is only written with O if it is spelled with a single “o”. Any other spellings of the short o sound are written with AU. So while “bot” and “cot” are written as PWOT and KOT, respectively, “bought” and “caught” are written like so: bought PWAUT caught KAUT","breadcrumbs":"Chapter 8: Vowels continued » AU","id":"119","title":"AU"},"12":{"body":"I would highly recommend purchasing a steno keyboard before starting to learn steno. Any of the ones listed on the supported hardware wiki page are really good; they will work for many years as you get faster. $100 is a little steep for a simple keyboard, but that is unfortunately the price point for custom keyboards which don’t see much demand. There are two reasons why specialized keyboards are needed for steno. First of all, regular keyboards have row stagger making it difficult to press two keys at once with the same finger. Second of all, most keyboards lack n-key rollover : the ability to detect multiple simultaneous key presses. Standard keyboards are typically only able to detect two to six key presses at once. layout finger diagram. That being said, the first steno board I ever used was an NKRO keyboard that I bought second hand for $30. It came with loud and heavy 60 gram switches. As you’ll often be pressing around 6 keys per stroke, you want to have very light keys. With this cheap keyboard, I could only steno for about a minute before my wrists started burning. For comparison, professional steno machines have tension mechanisms that bottom out at as low as 10 grams regardless of how many keys are pressed. If you do choose to use a regular keyboard for learning steno, make sure you know where the correct key positions are. I’d recommend printing out or keeping a graphic like this handy: steno keys on QWERTY layout If possible, I would also recommend flipping the top row of keycaps to bring the top row a little closer to the bottom row. This helps a lot with pressing two keys vertically: It is definitely possible to learn theory with a regular keyboard (even one that doesn’t support n-key rollover), but it might be frustrating depending on your patience.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno hardware","id":"12","title":"Steno hardware"},"120":{"body":"Words spelled with “au” are given A*UL when there is a conflict: call KAUL caul KA*UL hall HAUL haul HA*UL Words spelled with “awl” are also given A*UL when there is a conflict: all AUL awl A*UL ball PWAUL bawl PWA*UL There aren’t very many of these conflicts to warrant a practice drill, but it is important to keep this in mind when you encounter unexpected output in everyday writing. This is also one area where it is completely safe to change the logic and remap words in your own personal dictionary.","breadcrumbs":"Chapter 8: Vowels continued » Minor conflicts","id":"120","title":"Minor conflicts"},"121":{"body":"Single syllable AU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"121","title":"Section practice"},"122":{"body":"ae Take a look at the following words: pair pear The PAEUR outline cannot be assigned to both of these words. This is where AE comes into play. It is a secondary chord that can represent the same vowel as AEU when there is conflict. In these conflicts involving the long a sound, one word will use AEU. This is the word with higher priority. The other word will use AE; this is the word with lower priority. Spelling is used to determine the priority to assign to a word.","breadcrumbs":"Chapter 8: Vowels continued » AE for AEU","id":"122","title":"AE for AEU"},"123":{"body":"Words spelled with “ai” or “ei” get the highest priority, and are always written using AEU: AEUT eight TPAEUR fair PHAEUPB main PAEUR pair","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ai” or “ei” spellings","id":"123","title":"Highest priority: “ai” or “ei” spellings"},"124":{"body":"These words receive medium priority. Use AE for these words if there is a conflict with a word in the above category. AET ate (AEUT is already “eight”) TPAER fare (TPAEUR is already “fair”) TAEUR tare (“tair” is not a word) PHAEPB mane (PHAEUPB is already “main”)","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “a_e” spellings","id":"124","title":"Medium priority: “a_e” spellings"},"125":{"body":"These words get lowest priority. If there is a conflict with any of the two categories above, use AE. TAER tear (TAEUR is already “tare”) PAER pear (PAEUR is already “pair”) SWAEUR swear (“swair” and “sware” are not words) NOTE: remember that AE is only used to resolve conflicts . Try not to associate this chord with any specific spelling or sound.","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"125","title":"Lowest priority: “ea” spellings"},"126":{"body":"Here’s a flowchart to summarize the above: aeur flowchart","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"126","title":"Flowchart Summary"},"127":{"body":"In addition to the AEU vowel, AE can also represent the AOE vowel when there are conflicts. Again, certain spellings are assigned to higher priority, while lower priority spellings use AE.","breadcrumbs":"Chapter 8: Vowels continued » AE for AOE","id":"127","title":"AE for AOE"},"128":{"body":"All words spelled with “ee” use AOE TPAOET feet PAOE pee SAOED seed TAOE tee","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ee” spellings","id":"128","title":"Highest priority: “ee” spellings"},"129":{"body":"PAOES piece","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “ie” spellings","id":"129","title":"Medium priority: “ie” spellings"},"13":{"body":"This series requires you to use Plover ; a free and open source steno engine available on Linux, macOS, and Windows. Follow the instructions in the Plover wiki (link below) to set up the app and your machine. If you are using a QWERTY keyboard, make sure to read over the page and the relevant sections.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno software","id":"13","title":"Steno software"},"130":{"body":"TPAET feat (TPAOET is already “feet”) PAE pea (PAOE is already “pee”) PAES peace (PAOES is already “piece”) TAE tea (TAOE is already “tee”)","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"130","title":"Lowest priority: “ea” spellings"},"131":{"body":"Here’s a flowchart to summarize the above:","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"131","title":"Flowchart Summary"},"132":{"body":"AE can also be used for “ea” spellings that conflict with short vowels. lead HRAED (HRED is already “led”) bread PWRAED (PWRED is already “bred”)","breadcrumbs":"Chapter 8: Vowels continued » Other uses of AE for disambiguating","id":"132","title":"Other uses of AE for disambiguating"},"133":{"body":"You may wonder about, or even encounter a few 3-way conflicts. For example, “pair”, “pare”, and “pear”. There really aren’t that many of these so Lapwing doesn’t actually provide any rules on how to deal with these. By default the Lapwing dictionary assigns PAER to “pear” and PA*EUR to “pare”. The reason for this is that “pear” is much more common and is considered higher priority than “pare”. You are, of course, free to disagree with this logic and change things around! It is really up to you how you want to deal with these conflicts. NOTE: considering priority based on how common words are is generally used as a last resort where the rules are fuzzy or nonexistent (like in this example). You will not see this in any concrete Lapwing rules.","breadcrumbs":"Chapter 8: Vowels continued » AE 3-way conflicts","id":"133","title":"AE 3-way conflicts"},"134":{"body":"Single syllable AE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"134","title":"Section practice"},"135":{"body":"This chord has two uses: Words spelled with “oo”, regardless of their pronunciation wood WAOD hood HAOD blood PWHRAOD tool TAOL Words spelled with “oa” to resolve conflicts oar AOR (OR is already “or”) soar SAOR (SOR is already “sore”) boar PWAOR (PWOR is already “bore”) road RAOD (ROED is already “rode”) NOTE: you may be tempted to write “boat” as PWAOT, but this is incorrect. The word “boat” should be written as PWOET, first and foremost (since there are no homophones with “boat”). Therefore, PWAOT is actually the word “boot”.","breadcrumbs":"Chapter 8: Vowels continued » AO","id":"135","title":"AO"},"136":{"body":"Single syllable AO words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"136","title":"Section practice"},"137":{"body":"This chapter’s test consists of all the vowel drills (including chapter 7 material). Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8 test","id":"137","title":"Chapter 8 test"},"138":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 8: Vowels continued » Recommended completion goal","id":"138","title":"Recommended completion goal"},"139":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation had H Single key brief for a common word people P Single key brief for a common word this TH this there THR there when WH when why KWR KWR is (sometimes) used for the “Y” letter will HR will with W Single key brief for a common word Enter or Return R-R return (equivalent to pressing Enter or Return on a keyboard). Capitalize the next word and suppress a space KPA* This useful for starting new sentences in text fields where you don’t want a leading space. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 8: Vowels continued » Chapter briefs","id":"139","title":"Chapter briefs"},"14":{"body":"","breadcrumbs":"Chapter 2: Steno hardware and software » Beginner’s Guide to Plover","id":"14","title":"Beginner’s Guide to Plover"},"140":{"body":"When are the people here? This is why we fight. There are no moose! Will you sleep now? I have had it with you! Answers KPA*/WH/R/-T/P/HAOER/KW-PL KPA*/TH/S/KWR/WAOE/TPAOEUT/TP-PL KPA*/THR/-R/TPHO/PHAOS/TP-BG KPA*/HR/U/SHRAOEP/TPHOU/KW-PL KPA*/EU/SR/H/T/W/U/TP-BG","breadcrumbs":"Chapter 8: Vowels continued » Practice sentences","id":"140","title":"Practice sentences"},"141":{"body":"Brief Outline Explanation had the H-T H + -T this is TH-S TH + -S there is THR-S THR + -S there’s THR*S THR + -S + * there are THR-R THR + -R there’re THR*R THR + -R + * when is WH-S WH + -S when’s WH*S WH + -S + * when are WH-R WH + -R why is KWR-S KWR + -S why’s KWR*S KWR + -S + * why are KWR-R KWR + R will the HR-T HR + -T will you HRU HR + U","breadcrumbs":"Chapter 8: Vowels continued » Extra briefs","id":"141","title":"Extra briefs"},"142":{"body":"","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9: Right hand chords","id":"142","title":"Chapter 9: Right hand chords"},"143":{"body":"Recommended time to spend on this chapter: 1–4 days. Read right hand v and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand st and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand m and k and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand mp, th, and lk and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 9: Right hand chords » Recommended pace","id":"143","title":"Recommended pace"},"144":{"body":"Single syllable right hand v words drill Single syllable right hand st words drill Single syllable right hand m and k words drill Single syllable right hand mp, th, and lk words drill Chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Useful links","id":"144","title":"Useful links"},"145":{"body":"“v” as in in “cave” is -F v","breadcrumbs":"Chapter 9: Right hand chords » Right hand v","id":"145","title":"Right hand v"},"146":{"body":"solve SOF move PHAOUF love HROF","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"146","title":"Examples"},"147":{"body":"Feel free to come up with your own or even suggest some! The “v” sound is quite similar to “f” (“v” is simply voiced “f”)","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics:","id":"147","title":"Mnemonics:"},"148":{"body":"With -F as both “f” and “v”, conflicts such as “safe” and “save” can arise; both of these would be written as SAEUF. In these cases, -F is reserved for the word spelled with “f” and *F is used for the word spelled with “v”: safe SAEUF save SA*EUF waif WAEUF waive WA*EUF","breadcrumbs":"Chapter 9: Right hand chords » Conflicts with f","id":"148","title":"Conflicts with f"},"149":{"body":"Single syllable v words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"149","title":"Section practice"},"15":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » Chapter 3: How to learn steno","id":"15","title":"Chapter 3: How to learn steno"},"150":{"body":"In chapter 5, it was stated that “-st” in words like “past” cannot be written in a way that obeys steno order. In Lapwing theory, -FT can be used to represent this sound. cast KAFT fast TPAFT haste HAEUFT mast PHAFT For conflicts, *S is used as a secondary chord. Words with “-ft” are given higher priority than words with “-st”. lost HRO*S (HROFT is already “loft”) list HR*EUS (HREUFT is already “lift”) st Note: the -F key can be used for “s” in general when steno order cannot be followed. Section practice This section’s practice material also includes some “-ft” words like “loft” and “lift”. Single syllable -st words","breadcrumbs":"Chapter 9: Right hand chords » Right hand st","id":"150","title":"Right hand st"},"151":{"body":"-PL is “-m” as in “calm” -BG is “k” as in “back” m and k","breadcrumbs":"Chapter 9: Right hand chords » Right hand m and k","id":"151","title":"Right hand m and k"},"152":{"body":"crumb KRUPL form TPORPL lark HRARBG sack SABG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"152","title":"Examples"},"153":{"body":"Each of these chords are simply two keys in a row -PL is the top row pressed by the middle and ring fingers -BG is the bottom row pressed by the middle and ring fingers Think “plum” for -PL","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"153","title":"Mnemonics"},"154":{"body":"Single syllable m and k words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"154","title":"Section practice"},"155":{"body":"*PL is “-mp” as in “bump” *T is “-th” as in “path” *LG is “-lk” as in “calc” mp th and lk","breadcrumbs":"Chapter 9: Right hand chords » Right hand mp, th, and lk","id":"155","title":"Right hand mp, th, and lk"},"156":{"body":"crimp KR*EUPL shrimp SHR*EUPL bath PWA*T moth PHO*T elk *ELG talc TA*LG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"156","title":"Examples"},"157":{"body":"Feel free to come up with your own or even suggest some! *PL is the “m” chord with an asterisk *T is the -T key with an asterisk The “g” and “k” sounds are quite similar and *LG is the -LG chord with an asterisk","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"157","title":"Mnemonics"},"158":{"body":"Single syllable mp, th, and lk words","breadcrumbs":"Chapter 9: Right hand chords » Section practice:","id":"158","title":"Section practice:"},"159":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9 test","id":"159","title":"Chapter 9 test"},"16":{"body":"Before starting to learn steno, it is important to know that it is not something that can be easily picked up within a week. Personally, it took me about 3 months to achieve a consistent 30 WPM speed. While not nearly as difficult as learning a new language, the difficulty is definitely comparable to something like learning a musical instrument. Learning steno takes a lot of (good) practice and patience. You should not be expecting to double your typing speed in just a month. In fact, it took me 6 months to reach 150 WPM on some TypeRacer quotes, but my speed varied quite a lot as novel and unfamiliar words would throw me off. While my top speed was indeed quite fast during this period, my average speed of 90 WPM wasn’t significantly faster than a good QWERTY typist. Another 6 months later, I was at a consistent 180 WPM on most Monkeytype quotes. Another year and a half after that, I completely switched to steno for all computer tasks. I hope reading this has not discouraged you from picking up steno, but I do have to be honest and straightforward about it. If you are not discouraged, however, I do believe you have the right mindset to succeed!","breadcrumbs":"Chapter 3: How to learn steno » Steno is difficult","id":"16","title":"Steno is difficult"},"160":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 9: Right hand chords » Recommended completion goal","id":"160","title":"Recommended completion goal"},"161":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation about PW about after AF after that THA Drops the last consonant to be useful in phrases their THAEUR were WR were what WHA Drops the last consonant to be useful in phrases which WEU Drops the last consonant who WHO Matches the spelling Enter (and capitalize next word) R*R NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 9: Right hand chords » Chapter briefs","id":"161","title":"Chapter briefs"},"162":{"body":"after that, the dog will trust you. were you in their room? it is what it is. who were you with? it is with which I rest about. what is in there? Answers AF/THA/KW-BG/-T/TKOG/HR/TRUFT/U/TP-PL WR/U/TPH/THAEUR/RAOPL/KW-PL T/S/WHA/T/S/TP-PL WHO/WR/U/W/KW-PL T/S/W/WEU/EU/REFT/PW/TP-PL WHA/S/TPH/THR/KW-PL","breadcrumbs":"Chapter 9: Right hand chords » Practice sentences","id":"162","title":"Practice sentences"},"163":{"body":"Brief Outline Explanation about the PW-T PW + -T that the THAT THA + -T that you THAU THA + U what the WHAT WHA + -T what you WHAU WHA + U were the WR-T WR + -T were you WRU WR + U who the WHOT WHO + T","breadcrumbs":"Chapter 9: Right hand chords » Extra briefs","id":"163","title":"Extra briefs"},"164":{"body":"","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10: Right hand chords continued","id":"164","title":"Chapter 10: Right hand chords continued"},"165":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand n, j, and lj and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand rv, rf, ng, and nk and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ch, sh and rch and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended pace","id":"165","title":"Recommended pace"},"166":{"body":"Single syllable right hand n, j, and lj words drill Single syllable right hand rv, rf, ng, and nk words Single syllable right hand ch, sh, and rch/nch words Chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Useful links","id":"166","title":"Useful links"},"167":{"body":"-PB is “-n” as in “lawn” -PBLG is “-j” as in “grudge” -LG represents two two sounds: “-lj” as in “bulge” “-lch” as in “mulch” n, j, lj","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand n, j, and lj","id":"167","title":"Right hand n, j, and lj"},"168":{"body":"fin TPEUPB sign SAOEUPB lodge HROPBLG nudge TPHUPBLG bilge PWEULG belch PWELG squelch SKWELG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"168","title":"Examples"},"169":{"body":"Feel free to come up with your own or even suggest some! Think “peanut butter” for -PB -PBLG is a cluster of 4 keys pressed with the right hand middle and ring fingers -LG resembles the “-lg” sound in spelling and is somewhat close to the “-lch” sound","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"169","title":"Mnemonics:"},"17":{"body":"When I first started learning stenography, I knew that people were saying it is very difficult to learn. Instead of being discouraged by this, it motivated me even more. In the back of my mind, I wanted to prove that steno wasn’t that difficult and that maybe I could learn it faster than most people. While this is quite egotistical, I do think this mindset helped me along the way; even though I did not learn steno as fast as I had hoped. If you’re not feeling this way, but still want to learn, try to convince yourself that you can do this! Compared to other skills or technical abilities, steno is something that I truly believe anyone can do. You don’t have to necessarily have quick fingers, and you don’t have to have an exceptional memory. In my opinion, all you need is a lot of free time, some patience, and a good steno board. I should also mention that if, at any point in your steno journey, you are feeling discouraged at your progress, don’t give up! Most people take 6 months to a year to reach their old typing speed. It is a gradual process, and one that you should be finding fun. Believe in yourself! Face learning steno as a challenge!","breadcrumbs":"Chapter 3: How to learn steno » Take steno as a challenge!","id":"17","title":"Take steno as a challenge!"},"170":{"body":"Single syllable right hand n, j, and lj/lch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"170","title":"Section practice"},"171":{"body":"-FRB is “-rv” as in “swerve” *FRB is “-rf” as in “turf” The reason -FRB is “-rv” and not “-rf” is that the former is a bit more common. -PBG represents two sounds: “-ng” as in “tang” “-nj” as in “strange” *PBG is “-nk” as in “plank” rv, rf, ng, nk","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand rv, rf, ng, and nk","id":"171","title":"Right hand rv, rf, ng, and nk"},"172":{"body":"curve KUFRB carve KAFRB turf T*UFRB serf S*EFRB ling HREUPBG sing SEUPBG tank TA*PBG sink S*EUPBG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"172","title":"Examples"},"173":{"body":"Feel free to come up with your own or even suggest some! -FRB contains the -R key and also looks like the letter “v” on its side The “v” and “f” sounds are quite similar; the “-rf” chord is almost the same as the “-rv” but with the asterisk -PBG is simply just the “n” chord and the -G key combined *PBG is just the “-ng” chord with the asterisk (the “-ng” and “-nk” sounds are quite similar)","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"173","title":"Mnemonics:"},"174":{"body":"Single syllable right hand rv, rf, ng, and nk words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"174","title":"Section practice"},"175":{"body":"-FP is “-ch” as in “couch” -RB is “-sh” as in “trash” -RBS is the “shus” sound as in “cautious” -FRPB represents two sounds: “-rch” as in “arch” “-nch” as in “hunch” ch, sh, rch","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand ch, sh, and rch","id":"175","title":"Right hand ch, sh, and rch"},"176":{"body":"hitch HEUFP patch PAFP mash PHARB sash SARB luscious HRAOURBS spacious SPAEURBS larch HRAFRPB parch PAFRPB crunch KRUFRPB punch PUFRPB","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"176","title":"Examples"},"177":{"body":"Feel free to come up with your own or even suggest some! -FP and -RB are rows of horizontal keys pressed by the right hand index and middle fingers These are both *h chords, remember that -FP comes before -RB in steno order which matches up with the letter “c” coming before “s” in the alphabet The “-rch”/“-nch” chord -FRPB is the combination of the previous two","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"177","title":"Mnemonics:"},"178":{"body":"Single syllable right hand ch, sh, and rch/nch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"178","title":"Section practice"},"179":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10 test","id":"179","title":"Chapter 10 test"},"18":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » How do I learn?","id":"18","title":"How do I learn?"},"180":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended completion goal","id":"180","title":"Recommended completion goal"},"181":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation be -B Single key brief for a common word been PW-PB Drops the vowel differ TKEUFR Drops the second vowel ( using -FR for the “f_r” sound is a common briefing technique ) even AOEFPB Drops the second vowel of -F Single key brief for a common word one WUPB Not so much a brief as just an odd word only OEPBL only self SEFL Uses an inversion of steno order they THE they think THEU think (easier to write than TH*EUPBG) NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter briefs","id":"181","title":"Chapter briefs"},"182":{"body":"they even think of mulch. hat and cat differ only in one thing. I have been very well. self love is a must. Answers THE/AOEFPB/THEU/-F/PHULG/TP-PL HAT/SKP/KAT/TKEUFR/OEPBL/TPH/WUPB/THEUPBG/TP-PL EU/SR/PW-PB/SRE/WEL/TP-PL SEFL/HROF/S/AEU/PHUFT/TP-PL","breadcrumbs":"Chapter 10: Right hand chords continued » Practice sentences","id":"182","title":"Practice sentences"},"183":{"body":"Brief Outline Explanation they are THER THE + -R they’re TH*ER THE + -R + * one of WUFPB WUPB + -F","breadcrumbs":"Chapter 10: Right hand chords continued » Extra briefs","id":"183","title":"Extra briefs"},"184":{"body":"","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11: Right hand compound clusters","id":"184","title":"Chapter 11: Right hand compound clusters"},"185":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand shun and kshun and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ment and let and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand bl and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended pace","id":"185","title":"Recommended pace"},"186":{"body":"Right hand shun, kshun, and x words Right hand ment and let words drill Right hand -BL words drill Chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Useful links","id":"186","title":"Useful links"},"187":{"body":"All the chords covered so far represent single sounds. However, there are some chords (particularly on the right hand) that can represent multiple syllables. These are referred to as compound clusters.","breadcrumbs":"Chapter 11: Right hand compound clusters » Intro","id":"187","title":"Intro"},"188":{"body":"-GS is “-shun” as in “ocean” -BGS represents two sounds: “-x” as in “tax” “-kshun” as in in “friction”","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand shun, kshun, and x","id":"188","title":"Right hand shun, kshun, and x"},"189":{"body":"motion PHOEGS caution KAUGS fax TPABGS tex TEBGS","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"189","title":"Examples"},"19":{"body":"This series is aimed at being a complete guide to learning steno. While you will learn everything that you need to know to be fast at steno, practice and fluency is key. Each chapter in this series follows the same basic format: new theory and practice material introduced in subsections followed by a chapter test. The purpose of this test is to ensure that you have learned the material well enough. It is crucial that you are comfortable and well acquainted with each chapter before moving onto the next. Everyone’s threshold of being “comfortable” differs and it is up to you to decide what this means for you. For some, maybe this just means reading through the chapter with a little practice. For others, maybe this means practising the drills for a week. It is completely up to you to decide when to proceed to the next chapter. However, if you are unsure, the “recommended completion goal” is a good starting point. As this series is very new, I have not been given much feedback. As such, it may be possible that the recommended completion goal is entirely unrealistic for each chapter. Please take it with a grain of salt! Optional briefs Lapwing is full of briefs and write-outs. A brief is an abbreviated outline that is used for speed. It may not follow theory at all and can be completely arbitrary. On the other hand, write-outs are outlines that are logical and follow theory rules. Until you start speed building, you should focus on write-out entries. This book will emphasize learning the rules behind write-outs, but a lot of common words are written using briefs. Many of these briefs are covered gradually in each chapter. It’s not important to explicitly memorize them, but I would suggest at least skimming through them at the end of your practice. After all, these briefs will be covered again in a later chapter; you are free to ignore the optional briefs at the end of each chapter if you wish to learn them all at once in chapter 16. Daily practice Try to aim for at least 15 minutes of practice a day. Ideally, one hour would be best. As mentioned, consistency is key to becoming fluent at steno. However, any more than three hours a day is approaching excessive. Steno is not simply something you can throw more time at to expect better results. By nature, it is something that has to be developed over a long period (like learning a musical instrument or a language). Remember to take breaks, and do not force yourself to practise more than you want to!","breadcrumbs":"Chapter 3: How to learn steno » Lapwing chapters","id":"19","title":"Lapwing chapters"},"190":{"body":"Some words like “axe” and “action” conflict with the same outline: ABGS. In these cases, the “-x” sound is given higher priority and “-kshun” sound is relegated to *BGS (same chord, but with the asterisk key). Examples faction TPA*BGS (since TPABGS is already “fax”) section S*EBGS (since SEBGS is already “sex”)","breadcrumbs":"Chapter 11: Right hand compound clusters » “-kshun” and “-x” conflicts","id":"190","title":"“-kshun” and “-x” conflicts"},"191":{"body":"Feel free to come up with your own or even suggest some! “mugs in the ocean” -BGS as the “-x” chord is simply just the combination of the “-k” chord -BG and the -S key -BGS as the “-kshun” chord overlaps with the “-k” chord -BG and the “-shun” chord -GS","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"191","title":"Mnemonics:"},"192":{"body":"Right hand shun, kshun, and x words","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"192","title":"Section practice"},"193":{"body":"-PLT is “-ment” as in “moment” -LT is “-let” as in “scarlet” ment, let","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand ment and let","id":"193","title":"Right hand ment and let"},"194":{"body":"garment TKPWARPLT torment TORPLT roulette RAOULT wallet WAULT","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"194","title":"Examples"},"195":{"body":"Feel free to come up with your own or even suggest some! Taking the middle out of “ment” gives “mt” which is what -PLT represents Taking the middle out of “let” gives “lt” which is what -LT represents","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"195","title":"Mnemonics:"},"196":{"body":"Right hand ment and let words Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"196","title":"Section practice"},"197":{"body":"-BL represents several different sounds: “-bl” as in “double” “-abl” as in “pliable” “-ibl” as in “possible” “-b_l” as in “global”, “mobile”, “label” All these sounds are similar to one another in that they all contain “bl” and optionally an unstressed vowel . This refers to a vowel that isn’t emphasized. Think about how the phrase “lay bell” differs in sound to the word “label”. In the first case, the “e” is stressed while in the second case, it is not. bl","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand -BL","id":"197","title":"Right hand -BL"},"198":{"body":"pebble PEBL wobble WOBL playable PHRAEUBL chewable KHAOUBL tribal TRAOEUBL rebel REBL NOTE: the word “rebel” can be pronounced as RAOE/PWEL or REBL depending on if it is a verb or a noun. While the dictionary contains both, the single stroke variant is recommended as it is faster.","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"198","title":"Examples"},"199":{"body":"Feel free to come up with your own or even suggest some! -BL already looks a lot like the sounds it represents; remember to skip over any unstressed vowels as well.","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"199","title":"Mnemonics:"},"2":{"body":"This book is compiled with mdbook. The source can be found on GitHub, and pull requests are welcome (build instructions are in the repository’s README). If you like my work, maybe consider buying me a coffee 😄.","breadcrumbs":"Home » Contributing","id":"2","title":"Contributing"},"20":{"body":"It’s always a good idea to apply your learning to complement exercises in a textbook. However, I would only recommend incorporating steno into your computer usage after reaching chapter 18. If not, you will have to make liberal use of the lookup tool. It is very important to know how to use this tool correctly. If you blindly follow the entries that show up, you may find yourself confused and frustrated as to why a word is written the way it is. You may also force yourself to inadvertently memorize more briefs. Plover has a built-in tool to easily look up outlines. It can be found in Tools → Lookup. Make sure to read the tips below if you would like to use this tool. Use the longest outline available Due to the nature of briefs and write-outs, briefs tend to use fewer strokes and write-outs tend to use more. When you type in a word into the lookup tool, both types of entries will be present. I recommend using the longest outline in the lookup tool as that is overwhelmingly likely to be a write-out. In the following example, the first two entries are briefs, while the last two are write-outs. You should be using one of these two. Defaulting to the longest outline available is very safe. Be careful of hidden affixes The Lapwing dictionary may not contain every single valid outline. You will later learn of affix strokes which attach to root words. For example, the word “thoroughly” contains “thorough” as a root word and “^ly” as a suffix . One way to write “thoroughly” is THOR/KWROE/HREU. However, it does not show up in the dictionary: Instead, remove the “^ly” suffix and look up the word “thorough”. You will find THOR/KWROE as a valid outline: To write the “^ly”, you could look this up too: The curly braces indicate that this word is special. In this case, the caret indicates that it will attach on that side. Putting these two outlines together, you would get THOR/KWROE/HREU. This is the canonical way you would write the word “thoroughly” even though it is not in the dictionary.","breadcrumbs":"Chapter 3: How to learn steno » Incorporating steno into your computer usage","id":"20","title":"Incorporating steno into your computer usage"},"200":{"body":"Right hand -BL words drill Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"200","title":"Section practice"},"201":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11 test","id":"201","title":"Chapter 11 test"},"202":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended completion goal","id":"202","title":"Recommended completion goal"},"203":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation every EFR every first TPEUFRT Uses an inversion of steno order (-R and -F are swapped) with the -F representing “s” follow TPOL follow where W-R where could KUD would WUD should SHUD through THRU THRAOU is the word “threw” NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter briefs","id":"203","title":"Chapter briefs"},"204":{"body":"should you follow them? could we first pass through? would you know every place? where are they? Answers SHUD/U/TPOL/THEPL/KW-PL KUD/WAOE/TPEUFRT/PAS/THRU/KW-PL WUD/U/TPHOE/EFR/PHRAEUS/KW-PL W-R/-R/THE/KW-PL","breadcrumbs":"Chapter 11: Right hand compound clusters » Practice sentences","id":"204","title":"Practice sentences"},"205":{"body":"Brief Outline Explanation everyone EFRPB EFR + -PB everywhere WEFRB EFR + W-R where the W-RT W-R + -T through the THRUT THRU + -T","breadcrumbs":"Chapter 11: Right hand compound clusters » Extra briefs","id":"205","title":"Extra briefs"},"206":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter 12: Wrapping up basic words","id":"206","title":"Chapter 12: Wrapping up basic words"},"207":{"body":"Recommended time to spend on this chapter: <1 day. Read Miscellaneous orthographic chords and complete the drill ( 10 minutes ) Read The stroke separator ( 5 minutes ) Read When sounds can’t follow steno order ( 5 minutes ) Read right hand xt ( 5 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 12: Wrapping up basic words » Recommended pace","id":"207","title":"Recommended pace"},"208":{"body":"Left hand single syllable orthographic chords drill","breadcrumbs":"Chapter 12: Wrapping up basic words » Useful links","id":"208","title":"Useful links"},"209":{"body":"If you’ve been following the recommended pacing, you should now be anywhere from 3 to 7 weeks into your stenography journey! That is very impressive and you should be proud of your perseverance! With this kind of commitment, chances are you will continue to do well in later chapters.","breadcrumbs":"Chapter 12: Wrapping up basic words » Great job!","id":"209","title":"Great job!"},"21":{"body":"If you’re familiar with learning alternative keyboard layouts such as Colemak and Dvorak, you may be tempted to try and use steno for everything right from day 1. I would not recommend this at all. In contrast to typing where you only need to know the location of the keys, there is much more complexity with steno. If you try to ditch regular typing too early on, you will constantly encounter concepts that won’t make sense and will only fuel your frustration. Furthermore, to switch to steno full time, you need to be able to write things that are not just English words. This includes symbols, keyboard shortcuts, editing text, and more. Trying to learn all of this at once is unwise. Instead, I would highly encourage you to follow the structure of this book; the concepts are spread out over 26 chapters which makes the learning curve much less steep. Treat learning steno as a hobby on the side. Your ultimate goal may be to replace your regular keyboard with steno, but you need to at least be familiar with basic theory before doing so. Rushing will not get you anywhere.","breadcrumbs":"Chapter 3: How to learn steno » Switching to steno completely from day 1","id":"21","title":"Switching to steno completely from day 1"},"210":{"body":"You should be pretty familiar with the steno layout and you should also understand how to write most single syllable words—even if you’re not very fast yet. We will finally wrap up single syllable words in this chapter before moving onto other topics.","breadcrumbs":"Chapter 12: Wrapping up basic words » What we’ve learned so far","id":"210","title":"What we’ve learned so far"},"211":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Miscellaneous orthographic chords","id":"211","title":"Miscellaneous orthographic chords"},"212":{"body":"We’ve already learned a few orthographic chords like AU and AO whose usages depend on spelling rather than pronunciation. There are also a few left hand consonant chords that behave the same way. “ph” as in “phase” is written with TP* “wr” as in “write” is written with WR “wh” as in “when” is written with WH All of these except TP* are pretty intuitive as their steno keys match the spelling that they represent.","breadcrumbs":"Chapter 12: Wrapping up basic words » Left hand chords","id":"212","title":"Left hand chords"},"213":{"body":"When there is a conflict between a word that contains the “soft c” sound and another word that is spelled with an s, use KR. Examples cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Chapter 12: Wrapping up basic words » KR for c in conflicts","id":"213","title":"KR for c in conflicts"},"214":{"body":"Words spelled with “ch” can sometimes be homophones with words spelled with only a single “c”. In these cases, we use K for the words spelled with a “c” and KH for words spelled with “ch”. KH can also be used in general for words spelled with “ch” but pronounced with a “hard c”. For example, in the word “choreography”, the initial consonant is a “hard c” so K would typically be used on the left hand. However, using KH is also a valid choice. This is helpful if your first instinct is to use the “ch” spelling to form the left hand consonant. NOTE: the dictionary is not complete when it comes to “ch” words pronounced with a “hard c” and written with KH. I would recommend sticking to K and only using KH when there is a conflict. However, you are completely free to add these if you wish. Examples chord KHORD KORD is already “cord” charisma KHA/REUS/PHA KA/REUS/PHA is also valid","breadcrumbs":"Chapter 12: Wrapping up basic words » KH for hard c spelled ch","id":"214","title":"KH for hard c spelled ch"},"215":{"body":"Use -S for an ending “s” letter, regardless of if it is pronounced as a “z”. Examples fuse TPAOUS cruise KRAOUS","breadcrumbs":"Chapter 12: Wrapping up basic words » -S for all s","id":"215","title":"-S for all s"},"216":{"body":"You will inevitably run into some conflicts such as “race”, “raise”, “raze”, and “raiz”. -S is given to “race” since it has an “s” sound, but how do we deal with the rest? It’s actually entirely up to you as to how you might want to proceed. Conflicts such as these are tricky because they don’t appear very often; you’re better off memorizing the exceptions than trying to learn rules to deal with them. By default, Lapwing gives -Z to “raise” since it’s quite common and is spelled with an “s” (thereby giving it higher priority, in a sense). To write “raze”, you’d use an alternative vowel chord: RAEZ. Finally, for “raiz”, you could use the asterisk key. Although, this word isn’t even in the default dictionary. Thus, you’d write these words like so: “race” RAEUS “raise” RAEUZ “raze” RAEZ “raiz” RA*EUZ This illustrates how messy the English language can be and how designing a theory to work around all of these conflicts without any arbitrary rules/briefs can be a difficult task. When you run into conflicts with more than three words in the future, do remember that (unless explicitly stated) it is perfectly acceptable (even expected!) to change around some outlines. It’s best to create outlines that make sense to you instead of memorizing someone else’s personal intuition.","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts","id":"216","title":"Conflicts"},"217":{"body":"If you encounter a word that has the “y” sound, only use KWR* if it is spelled with a “y”. If it isn’t spelled with a “y” don’t use any left hand consonant chord. Examples yes KWR*ES yep KWR*EP use AOUS usual AOURB/WAL There aren’t, unfortunately, a lot of single stroke words to demonstrate this","breadcrumbs":"Chapter 12: Wrapping up basic words » y sound without the letter y","id":"217","title":"y sound without the letter y"},"218":{"body":"Left hand single syllable orthographic chords drill It’s very recommended that you complete this drill.","breadcrumbs":"Chapter 12: Wrapping up basic words » Section practice","id":"218","title":"Section practice"},"219":{"body":"So far we have only been looking at single stroke words. We will soon look at words that require multiple strokes to be written. To notate these multistroke outlines, we use the slash character / to separate strokes. For example, to write the outline TPEUL/-PL, you would press TPEUL, release all the keys, and then press -PL.","breadcrumbs":"Chapter 12: Wrapping up basic words » The stroke separator","id":"219","title":"The stroke separator"},"22":{"body":"","breadcrumbs":"Chapter 4: The layout » Chapter 4: The layout","id":"22","title":"Chapter 4: The layout"},"220":{"body":"Sometimes, it is impossible to write a single syllable word using in a single stroke (see the examples below). In these cases, write as much of the word as you can in a single stroke, and then complete the rest using the corresponding right hand key or chord that finishes the word. Note that some right chords are different to their canonical form when using this technique: To end a word with “-t”, use *T To end a word with “-f” or “-v”, use *F There will be no practice material for this section, but do keep this technique in mind.","breadcrumbs":"Chapter 12: Wrapping up basic words » When sounds can’t follow steno order","id":"220","title":"When sounds can’t follow steno order"},"221":{"body":"film TPEUL/-PL helm HEL/-PL help HEL/-P kelp KEL/-P list HREUS/*T Also HR*EUS (recommended, see note below) thirst THEURS/*T Also TH*EURS (recommended, see note below) sixth SEUBGS/*T elf EL/*F shelf SHEL/*F peddle PED/-L saddle SAD/-L NOTE: remember that *S can be used to represent the “-st” cluster when -F is not available. It is highly recommended you use *S instead of splitting these words into two strokes.","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"221","title":"Examples"},"222":{"body":"-GT is “-xt” as in text There are only a handful of words in English that end in “-xt” and only two that are one syllable long in the Lapwing dictionary. You can pretty much just memorize these as briefs.","breadcrumbs":"Chapter 12: Wrapping up basic words » Right hand xt","id":"222","title":"Right hand xt"},"223":{"body":"text TEGT next TPHEGT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"223","title":"Examples"},"224":{"body":"Some groups of words like “slug” and “shrug” would normally be given the same steno outline without any additional rules: SHRUG. In this case, the HR chord can either represent “l” or “hr”—Lapwing generally assigns lower priority to the word where the keys match one to one with the letters. The asterisk is used to different between the two: slug SHRUG shrug SHR*UG NOTE: you may occasionally run into inconsistencies in the default dictionary that contradict this rule. If you spot any, please let me know! However, do keep in mind that you’re at a stage where you should be tailoring your own dictionary. If you’d like to change this rule and switch around the priorities, go for it!","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts between chords and individual keys","id":"224","title":"Conflicts between chords and individual keys"},"225":{"body":"For some American speakers, the “l” in words like “palm” aren’t audible at all. Instead of having to include this sound in the steno stroke, Lapwing essentially treats this as silent. Therefore, this word would be written like PAUPL. This makes it easier to write in one stroke rather than two: PAUL/-PL. Remember: even though this word is spelled with a single “a”, the vowel is closer to the one in “cot” KOT than “cat” KAT, so we cannot simply use the A key; we need to use AU.","breadcrumbs":"Chapter 12: Wrapping up basic words » -al- words","id":"225","title":"-al- words"},"226":{"body":"calm KAUPL halt HAULT psalm SAUPL Note that the “p” is silent salt SAULT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"226","title":"Examples"},"227":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » No test this chapter!","id":"227","title":"No test this chapter!"},"228":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation also HR-S also animal PHAPBL Various vowels dropped and steno order out the wazoo (“anml” → “manl”) any TPHEU First vowel dropped and EU used as the long e sound help HEP Dropped “l” consonant other OER Dropped “th” consonant mother PHO*RT Folded -R key is in the middle of the word, but represents a sound on the end mother PHOER Drops the “th” consonant your KWRAOUR many PHA*EPB NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter briefs","id":"228","title":"Chapter briefs"},"229":{"body":"it is also an animal! I will help him. mother will not like it. many do not need your stuff. Answers T/S/HR-S/APB/PHAPBL/TP-BG EU/HR/HEP/HEUPL/TP-PL PHO*RT/HR/TPHOT/HRAOEUBG/T/TP-PL PHA*EPB/TKO/TPHOT/TPHAOED/KWRAOUR/STUF/TP-PL","breadcrumbs":"Chapter 12: Wrapping up basic words » Practice sentences","id":"229","title":"Practice sentences"},"23":{"body":"Recommended time to spend on this chapter: 1–3 days Read this page ( 10 minutes ) Drill until you are comfortable (ideally over multiple days) ( 1–3 hours ) Attempt the test ( 20 minutes ) Keep practising the test until you meet the requirements ( 1 hour )","breadcrumbs":"Chapter 4: The layout » Recommended pace","id":"23","title":"Recommended pace"},"230":{"body":"Brief Outline Explanation anyone TPHEUPB TPHEU + -PB anything TPHEUG TPHEU + -G (-G is used for “-ing”)","breadcrumbs":"Chapter 12: Wrapping up basic words » Extra briefs","id":"230","title":"Extra briefs"},"231":{"body":"","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13: Prefixes and suffixes","id":"231","title":"Chapter 13: Prefixes and suffixes"},"232":{"body":"Recommended time to spend on this chapter: 1–2 days. Read Prefix strokes ( 20 minutes ) Read Suffix strokes and complete the drills ( 60 minutes ) Repeat the drills as needed Read Prefix priority ( 5 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended pace","id":"232","title":"Recommended pace"},"233":{"body":"Words with -y and -ly suffixes drill Words with -ar, -or, and -er suffixes drill Words with -ful and -ness suffixes drill Right hand ment and let words Right hand -BL words drill Right hand -BLT words drill Right hand KWR suffix words drill Chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Useful links","id":"233","title":"Useful links"},"234":{"body":"For words with more than one syllable, outlines with multiple strokes are used. There are two primary techniques: affix strokes (prefixes and suffixes) and syllabic splitting . The former is slightly more straightforward and is covered in this chapter.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Intro","id":"234","title":"Intro"},"235":{"body":"Every translation so far found in examples or exercises have been regular words without any special formatting. For these words, Plover will insert a space before every word. To see how this works behind the scenes, open the main window of Plover, and go to Tools → Add Translation. Writing STROEBG into the Strokes field will show the following: Compare this to prefix strokes; writing PRAOE (the prefix stroke for “pre^”) into the Strokes field results in: Here, the curly braces denote that there is special formatting rules contained inside the braces. The caret tells Plover to suppress the space where it is located; any translation of the form {abc^} is a prefix. Prefix strokes enable writing words such as “preview” like so: PRAOE/SRAOU. Most prefix strokes are fairly intuitive and take precedence when they conflict with other translations. For example, the “for^” prefix as in “forget” TPOR/TKPWET is written as TPOR while the word “for” is briefed. It’s not necessary to memeorize many of these prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix strokes","id":"235","title":"Prefix strokes"},"236":{"body":"a^ A As in “around” A/ROUPBD co^ KOE As in “costar” KOE/STAR de^ TKAOE As in “deplane” TKAOE/PHRAEPB for^ TPOR As in “forgo” TPOR/TKPWOE in^ EUPB As in “infix” EUPB/TPEUBGS mis^ PHEUS As in “mistake” PHEUS/TAEUBG non^ TPHOPB As in “nonstop” TPHOPB/STOP pro^ PROE As in “protip” PROE/TEUP re^ RAOE As in “retake” RAOE/TAEUBG sub^ SUB As in “subway” SUB/WAEU","breadcrumbs":"Chapter 13: Prefixes and suffixes » Common Prefix Strokes","id":"236","title":"Common Prefix Strokes"},"237":{"body":"It is difficult to write certain words using prefixes alone. For example, KOPB/TPAOUS may be a valid outline for “confuse”, but this requires knowing if KOPB is a prefix stroke. Furthermore, “fuse” is not the root word of “confuse”—the two words aren’t related in meaning. Syllabic splitting is used for this word instead (covered in chapter 15). For now, only use prefix strokes when they make sense semantically. A prefix stroke should modify a root word that can exist on its own.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix usage","id":"237","title":"Prefix usage"},"238":{"body":"English pronunciation differs from person to person, but even a single speaker may pronounce a word differently depending on the context. For example, the word “defect” can be pronounced with a long e TKAOE/TKEFBGT or a short e TKE/TKEFBGT depending on if it is a noun or a verb. Here is a non-exhaustive list of some alternative prefix strokes: “de-” TKE “pre-” PRE “pro-” PRO “re-” RE This chapter later covers looking up prefixes and suffixes which is handy for finding these alternative prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefixes with different pronunciations","id":"238","title":"Prefixes with different pronunciations"},"239":{"body":"There is no practice material for this section. It’s not important to explicitly know and memorize prefix strokes as they tend to be implicitly used with the syllabic splitting technique (to be covered later).","breadcrumbs":"Chapter 13: Prefixes and suffixes » Practice material?","id":"239","title":"Practice material?"},"24":{"body":"Steno Jig’s “Learn the Steno Keyboard” Drills Steno Jig’s Own Drills Chapter 4 test","breadcrumbs":"Chapter 4: The layout » Useful links","id":"24","title":"Useful links"},"240":{"body":"Much like how a prefix stroke attaches to the next word, a suffix stroke attaches to the previous word. Unlike prefix strokes, however, suffixes tend to be less intuitive and most have to be memorized. This section is split into smaller subsections with different “families” of suffix strokes to hopefully make them easier to remember. It is very important to understand when it is appropriate to use a suffix. In most cases, they can only be used to modify a root word (much like prefix strokes). Pay careful attention to the information in each subsection telling you when it is appropriate to use those suffix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffix strokes","id":"240","title":"Suffix strokes"},"241":{"body":"The following suffixes all contain a single vowel key, an asterisk, and the -R. Stroke Suffix Example outline Example translation A*R ^ar KREL/A*R cellar O*R ^or ABGT/O*R actor *ER ^er TAOEFP/*ER teacher Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage upper UP/*ER player PHRAEU/*ER planar PHRAEPB/A*R hangar HAPBG/A*R tormentor TORPLT/O*R sailor SAEUL/O*R Examples of wrong usage imposter EUPL/POFT/*ER ❌ “impost” does not refer to a deceptive action in the same way “imposter” refers to the person who partakes in this action mutter PHUT/*ER ❌ “mutter” does not relate to “mutt” (slang for a dog) pillar PEUL/A*R ❌ “pill” refers to a medicinal substance while “pillar” refers to an upright post sugar SHUG/A*R ❌ SHUG is not a word humor HAOUPL/O*R ❌ HAOUPL is not a word mentor PHEPBT/O*R ❌ “ment” is not the root of “mentor” These are correctly written with syllabic splitting covered in chapter 15. Practice material Words with -ar, -or, and -er suffixes drill 5–10 minutes is sufficient for this drill.","breadcrumbs":"Chapter 13: Prefixes and suffixes » * suffixes","id":"241","title":"* suffixes"},"242":{"body":"These suffixes are composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -FL ^ful HEL/-P/-FL helpful -PBS ^ness EUL/-PBS illness Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage hopeful HOEP/-FL rightful RAOEUT/-FL ripeness RAOEUP/-PBS thickness THEUBG/-PBS Both “ful” and “ness” are rarely used in English as non-suffixes so it’s difficult to find examples of incorrect usage. Practice material Words with -ful and -ness suffixes drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand chord suffixes","id":"242","title":"Right hand chord suffixes"},"243":{"body":"Like the last subsection, these suffixes are also composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -PLT ^ment TRAOET/-PLT treatment -BLT ^ability or ^ibility EUPB/-BLT inability -BL ^able PHRAEU/-BL playable -LT ^let EUPB/-LT inlet These suffixes can be used whenever as they are also compound clusters. Examples: as a root word + suffix In these words, the suffix is used to “modify” a root word. basement PWAEUS/-PLT movement PHAOUF/-PLT possibility POS/-BLT sensibility SEPBS/-BLT readable RAED/-BL viewable SRAOU/-BL outlet OUT/-LT sublet SUB/-LT Examples: as a compound cluster In these words, the suffix is used as a compound cluster; notice how the group of letters before the suffix are not root words related to the full translations. cement SE/-PLT ferment TPER/-PLT probability PROB/-BLT pliability PHRAOEU/-BLT humble HUPL/-BL arable AEUR/-BL omelet OPL/-LT bullet PWU/-LT Compound clusters in a single stroke Several of these examples can be written in one stroke by putting the suffix chord into the first stroke. The above examples are only to illustrate these how these compound clusters have the second function of behaving as suffix strokes. For these chords, it is recommended to include the suffix chord in the first stroke for a slight speed advantage. To determine if an outline can be compressed into one stroke, take into account steno order and whether any keys are being overlapped. For example, SEPLT is perfectly valid as none of the keys in SE overlap with the keys in -PLT. However, to write “humble” in one stroke, the -BL chord would have to overlap with the -PL chord in the first stroke as -B comes in between -P and -L in steno order. The following are the same words from above but with the compound cluster in the first stroke: cement SEPLT ferment TPERPLT pliability PHRAOEUBLT arable AEURBL bullet PWULT The rest of the examples are not possible to write in one stroke: probability PROB/-BLT -B key overlaps in both strokes humble HUPL/-BL -L key in the second stroke overlaps with the -PL chord in the first stroke omelet OPL/-LT -L key overlaps in both strokes NOTE: although overlapping these strokes is not valid in Lapwing theory, they are perfectly valid briefs as long as there are no entries already existing in the dictionary. Feel free to add/use PROBLT, HUPBL, or OPLT as briefs. Practice material Right hand -BLT words drill The -PLT, -LT, and -BL compound clusters should already be already be familiar, however, the practice material is listed below as a refresher if needed. Right hand ment and let words Right hand -BL words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand compound cluster suffixes","id":"243","title":"Right hand compound cluster suffixes"},"244":{"body":"The KWR chord has many uses in Lapwing theory. It is widely used in suffixes where it could be thought of as a linker chord without any associated sound; its job is simply to connect to the previous word. This subsection has many suffix strokes to memorize, but they should hopefully be somewhat intuitive as they resemble their phonetic sounds to some degree. Stroke Suffix Example outline Example translation KWRAL ^al SPAOEUPB/KWRAL spinal KWRAPBT ^ant SAOEL/KWRAPBT sealant KWRAEUGS ^ation TPHROET/KWRAEUGS flotation KWRAOEUZ ^ize PHOEBL/KWRAOEUZ mobilize KWROUT ^out HOELD/KWROUT holdout KWREUF ^ive TPEFT/KWREUF festive KWREUFPL ^ism TAOUR/KWREUFPL tourism KWREUFT ^ist ART/KWREUFT artist KWREUPB ^in PHRUG/KWREUPB plugin KWREUBG ^ic PWAEUS/KWREUBG basic KWREPB ^en SOFT/KWREPB soften Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage coolant KAOL/KWRAPBT bailout PWAEUL/KWROUT flirtation TPHREURT/KWRAEUGS stylize STAOEUL/KWRAOEUZ active ABGT/KWREUF realism RAEL/KWREUFPL purist PAOUR/KWREUFT herein HAOER/KWREUPB cubic KAOUB/KWREUBG rotten ROT/KWREPB Examples of incorrect usage pedant PED/KWRAPBT ❌ “ped” unrelated to “pedant” captive KAPT/KWREUF ❌ “capt” unrelated to “captive” Practice material Right hand KWR suffix words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » KWR suffixes","id":"244","title":"KWR suffixes"},"245":{"body":"The suffixes in this subsection contain the EU vowel and some consonant on the left hand. While the EU chord represents the short i vowel as in “kiss”, EU is also used for the long e vowel as in “tee” under some circumstances. This comes from Plover theory’s main.json and it is unfortunately an arbitrary rule that would be difficult to change Lapwing theory. These rules are covered more formally in syllabic splitting. One such circumstance where EU represents the long e sound is in the following suffixes: Stroke Suffix Example outline Example translation KWREU ^y KRAEUZ/KWREU crazy HREU ^ly TPEURPL/HREU firmly Use these suffixes only to modify a root word. Remember to not double consonants between strokes. If you are writing a word that already ends in “l”, use KWREU instead of HREU (see “hilly” example below). Examples of correct usage chatty KHAT/KWREU hilly HEUL/KWREU freely TPRAOE/HREU mostly PHOEFT/HREU Examples of incorrect usage city SEUT/KWREU ❌ This would be “sitty” hilly HEUL/HREU ❌ Cannot double the “l” lily HREUL/KWREU ❌ “lil” is not the root word of “lily” Practice material Words with -y and -ly suffixes drill Since this only contains two suffixes, it is not necessary to spend too long on this drill. 5 minutes is sufficient.","breadcrumbs":"Chapter 13: Prefixes and suffixes » EU suffixes","id":"245","title":"EU suffixes"},"246":{"body":"The spellings of some words in examples and exercises so far have not been entirely consistent with a prefix stroke modifying a root word. For example, “purist” was listed above as PWAOUR/KWREUFT, but the root word is really spelled “pure” with an “e” at the end. Here are some other examples where adding a suffix to a root word changes its spelling: “haste” + “-y” → “hasty” “e” is removed “lucky” + “-ly” → “luckily” “y” changed to “i” “base” + “-ic” → “basic” “e” is removed It is not necessary to think about these spelling differences consciously with suffix strokes; the Lapwing dictionary and the Plover steno engine automatically handles these spelling quirks. hasty HAEUFT/KWREU luckily HRUBG/KWREU/HREU basic PWAEUS/KWREUBG","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffixes and orthography","id":"246","title":"Suffixes and orthography"},"247":{"body":"When there are conflicts between prefixes strokes and words, the former will be given higher priority for the primary outline. The words will instead be briefed. This allows writing complicated words fairly intuitively without having to explicitly remember prefixes. Of course, this does come at the cost of having to memorize more arbitrary briefs. Since common words are often briefed, however, it does not require significantly more mental effort. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. You will see this table again in later chapters.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix priority","id":"247","title":"Prefix priority"},"248":{"body":"The Plover’s lookup tool can be used to find prefix and suffix strokes not listed in this chapter. In Plover’s main window, press Tools → Lookup. Type in the letters that make up the translation and the tool will show outlines for prefixes, suffixes, and regular words; the dictionary formatting with the curly braces and carets is not required. looking up “in”","breadcrumbs":"Chapter 13: Prefixes and suffixes » Looking up prefixes and suffixes","id":"248","title":"Looking up prefixes and suffixes"},"249":{"body":"Trying to use affix strokes only when they make sense semantically can be tricky. It is unreasonable to require learning the etymology of every word before one can write it. In some words, it is somewhat obvious when a suffix stroke shouldn’t be used, but this should be up to the individual’s discretion. For example, the Lapwing dictionary doesn’t view “cop” as the root word of “copper”. This is because “cop” refers to a police officer, and “copper” is an element. This reasoning is very obvious to me. However, “copper” has another meaning; it is also slang for police officer. “Cop” is simply just a shortened version of “copper”. That being said, this usage is not part of my dialect—I have never heard anyone in speech say “copper” to mean police officer. Therefore, I don’t consider “cop” and “copper” to be related semantically, and I don’t use affix strokes. Maybe for you, these two words are very related. In this case, you should definitely add KOP/*ER for “copper”! Although, this particular word already works (without being explicitly defined) because of the orthography rules. It is completely acceptable bend the rules about modifying root words with affixes. It is not necessary to add entries that only follow the “correct etymology”. Outlines should be quick to recall. Having to look up origin and history of a word defeats this purpose. Steno is highly personal—one should use their own understanding and intuition. NOTE: before adding your own entries, I highly encourage you to read past chapter 15. It covers the other method for writing multisyllable words. Most words in the default Lapwing dictionary can be written with this technique, while affix stroke usage tends to be more strict.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Tailoring your own dictionary to your understanding of etymology","id":"249","title":"Tailoring your own dictionary to your understanding of etymology"},"25":{"body":"Recall this graphic from chapter 2: I recommend keeping this graphic in a convenient place to refer to. The yellow circles indicate the resting home position of your fingers. Your fingers should be curled and resting on the cracks of the keys. It’s important to memorize this layout to the point that you are able to press the right key when prompted for. The best way to go about memorizing this layout is splitting it into memorable chunks and doing a lot of drills. It’s one thing to know which finger is responsible for which key(s), but the most effective way of building muscle memory for the layout is simply drilling it.","breadcrumbs":"Chapter 4: The layout » Finger positions","id":"25","title":"Finger positions"},"250":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13 test","id":"250","title":"Chapter 13 test"},"251":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended completion goal","id":"251","title":"Recommended completion goal"},"252":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » Chapter 14: Suffix keys and compound words","id":"252","title":"Chapter 14: Suffix keys and compound words"},"253":{"body":"Recommended time to spend on this chapter: <1 day. Read suffix keys and complete the drill ( 20 minutes ) Repeat the drill as needed Read The A “prefix” key ( 10 minutes ) Read Compound words and complete the drill ( 20 minutes ) Repeat the drill as needed Remember to take breaks!","breadcrumbs":"Chapter 14: Suffix keys and compound words » Recommended pace","id":"253","title":"Recommended pace"},"254":{"body":"Compound words drill Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Useful links","id":"254","title":"Useful links"},"255":{"body":"One special type of suffix stroke is the suffix key; these are suffix strokes that contain only one key. There are four on the right hand side which are useful for changing the tense of a verb or for pluralizing nouns. Stroke Suffix Example outline Example translation -G ^ing PAT/-G patting -S ^s KAT/-S cats -D ^ed TKPWHRAOU/-D glued -Z ^s SAOEUD/-Z sides NOTE: while -S and -Z have the same definition, you are expected to use -Z exclusively. Examples of correct usage fasting TPAFT/-G wedging WEPBLG/-G typed TAOEUP/-D served SEFRB/-D faces TPAEUS/-Z knives TPHAOEUF/-Z","breadcrumbs":"Chapter 14: Suffix keys and compound words » Suffix keys","id":"255","title":"Suffix keys"},"256":{"body":"This section on folding is mostly for your interest only. It is not a recommended technique at this point. Folding is an advanced technique where extra keys are included in a stroke regardless of steno order. Folding a suffix key into a stroke is only possible if they key is not already present in another chord. Of the examples above, the following can be written with folded suffix keys: fasting TPAFGT knives TPHAOEUFZ served SEFRBD typed TAOEUPD To pluralize words ending in -T, normally the -Z key is used. For example, “crates” is KRAEUT/-Z. However, folding will result in the following stroke: Some theories will dictate pressing the -T with the ring finger and the -Z with the pinkie finger. However, this is not a technique used in Lapwing. Instead, the proper way to pluralize the word in one stroke uses the -S key: KRAEUTS. Plover’s steno engine and folded suffix keys This technique of including a suffix key in the last stroke is “baked” into the English steno engine in Plover. To illustrate this, writing the stroke HAEPZ, will output “happies”. However, this isn’t actually defined in the Lapwing dictionary: Plover recognizes that the outline HAEP is defined as “happy” (this is a Lapwing/Plover brief) and so tries to fold the -Z suffix key into the translation. Because of the orthography rules built into the English steno engine, Plover removes the ending “y” and adds “ies” to the translation. This happens with all of the suffix keys—try out HAEPD, HAEPS, and HAEPG. Should you use folding? Using the Plover lookup tool, you can find a lot of entries with folded suffix keys. In fact, you won’t find many entries where the suffix keys aren’t folded into the previous stroke. Despite this, it is recommended that you do not fold suffix keys . Folding can lead to conflicts such as: Outline Canonical Word Folding Conflict SAOES cease sees KRAEUZ craze crays HRAEUZ laze lays PHRAEUG plague playing RAEUZ raise rays SAOEZ seize sees While folding can save a stroke for several words, it may not always be faster. Trying to remember any potential conflicts may introduce hesitation; the resulting folded outline may be harder to press (taking longer to stroke); and folding one of these keys may make it easier to accidentally misstroke. Pressing -G, -S, -D, or -Z as a separate stroke is only slightly slower than folding these keys (or just as fast if considering previously mentioned disadvantages). Since -G, -S, -D, or -Z are single key strokes, they are quite fast to press. That being said, folding these keys is more of a personal choice and you are more than welcome to try it out.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Folding","id":"256","title":"Folding"},"257":{"body":"Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"257","title":"Section practice"},"258":{"body":"While not nearly treated as specially as the suffix keys, the A key on its own is a prefix stroke. Contrary to other prefixes that should be used to modify a root word, this stroke can be used entirely on its own without any regard to the semantic meanings of the strokes.","breadcrumbs":"Chapter 14: Suffix keys and compound words » The A “prefix” key","id":"258","title":"The A “prefix” key"},"259":{"body":"about A/PWOUT accretion A/KRAOEGS allow A/HROU amend A/PHEPBD","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"259","title":"Examples"},"26":{"body":"From here on, you can play around with the keys and press random things to see what you get for fun. You could also jump right into the drills. In any case, it’s very important to know how to backspace what Plover outputs. For this, press the asterisk key (*) and Plover will delete the last translation caused by the last stroke. What’s important to note is that doing so does not delete the last word necessarily. Try this: press the stroke PAOEU into a text editor. You should see the word “pie” outputted by Plover. Now, press the stroke THOPB. You should now see that Plover backspaces the “ie” and replaces it with “ython” to give you the word “python”. What you’ve just done is write a multistroke outline for the word “python”; to delete this, you will need to press the asterisk key twice. Try it out! You can also watch this GIF: Notice how pressing the asterisk once doesn’t delete the word—it only deletes the last stroke and therefore leaves the PAOEU (pie) stroke alone. For now, this isn’t very crucial at the moment as the majority of words covered in these early chapters are written with one stroke. However, do keep in mind that the asterisk does not behave like a backspace key in the traditional sense.","breadcrumbs":"Chapter 4: The layout » The backspace key","id":"26","title":"The backspace key"},"260":{"body":"Compound words (more specifically, closed compound words) consist of two words joined together with nothing in between. To write these, asterisk the first stroke of the second word. If there is already an asterisk in this stroke, leave it as is.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Compound words","id":"260","title":"Compound words"},"261":{"body":"candlelight KAPBD/-L/HRAO*EUT grasshopper TKPWRAS/HO*P/*ER eyelash AOEU/HRA*RB teamwork TAEPL/WO*RBG","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"261","title":"Examples"},"262":{"body":"Compound words drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"262","title":"Section practice"},"263":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » No test this chapter!","id":"263","title":"No test this chapter!"},"264":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15: Syllabic splitting","id":"264","title":"Chapter 15: Syllabic splitting"},"265":{"body":"Recommended time to spend on this chapter: 2–6 days. Read syllabic splitting basics and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as a silent linker and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as y and complete the drill ( 20 minutes ) Repeat the drill as needed Read Words starting with EU ( 5 minutes ) Read prefix priority ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended pace","id":"265","title":"Recommended pace"},"266":{"body":"Basic syllabic splitting drill KWR as a silent consonant drill KWR as “y” drill Chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Useful links","id":"266","title":"Useful links"},"267":{"body":"Earlier chapters covered affix strokes and compound words. Syllabic splitting is the last technique for writing multisyllable words that cannot be written in one stroke. Words are split roughly into their syllables based on the following rules: Split the word using other methods (prefixes, suffixes, and compound words)—even just partially Split each remaining part by its syllables so that every stroke after the first begins with a consonant Ensure not to double consonants across separate strokes With multiple ways of splitting syllables, preserve the natural sounds of the word","breadcrumbs":"Chapter 15: Syllabic splitting » Syllabic splitting basics","id":"267","title":"Syllabic splitting basics"},"268":{"body":"With the rules above, some consonant groups will be ambiguous as to where to split them. For example, the word “hydrate” can be written as HAOEUD/RAEUT or HAOEU/TKRAEUT depending on where the “dr” consonant cluster is split. In these scenarios, use the outline that represents how the sounds are grouped. When saying this word, the “dr” group sounds less like two distinct consonants, and more like a single consonant. Therefore, “hydrate” should be written like HAOEU/TKRAEUT. The strokes HAOEUD/RAEUT would instead be the phrase “hide rate”. In a word like “guardrail”, the “dr” consonants are spoken more like two distinct sounds. Therefore, this word would be split in between the “d” and “r” (even putting aside the fact that this is a compound word).","breadcrumbs":"Chapter 15: Syllabic splitting » Consonant group ambiguity","id":"268","title":"Consonant group ambiguity"},"269":{"body":"components First notice that this word can be split into a root word and a suffix: component/s. There are three possibilities for the first stroke: co/mponent/s, com/ponent/s and comp/onent/s. Take note of what the second stroke has to begin with in each of these scenarios (underlined letters). The first scenario is not correct as the second stroke would have to start with “mp” (not a valid left hand consonant). The third scenario is also incorrect since the second stroke begins with a vowel. Only the second method is valid: com/ponent/s. To split the remaining “ponent” group, remember that every stroke must begin with a consonant. The only way to do this is by splitting it as: po/nent. Full outline: KOPL/POE/TPHEPBT/-Z shatterproof This word is clearly a compound of “shatter” and “proof”. The last stroke should therefore be PRAO*F. It wouldn’t make sense to use a suffix stroke for the “^er” part, so use syllabic splitting. To begin the second stroke with a consonant, it must be split as: sha/tter. Full outline: SHA/TER/PRAO*F exam There are no prefixes, suffixes, or compound words that can be used. Since there is no consonant after the “x”, it should be split across the two strokes. Full outline: EBG/SAPL Whenever “x” has to be split across two strokes, use -BG in the first stroke and S in the second. simile This word does not contain any prefixes, suffixes, and is not a compound word. As each stroke cannot begin with a vowel, there is only one way to split this word: si/mi/le. Full outline: SEU/PHEU/HRAOE dependent First split this word into a root and a suffix: “depend” + “-ent”; the last stroke is KWREPBT. There is only one way to split “depend” so that the second stroke begins with a consonant: de/pend. Full outline: TKE/PEPBD/KWREPBT ally There are no prefixes, suffixes, or compound words that can be used. Split this in a way that every stroke begins with a consonant results in: a/lly Full outline: A/HRAOEU ludicrous No prefixes, suffixes, or compound words are available to use. Since the second stroke must start with a consonant, the first stroke can only contain the first consonant and vowel: lu/dicrous. There are two ways of splitting the rest of the word: lu/dic/rous and lu/di/crous. The latter is more natural as the “cr” in “ludicrous” is closer to one sound than two distinct ones. Full outline: HRAOU/TKEU/KRUS wrinkly This can be split into wrinkl(e)/y with the KWREU suffix. The root word “wrinkle” should be written as WR*EUPBG/-L. Full outline: WR*EUPBG/-L/KWREU efficient No affixes or compound words are available to use. There is only one way to split this word so that every stroke begins with a consonant: e/ffi/cient Full outline: AOE/TPEU/SHEPBT or E/TPEU/SHEPBT More examples compromise KOPL/PRO/PHAOEUS or KO*PL/RO/PHAOEUS dispatcher TKEUS/PAFP/*ER hubris HAOU/PWREUS inadvertent EUPB/AD/SRER/TEPBT occasion OE/KAEUGS parliament PAR/HRAPLT reassured RE/A/SHUR/-D or RAOE/A/SHUR/-D sentiment SEPB/TEUPLT example EBG/SA*PL/-L","breadcrumbs":"Chapter 15: Syllabic splitting » Basic examples and explanations","id":"269","title":"Basic examples and explanations"},"27":{"body":"If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with these drills. For learning the layout, Steno Jig has some helpful “Learn the Steno Keyboard” drills. For each drill, you may choose to enable hints, which show where each key is located on the steno layout. Ultimately, you want to be able to do these drills without using any hints. Do not worry about the “Speed (strokes per minute)” parameter just yet. If you are unsure where to start, these 5 drills are recommended (select them in the dropdown menu): Left hand, bottom row Right hand, full bottom row Left hand, top row Right hand, full top row Vowels In order to do the drills, you must disable all your dictionaries by unchecking them in Plover’s main window: Click on the check marks next to each dictionary to disable them. After you’ve done this, Plover will output raw steno when you write a key. Simply press the key that is prompted during the drills. If you make a mistake, press the asterisk key to backspace.","breadcrumbs":"Chapter 4: The layout » Steno Jig","id":"27","title":"Steno Jig"},"270":{"body":"Basic syllabic splitting drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"270","title":"Section practice"},"271":{"body":"Sometimes it is not possible to start a stroke with a consonant. In these cases, use KWR as a silent linker chord to join a stroke to the previous.","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as a silent linker","id":"271","title":"KWR as a silent linker"},"272":{"body":"In North American English, the letter “r” sometimes alters the sound of the vowel such as in the following examples: car KAR cat KAT pay PAEU pair PAEUR cue KAOU cure KAOUR hem HEPL her HER When this occurs in multistroke words, treat the -R key as a vowel that is included in the previous stroke. Since the next stroke cannot start with R, use KWR. Examples carry KAEUR/KWREU fury TPAOUR/KWREU hurry HUR/KWREU berry PWER/KWREU Why the EU chord? The examples above all end in the long e sound (/i/) as in “tee”—so why EU? Well, to be quite honest, I’m not entirely sure myself. This is simply what Plover theory sometimes does and it’s just what I’ve gotten used to. This does, unfortunately, mean that Lapwing theory has inherited the quirk. That being said, the usage of EU vs AOE is more defined in Lapwing theory and is less arbitrary. If a word has a long e sound, use these rules to decide between EU and AOE: If the vowel is spelled with a single “i”, use EU petite PE/TEUT ski SKEU If the vowel is spelled with “ey” or “y”, use EU city SEU/TEU key KEU If EU is already taken by another word, use AOE marine PHAR/KWRAOEPB (since PHAR/KWREUPB is marin) In all other situations, use AOE or AE as previously covered cookie KAO/KAOE spleen SPHRAOEPB here HAOER hear HAER Exceptions For words that treat “r” as a consonant, it is acceptable (and sometimes the only way in the default Lapwing dictionary) to split the word before the “r” letter. arose A/ROES derive TKE/RAOEUF prerogative PRE/RO/TKPWA/TEUF reroute RE/RAOUT If you are having trouble with these exceptions, a good rule of thumb is to treat “r” as a consonant if it is preceded by a prefix stroke. This is not always 100% accurate, but it can be helpful if you are having trouble with these quirks of North American English. Prefix vowel exceptions The stroke after a prefix may start with a vowel if needed. However, remember to only use prefixes only when there is a semantic relation. Examples KOE/OR/TKEU/TPHAEUT coordinate EUPB/AOE/KWAUL inequal PRAOE/OR/TKAEUPB preordain UPB/A/TAEUPB/-BL unattainable","breadcrumbs":"Chapter 15: Syllabic splitting » KWR with the -R key","id":"272","title":"KWR with the -R key"},"273":{"body":"KWR as a silent consonant drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"273","title":"Section practice"},"274":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as “y”","id":"274","title":"KWR as “y”"},"275":{"body":"We’ve learned that KWR* is the beginning “y” consonant, but within multisyllable words, KWR itself can represent “y” as well. For completeness, here is a table listing the different situations involving the “y” sound: Situation Appropriate chord Example Example outline Word begins with “y” KWR* yell KWR*EL Word begins with “y” sound (not spelled) use AOUS “y” sound within a word KWR union AOUPB/KWROPB In the three situations above, only the last one should be new. Examples bunion PWUPB/KWROPB opinion OE/PEUPB/KWROPB onion OPB/KWROPB trunnion TRUPB/KWROPB","breadcrumbs":"Chapter 15: Syllabic splitting » To start a vowel","id":"275","title":"To start a vowel"},"276":{"body":"The KWR chord can also represent the “y” sound that occurs between two vowels. In my accent, the words “piano” or “aioli” have a subtle “y” sound in the second syllable (“pee-ya-no” and “ai-yo-lee”). Linguistically, this sound is called a glide and is represented with KWR in Lapwing: piano PEU/KWRA/TPHOE aioli AOEU/KWROE/HREU If, in your accent, you cannot hear a glide, you can also just treat KWR as a silent linker just like in previous sections. Essentially, if there are two distinct vowel sounds next to each other which cannot be represented by a single vowel chord, use KWR to link them in separate strokes. Examples KAEU/KWROS chaos TKAOEU/KWRA/KREU/TEUBG diacritic AOEU/TKAOE/KWRA idea SRAOEU/KWROLT violet","breadcrumbs":"Chapter 15: Syllabic splitting » Between two vowels","id":"276","title":"Between two vowels"},"277":{"body":"How is “alleviate” written? With everything covered so far, it may be tempting to use A/HRAOE/SREU/KWRAEUT (a/lle/vi/ate). However, four strokes is quite a lot. This outline needs to be compressed into fewer strokes if the goal is to be fast at steno. To do this, let the KWRAEU stroke represent the entire “ia” sound. This sound is made up of two distinct vowels that are blended together. The “ia” pair is composed of the long e /i/ vowel as in “beet” and the long a /ei/ vowel as in “bait”. These are blended together to form the sound “ee-ait” /iˌeɪt/. Say “alleviate” out loud and see if you can identify this “ee-ait” vowel pair in the last syllable! Instead of treating KWR as a silent linker chord, it can also be used to represent the first vowel sound in this pair. The second sound would be written with the thumb keys. This way, KWRAEU represents the “ia” sound. By doing so, the start of the last stroke has effectively been shifted: instead of a/lle/vi/ate, it can be split as a/lle/v/iate Finally, the “v” sound can also be shifted to the second stroke: a/llev/iate alleviate A/HRAOEF/KWRAEUT Another way of thinking about this is that KWR is representing a subtle “y” sound just like in the previous section. If you can hear a “y” sound in alleviate (as in “a-leev-yait”), then you can simply use KWR to represent this sound, and write the rest of the vowels using the thumbs. Thinking about vowel pairs is a great way of understanding how KWR can be used in these situations. However, if it is a bit slow, I recommend thinking about KWR as a “y” sound. We can approximate complicated vowel sounds just by using a “y” sound and a vowel we’ve learned before. Examples In the following examples, try to pronounce each word by approximating the vowel pair with a “y” sound. Notice how these approximations still resemble the word being pronounced. appreciate A/PRAOERB/KWRAEUT KWRAEU represents “ia” vowel pair aficionado A/TPEURB/KWRO/TPHA/TKOE KWRO represents “io” vowel pair nefarious TPHE/TPAEUR/KWRUS KWRU represents the “iou” vowel (the “o” is silent) video SREUD/KWROE KWROE represents the “eo” vowel","breadcrumbs":"Chapter 15: Syllabic splitting » As a vowel pair","id":"277","title":"As a vowel pair"},"278":{"body":"KWR as “y” drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"278","title":"Section practice"},"279":{"body":"Sometimes a given steno outline can have both a word and a prefix that it can represent. For example, to write the simple word “by” the obvious steno outline is PWAOEU. However, there also exists the “bi-” prefix as in the words “bicycle” PWAOEU/SAOEUBG/-L, “bifurcate” PWAOEU/TPUR/KAEUT, and “bilateral” PWAOEU/HRA/TER/KWRAL. NOTE: these examples with the PWAOEU aren’t all being used correctly from a prefix perspective (they aren’t altering a root word semantically). However, from a syllabic splitting perspective, these are correct. Therefore, it makes sense to assign a different stroke other than PWAOEU to the word “by”. Otherwise, if PWAOEU is used for the prefix and the word, conflicts such as the following can arise: PWAOEU/SAOEUBG/-L/-G Can be the word “bicycling” Can be the phrase “by cycling” as in “We can achieve hover by cycling between engine modes.” PWAOEU/HRA/TER/KWRAL Can be the word “bilateral” Can be the phrase “by lateral” as in “Love waves cause damage by lateral movement of the ground.” Below is a table of some basic word/prefix conflicts. Prefixes will be given to the intuitive outline and the word variant will use the asterisk key or a different vowel chord. However, for some common words, it’s useful to brief them as it is useful in phrases. NOTE: you are free to add your own briefs for the word variants. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi- (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy” (see below). be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri- (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”.","breadcrumbs":"Chapter 15: Syllabic splitting » Prefix priority","id":"279","title":"Prefix priority"},"28":{"body":"With your dictionaries unchecked, try pressing the right side “T” key (or really any consonant key on the right side). You’ll notice that Plover outputs -T with a hyphen. The hyphen indicates that this “T” is on the right side of the keyboard. If you are prompted to press S, you must press the “S” key on the left side. If you see -S, this indicates that the S is on the right side and so you must press the right side “S” key. This hyphen is included in all strokes that contain only right hand consonant keys. If you were to press the right hand “R”, “P”, and “L” keys, Plover would output -RPL. If a stroke contains a vowel or the asterisk, however, the hyphen is omitted. This syntax of raw steno makes it easy to differentiate repeat letter keys on both sides of the keyboard.","breadcrumbs":"Chapter 4: The layout » Why does Plover output a hyphen?","id":"28","title":"Why does Plover output a hyphen?"},"280":{"body":"There are also conflicts between words and prefixes that are more than one stroke long. In these cases, the rules are much more simple. Use the asterisk key on the last stroke of the outline to write the word variant, and no asterisk to write the prefix. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 15: Syllabic splitting » Multistroke prefixes","id":"280","title":"Multistroke prefixes"},"281":{"body":"Don’t worry too much about trying to memorize these briefs just yet. It’s only important that to understand the motivation as to why some basic words aren’t very intuitive. These briefs (along with others) are covered in the next chapter with practice material.","breadcrumbs":"Chapter 15: Syllabic splitting » Next chapter","id":"281","title":"Next chapter"},"282":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15 test","id":"282","title":"Chapter 15 test"},"283":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended completion goal","id":"283","title":"Recommended completion goal"},"284":{"body":"You can skip this if you’ve already been learning the briefs in each chapter!","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16: Top 200 common English words","id":"284","title":"Chapter 16: Top 200 common English words"},"285":{"body":"Recommended time to spend on this chapter: 2 days (assuming all these briefs are brand new). Read the introduction ( 5 minutes ) Skim the rest of this page ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended pace","id":"285","title":"Recommended pace"},"286":{"body":"All 200 words drill Briefs only drill","breadcrumbs":"Chapter 16: Top 200 common English words » Useful links","id":"286","title":"Useful links"},"287":{"body":"In English, the 200 most frequently used words account for something like 80% of all writing. Because of this, these words tend to be written with abbreviated outlines heavily for speed and comfort. About 50 of the 200 most common English words need to be memorized; they cannot always be written with theory principles covered so far. It’s important to be comfortable writing all of these words by the end of this chapter.","breadcrumbs":"Chapter 16: Top 200 common English words » Introduction","id":"287","title":"Introduction"},"288":{"body":"A write-out refers to an outline that adheres to theory principles very closely. They are the canonical outline to use when in doubt. On the other hand, a brief is an outline that doesn’t necessarily follow theory. It is an abbreviated entry that is used for greater speed. Some words do not have a write-out entry and will only have a brief which needs to be memorized. On the other hand, some words may only have a write-out. Finally, some may also have a brief and a write-out. If no explanation is provided, you may use either one. NOTE: you may find other briefs in the dictionary that are not mentioned in this page. I recommend not using them until you are done theory and are comfortable with your dictionary.","breadcrumbs":"Chapter 16: Top 200 common English words » Write-outs versus briefs","id":"288","title":"Write-outs versus briefs"},"289":{"body":"It would be extremely hard to memorize many of these briefs just by reading this page. Instead, first skim through this page and then use Typey Type to discover new words. Use these settings: Study type: Discover Limit word count: 200 Repetitions: 1 Sort: Random Hide hint on last repetition: unchecked This way, you can learn the words by simply reading the hints provided. If you come across a brief that is confusing, check back on this page to see if there is an explanation.","breadcrumbs":"Chapter 16: Top 200 common English words » How to complete this chapter","id":"289","title":"How to complete this chapter"},"29":{"body":"If you’d like, you can just jump right into the drills; that is a valid way to learn the layout. However, I would suggest coming up with mnemonics first just to make the memorization process a little bit easier. These should be personal as they’re more likely to stick. For example, these are some mnemonics I used when first starting off: Left hand, bottom row (SKWR) some kettle valley railway (SKWR) A historical railway in my area (“v” is not quite “W”, but it was close enough) Right hand, full bottom row (-RBGSZ) red, blue, green (RBG) Like “RGB” but not quite Bottom right pinkie key is -S just like bottom left pinkie The “Z” sound is similar to “S” and is immediately to the right of -S -Z is also on the end, just like in the alphabet Left hand, top row (#TPH) hash is right above S the power of hydrogen (“TPH”) As in the chemistry term “pH” Right hand, full top row (-FPLTD) Index finger presses -F personal learning time (-PLT) You can also combine the previous key with this mnemonic where -F represents an expletive (-FPLTD) The “D” sound is just the voiced “T” sound and is right next to -T (-D) Vowels (AOEU) ay yo, eu! (AOEU) An individual really passionate about the European Union You could also pronounce “ao” as “ow” for someone who dislikes the European Union Clearly some of these mnemonics are rather silly (and also very specific), but that makes them easier to remember for me. I do encourage you to come up with your own! At some point, the keys will become natural to you and you will not need to recall any mnemonics. It is at this point that you should proceed to the test.","breadcrumbs":"Chapter 4: The layout » How should I start?","id":"29","title":"How should I start?"},"290":{"body":"Discover briefs Discover all 200 words","breadcrumbs":"Chapter 16: Top 200 common English words » Practice material","id":"290","title":"Practice material"},"291":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 1–50","id":"291","title":"1–50"},"292":{"body":"Brief: -T","breadcrumbs":"Chapter 16: Top 200 common English words » the","id":"292","title":"the"},"293":{"body":"Brief: -F","breadcrumbs":"Chapter 16: Top 200 common English words » of","id":"293","title":"of"},"294":{"body":"Brief: TO Write-out: TAOU Both outlines are valid to use.","breadcrumbs":"Chapter 16: Top 200 common English words » to","id":"294","title":"to"},"295":{"body":"Brief: SKP Useful in phrases such as SKP-T “and the” and SKPU “and you”.","breadcrumbs":"Chapter 16: Top 200 common English words » and","id":"295","title":"and"},"296":{"body":"Write-out: AEU A is the “a-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » a","id":"296","title":"a"},"297":{"body":"Brief: TPH EUPB is the “in-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » in","id":"297","title":"in"},"298":{"body":"Brief: S","breadcrumbs":"Chapter 16: Top 200 common English words » is","id":"298","title":"is"},"299":{"body":"Brief: T","breadcrumbs":"Chapter 16: Top 200 common English words » it","id":"299","title":"it"},"3":{"body":"This series is work in progress! So you want to learn stenography! It’s a very long road ahead, but I do hope this series will help guide you along the way. Thanks to Plover and the efforts from the Open Steno Project, stenography is no longer restricted to professionals and students. The hobbyist steno community is flourishing, and self-taught professional stenographers are becoming more and more common.","breadcrumbs":"Chapter 1: Introduction » Chapter 1: Introduction","id":"3","title":"Chapter 1: Introduction"},"30":{"body":"If, after a few days, you feel pretty comfortable practising the previous drills , you may want to try other practice material. The other Steno Jig drills are fair game: The drills outside of the red box incorporate theory you have not learned yet, and are not recommended. If you have already done these drills and are quite comfortable, I would recommend moving onto the test.","breadcrumbs":"Chapter 4: The layout » Other drills","id":"30","title":"Other drills"},"300":{"body":"Brief: U","breadcrumbs":"Chapter 16: Top 200 common English words » you","id":"300","title":"you"},"301":{"body":"Brief: THA Useful in phrases such as THAT “that the” and THAEU “that I”.","breadcrumbs":"Chapter 16: Top 200 common English words » that","id":"301","title":"that"},"302":{"body":"Write-out: HAOE","breadcrumbs":"Chapter 16: Top 200 common English words » he","id":"302","title":"he"},"303":{"body":"Write-out: WAS","breadcrumbs":"Chapter 16: Top 200 common English words » was","id":"303","title":"was"},"304":{"body":"Brief: TP-R TPOR is the “for-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » for","id":"304","title":"for"},"305":{"body":"Brief: AUPB or O*PB OPB is the “on-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » on","id":"305","title":"on"},"306":{"body":"Brief: R or -R Useful in phrases such as R-T “are the” and THR-R “there are” (see there ).","breadcrumbs":"Chapter 16: Top 200 common English words » are","id":"306","title":"are"},"307":{"body":"Brief: W Useful in phrases such as W-T “with the” and WU “with you” (see you ).","breadcrumbs":"Chapter 16: Top 200 common English words » with","id":"307","title":"with"},"308":{"body":"Write-out: AS","breadcrumbs":"Chapter 16: Top 200 common English words » as","id":"308","title":"as"},"309":{"body":"Brief: EU AOEU is the word “eye”.","breadcrumbs":"Chapter 16: Top 200 common English words » I","id":"309","title":"I"},"31":{"body":"For this test, we will also be using Steno Jig. This time, we will be making a custom drill here: Click here to take you to the page shown above. Copy and paste the following into the text box: SAP HUD SOG TOD WET POG ROD KUS PEB ROR WEZ WEL TER TAT WEF KAB WES SAP TAS RET TAD PEP SEB KOF TUZ PEF HEL PUB RAT WAF TAB RAS HUP WUP PEZ SOF HUR PUZ SOB POT KED WUD SAG RAP RAL ROL WOZ KAD KAT KOB RAD TAR SAL ROF SOR WOT HUF TUR KAF HOR SOD KOT SEF RED HAP PAP KEG KOZ TUS SOZ TAG HAS TAF HES HOL WUR TEB HAB HER PER TOP HAZ POL WOS HOP SUT TOR REL PAT SER WUS PUP KAG POD SUB HED SAB SUL TEF SOL This test is a little different to previous drills in that you are writing entire strokes rather than single keys. Consonants on the left side of a vowel should be pressed with the left hand, and consonants on the right side should be pressed with the right hand. So SAP would be written like: It is important that you press all three keys all at once for every stroke you are prompted to write (do not press each key letter by letter). Select “Shuffle words” and make sure your dictionaries are also unchecked just like in previous drills. Once you have done so, you are ready to go!","breadcrumbs":"Chapter 4: The layout » Chapter 4 test","id":"31","title":"Chapter 4 test"},"310":{"body":"Write-out: HEUS","breadcrumbs":"Chapter 16: Top 200 common English words » his","id":"310","title":"his"},"311":{"body":"Brief: THE Useful for dealing with the “their”, “there”, and “they’re” three-way conflict as “they’re” can be written as THER.","breadcrumbs":"Chapter 16: Top 200 common English words » they","id":"311","title":"they"},"312":{"body":"Brief: -B PWE is the “be-” prefix and PWAOE is the word “bee”.","breadcrumbs":"Chapter 16: Top 200 common English words » be","id":"312","title":"be"},"313":{"body":"Write-out: AT","breadcrumbs":"Chapter 16: Top 200 common English words » at","id":"313","title":"at"},"314":{"body":"Write-out: WUPB","breadcrumbs":"Chapter 16: Top 200 common English words » one","id":"314","title":"one"},"315":{"body":"Brief: SR Useful in phrases like SR-T “have the” and SRU “have you”. HAF is also the word “half”.","breadcrumbs":"Chapter 16: Top 200 common English words » have","id":"315","title":"have"},"316":{"body":"Brief: TH Useful in phrases like STH “is this” and TH-S “this is”.","breadcrumbs":"Chapter 16: Top 200 common English words » this","id":"316","title":"this"},"317":{"body":"Write-out: TPROPL","breadcrumbs":"Chapter 16: Top 200 common English words » from","id":"317","title":"from"},"318":{"body":"Brief: AOUR or AUR OR is the “or-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » or","id":"318","title":"or"},"319":{"body":"Brief: H","breadcrumbs":"Chapter 16: Top 200 common English words » had","id":"319","title":"had"},"32":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! You should be able to complete this test in 10 minutes or fewer with an accuracy of at least 90%.","breadcrumbs":"Chapter 4: The layout » Recommended completion goal","id":"32","title":"Recommended completion goal"},"320":{"body":"Brief: PWEU PWAOEU is the “bi-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » by","id":"320","title":"by"},"321":{"body":"Write-out: HOT","breadcrumbs":"Chapter 16: Top 200 common English words » hot","id":"321","title":"hot"},"322":{"body":"Write-out: PWUT","breadcrumbs":"Chapter 16: Top 200 common English words » but","id":"322","title":"but"},"323":{"body":"Write-out: SOPL","breadcrumbs":"Chapter 16: Top 200 common English words » some","id":"323","title":"some"},"324":{"body":"Brief: WHA Useful in phrases like WHAT “what the” and WHAEU “what I”.","breadcrumbs":"Chapter 16: Top 200 common English words » what","id":"324","title":"what"},"325":{"body":"Brief: THR Useful in phrases like THR-R “there are” and THR-S “there is”.","breadcrumbs":"Chapter 16: Top 200 common English words » there","id":"325","title":"there"},"326":{"body":"Write-out: WAOE To write the word “wee”, use WAO*E.","breadcrumbs":"Chapter 16: Top 200 common English words » we","id":"326","title":"we"},"327":{"body":"Brief: K","breadcrumbs":"Chapter 16: Top 200 common English words » can","id":"327","title":"can"},"328":{"body":"Brief: AOUT or O*UT OUT is the “out-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » out","id":"328","title":"out"},"329":{"body":"Brief: OER Write-out: O*T/KWRER The brief is recommended for this common word.","breadcrumbs":"Chapter 16: Top 200 common English words » other","id":"329","title":"other"},"33":{"body":"KEP SAT TEP REF PUT KUR RAB KUF RAG WUT KUB ROB TUF TOT WUL WUF KEZ ROT KAZ KEF RUT PUG RAF SUR REP TUD TOS SEZ SUD KUL KAP TOZ ROZ PAB KUT PUS KOD RUG TED HOT SAS HAG HEZ SUZ WAT KUP HAT PAL HOZ POS PAD PUR KOR PAZ TEZ REZ ROS KUZ WOL TUP HUG HOB HAR RER TOG REG TUB HUL PAR TOF WUZ PUL HEG POR RUL SEL TOB KER HOF SUF RUF WUG WER RUR SAD SOT TUG REB SES HAD HOG KEB POP TES KOG HUZ KAS SAF HEB TEL KOL POB KUD HAL TUT ROP WAD WAL TAP RES SEG WOG RUB WOP PUD WAG PED WAS PUF HET KOS WEP HOS KAR SOP RUD KOP TET HUS TOL PET HAF HEF SAZ WAR SEP SUG TUL RUP KET WOF KEL SOS HOD RAZ PES KAL WAB SUS HEP WEG SUP PEG HUB WOD KES PAF SAR PEL WEB TEG SET WOB PAS POF RAR WOR WUB POZ ROG HUT WAZ WED KUG TAZ SED RUZ TAL RUS WAP PAG","breadcrumbs":"Chapter 4: The layout » Extra practice","id":"33","title":"Extra practice"},"330":{"body":"Brief: WR Write-out: WER The brief is useful in phrases such as WR-T “were the” and WRU “were you”.","breadcrumbs":"Chapter 16: Top 200 common English words » were","id":"330","title":"were"},"331":{"body":"Write-out: AUL","breadcrumbs":"Chapter 16: Top 200 common English words » all","id":"331","title":"all"},"332":{"body":"Brief: KWRAOUR or KWROR or KWROUR Write-out: KWRAO*UR The write-out is somewhat awkward so it is recommended you use one of the briefs.","breadcrumbs":"Chapter 16: Top 200 common English words » your","id":"332","title":"your"},"333":{"body":"Brief: WH Useful in phrases such as WH-S “when is” and WHU “when you”.","breadcrumbs":"Chapter 16: Top 200 common English words » when","id":"333","title":"when"},"334":{"body":"Write-out: UP","breadcrumbs":"Chapter 16: Top 200 common English words » up","id":"334","title":"up"},"335":{"body":"Write-out: AOUS","breadcrumbs":"Chapter 16: Top 200 common English words » use","id":"335","title":"use"},"336":{"body":"Write-out: WORD","breadcrumbs":"Chapter 16: Top 200 common English words » word","id":"336","title":"word"},"337":{"body":"Write-out: HOU","breadcrumbs":"Chapter 16: Top 200 common English words » how","id":"337","title":"how"},"338":{"body":"Brief: SED The awkward spelling of this word makes a write-out impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » said","id":"338","title":"said"},"339":{"body":"Write-out: APB","breadcrumbs":"Chapter 16: Top 200 common English words » an","id":"339","title":"an"},"34":{"body":"","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5: Lapwing setup and basics","id":"34","title":"Chapter 5: Lapwing setup and basics"},"340":{"body":"Write-out: AOEFP","breadcrumbs":"Chapter 16: Top 200 common English words » each","id":"340","title":"each"},"341":{"body":"Write-out: SHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » she","id":"341","title":"she"},"342":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 51–100","id":"342","title":"51–100"},"343":{"body":"Brief: WEU or KH WEUFP and WHEUFP are the words “witch” and “whisp”.","breadcrumbs":"Chapter 16: Top 200 common English words » which","id":"343","title":"which"},"344":{"body":"Brief: TKO TKAOU and TKAO*U are the words “due” and “dew”.","breadcrumbs":"Chapter 16: Top 200 common English words » do","id":"344","title":"do"},"345":{"body":"Write-out: THAEUR","breadcrumbs":"Chapter 16: Top 200 common English words » their","id":"345","title":"their"},"346":{"body":"Write-out: TAOEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » time","id":"346","title":"time"},"347":{"body":"Brief: TP Useful in phrases like TPU “if you” and TP-T “if the”.","breadcrumbs":"Chapter 16: Top 200 common English words » if","id":"347","title":"if"},"348":{"body":"Brief: HR Useful in phrases like HRU “will you” and HR-T “will the”.","breadcrumbs":"Chapter 16: Top 200 common English words » will","id":"348","title":"will"},"349":{"body":"Write-out: WAEU","breadcrumbs":"Chapter 16: Top 200 common English words » way","id":"349","title":"way"},"35":{"body":"Recommended time to spend on this chapter: 1–3 days. Set up Lapwing ( 5 minutes ) Familiarize yourself with Typey Type ( 5 minutes ) Play around with various settings if you’d like Read Single key basics and complete the drill ( 30 minutes ) Repeat the drill as needed Read Consonant keys ( 2 minutes ) Read The missing short vowel and complete the drill ( 15 minutes ) Repeat the drill as needed Read Left hand d, b, and l and complete the drill ( 20 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended pace","id":"35","title":"Recommended pace"},"350":{"body":"Brief: PW","breadcrumbs":"Chapter 16: Top 200 common English words » about","id":"350","title":"about"},"351":{"body":"Brief: PHA*EPB","breadcrumbs":"Chapter 16: Top 200 common English words » many","id":"351","title":"many"},"352":{"body":"Write-out: THEPB","breadcrumbs":"Chapter 16: Top 200 common English words » then","id":"352","title":"then"},"353":{"body":"Write-out: THEPL","breadcrumbs":"Chapter 16: Top 200 common English words » them","id":"353","title":"them"},"354":{"body":"Write-out: WUD","breadcrumbs":"Chapter 16: Top 200 common English words » would","id":"354","title":"would"},"355":{"body":"Write-out: WRAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » write","id":"355","title":"write"},"356":{"body":"Write-out: HRAOEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » like","id":"356","title":"like"},"357":{"body":"Brief: SO SOE is the word “sow”.","breadcrumbs":"Chapter 16: Top 200 common English words » so","id":"357","title":"so"},"358":{"body":"Write-out: THAOES","breadcrumbs":"Chapter 16: Top 200 common English words » these","id":"358","title":"these"},"359":{"body":"Write-out: HER","breadcrumbs":"Chapter 16: Top 200 common English words » her","id":"359","title":"her"},"36":{"body":"Typey Type custom lessons Basic single syllable words drill Basic left hand single syllable words drill Single syllable dbl words drill Chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Useful links","id":"36","title":"Useful links"},"360":{"body":"Write-out: HROPBG","breadcrumbs":"Chapter 16: Top 200 common English words » long","id":"360","title":"long"},"361":{"body":"Write-out: PHAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » make","id":"361","title":"make"},"362":{"body":"Write-out: THEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » thing","id":"362","title":"thing"},"363":{"body":"Write-out: SAOE","breadcrumbs":"Chapter 16: Top 200 common English words » see","id":"363","title":"see"},"364":{"body":"Write-out: HEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » him","id":"364","title":"him"},"365":{"body":"Brief: TWO","breadcrumbs":"Chapter 16: Top 200 common English words » two","id":"365","title":"two"},"366":{"body":"Write-out: HAS","breadcrumbs":"Chapter 16: Top 200 common English words » has","id":"366","title":"has"},"367":{"body":"Write-out: HRAOBG","breadcrumbs":"Chapter 16: Top 200 common English words » look","id":"367","title":"look"},"368":{"body":"Write-out: PHOR","breadcrumbs":"Chapter 16: Top 200 common English words » more","id":"368","title":"more"},"369":{"body":"Write-out: TKAEU","breadcrumbs":"Chapter 16: Top 200 common English words » day","id":"369","title":"day"},"37":{"body":"The Plover app comes loaded with a default theory called Plover theory. As this series is for learning Lapwing theory, there are a few modifications needed before proceeding. There are two options: install the plover-lapwing-aio plugin, or add the Lapwing dictionaries manually (not recommended). If in doubt, follow the instructions below for the all-in-one plugin as discussed below. If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with Lapwing.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Lapwing setup","id":"37","title":"Lapwing setup"},"370":{"body":"Write-out: KUD","breadcrumbs":"Chapter 16: Top 200 common English words » could","id":"370","title":"could"},"371":{"body":"Write-out: TKPWOE","breadcrumbs":"Chapter 16: Top 200 common English words » go","id":"371","title":"go"},"372":{"body":"Write-out: KOPL","breadcrumbs":"Chapter 16: Top 200 common English words » come","id":"372","title":"come"},"373":{"body":"Brief: TK Useful in phrases like TK-T “did the” and TKU “did you”.","breadcrumbs":"Chapter 16: Top 200 common English words » did","id":"373","title":"did"},"374":{"body":"Write-out: PHAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » my","id":"374","title":"my"},"375":{"body":"Write-out: SOUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » sound","id":"375","title":"sound"},"376":{"body":"Brief: TPHO TPHOE is the word “know”.","breadcrumbs":"Chapter 16: Top 200 common English words » no","id":"376","title":"no"},"377":{"body":"Write-out: PHOEFT","breadcrumbs":"Chapter 16: Top 200 common English words » most","id":"377","title":"most"},"378":{"body":"Write-out: TPHUPL/PWER","breadcrumbs":"Chapter 16: Top 200 common English words » number","id":"378","title":"number"},"379":{"body":"Brief: WHO WHAOU is the word “whew”.","breadcrumbs":"Chapter 16: Top 200 common English words » who","id":"379","title":"who"},"38":{"body":"In Plover’s main window, click on Tools → Plugins Manager. Scroll down until you see plover-lapwing-aio and select it. Press Install/Update and make sure to press the Restart button afterwards. plugins manager NOTE: just closing the main window is not sufficient to restart Plover. You will have to press the restart button or manually quit Plover by going to File → Quit Plover and opening Plover again. Once Plover has been restarted, in Plover’s main window, click on Configure → System and change the system to Lapwing. Press Apply and OK—you should now be good to go! system settings If you’d like to know more about the default dictionaries that come with the all-in-one plugin, have a look at the homepage.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Using the all-in-one plugin","id":"38","title":"Using the all-in-one plugin"},"380":{"body":"Brief: AUFR OEFR is the prefix and AU is an easy to press alternative chord.","breadcrumbs":"Chapter 16: Top 200 common English words » over","id":"380","title":"over"},"381":{"body":"Write-out: TPHOE","breadcrumbs":"Chapter 16: Top 200 common English words » know","id":"381","title":"know"},"382":{"body":"Write-out: WAU/TER","breadcrumbs":"Chapter 16: Top 200 common English words » water","id":"382","title":"water"},"383":{"body":"Write-out: THAPB","breadcrumbs":"Chapter 16: Top 200 common English words » than","id":"383","title":"than"},"384":{"body":"Write-out: KAUL","breadcrumbs":"Chapter 16: Top 200 common English words » call","id":"384","title":"call"},"385":{"body":"Brief: TPEUFRT Write-out: TP*EURS TPEUFRT uses an inversion (violation of steno order) which is more of a briefing technique than a theory rule.","breadcrumbs":"Chapter 16: Top 200 common English words » first","id":"385","title":"first"},"386":{"body":"Brief: P Write-out: PAOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » people","id":"386","title":"people"},"387":{"body":"Brief: PHAEU","breadcrumbs":"Chapter 16: Top 200 common English words » may","id":"387","title":"may"},"388":{"body":"Write-out: TKOUPB","breadcrumbs":"Chapter 16: Top 200 common English words » down","id":"388","title":"down"},"389":{"body":"Write-out: SAOEUD","breadcrumbs":"Chapter 16: Top 200 common English words » side","id":"389","title":"side"},"39":{"body":"If you do not want to use the all-in-one plugin, please see Appendix B if you wish to set up Lapwing dictionaries manually (not recommended).","breadcrumbs":"Chapter 5: Lapwing setup and basics » Setting up Lapwing manually","id":"39","title":"Setting up Lapwing manually"},"390":{"body":"Brief: PW-PB","breadcrumbs":"Chapter 16: Top 200 common English words » been","id":"390","title":"been"},"391":{"body":"Write-out: TPHOU","breadcrumbs":"Chapter 16: Top 200 common English words » now","id":"391","title":"now"},"392":{"body":"Write-out: TPAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » find","id":"392","title":"find"},"393":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 101–150","id":"393","title":"101–150"},"394":{"body":"Brief: TPHEU","breadcrumbs":"Chapter 16: Top 200 common English words » any","id":"394","title":"any"},"395":{"body":"Brief: TPHU TPHAOU is the word “knew”","breadcrumbs":"Chapter 16: Top 200 common English words » new","id":"395","title":"new"},"396":{"body":"Write-out: WORBG","breadcrumbs":"Chapter 16: Top 200 common English words » work","id":"396","title":"work"},"397":{"body":"Write-out: PART","breadcrumbs":"Chapter 16: Top 200 common English words » part","id":"397","title":"part"},"398":{"body":"Write-out: TAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » take","id":"398","title":"take"},"399":{"body":"Write-out: TKPWET","breadcrumbs":"Chapter 16: Top 200 common English words » get","id":"399","title":"get"},"4":{"body":"steno layout Stenography (steno for short) is a method of text input that utilizes a chorded keyboard layout to write parts of words, entire words, or even phrases. Before delving into the details of how steno works, first think about regular keyboards—for example, how one would type the word “complicate”: typing “complicate” on a keyboard Every letter is simply pressed individually: c/o/m/p/l/i/c/a/t/e The slashes represent separators between key presses. This results in 10 successive key strokes. On the other hand, steno uses chords , or groups of keys that are pressed down all at once. This action of pressing down multiple keys simultaneously is called a stroke. By using chords the word “complicate” can be written using only three strokes: com/pli/cate writing “complicate” with steno We could notate writing this word using steno like so: KOPL/PHREU/KAEUT","breadcrumbs":"Chapter 1: Introduction » How does steno work?","id":"4","title":"How does steno work?"},"40":{"body":"From this point on, exercises will be done on Typey Type. The benefit is that custom lessons with their own recommended outlines can be configured. Typey Type custom lessons","breadcrumbs":"Chapter 5: Lapwing setup and basics » Typey Type","id":"40","title":"Typey Type"},"400":{"body":"Write-out: PHRAEUS","breadcrumbs":"Chapter 16: Top 200 common English words » place","id":"400","title":"place"},"401":{"body":"Write-out: PHAED","breadcrumbs":"Chapter 16: Top 200 common English words » made","id":"401","title":"made"},"402":{"body":"Write-out: HREUF","breadcrumbs":"Chapter 16: Top 200 common English words » live","id":"402","title":"live"},"403":{"body":"Brief: W-R Write-out: WHER","breadcrumbs":"Chapter 16: Top 200 common English words » where","id":"403","title":"where"},"404":{"body":"Brief: AF or AFR Write-out: AF/TER","breadcrumbs":"Chapter 16: Top 200 common English words » after","id":"404","title":"after"},"405":{"body":"Write-out: PWABG","breadcrumbs":"Chapter 16: Top 200 common English words » back","id":"405","title":"back"},"406":{"body":"Brief: HREUL Write-out: HREUT/-L","breadcrumbs":"Chapter 16: Top 200 common English words » little","id":"406","title":"little"},"407":{"body":"Brief: OEPBL Write-out: OEPB/HREU","breadcrumbs":"Chapter 16: Top 200 common English words » only","id":"407","title":"only"},"408":{"body":"Write-out: ROUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » round","id":"408","title":"round"},"409":{"body":"Write-out: PHAPB","breadcrumbs":"Chapter 16: Top 200 common English words » man","id":"409","title":"man"},"41":{"body":"Lessons in this series will be provided as links to text files. Left clicking on these links will display the contents of each lesson. Copy and paste the entire file (Ctrl + A or Cmd + A to select the whole page) into the text box above. After that, press Start custom lesson. Make sure to sort the words randomly on the right hand side. Typey Type custom drills settings You may tweak additional settings to your liking, but the defaults are perfectly fine. If you would like to try this out, here is one example of a lesson: Click here to access a sample lesson","breadcrumbs":"Chapter 5: Lapwing setup and basics » Click here to access Typey Type shown above","id":"41","title":"Click here to access Typey Type shown above"},"410":{"body":"Write-out: KWRAO*ER","breadcrumbs":"Chapter 16: Top 200 common English words » year","id":"410","title":"year"},"411":{"body":"Write-out: KAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » came","id":"411","title":"came"},"412":{"body":"Write-out: SHOE","breadcrumbs":"Chapter 16: Top 200 common English words » show","id":"412","title":"show"},"413":{"body":"Brief: EFR","breadcrumbs":"Chapter 16: Top 200 common English words » every","id":"413","title":"every"},"414":{"body":"Write-out: TKPWAOD","breadcrumbs":"Chapter 16: Top 200 common English words » good","id":"414","title":"good"},"415":{"body":"Write-out: PHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » me","id":"415","title":"me"},"416":{"body":"Write-out: TKPWEUF","breadcrumbs":"Chapter 16: Top 200 common English words » give","id":"416","title":"give"},"417":{"body":"Write-out: OUR","breadcrumbs":"Chapter 16: Top 200 common English words » our","id":"417","title":"our"},"418":{"body":"Brief: TPH-PB or UPBD Write-out: UPB/TK*ER UPB/TKER is the “under-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » under","id":"418","title":"under"},"419":{"body":"Write-out: TPHAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » name","id":"419","title":"name"},"42":{"body":"Each steno stroke is made up of three main parts: the initial consonant, the vowel, and the ending consonant. If a single key makes up one of these parts, it will represent the sound that the letter is associated with. For example, the strokes TAP and HUT from the previous chapter’s test represent the words “tap” and “hut” respectively. The stroke KAT represents the word “cat”. NOTE: most consonants are phonetic, meaning that we care about the pronunciation rather than the spelling. This is why the initial consonant in “cat” is given the K key. You will later see that not all steno aspects are phonetic—some are orthographic (meaning that they are based upon spelling instead). If one of these parts of the steno stroke is not a single key (i.e. it is a chord), it will not necessarily represent the combination of the individual letter sounds. Sometimes this does work; combining the left hand S and H keys can represent the initial “sh” sound as in “shut”. However, sometimes the individual keys in a chord have nothing to do with the actual sound it represents. For example, the right hand -PB chord represents the ending “n” sound as in “sun”. These chords are covered later on, so do not worry too much about this for now. The main takeaway of this section is understanding what to do for simple words whose parts can be composed of single keys.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Single key basics","id":"42","title":"Single key basics"},"420":{"body":"Brief: SRE Write-out: SRER/KWREU","breadcrumbs":"Chapter 16: Top 200 common English words » very","id":"420","title":"very"},"421":{"body":"Brief: THRU THRAOU is the word “threw”.","breadcrumbs":"Chapter 16: Top 200 common English words » through","id":"421","title":"through"},"422":{"body":"Write-out: SKWRUFT","breadcrumbs":"Chapter 16: Top 200 common English words » just","id":"422","title":"just"},"423":{"body":"Write-out: TPORPL","breadcrumbs":"Chapter 16: Top 200 common English words » form","id":"423","title":"form"},"424":{"body":"Write-out: PHUFP","breadcrumbs":"Chapter 16: Top 200 common English words » much","id":"424","title":"much"},"425":{"body":"Write-out: TKPWRAET","breadcrumbs":"Chapter 16: Top 200 common English words » great","id":"425","title":"great"},"426":{"body":"Brief: THEU Write-out: TH*EUPBG If you’re having trouble with the awkward write-out, use the brief instead.","breadcrumbs":"Chapter 16: Top 200 common English words » think","id":"426","title":"think"},"427":{"body":"Write-out: SAEU","breadcrumbs":"Chapter 16: Top 200 common English words » say","id":"427","title":"say"},"428":{"body":"Brief: HEP Write-out: HEL/-P","breadcrumbs":"Chapter 16: Top 200 common English words » help","id":"428","title":"help"},"429":{"body":"Write-out: HROE","breadcrumbs":"Chapter 16: Top 200 common English words » low","id":"429","title":"low"},"43":{"body":"Some consonants may represent multiple sounds. This table will clear up any ambiguities. Steno key Examples S sat sill T ten tap K king car P pat pull W win watt H hot hum R red ran -F puff cough -P hip sap -B lob hub -L fall lol -G sag tug -T right pit -S* pass has -D tad rid -Z jazz fizz *-S is used whenever the ending sound is spelled with the letter “s”. This is why “has” and “pass” both use -S, despite having a different sound.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Consonant keys","id":"43","title":"Consonant keys"},"430":{"body":"Write-out: HRAOEUPB","breadcrumbs":"Chapter 16: Top 200 common English words » line","id":"430","title":"line"},"431":{"body":"Brief: PW-FR Write-out: PWE/TPOR","breadcrumbs":"Chapter 16: Top 200 common English words » before","id":"431","title":"before"},"432":{"body":"Write-out: TURPB","breadcrumbs":"Chapter 16: Top 200 common English words » turn","id":"432","title":"turn"},"433":{"body":"Write-out: KAUS","breadcrumbs":"Chapter 16: Top 200 common English words » cause","id":"433","title":"cause"},"434":{"body":"Write-out: SAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » same","id":"434","title":"same"},"435":{"body":"Write-out: PHAOEPB","breadcrumbs":"Chapter 16: Top 200 common English words » mean","id":"435","title":"mean"},"436":{"body":"Brief: TKEUFR Write-out: TKEU/TPER","breadcrumbs":"Chapter 16: Top 200 common English words » differ","id":"436","title":"differ"},"437":{"body":"Write-out: PHAOUF","breadcrumbs":"Chapter 16: Top 200 common English words » move","id":"437","title":"move"},"438":{"body":"Write-out: RAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » right","id":"438","title":"right"},"439":{"body":"Write-out: PWOEU","breadcrumbs":"Chapter 16: Top 200 common English words » boy","id":"439","title":"boy"},"44":{"body":"Vowel keys are more tricky than consonants because they are not entirely phonetic or orthographic. We will first look at what short vowels are in Lapwing. The term short vowel is an informal term that is often taught in North American classrooms. It is not very linguistically sound, so the next few sections will attempt to define them more rigorously. Throughout the vowel sections, the IPA (International Phonetic Alphabet) for each sound is listed. This is only intended for those who are already familiar with it. Do not worry at all if you are not familiar with IPA! Short a IPA: /æ/ cat hat Short e IPA: /ɛ/ pet sell Short i IPA: /ɪ/ will sit Short o IPA: /ɑ/ cot rod In my accent, /ɑ/, /ɔ/, and /ɒ/ all are merged. If they are distinct in your accent, they can all be considered as short o . Short u There are two sounds associated with this term. IPA: /ʌ/ cup hut IPA: /ʊ/ could pull","breadcrumbs":"Chapter 5: Lapwing setup and basics » Short vowel sounds","id":"44","title":"Short vowel sounds"},"440":{"body":"Write-out: OELD","breadcrumbs":"Chapter 16: Top 200 common English words » old","id":"440","title":"old"},"441":{"body":"Write-out: TAO","breadcrumbs":"Chapter 16: Top 200 common English words » too","id":"441","title":"too"},"442":{"body":"Write-out: TKOS","breadcrumbs":"Chapter 16: Top 200 common English words » does","id":"442","title":"does"},"443":{"body":"Write-out: TEL","breadcrumbs":"Chapter 16: Top 200 common English words » tell","id":"443","title":"tell"},"444":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 151–200","id":"444","title":"151–200"},"445":{"body":"Brief: STEPBS Write-out: SEPB/TEPBS","breadcrumbs":"Chapter 16: Top 200 common English words » sentence","id":"445","title":"sentence"},"446":{"body":"Write-out: SET","breadcrumbs":"Chapter 16: Top 200 common English words » set","id":"446","title":"set"},"447":{"body":"Write-out: THRAOE","breadcrumbs":"Chapter 16: Top 200 common English words » three","id":"447","title":"three"},"448":{"body":"Write-out: WAPBT","breadcrumbs":"Chapter 16: Top 200 common English words » want","id":"448","title":"want"},"449":{"body":"Write-out: AEUR","breadcrumbs":"Chapter 16: Top 200 common English words » air","id":"449","title":"air"},"45":{"body":"Schwa is an English sound that all vowel letters can sometimes represent. For example, the underlined letters in the following words are all pronounced as schwas—they are not enunciated like any of the vowel sounds above. about petition definite potato support","breadcrumbs":"Chapter 5: Lapwing setup and basics » The schwa","id":"45","title":"The schwa"},"450":{"body":"Write-out: WEL","breadcrumbs":"Chapter 16: Top 200 common English words » well","id":"450","title":"well"},"451":{"body":"Brief: HR-S","breadcrumbs":"Chapter 16: Top 200 common English words » also","id":"451","title":"also"},"452":{"body":"Write-out: PHRAEU","breadcrumbs":"Chapter 16: Top 200 common English words » play","id":"452","title":"play"},"453":{"body":"Write-out: SPHAUL","breadcrumbs":"Chapter 16: Top 200 common English words » small","id":"453","title":"small"},"454":{"body":"Write-out: EPBD","breadcrumbs":"Chapter 16: Top 200 common English words » end","id":"454","title":"end"},"455":{"body":"Write-out: PUT","breadcrumbs":"Chapter 16: Top 200 common English words » put","id":"455","title":"put"},"456":{"body":"Write-out: HOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » home","id":"456","title":"home"},"457":{"body":"Write-out: RAED","breadcrumbs":"Chapter 16: Top 200 common English words » read","id":"457","title":"read"},"458":{"body":"Write-out: HAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » hand","id":"458","title":"hand"},"459":{"body":"Write-out: PORT","breadcrumbs":"Chapter 16: Top 200 common English words » port","id":"459","title":"port"},"46":{"body":"Short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Examples hat HAT pet PET cot KOT hut HUT NOTE: short vowels are almost always spelled with the sound they represent. However, one exception is the word “son”, which has a short u vowel. Remember that we care about spelling for short vowels , this word would be written using the O key.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #1:","id":"46","title":"Simple vowels rule #1:"},"460":{"body":"Write-out: HRARPBLG","breadcrumbs":"Chapter 16: Top 200 common English words » large","id":"460","title":"large"},"461":{"body":"Write-out: SPEL","breadcrumbs":"Chapter 16: Top 200 common English words » spell","id":"461","title":"spell"},"462":{"body":"Write-out: AD","breadcrumbs":"Chapter 16: Top 200 common English words » add","id":"462","title":"add"},"463":{"body":"Brief: AOEFPB","breadcrumbs":"Chapter 16: Top 200 common English words » even","id":"463","title":"even"},"464":{"body":"Write-out: HRAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » land","id":"464","title":"land"},"465":{"body":"Write-out: HAOER","breadcrumbs":"Chapter 16: Top 200 common English words » here","id":"465","title":"here"},"466":{"body":"Write-out: PHUFT","breadcrumbs":"Chapter 16: Top 200 common English words » must","id":"466","title":"must"},"467":{"body":"Write-out: PWEUG","breadcrumbs":"Chapter 16: Top 200 common English words » big","id":"467","title":"big"},"468":{"body":"Write-out: HAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » high","id":"468","title":"high"},"469":{"body":"Write-out: SUFP","breadcrumbs":"Chapter 16: Top 200 common English words » such","id":"469","title":"such"},"47":{"body":"There is no “i” key on the steno layout; it is instead represented by the EU chord. Examples hit HEUT pill PEUL pit PEUT tip TEUP","breadcrumbs":"Chapter 5: Lapwing setup and basics » The i chord","id":"47","title":"The i chord"},"470":{"body":"Brief: TPOL Write-out: TPO/HROE","breadcrumbs":"Chapter 16: Top 200 common English words » follow","id":"470","title":"follow"},"471":{"body":"Write-out: ABGT","breadcrumbs":"Chapter 16: Top 200 common English words » act","id":"471","title":"act"},"472":{"body":"Brief: KWR Useful in phrases such as KWR-R “why are” and KWR-T “why the”","breadcrumbs":"Chapter 16: Top 200 common English words » why","id":"472","title":"why"},"473":{"body":"Brief: SK Write-out: AFBG","breadcrumbs":"Chapter 16: Top 200 common English words » ask","id":"473","title":"ask"},"474":{"body":"Write-out: PHEPB","breadcrumbs":"Chapter 16: Top 200 common English words » men","id":"474","title":"men"},"475":{"body":"Write-out: KHAEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » change","id":"475","title":"change"},"476":{"body":"Write-out: WEPBT","breadcrumbs":"Chapter 16: Top 200 common English words » went","id":"476","title":"went"},"477":{"body":"Write-out: HRAOEUT If you feel that “lite” should be written HRAOEUT, feel free to swap these around. However, “lite” is quite a bit more uncommon that I feel it should be given the asterisk.","breadcrumbs":"Chapter 16: Top 200 common English words » light","id":"477","title":"light"},"478":{"body":"Write-out: KAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » kind","id":"478","title":"kind"},"479":{"body":"Brief: AUF OF is the prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » off","id":"479","title":"off"},"48":{"body":"Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. Schwa sounds that are spelled with multiple letters are fairly uncommon. If you encounter any, you are meant to use any of the vowel letters that spell part of the sound. If you run into a missing entry, just add it to your personal dictionary. Examples could KUD head HED said SED tough TUF","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #2:","id":"48","title":"Simple vowels rule #2:"},"480":{"body":"Write-out: TPHAOED","breadcrumbs":"Chapter 16: Top 200 common English words » need","id":"480","title":"need"},"481":{"body":"Write-out: HOUS","breadcrumbs":"Chapter 16: Top 200 common English words » house","id":"481","title":"house"},"482":{"body":"**Brief: P*EUFP ** Write-out: PEUBG/KHUR","breadcrumbs":"Chapter 16: Top 200 common English words » picture","id":"482","title":"picture"},"483":{"body":"Brief: TREU TRAOEU is the “tri-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » try","id":"483","title":"try"},"484":{"body":"Write-out: US","breadcrumbs":"Chapter 16: Top 200 common English words » us","id":"484","title":"us"},"485":{"body":"Brief: TKPWEPB Write-out: A/TKPWEPB or A/TKPWAEUPB Just like with said , the spelling of this word makes a write-out entry ambiguous and slightly impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » again","id":"485","title":"again"},"486":{"body":"Brief: PHAPBL or APB/PHAL Write-out: A/TPHEU/PHAL The one-stroke brief completely violates steno order. The two-stroke brief drops the “i” vowel as it is unstressed (unemphasized).","breadcrumbs":"Chapter 16: Top 200 common English words » animal","id":"486","title":"animal"},"487":{"body":"Write-out: POEUPBT","breadcrumbs":"Chapter 16: Top 200 common English words » point","id":"487","title":"point"},"488":{"body":"Brief: PHOER or PHO*RT Write-out: PHO/THER","breadcrumbs":"Chapter 16: Top 200 common English words » mother","id":"488","title":"mother"},"489":{"body":"Write-out: WORLD","breadcrumbs":"Chapter 16: Top 200 common English words » world","id":"489","title":"world"},"49":{"body":"In a General North American accent, inclusion of the letter “r” after a vowel can alter the pronunciation of the vowel. Take, for example, the following pairs of words: Normal r IPA cat car /ɑɹ/ head her /ɝ/ or /ɚ/ sit sir /ɝ/ or /ɚ/ pot pore /ɔɹ/ pull purr /ɝ/ or /ɚ/ These sounds are also considered to be in the same group as short vowels , so rule 1 applies. We will still write these words with the key that spells the vowel, even if it is phonetically a different sound. NOTE: keep in mind that you still have to identify short vowels before using rule 1. For example, the vowel in “cure” is not a short vowel and cannot be written like KUR. Examples car KAR her HER sir SEUR pore POR purr PUR","breadcrumbs":"Chapter 5: Lapwing setup and basics » Vowels with r","id":"49","title":"Vowels with r"},"490":{"body":"Write-out: TPHAOER","breadcrumbs":"Chapter 16: Top 200 common English words » near","id":"490","title":"near"},"491":{"body":"Write-out: PWEULD","breadcrumbs":"Chapter 16: Top 200 common English words » build","id":"491","title":"build"},"492":{"body":"Brief: SEFL Write-out: SEL/*F Remember to use *F when ending a word with the “f” sound.","breadcrumbs":"Chapter 16: Top 200 common English words » self","id":"492","title":"self"},"493":{"body":"Write-out: *ERT","breadcrumbs":"Chapter 16: Top 200 common English words » earth","id":"493","title":"earth"},"494":{"body":"Brief: TPA*URT Write-out: TPAU/THER","breadcrumbs":"Chapter 16: Top 200 common English words » father","id":"494","title":"father"},"495":{"body":"This chapter’s test consists of the words listed on this page. Use the following settings: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 16 test","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16 test","id":"495","title":"Chapter 16 test"},"496":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended completion goal","id":"496","title":"Recommended completion goal"},"497":{"body":"","breadcrumbs":"Chapter 17: Shortening techniques » Chapter 17: Shortening techniques","id":"497","title":"Chapter 17: Shortening techniques"},"498":{"body":"Recommended time to spend on this chapter: 1–2 days. Read folding and complete the drills ( 20 minutes ) Repeat the drills as needed Read dropping unstressed vowels and complete the drill ( 20 minutes ) Repeat the drill as needed Read inversions and complete the drill ( 10 minutes ) Repeat the drill as needed Read left hand compound clusters and complete the drill ( 15 minutes ) Repeat the drill as needed Read dropping other sounds ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 17: Shortening techniques » Recommended pace","id":"498","title":"Recommended pace"},"499":{"body":"All the techniques covered up until this point will allow writing almost any word. However, words are usually split into outlines such that one stroke corresponds to one syllable. This is not terribly efficient. To put this into perspective, professional stenographers have to write 225 WPM (or 5.25 syllables per second) to graduate. Even for professionals, 5 strokes per second is almost too fast. Instead of relying entirely on finger speed, steno outlines can be shortened. This is done through various techniques that either compress more sounds into each stroke, or drop unnecessary sounds altogether. Shortening techniques are not applicable to any arbitrary word (nor are they entirely conflict free), but they can still be extremely helpful for whole families of words. The techniques listed on this page are low in conflicts and it may also be the case that some words cannot be written without one or more of these techniques. It is very recommended to learn these. Keep in mind, however, that several of the outlines listed on this page may not be in the default Lapwing dictionary. Many of the outlines are suggestions and examples of how these techniques can be used. As you build speed and proficiency with steno, you’ll want to tailor your dictionary to how you write. It is very crucial to become comfortable with adding to your dictionary, especially if you decide to use these shortening techniques very heavily. Adding entries that use these techniques is completely normal and to be expected.","breadcrumbs":"Chapter 17: Shortening techniques » Introduction","id":"499","title":"Introduction"},"5":{"body":"At first glance, it appears that KOPL/PHREU/KAEUT has no bearing resemblance to the word it represents. The reason for this is that there are only so many keys on the steno layout. Arbitrary letter combinations have to be used in order to represent the sounds that are not represented by single keys. steno layout In our example, PL in KOPL represents the ending “m” consonant; HR in PHREU represents the initial “l” consonant; EU in PHREU represents the “i” vowel, as in “pit”; finally AEU in KAEUT represents the /eɪ/ diphthong (also called long a vowel) as in “fate”. The following table illustrates the sounds that each key group represents in our example. Steno Keys K O PL P HR EU K AEU T Sounds k o m p l i k ā t Essentially, KOPL/PHREU/KAEUT really just represents KOM/PLI/KĀT (where Ā represents the long a vowel or /eɪ/ diphthong). And that’s basically all there is in principle! Stenographers memorize a whole slew of chords for the missing sounds, and string multiple strokes together to write English. Here’s a demo of what it looks like to write at 224 WPM with steno:","breadcrumbs":"Chapter 1: Introduction » Why KOPL/PHREU/KAEUT?","id":"5","title":"Why KOPL/PHREU/KAEUT?"},"50":{"body":"Basic single syllable words drill","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice material","id":"50","title":"Section practice material"},"500":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined) Left hand clusters drill Dropping unstressed vowels with folding drill [Inversions](17-inversions.txt) Left hand clusters drill NOTE: it is recommended to complete these in order as some of the later drills incorporate techniques from the previous exercises.","breadcrumbs":"Chapter 17: Shortening techniques » Useful links","id":"500","title":"Useful links"},"501":{"body":"Folding is a technique where a key (or chord) is inserted into a stroke to represent a sound that is typically found at the end of a word.","breadcrumbs":"Chapter 17: Shortening techniques » Folding","id":"501","title":"Folding"},"502":{"body":"Folding -R into a stroke can add an ending “r” sound like in the following examples: equator AOE/KWAEURT = AOE/KWAEUT + -R humor HAOURPL = HAOUPL + -R modulator PHO/SKWRAOU/HRAEURT = PHO/SKWRAOU/HRAEUT + -R shimmer SHEURPL = SHEUPL + -R Some outlines using this technique would conflict with preexisting words (e.g., TARP for “tarp” or “tapper”). In cases where A is the vowel, AE can be used as an alternative vowel chord. hammer HAERPL = HAPL + ER tapper TAERP = TAP + ER R-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » R-folding","id":"502","title":"R-folding"},"503":{"body":"Folding -L into a stroke can add a sound containing the “l” consonant on the end of the word. Usually this is the “-ly” or “l” sound as in the following examples: mostly PHOEFLT = PHOEFT + -L portal PORLT = PORT + -L final TPAOEUPBL = TPAOEUPB + -L funnel TPUPBL = TPUPB + -L This technique mostly fails whenever the steno outline already has the -L key in it, or if the stroke is too difficult to press. In these cases, folding the initial HR can sometimes work. finally TPHRAOEUPBL = TPAOEUPB + -L + HR basically PWHRAEUFBG = PWAEUFBG* + HR * See section below on dropping unstressed vowels. L-folding is low in conflicts ; use it whenever possible.","breadcrumbs":"Chapter 17: Shortening techniques » L-folding","id":"503","title":"L-folding"},"504":{"body":"Folding -T can add the “-ity” or “-ty” sounds to the end of a word: entirety EPB/TAOEURT = EPB/TAOEUR + -T eternity AOE/TERPBT = AOE/TERPB + -T porosity POR/KWROFT = POR/KWROF + -T sanity SAPBT = SAPB + -T T-folding is low in conflicts ; use it whenever possible. Using this technique might lead to difficult chords to press like -TD. Do not feel obliged to use T-folding in these scenarios.","breadcrumbs":"Chapter 17: Shortening techniques » T-folding","id":"504","title":"T-folding"},"505":{"body":"A long e /i/ vowel at the end of a word can be represented by folding the E key into a stroke: auditory AU/TKEU/TOER = AU/TKEU/TOR + E respiratory RES/PRA/TOER = RES/PRA/TOR + E antimony APB/TEU/PHOEPB = APB/TEU/PHOPB + E coffee KOEF = KOF + E crumbly KRUPL/EBL = KRUPL/-BL + E humbly HUPL/EBL = HUPL/-BL + E numerically TPHAOU/PHER/KAEL = TPHAOU/PHER/KAL + E symbolically SEUPL/PWOL/KAEL = SEUPL/PWOL/KAL + E carefully KAEUR/EFL = KAEUR/-FL + E dreadfully TKRED/EFL = TKRED/-FL + E happy HAEP = HAP + E happier HAERP (E and -R folding) fancy TPAEPBS = TPAPBS + E fancier TPAERPBS (E and -R folding)","breadcrumbs":"Chapter 17: Shortening techniques » E-folding","id":"505","title":"E-folding"},"506":{"body":"Words like “carry” would normally be written like KAEUR/KWREU. The ending long e sound can’t be represented with E-folding normally, since the previous stroke already contains the E key. Instead, AER can be used to represent this sound in one stroke. carry KAER estuary ES/KHAOU/KWRAER corollary KOR/KWRO/HRAER solitary SO/HREU/TAER E-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » E-folding with AEU","id":"506","title":"E-folding with AEU"},"507":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined)","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"507","title":"Practice material"},"508":{"body":"Keep in mind the examples may only apply to General North American English. In conversational speech, a lot of vowels typically aren’t emphasized. For example, the first “e” in the word “elephant” is enunciated very clearly, but the second is not. This second “e” can be dropped without affecting the pronunciation significantly. For example, listen to the two ways of saying “elephant”: Dropping the second “e” in “elephant” is advantageous; it is now now possible to write this word in two strokes instead of one: EL/TPA*PBT. This technique can be tricky, and it doesn’t always work with any arbitrary word. A great way to learn stress identification is to practice it in everyday life. When reading a word, pay attention to the vowels that aren’t emphasized. In particular, try dropping vowels from a word and observing if the word is still intelligible. For example, try saying “elephant” out loud in the two ways shown above. When reading the next few examples, try this out yourself.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping unstressed vowels","id":"508","title":"Dropping unstressed vowels"},"509":{"body":"Write-out: TKE/TPEU/TPHEUT Unstressed vowel(s) dropped: definite → defnit The first “i” is unstressed and the “f” can be moved to the right hand. Shorter outline: TKEF/TPHEUT","breadcrumbs":"Chapter 17: Shortening techniques » definite","id":"509","title":"definite"},"51":{"body":"Looking at the steno layout, why is it that “car” must be written using the left K, and the right hand -R? The answer is steno order . Sounds you make on the layout are supposed to follow this order. #STKPWHRAO*EUFRPBLGTSDZ Therefore, the only correct way to write the word “car” would be KAR. #STKPWHRAO*EUFRPBLGTSDZ The following is an incorrect way to write “car”; it is actually notated like KRA: KRA It’s not necessary to memorize steno order explicitly (as in the #STKPWHRAO*EUFRPBLGTSDZ string). However, it’s important to internalize steno order with regard to the location of the keys. With enough practice, it should be immediately obvious that the “-st” sound as in “past”, for example, cannot be represented in steno order.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Steno order","id":"51","title":"Steno order"},"510":{"body":"Write-out: TKE/PHAPBD Unstressed vowel(s) dropped: demand → dmand The “e” is unstressed and the “dm” cluster can be moved to the left hand with TKPH. Shorter outline: TKPHAPBD","breadcrumbs":"Chapter 17: Shortening techniques » demand","id":"510","title":"demand"},"511":{"body":"Write-out: TKE/PHROR/-BL Unstressed vowel(s) dropped: deplorable → dplorbl Every vowel except the “o” can be dropped. The resulting consonants can easily fit on the steno layout. Shorter outline: TKPHROBL","breadcrumbs":"Chapter 17: Shortening techniques » deplorable","id":"511","title":"deplorable"},"512":{"body":"Write-out: TKE/REU/SRA/TEUF Unstressed vowel(s) dropped: derivative → drivtive The “e” and the “a” are dropped. Shorter outline: TKREUF/TEUF","breadcrumbs":"Chapter 17: Shortening techniques » derivative","id":"512","title":"derivative"},"513":{"body":"Write-out: E/HREBG/TREUBG Unstressed vowel(s) dropped: electric → lectric First vowel can be dropped. Shorter outline: HREBG/TREUBG","breadcrumbs":"Chapter 17: Shortening techniques » electric","id":"513","title":"electric"},"514":{"body":"Write-out: TKEU/TPER Unstressed vowel(s) dropped: differ → difr The “e” can be dropped and the “f” and “r” can be moved to the right hand with -FR. Shorter outline: TKEUFR","breadcrumbs":"Chapter 17: Shortening techniques » differ","id":"514","title":"differ"},"515":{"body":"Write-out: EPB/SKWREU/TPHAOER Unstressed vowel(s) dropped: engineer The “i” can be dropped so that the “ng” sound can represented with -PBG on the right hand. Shorter outline: EPBG/TPHAOER","breadcrumbs":"Chapter 17: Shortening techniques » engineer","id":"515","title":"engineer"},"516":{"body":"Write-out: SKWRAOE/KWRO/HRO/SKWREU Unstressed vowel(s) dropped: geology → geolgy The second “o” can be dropped and the “l” can be moved to the right hand. Shorter outline: SKWRAOE/KWROL/SKWREU","breadcrumbs":"Chapter 17: Shortening techniques » geology","id":"516","title":"geology"},"517":{"body":"Write-out: PHO/SKWRAOU/HRAEUT/O*R Unstressed vowel (s) dropped: modulator → modlator The “u” can be dropped and the j sound can be moved to the right hand. Shorter outline: PHOPBLG/HRAEUT/O*R NOTE: this can be combined with R-folding: PHOPBLG/HRAEURT!","breadcrumbs":"Chapter 17: Shortening techniques » modulator","id":"517","title":"modulator"},"518":{"body":"Write-out: PO/SEUBL Unstressed vowel(s) dropped: possible → posbl The “i” is unstressed, and the “s” can be represented with -F. Shorter outline: POFBL","breadcrumbs":"Chapter 17: Shortening techniques » possible","id":"518","title":"possible"},"519":{"body":"Write-out: SU/POES Unstressed vowel(s) dropped: suppose → sppose The “u” is unstressed. Shorter outline: SPOES","breadcrumbs":"Chapter 17: Shortening techniques » suppose","id":"519","title":"suppose"},"52":{"body":"Below are two single syllable words that cannot be written in one stroke because of steno order. trust Closest would be TRUTS #STKPWHRAO*EUPBLGTSDZ turf Closest would be TUFR #STKPWHRAO*EUFRPBLGTSDZ To represent a sound in a steno stroke, the sounds should be available on the layout and should fall in the correct order. Although the sounds are indeed available on the layout, they fail the second requirement. For now, do not worry about writing these words—they involve more advanced chords and concepts that will be introduced later.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Impossible single syllable words","id":"52","title":"Impossible single syllable words"},"520":{"body":"In many of these examples, the unstressed vowel is a schwa. This sound is always unstressed, and therefore can be dropped whenever possible. Identifying schwas quickly can therefore be very beneficial to automatically dropping unstressed vowels. Tom Scott has created a helpful video on understanding this sound which I highly encourage watching: At 2:41, Tom mentions three words where the schwa is dropped entirely in spoken word. Instead of writing these words in three strokes like, SE/PAR/KWRAT, KHO/KO/HRAT, and KA/PHER/KWRA, can you think of two stroke outlines for each? As an exercise, you can try looking back at the previous examples and identify the schwas. Note that not all unstressed vowels are schwas, and not all schwas in the examples are necessarily dropped.","breadcrumbs":"Chapter 17: Shortening techniques » Tom Scott and schwa","id":"520","title":"Tom Scott and schwa"},"521":{"body":"Sometimes this technique doesn’t work for a few reasons. First of all, the shortened outline might already conflict with another valid word. Here are some examples: PWOUT can be “bout” or “about” This technique may also fail if there are too many consonants in the shortened word. For example, in the word “consonant”, every other vowel after the first “o” is unstressed: consonant → consnnt However, it is not possible to include the “n” two times on the right side of the steno layout. We can, however, write it in two strokes as KOPBS/TPHAPBT. If you’re brave, KOFPBT could be a valid outline!","breadcrumbs":"Chapter 17: Shortening techniques » Caveats","id":"521","title":"Caveats"},"522":{"body":"After dropping an unstressed vowel, a word can typically be split at the point where the vowel used to be. For example, the word “literal” would be split like HREUT/RAL rather than HREU/TRAL—even if that pronunciation is more natural to you. However, if a vowel is completely silent, like the second “e” in “veterinarian”, it is often preferred to treat the remaining consonants as one sound (just like it was shown in chapter 15). This is one place where you may want to tweak your dictionary.","breadcrumbs":"Chapter 17: Shortening techniques » Consonant group splitting quirks","id":"522","title":"Consonant group splitting quirks"},"523":{"body":"Dropping unstressed vowels with folding drill","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"523","title":"Practice material"},"524":{"body":"It is sometimes acceptable to break steno order when shortening outlines. It is especially helpful to invert the order of two keys for some words where dropping unstressed vowels is not enough. For example, in the word “fabricate”, the “i” can be dropped: fabricate → fabrcate Despite this, it is still not possible to represent the resulting sound in two strokes; the “br” cluster is problematic and forces the use of three: TPAB/R/KAEUT. This is where an inversion can be helpful—if the R key moved to the previous stroke, this word can be written in two strokes: TPARB/KAEUT.","breadcrumbs":"Chapter 17: Shortening techniques » Inversions","id":"524","title":"Inversions"},"525":{"body":"migratory PHAOEURG/TOER secretary SERBG/TAER patrimony PART/PHOEPB beside SPWAOEUD *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"525","title":"Examples"},"526":{"body":"[Inversions](17-inversions.txt) work-in-progress","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"526","title":"Practice material"},"527":{"body":"In addition to the left hand chords learned in the very early chapters, there are also more advanced chords that can represent more than just a single consonant. SPW is “int” or “ent” as in “entire” or “intern” KP is “comp” as in “complement” KPW is “comb” as in “combine” KPH is “com” as in “comment” W is “v” as in “divine” STK is “d_s” as in “design” or “disarm” KPW, KPH, and STK technically aren’t compound clusters, but are the result of other shortening techniques. However, it is easy to explicitly remember these as compound clusters as they are quite common.","breadcrumbs":"Chapter 17: Shortening techniques » Left hand compound clusters","id":"527","title":"Left hand compound clusters"},"528":{"body":"entire SPWAOEUR intern SPWERPB compliant KPHRAOEUPBT compliment KPHREUPLT commend KPHEPBD commit KPHEUT device TKWAOEUS divide TKWAOEUD decide STKAOEUD disappear STKPAOER *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"528","title":"Examples"},"529":{"body":"Left hand clusters drill NOTE: many of the words in this drill also utilize other techniques.","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"529","title":"Practice material"},"53":{"body":"On the initial consonants side, there are several chords whose sounds are simply just the combination of the individual keys. Some of these are: ST as in “stop” SK as in “scar” SP as in “spot” SH as in “shop” TH as in “thug” TR as in “trap” KH as in “chug” KR as in “crop” PR as in “prat” KH for “ch” might not be immediately obvious, but just remember that K is used for the “hard c” sound. Thus, if you accept that K can represent the letter “c”, then combining it with the H key makes some sense. This does not just apply to chords with two keys. For example, THR can represent the “thr” sound as in “thread”. Chances are, if a chord makes sense based on the individual keys it is made of, it is valid.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Combining single left hand keys","id":"53","title":"Combining single left hand keys"},"530":{"body":"Sometimes it may be convenient to arbitrarily drop more sounds to shorten steno outlines. For example, the “n” in “assignment” is not really enunciated, allowing it to be written in two strokes instead of three: assignment A/SAOEUPLT Instead of A/SAOEUPB/-PLT This technique can also be applied to the following words: confinement KOPB/TPAOEUPLT consignment KOPB/SAOEUPLT The words that work with this technique depend a lot on your accent and even personal speech patterns. If you find an intuitive outline missing from lapwing-base.json, you should not hesitate to add it to your personal dictionary. While these last few examples may have been somewhat intuitive, it is also valid to drop sounds arbitrarily whenever a stroke can be saved: abutment A/PWUPLT first “t” is dropped ambiguity APL/TKPWAOUT “b” is dropped discard STKARD “c” is dropped fragment TPRAPLT “g” is dropped efficient TPEURBT “n” is dropped patient PAEURBT “n” is dropped *crossing out indicates dropped unstressed vowels. NOTE: this technique depends heavily on if there are existing words the resulting outline may conflict with. As this technique is highly personal to each individual, it is not particularly useful to drill the words that can be found in the dictionary. Instead, cater this method to your own personal accent and speech patterns when adding new entries to your dictionary. Feel free to learn the shortened outlines in the dictionary that utilize this technique, but you are not at all obliged to follow them.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping other sounds","id":"530","title":"Dropping other sounds"},"531":{"body":"","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Chapter 18: Fingerspelling and numbers","id":"531","title":"Chapter 18: Fingerspelling and numbers"},"532":{"body":"Recommended time to spend on this chapter: 1 day. Read fingerspelling ( 10 minutes ) Read numbers ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Recommended pace","id":"532","title":"Recommended pace"},"533":{"body":"Fingerspelling graphic (lowercase) Fingerspelling graphic (uppercase) Numbers graphic","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Useful links","id":"533","title":"Useful links"},"534":{"body":"There won’t be any practice material for this chapter as these topics are easy to practise in everyday writing. It may be helpful to keep the tables on this page in an easy to read place (i.e., printed out and taped to the wall).","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Intro","id":"534","title":"Intro"},"535":{"body":"To write a short acronym or a word that is not yet defined, a letter-by-letter spelling technique called fingerspelling can be used. This is done by pressing a letter chord plus the asterisk key with the right hand.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Fingerspelling","id":"535","title":"Fingerspelling"},"536":{"body":"a b c d e f g h i j k l m n o p q r s t u v w x y z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Lowercase","id":"536","title":"Lowercase"},"537":{"body":"To write uppercase letters, use -P on the right hand. A B C D E F G H I J K L M N O P Q R S T U V W X Y Z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Uppercase","id":"537","title":"Uppercase"},"538":{"body":"Fingerspelling uses glue (&) formatting. These translations stick to other translations that also have glue. For example, writing HE/HROE/A*/PW*/KR* will result in hello abc. Since the translation for HE/HROE contains no glue, the subsequent fingerspelling chord inserts a space after hello. However, as the subsequent fingerspelling chords all contain glue, they stick together.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"538","title":"Attachment behaviour"},"539":{"body":"With Lapwing, numbers are written with a numberpad system much like the ones found on regular keyboards and calculators. The number key is pressed with the left hand, and the right hand is responsible for the number. Since there are only two rows on the steno layout, we use vertical chords to represent the middle row. 1 2 3 4 5 6 7 8 9 0 00 000 The right hand vowel keys can be combined with a number chord to add some trailing zeros: #ER 10 #EUPB 5000 #UP 800 #EB 20","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Numbers","id":"539","title":"Numbers"},"54":{"body":"Basic left hand single syllable words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"54","title":"Section practice"},"540":{"body":"Numbers use the same glue formatting as fingerspelling by default. To prevent numbers from sticking to other glued translations, include T with the chord. Examples A*/PW*/KR*/#-R/#-B/#-G abc123 A*/PW*/KR*/#T-R/#T-B/#T-G abc 1 2 3","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"540","title":"Attachment behaviour"},"541":{"body":"","breadcrumbs":"Chapter 19: Proper nouns » Chapter 19: Proper nouns","id":"541","title":"Chapter 19: Proper nouns"},"542":{"body":"Recommended time to spend on this chapter: <1 day. Read proper nouns ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 19: Proper nouns » Recommended pace","id":"542","title":"Recommended pace"},"543":{"body":"Proper nouns in Lapwing theory are written exactly the same as regular words, except with the addition of the number key in the first stroke. Proper nouns can be multiple words long, but only the first stroke has to contain the number key (see examples below). The inclusion of the number key reduces conflicts, such as between “mat” and “Mat”. Examples #A/TPHA Anna #KAL/TKPWAR/KWREU Calgary #PHAT Mat #SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns","id":"543","title":"Proper nouns"},"544":{"body":"#SKWR is a difficult chord to press, especially when writing at speed. #STKPW can be used as an alternative chord for proper nouns starting with “j”. #STKPWER/PHA/TPHEU Germany #STKPWO/TPHO/THAPB Jonathan","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns starting with “j”","id":"544","title":"Proper nouns starting with “j”"},"545":{"body":"If you have no complaints with using the number key in proper noun strokes, you can skip this section. Some machines may not be compatible with remapping the top S- key. In this case, it is also possible to use the number key as a prefix stroke for proper nouns. This is handled through the lapwing-prefixed-proper-nouns.json dictionary. To download it, right click the following link and press Save link as. https://raw.githubusercontent.com/aerickt/steno-dictionaries/main/lapwing-prefixed-proper-nouns.json To add it to your dictionary stack, in Plover’s main window, press the green plus button and Load dictionaries. Then, select the lapwing-prefixed-proper-nouns.json dictionary that you just downloaded. Examples #/A/TPHA Anna #/KAL/TKPWAR/KWREU Calgary #/PHAT Mat #/SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Alternative proper nouns with a prefix stroke","id":"545","title":"Alternative proper nouns with a prefix stroke"},"546":{"body":"","breadcrumbs":"Chapter 20: Punctuation and commands » Chapter 20: Punctuation and Commands","id":"546","title":"Chapter 20: Punctuation and Commands"},"547":{"body":"Recommended time to spend on this chapter: 1 day. Read punctuation ( 10 minutes ) Read commands ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 20: Punctuation and commands » Recommended pace","id":"547","title":"Recommended pace"},"548":{"body":"Punctuation graphic (outdated)","breadcrumbs":"Chapter 20: Punctuation and commands » Useful links","id":"548","title":"Useful links"},"549":{"body":"This chapter will cover punctuation and Plover commands. As these are not really tied to any words, they may be less intuitive. Many of these will simply have to be memorized. There is no practice material for this chapter; instead, incorporating steno into daily computer tasks can be a great way to practise these miscellaneous outlines. It may be helpful to print out the punctuation graphic and keep it in a easy to reference location (such as taped to a wall). Playing typing games such as TypeRacer or monkeytype is also a great way to practise steno at this point.","breadcrumbs":"Chapter 20: Punctuation and commands » Intro","id":"549","title":"Intro"},"55":{"body":"TK is “d” as in “dab” PW is “b” as in “bot” HR is “l” as in “let”","breadcrumbs":"Chapter 5: Lapwing setup and basics » Left hand d, b, and l","id":"55","title":"Left hand d, b, and l"},"550":{"body":"Punctuation is a lot different to regular words where a space is almost always inserted before. For different punctuation, there may be different scenarios for spacing on one side or the other. Furthermore, punctuation can sometimes also govern the capitalization of the next word. Therefore, punctuation strokes contain special formatting rules to control the spacing and capitalization. The following table lists several common punctuation marks along with the name, formatting, steno outline, and a mnemonic to aid with memorization. Character Name Formatting Steno outline Mnemonic . Period Attaches to the previous word and capitalizes the next word. TP-PL Top row ring and middle fingers on both hands. ? Question mark Attaches to the previous word and capitalizes the next word. KW-PL Same fingers as the period outline, but the shape resembles a rising intonation as would happen in a question. ! Exclamation mark Attaches to the previous word and capitalizes the next word. TP-BG Same fingers as the question outline, but the shape is sloped downwards to mirror the question mark outline. . Decimal point Attaches to the previous word and the next word. P-P Resembles the period outline, but with only the middle fingers. , Comma Attaches to the previous word. KW-BG Same fingers as the period outline, but on the bottom row. … Ellipses (three dots) Attaches to the previous word and capitalizes the next word. SKW-BGS Symmetrical shape of three keys. “ Opening quotation mark Attaches to the next word. KW-GS As in “ qu ota tion ”. “ Closing quotation mark Attaches to the previous word. KW*GS Same as opening quotation mark outline, but with the asterisk. ’ Opening single quotation mark Attaches to the next word KR-RG Like the double quote outline, but one key shifted over. ’ Closing single quotation mark Attaches to the previous word KR*RG Same as opening single quotation mark, but with the asterisk. ` Opening backtick Attaches to the next word. KH-FG Shape resembles a backtick. ` Closing backtick Attaches to the previous word. KH*FG Same as the opening backtick, but with the asterisk. ( Opening parenthesis Attaches to the next word. PREPB Makes the sound “pren” as in p a ren thesis ) Closing parenthesis Attaches to the previous word PR*EPB Same as the opening parenthesis outline, but with the asterisk. { Opening curly brace Attaches to the next word. TPR-BGT This symbol is also called a “ Fr ench br a ck e t ” (hence the outline). } Closing curly brace Attaches to the previous word. TPR*BGT Same as the opening curly brace outline, but with the asterisk. [ Opening square bracket Attaches to the next word. PWR-BGT Resembles “ br a ck e t ”. ] Closing square bracket Attaches to the previous word. PWR*BGT Same as the opening square bracket outline, but with the asterisk. : Colon (for writing) Attaches to the previous word STPH-FPLT The entire top row of keys apart from left hand S. ; Semicolon Attaches to the previous word. STPH*FPLT Same as the colon outline, but with the asterisk. : Colon (for time) Attaches to the previous word and the next word. KHR-PB Resembles the word “ c o l o n ”. — Emdash Attaches to the previous word and the next word. PH-RB Resembles “e m da sh ”. – Endash Attaches to the previous word and the next word. TPH-RB Resembles “e n da sh ”. – Endash Space before and after. TPH*RB Same as the outline for regular endash, but with the asterisk. - Hyphen Attaches to the previous word and the next word. H-PB Resembles “ h yphe n ”. - Hyphen Space before and after. H*PB Same as the regular hyphen outline, but with the asterisk. ‽ Interrobang Attaches to the previous word and capitalizes the next word TRAPBG Resembles the word “in t e rr ob ang ”. / Slash Attaches to the previous word and the next word OEU","breadcrumbs":"Chapter 20: Punctuation and commands » Punctuation","id":"550","title":"Punctuation"},"551":{"body":"Situations may arise where Plover will have to be explicitly told how to format a word. The following section goes over some useful formatting commands.","breadcrumbs":"Chapter 20: Punctuation and commands » Commands","id":"551","title":"Commands"},"552":{"body":"Outline: R-R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter","id":"552","title":"Enter"},"553":{"body":"Outline: R*R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter (capitalize next word)","id":"553","title":"Enter (capitalize next word)"},"554":{"body":"Outline: S-P Mnemonic: sp ace Although Plover will automatically insert spaces before regular words, it may be necessary to manually insert a space so that two strokes should not be interpreted as a multistroke outline. Example KOR/TPHET cornet KOR/S-P/TPHET core net","breadcrumbs":"Chapter 20: Punctuation and commands » Insert a space","id":"554","title":"Insert a space"},"555":{"body":"Outline: S-PD Mnemonic: the S-P outline but with -D to indicate that this is a retroactive command. Example KOR/TPHET cornet KOR/TPHET/S-PD core net NOTE: this does not work with multistroke outlines if S-PD is pressed in between two strokes part of the same word. For example, the phrase “core nettle” cannot be written like KOR/TPHET/S-PD/-L.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively insert a space","id":"555","title":"Retroactively insert a space"},"556":{"body":"Outline: SP-S Mnemonic: s u pp ress s pace Example how ever HOU/-FR however HOU/SP-S/-FR","breadcrumbs":"Chapter 20: Punctuation and commands » Suppress the next space","id":"556","title":"Suppress the next space"},"557":{"body":"Outline: SP-LS Mnemonic: s u pp ress l ast s pace Example PHOR/AUFR more over PHOR/AUFR/SP-LS moreover","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively suppress the last space","id":"557","title":"Retroactively suppress the last space"},"558":{"body":"Outline: KPA Mnemonic: the word “cap” but with the “a” and “p” out of order Example -T/KPA/AOEU/HRAPBD the island","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word","id":"558","title":"Capitalize the next word"},"559":{"body":"Outline: KA*PD Mnemonic: the word “capped” but with the asterisk Example -T/AOEU/HRAPBD/KA*PD the Island","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively capitalize the next word","id":"559","title":"Retroactively capitalize the next word"},"56":{"body":"dad TKAD bar PWAR lap HRAP bled PWHRED","breadcrumbs":"Chapter 5: Lapwing setup and basics » Examples","id":"56","title":"Examples"},"560":{"body":"Outline: KPA* Mnemonic: the KPA outline with the asterisk This is useful for starting a new sentence.","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word and suppress the next space","id":"560","title":"Capitalize the next word and suppress the next space"},"561":{"body":"Outline: HRO*ER Mnemonic: the word “lower” but with the asterisk","breadcrumbs":"Chapter 20: Punctuation and commands » Uncapitalize the next word","id":"561","title":"Uncapitalize the next word"},"562":{"body":"Outline: HRO*ERD Mnemonic: the HRO*ER outline but with -D to indicate the retro command.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively uncapitalize the next word","id":"562","title":"Retroactively uncapitalize the next word"},"563":{"body":"","breadcrumbs":"Chapter 21: UK spellings » Chapter 21: UK spellings","id":"563","title":"Chapter 21: UK spellings"},"564":{"body":"Recommended time to spend on this chapter: <1 day. Remember to take breaks!","breadcrumbs":"Chapter 21: UK spellings » Recommended pace","id":"564","title":"Recommended pace"},"565":{"body":"Lapwing theory is very North American centred as that is the dialect of English I am familiar with. However, being from Canada, I often need to use both American and British spellings of words in writing. I’ve created a dictionary that adds in British spellings with alternative outlines. Unfortunately, this dictionary does not account for pronunciation differences, and it also prioritises the American forms of words—there may not always be short briefs available for British spellings. Ideally, there would be a separate stand-alone lapwing dictionary for British English, but creating one would be very difficult, particularly for someone who does not speak this dialect. If you would like to contribute a lapwing dictionary for British speakers, please do get in touch!","breadcrumbs":"Chapter 21: UK spellings » Intro","id":"565","title":"Intro"},"566":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 21: UK spellings » Setup","id":"566","title":"Setup"},"567":{"body":"The recommended way to switch from an American word to its British form is by using #TPH as a suffix stroke of sorts. This is guaranteed to always work unlike the other methods outlined later.","breadcrumbs":"Chapter 21: UK spellings » Quick switching","id":"567","title":"Quick switching"},"568":{"body":"center SEPB/TER centre SEPB/TER/#TPH fulfill TPUL/TPEUL fulfil TPUL/TPEUL/#TPH harbor HAR/PWOR harbour HAR/PWOR/#TPH organize OR/TKPWA/TPHAOEUZ organise OR/TKPWA/TPHAOEUZ/#TPH","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"568","title":"Examples"},"569":{"body":"If you are writing a word with a suffix, switch the word into its British form first before writing the suffix. It is not guaranteed to work if the suffix is written before #TPH. Examples organising OR/TKPWA/TPHAOEUZ/#TPH/-G economises AOE/KO/TPHO/PHAOEUZ/#TPH/-Z energiser EPB/KWRER/SKWRAOEUZ/#TPH/*ER immortalised EUPL/PHOR/TAL/KWRAOEUZ/#TPH/-D","breadcrumbs":"Chapter 21: UK spellings » Dealing with suffixes","id":"569","title":"Dealing with suffixes"},"57":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a column TK is pressed by the left hand ring finger PW is pressed by the left hand middle finger HR is pressed by the left hand index finger Think “DBL” double (these are double keys) From Art of Chording decibel database lover","breadcrumbs":"Chapter 5: Lapwing setup and basics » Mnemonics","id":"57","title":"Mnemonics"},"570":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE.","breadcrumbs":"Chapter 21: UK spellings » ae spellings","id":"570","title":"ae spellings"},"571":{"body":"aetiology AET/KWROLG encyclopaedia EPB/SAOEU/KHROE/PAE/TKEU/KWRA haemoglobin HAE/PHOE/TKPWHROE/PWEUPB leukaemia HRAOU/KAEPL/KWRA","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"571","title":"Examples"},"572":{"body":"Words spelled with “ise” can be written by using -S instead of -Z. magnetise PHAG/PHE/TAOEUS stabiliser STAEUBL/KWRAOEUS/*ER utilising AOUT/HRAOEUS/-G initialise EUPB/KWREURBL/KWRAOEUS","breadcrumbs":"Chapter 21: UK spellings » ise spellings","id":"572","title":"ise spellings"},"573":{"body":"Words spelled with “oe” can be written using OE regardless of pronunciation.","breadcrumbs":"Chapter 21: UK spellings » oe spellings","id":"573","title":"oe spellings"},"574":{"body":"oedema OE/TKE/PHA foetus TPOE/TUS homoeopathy HOEPL/KWROE/PATH/KWREU oestrogen OES/TROE/SKWREPB ou spellings Words spelled with “ou” can be written using OU only to disambiguate between British and American spellings.","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"574","title":"Examples"},"575":{"body":"candour KAPB/TKOUR colour KO/HROUR favour TPAEU/SROUR neighbour TPHAEU/PWOUR","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"575","title":"Examples"},"576":{"body":"For British words spelled with “re” the asterisk key can be included in the stroke containing ER.","breadcrumbs":"Chapter 21: UK spellings » re spellings","id":"576","title":"re spellings"},"577":{"body":"calibre KA/HREU/PW*ER litre HREU/T*ER mitre PHAOEU/T*ER centimetre SEPB/TEU/PHAO*ERT","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"577","title":"Examples"},"578":{"body":"If adding the asterisk into an a brief is possible, then it will very likely work for the British spelling.","breadcrumbs":"Chapter 21: UK spellings » Miscellaneous briefs","id":"578","title":"Miscellaneous briefs"},"579":{"body":"metre PHAO*ERT organise O*RG neighbour TPHA*EURB","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"579","title":"Examples"},"58":{"body":"Single syllable dbl words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"58","title":"Section practice"},"580":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Chapter 22: Theory principles wrap-up","id":"580","title":"Chapter 22: Theory principles wrap-up"},"581":{"body":"This page serves as a reference for all the miscellaneous theory principles that only apply to a few words. It’s not important to explicitly memorize the content on this page, as it is very likely these situations will arise in everyday writing. When you do find odd entries via the lookup tool, first consult this page. If you cannot find an explanation, free to contact me on Discord (@aerbg) or start a discussion on GitHub (login required). It may be that I have not yet documented the oddity here or that the entry itself may be incorrect.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Intro","id":"581","title":"Intro"},"582":{"body":"For capitalized acronyms, Lapwing treats these as regular words for the most part. Write the first stroke with the asterisk and the number key, but continue the rest of the acronym with regular theory rules. It is generally okay to break steno order. Usually writing an acronym involves spelling the letters it is made up of. For short acronyms, it can also be faster to fingerspell. AWOL #A*EU/WOL LAN #HRA*PB PDF #P*FD","breadcrumbs":"Chapter 22: Theory principles wrap-up » Acronyms","id":"582","title":"Acronyms"},"583":{"body":"Contractions are written like regular words, but with the asterisk key. Some common contractions: Contraction Outline he’s HAO*ES he’ll HAO*EL we’re WAO*ER who’s WHO*S Some contractions that are based off of common words that are briefed in Lapwing are written a bit less intuitively: Contraction Outline what’s WHA*S that’s THA*S","breadcrumbs":"Chapter 22: Theory principles wrap-up » Contractions","id":"583","title":"Contractions"},"584":{"body":"Sometimes it can be ambiguous whether -RB represents “-rb” or “-sh” as in the following pair of words: cash carb In these cases, “-sh” gets precedence and the word with “-rb” is instead asterisked.","breadcrumbs":"Chapter 22: Theory principles wrap-up » -RB for “-rb” vs “-sh”","id":"584","title":"-RB for “-rb” vs “-sh”"},"585":{"body":"Lapwing is somewhat strict in using OU only phonetically. However, for cases where where existing outlines with OU do not exist, it is generally okay to use this chord for disambiguation. TPOUR four TPOR is already “for^” SOUL soul SOEL is already “sole” PHOURPB mourn* PHORPB is already “morn” * Not in the Lapwing dictionary","breadcrumbs":"Chapter 22: Theory principles wrap-up » Disambiguating “ou” with OU","id":"585","title":"Disambiguating “ou” with OU"},"586":{"body":"In some accents, the words “tour” and “mourn” would be written like TOR and PHORPB. However, since these two outlines already exist as other words, Lapwing uses AOUR instead. The reasoning for this is that this pronunciation of “tour” is more standard in a North American accent. PHAOURPB mourn TAOUR tour","breadcrumbs":"Chapter 22: Theory principles wrap-up » Tricky “ou” words","id":"586","title":"Tricky “ou” words"},"587":{"body":"For some words, using W for a glide might be closer phonetically: EBG/WEU/TEU equity EBGS/TEUPBG/WEURB extinguish EUPB/TAOU/WEU/TEUF intuitive AOU/PWEUBG/WEU/TEU ubiquity","breadcrumbs":"Chapter 22: Theory principles wrap-up » W for glides","id":"587","title":"W for glides"},"588":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph” words","id":"588","title":"“-graph” words"},"589":{"body":"Write the first part as if it is its own standalone word and then use TKPWRAF to write the “-graph” part separately: AU/TOE/TKPWRAF autograph PAEUR/KWRA/TKPWRAF paragraph PHEUPL/KWROE/TKPWRAF mimeograph TE/HRE/TKPWRAF telegraph","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph”","id":"589","title":"“-graph”"},"59":{"body":"This chapter’s test consists of all the practice drills you have done so far in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5 test","id":"59","title":"Chapter 5 test"},"590":{"body":"Write the “-graph” part separately and then use the KWREU suffix to add the “-y”: SKWRAOE/KWRO/TKPWRAF/KWREU geography OR/THO/TKPWRAF/KWREU orthography STE/TPHO/TKPWRAF/KWREU stenography SREUD/KWRO/TKPWRAF/KWREU videography","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphy”","id":"590","title":"“-graphy”"},"591":{"body":"TKPWRAEF can be used as a shorter stroke for “-graphy”: SKWRAOE/KWRO/TKPWRAEF geography OR/THO/TKPWRAEF orthography STE/TPHO/TKPWRAEF stenography SREUD/KWRO/TKPWRAEF videography This alternative outline uses e-folding.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphy” outline","id":"591","title":"Alternative “-graphy” outline"},"592":{"body":"Write the “-graph” part separately and then use the *ER suffix to add the “-er”: KAR/TO/TKPWRAF/*ER cartographer KHOR/KWRO/TKPWRAF/*ER choreographer HREBG/SEU/KO/TKPWRAF/*ER lexicographer OEGS/KWRO/TKPWRAF/*ER oceanographer","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-grapher”","id":"592","title":"“-grapher”"},"593":{"body":"Instead of TKPWRAF/*ER, you can also use TKPWRAFR: KAR/TO/TKPWRAFR cartographer KHOR/KWRO/TKPWRAFR choreographer HREBG/SEU/KO/TKPWRAFR lexicographer OEGS/KWRO/TKPWRAFR oceanographer This uses a briefing technique where -FR can represent the “fer” sound.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-grapher” outline","id":"593","title":"Alternative “-grapher” outline"},"594":{"body":"Write the “-graph” part separately and then use the KWREUBG suffix to add the “-ic”: *ET/TPHOE/TKPWRAF/KWREUBG ethnographic HO/HRO/TKPWRA*F/KWREUBG holographic EUPB/TPOE/TKPWRAF/KWREUBG infographic PEUBG/TO/TKPWRAF/KWREUBG pictographic","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphic”","id":"594","title":"“-graphic”"},"595":{"body":"Instead of TKPWRAF/KWREUBG, you can also use TKPWRAFBG: *ET/TPHOE/TKPWRAFBG ethnographic HO/HRO/TKPWRAFBG holographic EUPB/TPOE/TKPWRAFBG infographic PEUBG/TO/TKPWRAFBG pictographic This alternative outline employs dropping the unstressed “i” in “graphic”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphic” outline","id":"595","title":"Alternative “-graphic” outline"},"596":{"body":"These are written using regular syllabic splitting: ARBG/KWRO/HRO/SKWREU archaeology A/STRO/HRO/SKWREU astrology AOE/KO/HRO/SKWREU ecology OR/TPHEU/THO/HRO/SKWREU ornithology","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ology” words","id":"596","title":"“-ology” words"},"597":{"body":"Instead of writing the O/HRO/SKWREU cluster, you can instead use the OLG chord. ARBG/KWROLG archaeology A/STROLG astrology AOE/KOLG ecology OR/TPHEU/THOLG ornithology This is simply just a briefing pattern. These outlines are much shorter than the write-outs and are highly recommended.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-ology” chord","id":"597","title":"Alternative “-ology” chord"},"598":{"body":"In some words containing glides represented with KWR or W, the proceeding vowel sound is spelled with two letters. The sound itself is an unstressed schwa (a short vowel ), and so the second vowel letter is what determines which key to use. Here are some examples to illustrate: KAF/KWRAT cave a t KORPB/KWRAL corne a l HRAOEPB/KWREPBS leni e nce PHA/TREU/HREUPB/KWRAL matriline a l Another way of thinking about this is that the KWR or the W glide represents the first vowel letter and the second vowel letter is represented by the vowel key in the steno stroke.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Ambiguous glide vowels","id":"598","title":"Ambiguous glide vowels"},"599":{"body":"It is very difficult to write the “-ual” sound using regular syllabic splitting rules. For example, to write the word “manual” in a way that the second stroke begins with a consonant is only possible as PHA/TPHAOU. It is possible to finish the word with WAL, but three strokes for such a short word is not very fast indeed. Instead, the WAL stroke on its own can represent the entire “-ual” cluster. Thus, by including the “n” consonant in the first stroke, it is possible to write this word with only two: PHAPB/WAL.","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ual” words","id":"599","title":"“-ual” words"},"6":{"body":"Before we continue, it’s important to be aware of some of the terminology surrounding key presses in steno. Chord : a group of keys that represent a sound. Stroke : synonymous with chord; can also be a verb describing the action of pressing a chord. Outline : a group of one or more strokes that is mapped to a translation. Here is an excellent graphic from Jen’s steno explainers: steno terminology explainer","breadcrumbs":"Chapter 1: Introduction » “Raw steno” terminology","id":"6","title":"“Raw steno” terminology"},"60":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended completion goal","id":"60","title":"Recommended completion goal"},"600":{"body":"Another way of thinking of the WAL stroke is that the W key represents the “u”, and the AL represents the “al”. AOEBG/WAL equal HA/PWEUFP/WAL habitual PER/PEFP/WAL perpetual AOURB/WAL usual It can also be used like a suffix: KOPB/TRABGT/WAL contractual KOPB/TEGT/WAL contextual HA/PWEUT/WAL habitual SEBGS/WAL sexual","breadcrumbs":"Chapter 22: Theory principles wrap-up » WAL","id":"600","title":"WAL"},"601":{"body":"You can also use TWAL as the “chwal” cluster like in the following words: TPABG/TWAL factual HA/PWEU/TWAL habitual EUPB/TE/HREBG/TWAL intellectual SREUR/TWAL virtual I prefer using TWAL over WAL (when possible) as it more closely resembles the pronunciation it is supposed to represent.","breadcrumbs":"Chapter 22: Theory principles wrap-up » TWAL","id":"601","title":"TWAL"},"602":{"body":"You are also free to come up with your own strokes for dealing with these words. In hindsight, KWRAOUL would be a better fit to some of these words. I am already accustomed to WAL, so I am not about to change these around. That said, if PHA/TPHAOU/WAL or PHA/TPHAOUL make more sense to you, add it to your dictionary!","breadcrumbs":"Chapter 22: Theory principles wrap-up » KWRAOUL","id":"602","title":"KWRAOUL"},"603":{"body":"With prefix strokes, doubling consonants between two strokes is allowed if it makes sense to do so. EUPL/PHOE/PWAOEUL immobile EUPL is the “im-” prefix need more examples There can also be alternative strokes that exist in the dictionary (for example, EUPL/KWROE/PWAOEUL). Use whichever makes the most sense to you, or add your own!","breadcrumbs":"Chapter 22: Theory principles wrap-up » Doubling consonants with prefixes","id":"603","title":"Doubling consonants with prefixes"},"604":{"body":"To split a word at “ng”, use ...PBG/TKPW... There are also two other alternative splitting methods: ...PB/TKPW... ...PBG/KWR...","breadcrumbs":"Chapter 22: Theory principles wrap-up » Splitting a sound at “ng”","id":"604","title":"Splitting a sound at “ng”"},"605":{"body":"bingo PWEUPBG/TKPWOE or PWEUPB/TKPWOE or PWEUPBG/KWROE tango TAPBG/TKPWOE or TAPB/TKPWOE or TAPBG/KWROE","breadcrumbs":"Chapter 22: Theory principles wrap-up » Examples","id":"605","title":"Examples"},"606":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix outline conflicts","id":"606","title":"Prefix outline conflicts"},"607":{"body":"Here are once again the tables from chapter 12 and 15: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used (see below). out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Single stroke briefed prefixes","id":"607","title":"Single stroke briefed prefixes"},"608":{"body":"Press the asterisk in the last stroke of a multisyllable outline to get the word variant. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Generic way of dealing with multisyllable prefix outlines","id":"608","title":"Generic way of dealing with multisyllable prefix outlines"},"609":{"body":"Another technique for disambiguating between prefixes and words is using alternative vowels. One common case is using AU instead of OE and O. This is sometimes recommended over using the asterisk key as it is much easier to press: Prefix/word Prefix Outline Word outline on OPB AUPB or OR AUR over OEFR AUFR off OF AUF","breadcrumbs":"Chapter 22: Theory principles wrap-up » Special conflicts","id":"609","title":"Special conflicts"},"61":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation are R or -R Sounds like the letter “R” did TK did do TKO Matches the spelling I EU Matches the spelling is S Common word for a single key brief so SO Matches the spelling the -T Common word for a single key brief you U Sounds like the letter “U” . TP-PL Symmetrical shape for the period/full stop. ? KW-PL Shape resembles a rising intonation. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter briefs","id":"61","title":"Chapter briefs"},"610":{"body":"Sometimes it can be arbitrary to determine whether a word should be written as a compound word rather than a word with a prefix. For example, the Lapwing dictionary by default treats words like “upright” and “downwards” as compound words; they can be only be written as UP/RAO*EUT and TKOUPB/WA*RD/-Z. It is perfectly reasonable to make changes and add extra prefix strokes if desired.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix strokes vs compound words","id":"610","title":"Prefix strokes vs compound words"},"611":{"body":"This table contains words that don’t quite follow main theory principles. Word Recommended outline Explanation alt ALT AULT is the canonical outline, but “all the” is a more useful phrase and is given priority. cache KAERB KARB and KA*RB are both already used as “cash” and “carb” so the E key is used to disambiguate. fore TPOER TPOR and TPO*R are already used so we use the E as a disambiguation key. herein HAOER/KWREUPB or HAOERPB It’s not recommended to treat this as a compound word as it would use a fingerspelling stroke: HAOER/TPH*. hi HEU HAOEU is the word “high” already. hour HOUR OUR is already used so the H key is added even though it is silent. lunch HRUFRPBLG HRUFRPB is already used so -LG is used as a disambiguation chord. This is recommended over HR*UFRPB as it is slightly easier to press. nought TPHA*UT TPHAUT, TPHOT, and TPHO*T are already used. poll/pole POL/POEL No real reason. Feel free to change things around and/or use the asterisk key for disambiguation. scene SKAOEPB SAOEPB is already the word “seen” so “scene” is written with the K to disambiguate. wolf WOEFL or WOFL While you could write this as WOEL/*F or WOL/*F, it’s just much faster to learn one of these briefs. werewolf lots of outlines You can use WAEUR or WER for the first stroke. However, if you use WER, you will have to to asterisk the second word since there is a potential conflict between the phrase “were wolves” and the word “werewolves”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Problematic words","id":"611","title":"Problematic words"},"612":{"body":"For words like “illuminate” and “immense”, there are multiple way valid outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Strokes starting with EU","id":"612","title":"Strokes starting with EU"},"613":{"body":"First, these words can be written using the same syllabic splitting rules in chapter 15. illuminate EU/HRAOU/PHEU/TPHAEUT immense EU/PHEPBS","breadcrumbs":"Chapter 22: Theory principles wrap-up » Syllabically","id":"613","title":"Syllabically"},"614":{"body":"For some words like “illuminate” and “immobilize”, it is natural to use predictions: illuminate EUL/HRAOU/PHEU/TPHAEUT immobilize EUPL/PHOEBL/KWRAOEUZ Normally, two consonant chords cannot be doubled across two strokes. In the “immobilize” outline, the -PL and PH chords are next to each other in the first and second strokes. However, since the first stroke EUPL is a prefix, this is allowed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefixes","id":"614","title":"Prefixes"},"615":{"body":"For some other words like “immense” and “immune”, using a prefix would not make much sense since the remaining letters would not form a word (“mense” and “mune” are not words). However, words starting with EU are exempt from this rule. Therefore, the following outlines are all valid: immense EUPL/KWREPBS or EUPL/PHEPBS immune EUPL/KWRAOUPB or EUPL/PHAOUPB","breadcrumbs":"Chapter 22: Theory principles wrap-up » Incorrect prefixes","id":"615","title":"Incorrect prefixes"},"616":{"body":"Since EU on its own is the word “I”, I originally had concerns that outlines like EU/HREUFT and EU/SHAOU would cause some issues. Therefore, I opted to make all of these words not adhere to syllabic splitting, and instead force them to be written with prefixes. However, upon closer examination, there are not very many conflicts. Therefore, I’ve added the syllabic splitting outlines, and am keeping the others as fallbacks. Eventually, the incorrect prefixes may be removed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Why","id":"616","title":"Why"},"617":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Chapter 23: End of basic theory","id":"617","title":"Chapter 23: End of basic theory"},"618":{"body":"Congratulations on making it this far! If your goal was to be able to write English text with steno, you’ve certainly achieved it! From here on out, there are only about two or three more things you should be thinking about in your steno journey. Being comfortable with your own dictionary Writing shorter and building finger speed Switching to steno full time (optional) This page will give a quick summary of how to achieve these 3 goals. Later chapters will discuss these in more detail, and are recommended that you read them. However, these chapters will be more like reference pages for you to read and check every so often.","breadcrumbs":"Chapter 23: End of basic theory » End of basic theory!","id":"618","title":"End of basic theory!"},"619":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Being comfortable with your own dictionary","id":"619","title":"Being comfortable with your own dictionary"},"62":{"body":"I do tip the lad. you are so rad. is the dip bad? did you pat the cat? Answers EU/TKO/TEUP/-T/HRAD/TP-PL U/-R/SO/RAD/TP-PL S/-T/TKEUP/PWAD/KW-PL TK/U/PAT/-T/KAT/KW-PL","breadcrumbs":"Chapter 5: Lapwing setup and basics » Practice sentences","id":"62","title":"Practice sentences"},"620":{"body":"English is a complicated language and it would be very difficult to create a theory that covers every single edge case. Furthermore, ensuring that a dictionary is complete and contains every single word is also practically impossible. As such, you may come across words that are just impossible to write using the default Lapwing dictionary. This may be because it does not exist in the dictionary, or the theory is lacking rules that dictate how it should be written. This is where Plover’s lookup tool comes in handy. If you are struggling to write a tricky word, don’t be afraid to just look it up. If several outlines show up in the lookup tool, I would first recommend trying the write-out entry which is the longest outline available . You can also identify the write-out entry as the one that follows theory rules. I will discuss later why you might want to look at any of the shorter outlines later.","breadcrumbs":"Chapter 23: End of basic theory » Looking up words","id":"620","title":"Looking up words"},"621":{"body":"If you’ve used the lookup tool and found that none of the outlines make sense, first try looking at any relevant pages and see if you’ve missed any theory. If you are on Discord, feel free to ask in the #lapwing-theory channel. However, it is possible that these outlines aren’t covered under basic Lapwing theory—you’ve encountered a theory gap! At this point, you can decide to learn one of these outlines, or add your own. To add your own entry, stroke TKUPT to bring up the add translation tool. In the strokes field, start writing the outline you want to add. Then, move to the translation field by pressing TA*B and fingerspelling the word you want to add. It is also very important that you don’t add new outlines to lapwing-base.json. If you intend to update the Lapwing dictionary, you will have to replace this entire file which will throw away any edits you have made.","breadcrumbs":"Chapter 23: End of basic theory » Adding new words","id":"621","title":"Adding new words"},"622":{"body":"We know that prefix strokes generally take precedence over word strokes when there is a conflict. However, sometimes there are more than just one conflicting entry. Here are some examples: Word/prefix Outline bi- PWAOEU buy PWAO*EU by PWEU bye PW*EU Word/prefix Outline di^ TKAOEU or TKEU die TKAO*EU dye TK*EU Word/prefix Outline tri^ TRAOEU try TREU or TRAO*EU At the moment, I have not thought of a consistent way of resolving these conflicts. This is one area where you may want to move around some outlines or come up with your own.","breadcrumbs":"Chapter 23: End of basic theory » An example of a theory gap","id":"622","title":"An example of a theory gap"},"623":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » How do I build speed?","id":"623","title":"How do I build speed?"},"624":{"body":"You need lots and lots of practice. At this point, it’s a good idea to try out sites that aren’t steno-specific. Personally, I spent about an hour or two everyday on typing sites like TypeRacer and Monkeytype after I had learned basic theory. 3 months of practice later, and I was frequently hitting 150 WPM on short TypeRacer quotes. on Monkeytype, I was reaching 180 WPM on the 60 second test. Using these sites are a great way of increasing your finger speed. If you would like to track exactly how fast your finger speed is, I would recommend using a metronome. You can use an app on your phone or a website on desktop. Start the metronome at a speed that you can handle (say, 30 BPM) and try writing some material either through a website (like any of the ones linked) or just writing into a text document. You can then gradually increase the tempo of the metronome until you find your maximum stroke speed. For me, I find this to be where going any faster results in a drop in accuracy. Three to four strokes per second (180 to 240 BPM) is quite fast and adequate for most hobbyists, though professional stenographers often reach five. Some people have also found listening to music and stroking on beat quite effective. If you’re familiar with subdivision, you could get some effective practice even from slow songs.","breadcrumbs":"Chapter 23: End of basic theory » Practice","id":"624","title":"Practice"},"625":{"body":"The other way of writing faster is by learning briefs. These abbreviated outlines are very nice because they allow you to increase your speed without having to move your fingers any quicker—you just have to be able to remember them! Obviously, it’s impossible to learn a brief for every single word, so how do you decide when you want to learn a brief? This is highly personal, but I think a good starting point is whenever you run into a word that is awkward to write. To me, this includes words that have long outlines requiring your fingers to move a lot. Here are some of the briefs I used in the last paragraph: Translation Brief Mnemonic personal PERPBL personal I think SWR-PBG Uses Jeff’s phrasing whenever WH-FR The briefs of “when” + “ever” you U that is THAS this TH into TPHAO into requiring RAOEUR/-G requiring finger TPEURPBG -R folding syllable SEUBL syllable Many of these might seem quite arbitrary, but that’s only because the you have not learned some of the techniques yet! Also, the process of memorizing briefs is quite a lot easier than you might think. Compared to, say, learning vocabulary of another language, learning briefs is much easier. How to learn briefs The easiest way to learn briefs is just by looking them up with Plover’s lookup tool. Whenever you feel like a word or phrase should be briefed, just look it up! Some people also like to learn briefs using Anki and plugins like plover-clippy-2.","breadcrumbs":"Chapter 23: End of basic theory » Learning briefs","id":"625","title":"Learning briefs"},"626":{"body":"","breadcrumbs":"Chapter 24: Phrase briefs » Chapter 24: Phrase briefs","id":"626","title":"Chapter 24: Phrase briefs"},"627":{"body":"One word briefs like SKP, T, TPH, and -T can be quite useful especially as they can also be used in phrases. Here is a non-exhaustive table of some common phrase briefs. Brief Outline Mnemonic “is it” ST “is” + “it” “is the” S-T “is” + “the” “and the” SKP-T “and” + “the” “and he” SKPE “and” + E “and I” SKPEU “and” + EU “and you” SKPU “and” + “you” “at the” TE a t th e (this one is quite arbitrary) “it is” T-S “it” + -S “in the” TPH-T “in” + “the” Again, if you come across a phrase that you think could be briefed, try looking it up first. If an outline is not available, this is where you should add your own! Lapwing doesn’t contain many phrase briefs (compared to other theories), but this is because I recommend learning Jeff’s phrasing. It is a very useful system that is already packaged in the plover-lapwing-aio plugin.","breadcrumbs":"Chapter 24: Phrase briefs » Basic phrase briefs","id":"627","title":"Basic phrase briefs"},"628":{"body":"Jeff’s phrasing system enables writing many common phrases, especially those that involve pronouns and verbs. For example, have a look at the following monkeytype quote: They used to tell me I was building a dream, and so I followed the mob. When there was earth to plow or guns to bear, I was always there, right on the job. They used to tell me I was building a dream with peace and glory ahead. Why should I be standing in line just waiting for bread? Once I built a railroad, I made it run. Made it race against time. Once I built a railroad, now it’s done. Brother, can you spare a dime? Every bolded phrase can be written in one stroke using Jeff’s phrasing. There are likely some that I have also missed, as I personally do not go beyond the basics of Jeff’s phrasing.","breadcrumbs":"Chapter 24: Phrase briefs » Jeff’s phrasing","id":"628","title":"Jeff’s phrasing"},"629":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that jeff-phrasing.json is in your dictionary stack.","breadcrumbs":"Chapter 24: Phrase briefs » Setup","id":"629","title":"Setup"},"63":{"body":"Brief Outline Explanation did you TKU TK + U do you TKOU TKO + U is the S-T S + -T so the SOT SO + -T are the R-T R + -T are you RU R + U","breadcrumbs":"Chapter 5: Lapwing setup and basics » Extra briefs","id":"63","title":"Extra briefs"},"630":{"body":"Jeff’s phrasing is a Magnum-esque phrasing system that allows you to write phrases involving pronouns and verbs. In its most basic form, these are some phrases you can write: I go she does he wants they need we find it runs Jeff’s phrasing works by having pronoun chords on the left side, and verbs on the right side. While this does mean that a lot of the chords are quite arbitrary (since you don’t have vowels to work with), the speed boost you can achieve is well worth it. This is especially the case as Jeff’s phrasing is quite extensive. Pronoun Chord I SWR she SKWHR he KWHR they TWH we TWR it KPWH If you try these chords out on their own, you will find that they output the pronouns by themselves. However, these aren’t particularly useful, so let’s add in some right hand verbs. Verb Chord go -G find -PBLG want -P need -RPG To write a phrase, you just have to combine a pronoun chord and a verb chord. Try some of phrases out! SWR-RPG I need SKWHR-RPG she needs TWH-P they want KPWH-P it wants Notice how Jeff’s phrasing automatically conjugates the verb by adding an ending “s” where appropriate. If you want to see all of the possible verbs and ending chords, take a look at the documentation. Past tense verbs If you want to write a phrase like “I needed”, you only need to add the -D key to indicate past tense. SWR-RPGD I needed SKWHR-RPGD she needed TWH-PD they wanted KPWH-PD it wanted Negation If you want to negate a phrase, use the asterisk key. You can also combine this with the -D key. SWR*RPGD I didn’t need SKWHR*RPG she doesn’t need TWH*P they don’t want KPWH*PD it didn’t want Modifier words You can add in some modifier words in addition to any of the other negation or tense features. Modifier word Chord can A shall O will AO SWRORPGD I should need SKWHRAORPG she will need TWHO*PD they shouldn’t want KPWHOP it shall want","breadcrumbs":"Chapter 24: Phrase briefs » Basics","id":"630","title":"Basics"},"631":{"body":"The documentation lists out a lot more features that I have not outlined in this page. I definitely recommend you keep it bookmarked if you want to learn this system. However, I myself have only learned what I have listed on this page plus a few more ending chords and I still find this system incredibly useful. If I get the time to learn the other features, I will update this page.","breadcrumbs":"Chapter 24: Phrase briefs » Advance usage","id":"631","title":"Advance usage"},"632":{"body":"Basic punctuation and Plover commands were covered in chapter 19 but writing other symbols was not. Lapwing theory really only covers writing English prose, and so symbols is beyond its scope. However, instead of adding every symbol to your dictionary, there are preexisting ones that you can download and use. The same goes for writing keyboard shortcuts, also called “modifiers”. On this page, I’ve listed other dictionaries that I use for symbols and shortcuts. It’s difficult to learn these by drilling them, so instead I recommend referring back to the documentation pages or the graphics made by @sammdot whenever you need to. Printing the graphics out and attaching them to your wall is also very handy.","breadcrumbs":"Chapter 25: Symbols and modifiers » Chapter 25: Symbols and modifiers","id":"632","title":"Chapter 25: Symbols and modifiers"},"633":{"body":"Most dictionaries for writing symbols and modifiers use python dictionaries. In contrast to JSON or RTF dictionaries (which are essentially just lists of outlines and their translations), Python dictionaries generate their translations “on the fly”. When an outline is received, the python dictionary parses each part of the outline and determines how to combine them all in one translation. This is useful for systematic dictionaries such as those for writing keyboard shortcuts and symbols.","breadcrumbs":"Chapter 25: Symbols and modifiers » Python dictionaries","id":"633","title":"Python dictionaries"},"634":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 25: Symbols and modifiers » Setup","id":"634","title":"Setup"},"635":{"body":"This dictionary allows writing any symbol that is available on a regular keyboard. In one stroke, spacing, repetition, and capitalization of the next word can be controlled.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s symbols dictionary","id":"635","title":"Emily’s symbols dictionary"},"636":{"body":"Emily’s symbol dictionary uses a unique starting chord on the left SKWH. This chord does not represent a useful sound in English, so we can be sure any outline with this chord on the left hand side will not conflict with any preexisting words. The right hand determines which symbol to write as well as the repetition. The left hand vowels control the spacing. For example, to write !!!! (space on the right side and next word capitalized) use SKWHO*FRTS. Breaking down this stroke looks like this: SKWH left hand starting chord O insert space on the right * capitalize the next word -FR chord for the exclamation mark -TS repeat 4 times","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"636","title":"Usage"},"637":{"body":"This dictionary allows writing any keyboard shortcut that can be pressed on a regular keyboard.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s modifiers dictionary","id":"637","title":"Emily’s modifiers dictionary"},"638":{"body":"Similar to her symbols dictionary, Emily’s modifier dictionary uses a unique right hand ender chord: -LGTS. As this is a very rare chord, any modifier outline will likely not conflict with any pre-existing outlines. The Ctrl, Shift, Alt, and Super (Windows) keys are pressed with the right index and middle finger and the letter or symbol is pressed with the left hand. To write Ctrl+Shift+C you would write KR-FRLGTS. Breaking down this stroke looks like this: -LGTS right hand ending chord -FR chord for Ctrl and Shift KR chord for C NOTE: if you downloaded Emily’s modifiers dictionary, you will find that the unique ending chord is actually -LTZ by default. It was changed to -LGTS in Lapwing. Keep this in mind if you seek out official documentation on the system.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"638","title":"Usage"},"639":{"body":"This dictionary enables writing shortcuts with only one hand. Each shortcut is written using two strokes on the left.","breadcrumbs":"Chapter 25: Symbols and modifiers » Abby’s left hand modifiers dictionary","id":"639","title":"Abby’s left hand modifiers dictionary"},"64":{"body":"","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6: Left hand consonants continued","id":"64","title":"Chapter 6: Left hand consonants continued"},"640":{"body":"To write Ctrl+V you would write KHR/SR. Breaking down this outline looks like: KHR chord for Ctrl SR chord for V See the readme for more details.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"640","title":"Usage"},"641":{"body":"I recommend keeping these graphics somewhere easily visible (such as on your wall or on your desktop wallpaper). Instead of drilling random strokes, I suggest just incorporating these systems into your steno computer usage and slowly learning them gradually. Abby’s left hand modifiers dictionary is quite intuitive, and I would start there with simple shortcuts such as copying and pasting.","breadcrumbs":"Chapter 25: Symbols and modifiers » Learning these systems","id":"641","title":"Learning these systems"},"642":{"body":"Lapwing contains some limited movement commands by default. However, if you want to switch to steno full time, you will have to incorporate another method for movement. This chapter goes over the default movement commands in lapwing-base.json as well as some additional methods you can use.","breadcrumbs":"Chapter 26: Editing text » Chapter 26: Editing text","id":"642","title":"Chapter 26: Editing text"},"643":{"body":"","breadcrumbs":"Chapter 26: Editing text » Movement","id":"643","title":"Movement"},"644":{"body":"Here’s a table of all basic movement commands: Outline Description #TPH-R Left arrow key #TPH-P Up arrow key #TPH-B Down arrow key #TPH-G Right arrow key #TPH-FR Home #TPH-LG End #TPH-FPL Top (Ctrl+Home) #TPH-RBG Bottom (Ctrl+End) #TPH-RPG Page up #TPH-FBL Page down The -RPBG cluster can be thought of as arrow keys: Furthermore, other chords have distinctive shapes reminiscent of their purpose. Page up (arrow pointing up) Page down (arrow pointing down) Home (left column) End (right column) Top (top row) Bottom (bottom row) Moving word by word On a regular keyboard, the text cursor can be moved word by word by pressing Ctrl and an arrow key. This can also be done by pressing #TPH-RB and #TPH-BG. Outline Description #TPH-RB Left by one word #TPH-BG Right by one word -TS repetition By including a combination of -T and -S, a movement key command up to 4 times in one stroke. Repetition Key 1 2 -S 3 -T 4 -TS For example, #TPH-GT would move the cursor to the right by three characters and #TPH-BGT would move the cursor to the right by three words. Selection To select text, include the * key in a movement command. Repeating the same command works for incrementing the current selection. For example, #TPH*R/#TPH*R/#TPH*R/#TPH*R will select the 4 letters to the left. Repeat the last command NOTE: for this to work, you will have to disable the lapwing-prefixed-proper-nouns.json dictionary. Instead of writing #TPH*R/#TPH*R/#TPH*R/#TPH*R, the number key can be pressed to repeat the last outline: #TPH*R/#/#/#. NOTE: this requires the plover-last-translation plugin if you are not using plover-lapwing-aio. MacOS commands Replace all occurrences of “Control” with “Alt” in the movement commands if you are on macOS.","breadcrumbs":"Chapter 26: Editing text » Basic movement","id":"644","title":"Basic movement"},"645":{"body":"NOTE: this movement method is not compatible with Javelin. See Appendix C for more details. Setup Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-movement.modal is in your dictionary stack. After verifying that lapwing-movement.modal is in the dictionary stack, go to Configure → Plugins and check the modal_update box as shown below. modal update box Modal dictionaries Moving around a document can be quite tedious especially with such a long starting chord like #TPH. One way to make movement easier is to use a modal dictionary. This is a temporary dictionary that can be turned on and off with a regular outline that also outputs a translation. A modal movement dictionary contains the regular movement strokes, but with the #TPH chord removed. Writing a normal movement stroke will turn this dictionary on, so that every subsequent movement stroke can be written using only the right hand. Writing a non-movement stroke will turn this dictionary back off. NOTE: this plugin is incompatible with some plugins such as plover-clippy. The creator has expressed that it is a bit of a hacky plugin. Semi-modal movement If you do not want to use modal dictionaries, you can also use the semi-modal movement dictionary. This also contains movement strokes without the left hand starting chord. You can download the dictionary from the link above and make sure you add it to the top of your stack. Uncheck the box so that it is disabled by default. The idea is that you can enable this dictionary only when you need to move the text cursor. To achieve this, you will need to add a toggling entry to one of your dictionaries: {PLOVER:TOGGLE_DICT:!semi-modal-movement.json} Now, whenever you want to move the text cursor without having to use a left hand starting chord, just write SKWR (or whatever stroke you chose) and then SKWR again when you’re done.","breadcrumbs":"Chapter 26: Editing text » Modal movement","id":"645","title":"Modal movement"},"646":{"body":"Quick video introducing these two firmware mods: https://youtu.be/UMGT-qyJeJk. First-up chord send Steno keyboards send stroke information to Plover once all keys have been released. You can test this out for yourself. Hold down S and press other keys on the steno layout. Plover will not receive any strokes as long as S (or any other key) is being held down. Once every key has been released, Plover will register the stroke. Alternatively, you could have your keyboard send stroke information once the first key has been released. This is what “first-up chord send” refers to: stroke information is sent to Plover as soon as the first key has been released. This is very useful for repeating movement keys without using a separate dictionary or pressing the entire stroke each time. By holding down the left hand starter chord, you can tap a right hand key repeatedly to move the cursor multiple times. In fact, as long as the left hand starter chord is being held, you can tap any of the right hand movement chords. However, there are two caveats with this technique: firstly, it involves modifying your keyboard’s firmware. Secondly, it may cause your accuracy to drop if you’re writing fast. Personally, wrong strokes are very often detected by Plover when I try to use first-up chord send. It may be that my writing is sloppy and I am not too careful and deliberate about my stroke actions, but I have not been able to get used to this firmware mod. Chord repeat Chord repeat works a lot like holding down a key on a regular keyboard. However, as we often hold chords when we hesitate, it is more useful to double tap a chord and hold to signify that we want to repeat the chord. This technique also requires modifying your keyboard’s firmware. Unlike first-up chord send, I do recommend this and find it very useful. Ecosteno, Multisteno, Splitography, Uni v3 For these keyboards, prebuilt firmware binaries for these mods are available at Josh Gram’s steno-firmware repository. Flashing these firmware files are beyond the scope of this page, and instructions differ from keyboard to keyboard and machine to machine. On Linux, flashing the Multisteno is relatively straightforward as long as dfu-util is installed. I use the following command (where noll_multisteno.bin is the binary): sudo dfu-util -d 1eaf:0003 -a 2 -D \"noll_multisteno.bin\" Javelin compatible devices Javelin is a steno engine that is contained within a keyboard’s firmware. This allows the keyboard to act a steno writer without having to install Plover on the host machine. It is very useful for using steno on multiple devices without having to worry about installing Plover or syncing dictionaries; the entirety of the translation from steno strokes to text happens on the keyboard itself. Javelin is compatible with several steno keyboards such as the Uni v4 and the Polyglot. It is much easier to create custom firmware builds and flash binaries to these keyboards via the Javelin Steno Firmware Builder. By checking the “Show expert options” at the very top of the page, you have the option of enabling first up chord send and/or repeat. If you don’t intend to use Javelin’s embedded steno capability, you can also still use Plover with keyboards that have Javelin firmware. For each keyboard, you will have to press a key combination to switch it into Gemini PR for usage with Plover.","breadcrumbs":"Chapter 26: Editing text » First-up chord send and chord repeat","id":"646","title":"First-up chord send and chord repeat"},"647":{"body":"Copying and pasting of text is done by simply emulating the Ctrl+C and Ctrl+V shortcuts. Using Abby’s left hand modifiers, this would be KHR/KR and KHR/SR respectively. The same goes for cutting text. The following table lists a few helpful strokes for deleting text. It is important to note that using these strokes will mess up any undo history with the *. Outline Translation Description PW-FP {#BackSpace}{^} Backspace PW*FP {#Control(BackSpace)}{^} Backspace the last word (change translation if you’re on Mac) TKHR {#Delete}{^} Delete the next character TKHR* {#Control(Delete)}{^} Delete the next word","breadcrumbs":"Chapter 26: Editing text » Copying, pasting, and deleting text","id":"647","title":"Copying, pasting, and deleting text"},"648":{"body":"If you have learned Plover theory and are considering switching to Lapwing, have a read through of this page before deciding! Plover theory is a perfectly capable theory. After all, Mirabai Knight, the founder of the Open Steno Project, uses it in her professional work as a stenocaptioner. She has graciously provided her own dictionary (main.json) for us hobbyists to use. As with all professional stenographers, she built the majority of this dictionary by herself, having added many of the entries over the years. However, everyone writes differently. In fact, no two stenographers’ dictionaries are ever the same. Many of the entries in main.json are simply what made sense to Mirabai at the time. They do not always follow systematic and rigorous rules. Plover theory itself is not very well defined in some areas; to illustrate this, have a look at all the ways to write “monotonous” in main.json: \"PHO/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHUS\": \"monotonous\",\n\"PHOPB/OT/TPHOUS\": \"monotonous\",\n\"PHOPB/OT/TPHUS\": \"monotonous\",\n\"PHOPB/TOPB/TPHUS\": \"monotonous\",\n\"PHOPB/TPHOT/TPHOUS\": \"monotonous\", There are many different ways to write this word simply because there are no simple rules when it comes to splitting multisyllable words. This would be fine if the dictionary contained every single valid combination, but it doesn’t. After all, it is a very time consuming task to add multiple entries for every single word. In the above example, PHOPB/TPHOT/TPHUS is missing. The learning resources such as Learn Plover! and Art of Chording also do not mention any rules about doubling consonants between strokes or about using OUS vs US. While, I can advise against using US from having used main.json for a year, it is much harder for me to give a recommendation when it comes to doubling consonants in multisyllable words. It is just poorly defined, and the dictionary does not contain any easy to recognize patterns. One more issue with main.json that is illustrated in the example above is the fact that many write-out entries require briefing techniques. In this case, you must drop the third “o” in “monotonous” since it is unstressed in order to write it out. This is fine for speed, but can be confusing for learners. The common wisdom to work around these issues (if you would like to stick with Plover theory and main.json) is to simply just add entries to fill in these gaps. If you do not want to have to drop unstressed vowels, just add the entry yourself. If you disagree with the dictionary’s preference towards OUS, it’s trivial to add the alternative entries. After all, there is no such thing as a “complete” dictionary and stenographers constantly tweak their own. However, I disagree with the notion that learners should be doing this right from the start. This is my motivation behind creating Lapwing theory. It is basically “Plover theory but more defined” in that there is always one outline that is correct for a given pronunciation. I’ve also gone more into detail about my motivation behind creating Lapwing theory on my personal website.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Plover Theory","id":"648","title":"Plover Theory"},"649":{"body":"I created the initial Lapwing dictionary in early 2022 and have been refining it since then. So far, it is in a more or less stable state; I only add miscellaneous entries that I come across in my daily computer usage, or remove bad entries that I discover.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Lapwing theory","id":"649","title":"Lapwing theory"},"65":{"body":"Recommended time to spend on this chapter: 1–3 days. Read Left hand f, q, and m and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand g, n, and y and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand z, v, and j and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended pace","id":"65","title":"Recommended pace"},"650":{"body":"… you have your own rules to work around the inconsistencies of Plover. … you have added well over a few hundred entries already. … you brief quite heavily and have memorized many of those main.json. Lapwing does contain many briefs, but it is still missing quite a few briefs from main.json … you prefer the openness of Plover theory and have adapted your dictionary to your writing style. … you dislike the notion of having a single “correct” way to write out a word. … you are looking for a theory that is not North American centric. Sadly, there are currently no freely available steno theories (that I know of) based on non-North American variants of English.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » You should not learn Lapwing theory if…","id":"650","title":"You should not learn Lapwing theory if…"},"651":{"body":"If you are used to many of the briefs in Plover’s default main.json dictionary, you can use this dictionary in conjunction with Lapwing. Both Plover and Lapwing theory are very similar, and you might benefit from having both dictionaries in your stack. Whether you would like to have lapwing-base above or below main.json is up to you; if you’d like to use Lapwing write-outs as a base and keep Plover briefs secondary, make sure Lapwing is higher up in your stack. On the other hand, if you’d like to prioritize Plover briefs, put main.json above Lapwing. However, main.json has a few issues (mainly compound words) which make it slightly troublesome to use with Lapwing. Therefore, instead of using the stock dictionary, I reccommend using Harri’s Lapwing compatible version of main.json.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Using both main.json and lapwing-base.json","id":"651","title":"Using both main.json and lapwing-base.json"},"652":{"body":"To switch to Lapwing theory from Plover theory, you do not necessarily need to work through every single chapter in Lapwing for Beginners. Below is a summary of the differences between Plover and Lapwing. The relevant chapters are also linked, and it is recommended you read these complete the exercises. You can assume anything not listed to be equivalent to Plover theory. If you would still like to switch to Lapwing theory, I recommend reading through this entire section (and skimming the linked chapters) before finally deciding if trying it out is for you.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Differences","id":"652","title":"Differences"},"653":{"body":"Lapwing theory uses the number key quite extensively for proper nouns (and sometimes as another disambiguator). The number bar on professional machines is in an inconvenient location. Furthermore, the finger you use differs depending on the other keys in the stroke. It is also not possible to include the number key in every single chord. Thumb number keys (thumber keys) aren’t much better either. It is impossible to write #AOEU, for example. Instead, Lapwing theory relocates the number key to the top S key on the left. Please see chapter 5 to configure Plover to use this key.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Top S number key","id":"653","title":"Top S number key"},"654":{"body":"Use KWR* for the initial “y” consonant. yes KWR*ES yurt KWR*URT Please see chapter 6 for practice. Note that this only applies to words that are spelled with a y. Words spelled without a y use no initial consonant chord. use AOUS utility AOU/TEUL/TEU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KWR* for y","id":"654","title":"KWR* for y"},"655":{"body":"Use TP* for the left hand “ph” consonant. phone TPO*EPB morphology PHOR/TPO*/HRO/SKWREU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » TP* for ph","id":"655","title":"TP* for ph"},"656":{"body":"Use WR for the left hand “wr” consonant. wrap WRAP write WRAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WR for wr","id":"656","title":"WR for wr"},"657":{"body":"Use WH for the left hand “wh-” consonant. when WHEPB white WHAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WH for wh","id":"657","title":"WH for wh"},"658":{"body":"The AU vowel has the same sound as O as in “bot”, but is used in words that are not spelled with a single o. bought PWAUT watt WAUT Please see chapter 8 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Usage of AU","id":"658","title":"Usage of AU"},"659":{"body":"Unlike Plover theory, Lapwing exclusively uses *PL for the ending “-mp” sound. bump PW*UPL lamp HRA*PL Please see chapter 9 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » *PL for mp","id":"659","title":"*PL for mp"},"66":{"body":"Single syllable fqm words drill Single syllable gny words drill Single syllable zvj words drill Chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Useful links","id":"66","title":"Useful links"},"660":{"body":"Use -PLT as a compound cluster for “-ment”. garment TKPWARPLT torment TORPLT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -PLT for ment","id":"660","title":"-PLT for ment"},"661":{"body":"Use -LT as a compound cluster for “-let”. starlet STARLT roulette RAOULT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -LT for let","id":"661","title":"-LT for let"},"662":{"body":"Use KR for the initial c consonant when there is a conflicting word. cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KR to resolve c conflicts","id":"662","title":"KR to resolve c conflicts"},"663":{"body":"Make sure to read chapter 12 for wrapping up basic words. It especially covers scenarios where you must write single syllable words with more than one stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Basic words miscellaneous theory","id":"663","title":"Basic words miscellaneous theory"},"664":{"body":"Lapwing theory prioritizes prefix and suffix strokes for the most “obvious” outlines. For example, OUT is given to the {out^} prefix so you must use O*UT or AOUT to write the word “out”. Suffixes usually use KWR as a linker chord. This chord signifies that the stroke should attach to the previous word. For example, to write the word “flotation”, you would write TPHROET/KWRAEUGS. You should also only use prefixes and suffixes when it semantically makes sense. For example, you would not write the “er” in the word “coriander” using the {^er} suffix since “coriand” is not a root word that the suffix is modifying. Make sure to read chapter 13 for more detail on how prefixes and suffixes work. Here are some common prefix strokes that take precedence over words: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT O*UT or AOUT Either works. on OPB O*PB or AUPB Either works. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Multistroke prefixes also take precedence over multistroke words (e.g., UPB/TKER is the prefix “under-”) and in these cases the word variant is written by using the asterisk key in the second stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Prefixes and suffixes","id":"664","title":"Prefixes and suffixes"},"665":{"body":"Compound words are written by including the asterisk in the first stroke of the second word. eyelash AOEU/HRA*RB grasshopper TKPWRAS/HO*P/*ER Please see chapter 14 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Compound words","id":"665","title":"Compound words"},"666":{"body":"Lapwing theory uses a strict method of splitting syllables. In short, every single stroke should start with a consonant (or KWR) and should not double the same consonant sound across two strokes. bunion PWUPB/KWROPB conscientious KOPB/SHEU/KWREPB/-RBS monotonous PHO/TPHO/TO/TPHUS shatter SHA/TER tomato TO/PHAEU/TOE violet SRAOEU/KWROLT This is one of Lapwing’s key differences, so be sure to read chapter 15 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Syllabic splitting","id":"666","title":"Syllabic splitting"},"667":{"body":"Numbers are written one digit at a time using a right hand numberpad and the number key. numbers Please see chapter 17 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Right hand numberpad","id":"667","title":"Right hand numberpad"},"668":{"body":"Proper nouns are written by including the number key in the first stroke of the proper noun. Bob #PWOB Cameron #KA/PHER/KWROPB","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Proper nouns","id":"668","title":"Proper nouns"},"669":{"body":"Be sure to read chapter 21 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Miscellaneous theory principles","id":"669","title":"Miscellaneous theory principles"},"67":{"body":"TP is “f” as in “fad” KW is “q” as in “quit” PH is “m” as in “mod” f, q, and m on the steno layout","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand f, q, and m","id":"67","title":"Left hand f, q, and m"},"670":{"body":"","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » How to get started","id":"670","title":"How to get started"},"671":{"body":"It is highly recommended that you use the plover-lapwing-aio plugin. This will automatically install the right plugins, dictionaries, and adds some other quality-of-life improvements such as relocating the number key for you and reverting the special number key behaviour. See chapter 5 for setting up Lapwing with this plugin. However, if you already have several dictionaries with Plover theory, you can also just add the Lapwing dictionaries to your stack. All the Lapwing dictionaries are fully compatible with Plover without having to make any modifications. See appendix B for details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Setting up Lapwing","id":"671","title":"Setting up Lapwing"},"672":{"body":"Keep this page bookmarked and refer back to it whenever you run into trouble. Chapters 12, 13, 14, and 15 are especially important and I recommend at least skimming through these before you go “cold turkey” with Lapwing. More tips to come…","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Transitioning to Lapwing","id":"672","title":"Transitioning to Lapwing"},"673":{"body":"This page describes how to manually configure Plover to use Lapwing theory. This is not a recommended method for two reasons: there is a lot of manual work required, and Plover will have a tendency to modify the number key entries, thereby making lookups difficult. If any change is made directly to a Lapwing dictionary, Plover will change all entries with the number key so that they contain numbers in the steno strokes (i.e. #PWOB → 3W0B). To revert this, you will have to redownload the dictionary and update the dictionary in your stack. Therefore, I would suggest installing the plover-lapwing-aio plugin instead of following the instructions on this page.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Setting up Lapwing manually","id":"673","title":"Setting up Lapwing manually"},"674":{"body":"See the Plover wiki page on installing plugins for instructions. Install the following plugins: plover-dict-commands plover-last-translation plover-modal-dictionary plover-python-dictionary plover-stitching Note that you can install all four plugins before restarting Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Install required plugins","id":"674","title":"Install required plugins"},"675":{"body":"In Plover’s main window, go to Configure → Plugins and click on the modal_update box. modal_update If you don’t see this box, make sure you’ve installed the plover-modal-dictionary plugin and restarted Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Enable modal_update","id":"675","title":"Enable modal_update"},"676":{"body":"Download the dictionaries by right clicking the following links and pressing Save link as (or whatever the equivalent is for your browser): jeff-phrasing.py abby-left-hand-modifiers.py emily-modifiers.py emily-symbols.py lapwing-movement.modal lapwing-commands.json lapwing-numbers.json lapwing-uk-additions.json lapwing-proper-nouns.json lapwing-base.json Next, in the Plover main window, click on the green plus button: load dictionary button Select “Load dictionaries” and you will be greeted with a window to select all the dictionaries that you downloaded earlier. Next, click on main.json and press the red X button to delete it from your dictionary stack. Do the same for commands.json. Now, select each dictionary and make sure they are listed in your stack in the same order as shown below by using the blue arrow keys or dragging them around. dictionary stack","breadcrumbs":"Appendix B: Setting up Lapwing manually » Download the dictionaries","id":"676","title":"Download the dictionaries"},"677":{"body":"On professional steno machines, there is a long key that runs at the very top of the steno layout (called the number bar). It is in a somewhat awkward location, but for most mainstream steno theories, it doesn’t matter; it is only used for writing numbers. lever machine layout However, Lapwing theory uses the number key quite extensively (especially in proper nouns) and therefore puts it in a more convenient location. Lapwing removes one of the redundant S keys on the left and replaces it with the number key. top S layout This key is not configured by default, so you will have to change it yourself. In the main window of Plover, go to Configure → Machine. Scroll down to the keymap, and change either S1 or q to # depending on whether you are using Gemini PR or keyboard as the machine. top s remap Triple click on the cell next to the key to open the dropdown. From there, you will be able to change the action to #.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Relocate the number key","id":"677","title":"Relocate the number key"},"678":{"body":"Javelin is an embedded steno engine that runs on several hobbyist steno keyboards. Embedded steno allows a keyboard to act as a steno machine without requiring any software installed on the host device. This is useful for using steno with locked down computers (i.e., school/work machines) or devices that do not support Plover (such as Chromebooks, iOS devices, Linux distros running Wayland, etc). As this book is aimed towards Plover users, instructions specific to the Plover app will be found throughout the chapters. This page contains the afferent instructions for Javelin users in each chapter.","breadcrumbs":"Appendix C: Lapwing with Javelin » Lapwing with Javelin","id":"678","title":"Lapwing with Javelin"},"679":{"body":"Chapter 3 provides instructions on using the Plover lookup tool. The Javelin lookup tool can also be used; follow the same tips for affix strokes. There is also a Javelin lookup tool for the onboard dictionaries in your steno keyboard. Although this requires connecting your steno keyboard, any translations you have added will show up here too.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 3","id":"679","title":"Chapter 3"},"68":{"body":"far TPAR flat TPHRAT quill KWEUL quip KWEUP met PHET more PHOR","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"68","title":"Examples"},"680":{"body":"Chapter 4 covers using Steno Jig to learn the layout. To use the Steno Jig layout drills with Javelin, go to the active dictionaries and uncheck all the boxes: dictionaries all unchecked with Javelin NOTE: it does not matter if the dictionaries for your device are different than those in the image above. Simply uncheck every single one. This will make the steno keyboard output the raw keys (rather than any translations), which is necessary for these exercises. Once you have completed chapter 4, make sure to enable the dictionaries again.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 4","id":"680","title":"Chapter 4"},"681":{"body":"Chapter 5 goes over setting up Lapwing with the Plover app. To set up Lapwing with Javelin, first go to the Javelin Firmware Builder. javelin firmware builder First select your hardware in the dropdown menu, and then press the Default Lapwing button. Scroll down to the very bottom of the page for specific instructions on flashing the firmware to your keyboard.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 5","id":"681","title":"Chapter 5"},"682":{"body":"Chapter 26 discusses editing text, and brings up modal dictionaries. These are unfortunately not supported by Javelin. If you follow the set up instructions below, you will by default use the lapwing-semi-modal-movement.json dictionary. You can also experiment with first-up chord send or creating movement key layers.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 26","id":"682","title":"Chapter 26"},"683":{"body":"Some of the content on this page is outdated, incomplete, and inaccurate. It is being worked on. Compound words are always written with the asterisk on the first stroke of the second word. KAOE/PWAO*RD → keyboard TEGT/PWAO*BG → textbook PHOUS/PA*D → mousepad STOR/KWREU/PWAO*BG/-S → storybooks","breadcrumbs":"Theory Reference Guide » Compound words","id":"683","title":"Compound words"},"684":{"body":"Proper nouns are always written with the number key on the first stroke. Everything else is written with the same rules. #A/HREU/SA → Alyssa #PWOB → Bob #PAOE/TER → Peter #AP/-L → Apple #AUS/TRAEUL/KWRA → Australia #HART/PHAPB → Hartman I highly recommend mapping the top S- key to the number key to make it easier to stroke. This also opens up the possibility for more briefs and decreases hesitation when deciding which finger to use for the number key. Unfortunately, due to how Plover handles the number key entries using the number key will not be displayed as shown above. When using the number key, the top row of keys plus A and O are converted to numbers and are stored as such in the dictionary. Looking up “Bob” in the dictionary will result in 3W0B instead of #PWOB","breadcrumbs":"Theory Reference Guide » Proper nouns","id":"684","title":"Proper nouns"},"685":{"body":"If you use something like plover-stenotype-extended where you can map the top S- key to its own key, you can find this other dictionary for proper nouns: https://github.com/AshenColors/lapwing-dict-converter/releases/tag/latest_update If you’d like to use a proper noun prefix stroke instead of a proper noun key, you can use this dictionary and perform a find and replace to insert a prefix stroke.","breadcrumbs":"Theory Reference Guide » Alternative proper noun dictionaries","id":"685","title":"Alternative proper noun dictionaries"},"686":{"body":"See commands.json. Lapwing contains everything from this dictionary by default.","breadcrumbs":"Theory Reference Guide » Movement keys, keyboard shortcuts, commands","id":"686","title":"Movement keys, keyboard shortcuts, commands"},"687":{"body":"The following is a list of commonly used punctuation marks characters. H-F → ? question mark KW-PL → ? shape can be thought of rising inflection as if asking a question TP-BG → ! shape can be thought of as falling inflection when exclaiming TP-PL → . period P-P → . period with no space on either side (when writing decimals) KW-BG → , comma KW-GS → \" opening quotation mark KW*GS → \" closing quotation mark KH-FG → ` opening backtick KH*FG → ` closing backtick PREPB → ( opening parenthesis PR*EPB → ) closing parenthesis TPR-BGT → { opening French bracket TPR*BGT → } closing French bracket PWR-BGT → [ opening bracket PWR*BGT → ] closing bracket KHR-PB → : colon with no spacing STPH-FPLT → : regular colon with a space on the right STPH*FPLT → ; regular semicolon with a space on the right TR*PL → ™ trademark symbol with a space on the right For symbols beyond these where you might require different spacing and capitalization, I recommend Emily’s symbols dictionary.","breadcrumbs":"Theory Reference Guide » Punctuation","id":"687","title":"Punctuation"},"688":{"body":"The conventional number system does not work in lapwing-base.json. You will have to delete all entries containing the glue operator and a number (e.g. {&8}) if you want to use the conventional number system. lapwing-base.json has this system by default. See rh-numpad.json.","breadcrumbs":"Theory Reference Guide » Right hand number pad","id":"688","title":"Right hand number pad"},"689":{"body":"In addition to normal fingerspelling with *, using -FPLT instead of * will put a period after the letter. *FPLT will capitalize the word. -RBGS is used for stitching (requires plover-stitching plugin). Examples: PW*FPLT/KR*FPLT/*EFPLT → B.C.E. AFPLT/P-FPLT/P-FPLT/HR-FPLT/EFPLT → a.p.p.l.e. PW*RBGS/KR*RBGS/*ERBGS → B-C-E ARBGS/P-RBGS/P-RBGS/HR-RBGS/ERBGS → a-p-p-l-e Stroking -FPLT and -RBGS n times will stitch the n words with periods and hyphens retroactively. Examples AP/-L/-FPLT → a.p.p.l.e PHEU/TPHAEUPL/S/#TOD/-RBGS/-RBGS/-RBGS/-RBGS → M-y n-a-m-e i-s T-o-d-d Note: stroking -FPLT does not leave a trailing period.","breadcrumbs":"Theory Reference Guide » Fingerspelling","id":"689","title":"Fingerspelling"},"69":{"body":"Why not use PH for “f”? After all, this would be easier to remember since “ph” has the same sound as “f”. However, it would be impossible to chord “fl” sounds as the PH and HR chords overlap. PHR already represents the initial “pl” consonants. We would run into ambiguity if we also defined PHR to be the “fl” consonants (e.g., “plat” and “flat”).","breadcrumbs":"Chapter 6: Left hand consonants continued » Wouldn’t PH as “f” make more sense?","id":"69","title":"Wouldn’t PH as “f” make more sense?"},"690":{"body":"The main principles of Plover theory have been left unchanged and Learn Plover! or Art of Chording are fully compatible with this dictionary (apart from word breaks as well as suffixes and prefixes). Although this list is quite long, a lot of these principles are actually part of stock Plover theory which I thought were worth mentioning. *PL is used as the -mp cluster intsead of -FRP Ending sounds that fall out of steno order can be written using right hand consonant strokes HEL/-P → help STRAPBG/-L → strangle HEL/-PL → helm For -F and -T, asterisk is used to prevent conflicts TKEL/*F → delve HREUPL/*F → lymph WURS/*T → wurst Briefer outlines using compound clusters and inversions are also available and should be preferred OR is used for the “or” sound, never OER KWR is used in certain diphthongs such as: SREUD/KWROE → video AEUR/KWRA → area EUPB/SOPL/TPHEU/KWRA → insomnia RAOE/KWRAL/TEU → reality #PHAR/KWROE → Mario HAUP/KWRA → haupia Entries such as HAU/PEU/KWRA (haupia) can be found in the dictionary as fallbacks but are not recommended due to being longer to write. Essentially, KWR is used if the vowel can be approximated with “Y” KHUR is always used for the “chur” sound HREBG/KHUR → lecture KAP/KHUR → capture PHA/KHUR → mature TWAL is used for “chwal” sounds found in words like the following that are usually spelled as “-tual”: SPEU/REU/TWAL → spiritual AOE/SREPB/TWAL → eventual EUPB/TE/HREBG/TWAL → intellectual Alternatively, WAL can be used to represent “-ual” with the T being left to the previous stroke: SPEU/REUT/WAL → spiritual AOE/SREPBT/WAL → eventual EUPB/TE/HREBGT/WAL → intellectual TK*EU is always used for the initial TKEU sound when starting a word. TKEU is reserved for the phrase “did I” TK*EU/REBGT → direct TK*EU/HREU/SKWREPBT → diligent TP*EU is used for sounds spelled with “ph” that are pronounced as “F” TP*EU/SEUBGS → physics TP*EU/HRO/SO/TP*EU → philosophy EU is used for long E when it is spelled with an “I” or a “Y” AR/PE/SKWREU/KWROE → arpegg i o KUFRB/KWREU → curvy PEU/KWRA/TPHOE → piano -RBL is used for the “shl” sound TK*EU/TPE/REPB/-RBL → differential TPAOEU/TPHAPB/-RBL → financial Non-initial “X” can be written using -BGS or some variation of -BG/S EBG/SE/KAOUGS → execution EBG/SEU/SKWREPBS exigence Can also be written EBG/S*EU/SKWREPBS with S* representing “Z” EBG/SULT → exult Can also be written EBG/S*ULT with S* representing “Z” EBG/SES → excess EBGS/TEPBD → extend EBGS cannot be used universally due to syllabic splitting constraints (see Syllabic splitting ) -PLT is used for the “-ment” cluster in addition to be being a suffix SE/-PLT → cement KAFP/-PLT → catchment EBGS/PE/REUPLT → experiment -LT is used for the “-let” cluster in addition to being a suffix A/PHAOULT → amulet KHEUBG/-LT → chiclet SKARLT → scarlet -BL can be used for the “-able” or “-ible” cluster in addition to being a suffix KRAOUS/-BL → crucible PAEURBL → parable A/HROUBL → allowable TEU can be used for the “-ity” cluster in addition to being a suffix SKAEURS/TEU → scarcity STEU → city EUPB/SAPB/TEU → insanity Some variation of US is used for the “us” sound whether it is spelled “ous” or “us” PHO/TPHO/TO/TPHUS → monotonous STAOU/PEPB/TKUS → stupendous TOR/KWRUS → torus RAOEUT/KHUS → righteous AU is used for the “aw” vowel when not spelled with “O” PWAUT → bought PWRAUD → broad PAUPL → palm","breadcrumbs":"Theory Reference Guide » Phonetics","id":"690","title":"Phonetics"},"691":{"body":"Orthography has also largely been preserved with a few exceptions. Much like stock Plover theory, short vowels and schwas are represented with the vowel they are spelt with despite their sound SKO/HRAR → scholar PWE/TER → better WORS → worse SU/PORT → support PHO/TPHEU/TOR → monitor Final Z sounds are represented with -Z if they are spelt as such or help to get around a conflict SREUS/-BL → visible PHEUS/RABL → miserable TPHAOEZ → knees (TPHAOES is niece) SAOEZ → seize Words beginning with “al” are written with AL despite their pronunciations AL/SOE → also AL/SA → alsa AL/TKER → alder Initial “ph” is represented with TP* to differentiate from regular “f” TPO*E/TOE → photo TP*EU/HRO/SO/TP*ER → philosopher Words starting with “X” are always written with KP KPAOEU/HRO/TPO*EPB → xylophone KPEU → xi Words beginning with “Y” use KWR (if there’s a conflict, use KWR* instead) KWREP → yep KWRERPB → yearn Other words drop KWR AOU/TPO*R/KWRA → euphoria AOUS → use UR/KWREUPB → urine Ending “ie” uses AOE KAO/KAOE → cookie WAUBG/KWRAOE → walkie Words beginning with capital “J” can use #STKPW as an alternative to #SKWR #STKPW/TPHEUS → Janice #STKPW/PHAEU/KA → Jamaica Common contractions use asterisk when there’s a conflict WAOER → weir WAO*ER → we’re HAOEL → heel HAO*EL → he’ll For the most part, contractions are just written phonetically, but asterisked variants do exists for most of them as well","breadcrumbs":"Theory Reference Guide » Orthography","id":"691","title":"Orthography"},"692":{"body":"main.json relies a lot on dropping unstressed vowels in order to break up words which is a bit of a challenge to learn especially for non-native speakers. For write-outs, this dictionary does not rely as heavily on dropping unstressed vowels, though, this principle is still used for briefer entries. In order to split a word into multiple strokes syllabically, the following rules should be used: Consonants should not be doubled across strokes e.g., PHE/PHOR/RAOEUZ would not be correct as it doubles the R Strokes after the initial one should not begin with a vowel e.g., PHEPL/OR/AOEUZ is incorrect, the last two strokes begin with vowels Apart from suffix strokes which are special e.g., A*R → “-ar” In essence, every stroke should begin with a consonant and represent a different syllable of a word. There are, of course, exceptions to these rules which are covered later. Examples of using the syllabic splitting method: PHE/PHO/RAOEUZ → memorize TPO*E/TPHE/TEUBG → phonetic PEUBG/KHUR → picture KAL/KAOU/HRAEU/TOR → calculator RE/KOG/TPHEUGS → recognition ABG/TEUF → active AD/HAOE/SEUF → adhesive EUPL/POR/TAPBT → important OE/PWAEU → obey ABG/SES → access Sometimes vowels might have to be spread across multiple strokes and it may be impossible to start a stroke with a consonant. If this is the case, use KWR as a linker between vowels. AOEU/KWROE/HREU → aioli PEU/KWRA/TPHOE → piano Depending on pronuncation, W can also begin a consecutive vowel stroke: AL/TRAOU/WEUS/TEUBG → altruistic KOPB/TKAOU/WEUT → conduit When it is ambiguous as to whether to use W or KWR, outlines containing both should be available. Add alternatives to your dictionary if none of the available are intuitive to you. However, beware of attempting to rely too heavily on linker chords as this dictionary does not use them universally. Attempting to use them excessively will result in thousands of entries needing to be added. The following are words that unnecessarily use the KWR linker: TPRAFRPB/KWRAOEUZ (franchise) ❌ TPRAPB/KHAOEUS ✔️ EUPB/SAOUL/KWREUPB(insulin) ❌ EUPB/SAOU/HREUPB ✔️ HARPS/KWREU/KORD (harpsichord) ❌ HARP/SEU/KORD ✔️ TKPWAL/KWROPB (gallon) ❌ TKPWA/HROPB ✔️","breadcrumbs":"Theory Reference Guide » Syllabic splitting","id":"692","title":"Syllabic splitting"},"693":{"body":"A Plover Discord user harrri#2137 compiled a detailed table of rules to use when splitting syllables. If you are having trouble with splitting syllables, definitely check it out!","breadcrumbs":"Theory Reference Guide » Exceptions to syllabic splitting","id":"693","title":"Exceptions to syllabic splitting"},"694":{"body":"Before you attempt to write a word syllabically, it is important to determine if a word can instead be split differently using prefixes and suffixes. Here are some examples: TAOEFP/*ER (teacher) HRURBG/*ER (lurker) SEPB/TEPBS/-S (sentences) However, do not be too quick to use suffix strokes (especially *ER) on previous translations that are not words on their own. For example, these would be incorrect outlines that should be written using syllabic splitting: SHREPBD/*ER (slender) ❌ SHREPB/TKER ✔️ AOE/RAT/KWREUBG (erratic) ❌ AOE/RA/TEUBG ✔️","breadcrumbs":"Theory Reference Guide » Words that can be written using prefix and/or suffix strokes","id":"694","title":"Words that can be written using prefix and/or suffix strokes"},"695":{"body":"If the first stroke of an outline is a prefix, there is no need to use a linker chord such as KWR on the next stroke: KOE/OR/TKEU/TPHAEUT → coordinate PRE/EPLT → preempt TKEU/AOE/HREBG/TREUBG - dielectric TKEUS/AEUBL → disable","breadcrumbs":"Theory Reference Guide » KWR linker with prefix strokes","id":"695","title":"KWR linker with prefix strokes"},"696":{"body":"Consonants can be doubled if the previous stroke is a prefix and the strokes that follow form a valid word on their own: TKEUS/SOFLS → dissolves TKEUS/SEU/PHEU/HRAR → dissimilar Of course, if it makes sense to you to disregard this exception then feel free to add entries such as TK*EU/SEU/PHEU/HRAR → dissimilar to your dictionary.","breadcrumbs":"Theory Reference Guide » Consonant doubling with prefixes","id":"696","title":"Consonant doubling with prefixes"},"697":{"body":"Words with “ng” such as “mango” would not be able to be defined accurately if consonants could not be doubled across strokes. Thus it is acceptable for these words to double the “G” across strokes: PHAPBG/TKPWOE → mango TPEUPBG/TKPWER → finger SEUPBG/TKPWAOU/HRAR → singular","breadcrumbs":"Theory Reference Guide » Consonant doubling with “ng”","id":"697","title":"Consonant doubling with “ng”"},"698":{"body":"When it comes to vowels that are combined with a final -R, it may be necessary to use suffix strokes and/or the KWR linker in order to preserve the phonetics of the vowel. For example, the word “carry” would have to be written as KAEUR/KWREU as the R changes the sound of the vowel and thus should be kept in the first stroke. If the R was treated as a consonant it was instead split as “ca|rry”, the outline could only be KAEU/REU or KA/REU which are not completely accurate to the pronunciation. Thus, if an R changes the sound of a vowel in a word, it is recommended to keep it with the vowel to preserve its sound and instead use the KWR linker to complete the next stroke. The following are some other examples of words where -R should be kept in the initial stroke: #HRAEUR/KWREU → Larry #TER/KWREU → Terry TOR/KWRUS → torus TPHROR/KWREUFT → florist NOTE: Ending a stroke with -R and starting the next stroke with KWR is preferred in ambiguous situations.","breadcrumbs":"Theory Reference Guide » The problem of the vowel/consonant “R”","id":"698","title":"The problem of the vowel/consonant “R”"},"699":{"body":"As previously mentioned in phonetics , TEU can be used to represent -ity even if not used as a suffix. This is very much a situation that is actually dropping an unstressed vowel in disguise. Consider the two outlines of writing “felicity”: TPE/HREUS/TEU TPE/HREU/SEU/TEU Notice that in the first outline, the second “i” was dropped as it is unstressed. The second outline is not recommended as it uses an extra stroke, making it slower to write. Furthermore, entries with strokes that take the shape of EU/TEU are not necessarily complete as I may have been too tired or lazy when trying to add these in. Thus, try to not use an extra stroke when it comes to TEU. Other examples of when to drop an “i” in such a manner: EBGS/TRE/PHEU/TEU → extremity Can instead be EBGS/TREPL/TEU EUPB/TPEU/TPHEU/TEU → infinity Can instead be EUPB/TPEUPB/TEU SEPB/SEU/TEUF → sensitive Can instead be SEPBS/TEUF Another situation where you should really drop a vowel is where you’ll see a word end with -ly. HAUT/KWREU/HREU → haughtily Can instead be HAUT/HREU (“i” is dropped) TRAO*UT/-FL/KWREU → truthfully Can instead be TRAO*UT/TPHREU (second “u” is dropped) PER/SO*PB/A*L/KWREU → personally Can instead be PER/SO*PB/HREU (“a” is dropped)","breadcrumbs":"Theory Reference Guide » Situations that benefit from dropping unstressed vowels","id":"699","title":"Situations that benefit from dropping unstressed vowels"},"7":{"body":"Notice how so far sounds have been emphasized rather than spellings of words. In our example, “complicate” is not spelled with a “k” and yet it still uses the K key in the first stroke. The reason for this is that English spelling is quite complicated, but its phonetics are comparatively simple. Steno takes advantage of this by being a primarily phonetic system. In general, words are written based on their pronunciation. The K key represents all “k” sounds, regardless of spelling. However, if steno were completely phonetic, it would be impossible to differentiate between “gait” and “gate”, or “site”, “cite”, and “sight”, or any of the other numerous homophones that English has. For some words, we do have to take spelling into consideration. How exactly this is done is dictated by the rules found in a steno theory.","breadcrumbs":"Chapter 1: Introduction » Steno is primarily phonetic","id":"7","title":"Steno is primarily phonetic"},"70":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a row TP is the top row pressed by the ring and middle fingers KW is the bottom row pressed by the ring and middle fingers PH is the top row pressed by the middle and index fingers Think “FQM” in steno order (top to bottom, left to right!) fully qualified mountain first quill made","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"70","title":"Mnemonics"},"700":{"body":"It is also important to use prefixes and suffixes. A good rule of thumb to determine whether or not it is appropriate to use suffix strokes is to examine what will be written before the suffix stroke. For example, it should be apparent that the word “tester” can be broken into the root word “test” and the suffix “-er” and thus should be written TEFT/*ER as opposed to TES/TER. On the other hand, the word “termite” should be written syllabically since it can’t be broken into smaller parts: TER/PHAOEUT. NOTE: With KWRAOEUT being the “-ite” suffix, it is technically possible to write “termite” as TERPL/KWRAOEUT but that is against the principles of this dictionary. If it is desirable to you to write in this manner, then this dictionary is probably not for you. The following list of words are other examples where suffixes should be used instead of syllabic splitting: HRERPB/*ER → learner *ER → “-er” SE/HREBGT/-BL → selectable -BL → “-able” KUT/-G → cutting -G → “-ing” TPHAOEUF/-S → knives -S → “-s” KAFP/-PLT → catchment -PLT → “-ment” RE/SPOPBD/KWREPBT → respondent KWREPBT → “-ent” TKEUBGS/KWRAEUR/KWREU → dictionary KWRAEUR/KWREU → “-ary” On the other hand, the following are examples of incorrect suffix usage: STAOUD/KWREPBT (student) ❌ STAOU/TKEPBT ✔️ WAUT/*ER (water) ❌ WAU/TER ✔️ SKOL/A*R (scholar) ❌ SKO/HRAR ✔️ For ambiguous situations where it is not clear whether to use suffixes or split a word syllabically, both options should be available to use. And of course, don’t be afraid to add your own alternatives.","breadcrumbs":"Theory Reference Guide » Using prefixes and suffixes","id":"700","title":"Using prefixes and suffixes"},"701":{"body":"As previously mentioned, prefix strokes are not outlines that usually have to be memorized. Most common prefix strokes come about when splitting words syllabically and don’t need much thought. For example, “ex-”, “super-”, and “hetero-” are written as EBGS, SAOU/PER, and HE/TER/KWROE, respectively, as if they were just regular words. With a basic grasp of syllabic splitting, most prefixes should be fairly straightforward. There can also sometimes be multiple entries for the same prefix such as PRE and PRAOE for “pre-” or UL/TRA and ULT/RA for “ultra-”. Whichever works best for a given situation should be used and multiple options are available if there is ambiguity.","breadcrumbs":"Theory Reference Guide » Prefixes","id":"701","title":"Prefixes"},"702":{"body":"Sometimes it is needed to write a prefix outline as a regular word. Take, for example, “super”. This can be a prefix as in “supernatural” or a regular word as in “super awesome”. Since syllabic splitting will go to the prefix form, asterisk is used on the last stroke to obtain the word form. Thus, SAOU/PER/AU/SOPL would output “superawesome” while SAOU/P*ER/AU/SOPL would output “super awesome”. As you write more and more using this dictionary, you will encounter many situations where you intended a word instead of a prefix stroke to be written. When this happens, take note of the prefix and remember the usage of asterisk to prevent this in future. If the prefix form of an outline is accidentally written when the word form was intended, asterisk can be toggled retroactively using #* instead of deleting the whole word and starting over. For example, consider the attempt to write “super awesome”: SAOU/PER/AU/SOPL Instead of pressing the asterisk 4 times and rewriting the entire word, an alternative would be to backspace the last two strokes, toggle asterisk with #* to get the word form, and continue with “awesome”: SAOU/PER/AU/SOPL/*/*/#*/AU/SOPL (9 strokes) SAOU/PER/AU/SOPL/*/*/*/*/SAOU/P*ER/AU/SOPL (12 strokes)","breadcrumbs":"Theory Reference Guide » Prefixes by themselves","id":"702","title":"Prefixes by themselves"},"703":{"body":"Unlike prefixes, most suffixes do have to be memorized but are quite predictable with many following patterns. The following inexhaustive list contains common suffix strokes that should be sufficient for most everyday writing: KWREU → -y KRAEUZ/KWREU → crazy KWREUF → -ive KRAOE/KWRAEUT/KWREUF → creative KWREUFPL → -ism PHAG/TPHET/KWREUFPL → magnetism KWREUPB → -in PHRUG/KWREUPB → plugin KWREUBG → -ic AOEU/KWROPB/KWREUBG → ionic KWREUFT → -ist ART/KWREUFT → artist The following outlines are primarily used in syllabic splitting with KWR representing a diphthong like in words such as “obsidian” (OB/SEUD/KWRAPB). However, by themselves, these outlines are defined without an initial “I” as shown below: KWROPB → -on KWRAPB → -an KWRAPBT → -ant KWREPB → -en KWREPBT → -ent If you come across a word that needs to be defined using one of the above suffixes, use them as is regardless of if a diphthong is present in its pronunciation. For example, “harden” and “alien” would be defined as HARD/KWREPB and AEUL/KWREPB, respectively. The suffix is still the same regardless of if an “I” is present in their spelling. However, if you need to end an arbitrary word with one of the above suffixes with a leading “I”, use an asterisk on the suffix stroke. For example, “hardan” would be written as HARD/KWRAPB while “hardian” would be written as HARD/KWRA*PB. A*R → -ar A*L → -al AEUGS → -ation O*R → -or *ER → -er -PLT → -ment -PBS → -ness -BL → -able -BLT → -ability -L → -le -LT → -let -G → -ing -S → -s -Z → -s ST-BG → -istic SH-PBS → -ishness SH*EUP → -ship","breadcrumbs":"Theory Reference Guide » Suffixes","id":"703","title":"Suffixes"},"704":{"body":"If two homophones must be resolved using asterisk, there are a few aspects of each word that will decide which word gets precedence. If there are repeat letters in a word, that will use asterisk #HART/PHAPB → Hartman #HART/PHA*PB → Hartmann If two words differ in a vowel, (especially with Y or I), the asterisk will go to the word that doesn’t match the vowel as spelt #HREUPB → Lin #HR*EUPB → Lynn “kr” gets precedence over “chr” and “cr” in KR- as it matches the keys more #KREUS/TEU → Kristy #KR*EUS/TEU → Christy Also can be written #KHREUS/TEU “x” and “ks” gets precedence over “kshun” in“ -BGS TRABGS → tracks TRA*BGS → traction RE/TPHREBGS → reflex RE/TPHR*EBGS → reflection The one exception to this rule is TKEUBGS → diction; I like being able to write “dictionary” as TKEUBGS/KWRAER. Seeing “dicks” show up before writing KWRAER seems silly. For conflicts with words ending “i” vs “y”, use EU and KWREU respectively #TE/REU → Terri #TER/KWREU → Terry #SAPL/KWREU → Sammy #SA/PHEU → Sammi","breadcrumbs":"Theory Reference Guide » Conflict resolution","id":"704","title":"Conflict resolution"},"705":{"body":"It’s no secret that writing out syllabically can be quite slow. This dictionary does have some techniques for writing significantly shorter.","breadcrumbs":"Theory Reference Guide » Beyond writing out","id":"705","title":"Beyond writing out"},"706":{"body":"This technique has already been somewhat illustrated in Situations that benefit from dropping unstressed vowels . Figuring out stress can be a bit of a challenge within a word and I unfortunately do not have any tips at this moment, apart from showing a few examples: PHEPL/RAOEUZ → memorize (“o” is dropped) T*EPL/RAEUR/KWREU → temporary (“o” is dropped) TPOFRPB/TPHAT → fortunate (“u” is dropped) KPHAPBD → command (“o” is dropped and remaining word is fit into one stroke) KPHAOUPB/KAEUT → communicate (both the “o” and the “i” are dropped) STKAOEUR → desire (“e” is dropped, and STK serves as “ds” using an inversion) STKPAOER → disappear (“i” and first “a” are both dropped, STK serving as “ds” using an inversion) RUFR → rougher (“e” is dropped, -FR representing the “fer” sound) TKEUFRPBT → different (both “e”’s are dropped, remaining consonants fit into single stroke) EBGS/PERPLT → experiment (“i” is dropped)","breadcrumbs":"Theory Reference Guide » Dropping unstressed vowels","id":"706","title":"Dropping unstressed vowels"},"707":{"body":"Most prefixes are simple to determine but may take multiple strokes. For example, PHE/TKPWA is the mega- prefix which is logical and predictable. However, a stroke can be saved by using PH*EG instead. A few examples are listed below: PHEU/HREU → milli- PH*EUL can instead be used KEU/HROE → kilo- K*EUL can instead be used RE/TROE → retro- RERT can instead be used Suffixes can be shortened in much the same way. For example, the canonical way of writing “dictionary” is TKEUBGS/KWRAEUR/KWREU with KWRAEUR/KWREU representing the -ary suffix. KWRAER serves as a shorter alternative as seen in the following examples: TKO/KAOU/-PLT/KWRAER → documentary TKEUS/PEPBS/KWRAER → dispensary SREUGS/KWRAER → visionary -ory can also be shortened to KWROER: TPABGT/KWROER → factory PRE/EPLT/KWROER → preemptory STA/KHAOUT/KWROER → statutory AER and OER are also special in that they are not just parts of suffixes, but can represent the sounds of -ary and -ory when combined with other consonants. EUPB/SREPB/TOER → inventory OB/HREU/TKPWA/TOER → obligatory UPB/TPHE/SE/SAER → unnecessary ES/KHAOU/WAER → estuary Using AER and OER are great ways to shorten your writing! Whenever you write ____AEUR or ____OR followed by KWREU, remember that these can all be compressed into one stroke!","breadcrumbs":"Theory Reference Guide » Using shorter prefixes and suffixes","id":"707","title":"Using shorter prefixes and suffixes"},"708":{"body":"Ending consonants on the right hand can be combined with ending strokes to fit more sounds into one stroke. For example, -T can be used to represent -ity conjunction with other chords: PRAOEU/KWRORT → priority SAOEPB/KWRORT → seniority EUPB/SAPBT → insanity PHOE/HRAERT → molarity -L can be used in a similar manner to represent -al or -ly: EBGS/TERPBL → external EUPL/PHORL → immoral EUPL/PEURBL → impishly RAOE/SPEBG/TEUFL → respectively -R can be used to represent an ending R sound: SOFT/KWRERPB → softener OERPB → owner KHRAOERPB → cleaner TKAOEURPB → diner","breadcrumbs":"Theory Reference Guide » Folding and stacking sounds on ending strokes","id":"708","title":"Folding and stacking sounds on ending strokes"},"709":{"body":"Folding suffix keys can come with unintended conflicts (for example, SPEUGT for “spitting” vs “spigot”) but it is an easy way to reduce how many strokes you use. That said, hitting -G, -S, -D, or -Z separately is already quite fast. Folding these keys often requires more finger contortions. Do not feel obliged to fold suffix keys, despite the dictionary containing these entries.","breadcrumbs":"Theory Reference Guide » Folding suffix keys","id":"709","title":"Folding suffix keys"},"71":{"body":"Single syllable fqm words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"71","title":"Section practice"},"710":{"body":"The following words are a few examples of some of using two or more techniques above to form short entries. They should demonstrate how you can write shorter without having to memorize a bunch of briefs or suffix strokes. T*EPL/RAERL → temporarily Dropping the unstressed “o”, using the “AER” compound cluster, and folding a -L to represent “-ly” Written-out form: TEPL/POR/KWRAEUR/KWREU/HREU KA*LG/HRAEUGT → calculating Dropping the unstressed “u” and folding the -G suffix key Written-out form: KAL/KAOU/HRAEUT/-G TAEURLG → tailoring Dropping the unstressed “o” and folding the -G suffix key Written-out form: TAEU/HROR/-G or TAEUL/O*R/-G KOR/KWRARPBD → coriander Using KWR to represent the “i” and folding in -R to represent the “er” Written-out form: KOR/KWREU/KWRAPB/TKER AL/TERPB/TEUFL → alternatively Dropping the unstressed second “a” and folding a -L to represent “-ly” Written-out form: AL/TER/TPHA/TEUF/HREU ERTD → editor Dropping the unstressed “i” and folding in -R to represent the “or” Written-out form: ED/KWREUT/O*R","breadcrumbs":"Theory Reference Guide » Examples of short entries that I might use","id":"710","title":"Examples of short entries that I might use"},"711":{"body":"By default lapwing-base.json mainly only contains American spellings of words. lapwing-uk-additions.json adds UK spellings which is fully compatible and conflict free (with a few exceptions) to lapwing-base.json. It allows writing of UK spellings without having to turn dictionaries on and off. I made this dictionary mainly with Australian and Canadian English in mind. If you primarily write British English and wish to replace all American spellings, then this dictionary might not be ideal for you.","breadcrumbs":"Theory Reference Guide » UK Spellings","id":"711","title":"UK Spellings"},"712":{"body":"Switching with #TPH ae spellings ise spellings ll spellings oe spellings ou spellings re spellings Miscellaneous briefs","breadcrumbs":"Theory Reference Guide » Dictionary contents","id":"712","title":"Dictionary contents"},"713":{"body":"Writing #TPH after any translation will switch the previous word into its British variant (if it exists in the dictionary). Unfortunately, there is currently a limitation that requires all suffix keys (-G, -S,-D and -Z) to either be folded into the last stroke or written after the #TPH chord. For example, the following attempt to write “accessorising” will not work: ABG/SE/SOR/KWRAOEUZ/-G/#TPH Instead write it as either of the following: ABG/SE/SOR/KWRAOEUZ/#TPH/-G ABG/SES/KWROR/KWRAOEUGZ/#TPH Using #TPH is the recommended method that will always work when switching to British spellings. There are a few shorter models listed below, but they are not guaranteed to always work.","breadcrumbs":"Theory Reference Guide » Switching with #TPH","id":"713","title":"Switching with #TPH"},"714":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE Examples: EPB/SAOEU/KHROE/PAE/TKEU/KWRA → encyclopaedia AET/KWROLG → aetiology","breadcrumbs":"Theory Reference Guide » ae spellings","id":"714","title":"ae spellings"},"715":{"body":"Words spelled with “ise” use AOEUS or AOEUF (when folding in ending sounds). Examples: PHAG/PHE/TAOEUS → magnetise STAEUBL/KWRAOEUFR → stabiliser AOUT/HRAOEUFG → utilising","breadcrumbs":"Theory Reference Guide » ise spellings","id":"715","title":"ise spellings"},"716":{"body":"The rule discussed in conflict resolution is utilized where asterisk is used on the stroke with the double “L”. Examples: RAOE/TPAO*ULG → refuelling RE/SR*EL/*ER → reveller NOTE: because of this rule, single l spellings such as “instal” or “fulfil” are not possible using any method other than #TPH","breadcrumbs":"Theory Reference Guide » ll spellings","id":"716","title":"ll spellings"},"717":{"body":"Words spelled with “oe” are written with OE Examples: OES/TROE/SKWREPB → oestrogen HOEPL/KWROE/PA*T → homoeopath AOE/TKOE/PHA → edoema","breadcrumbs":"Theory Reference Guide » oe spellings","id":"717","title":"oe spellings"},"718":{"body":"Any spellings with “ou” instead of “o” can be written using OU. Examples: TPHAEU/PWOUR → neighbour KAPB/TKOUR → candour KOL/O*UR → colour","breadcrumbs":"Theory Reference Guide » ou spellings","id":"718","title":"ou spellings"},"719":{"body":"The stroke with ER is asterisked. There is no “-re” suffix currently and so any outlines normally written with *ER does not fall under this method. Examples: KA/HREU/PW*ER → calibre PHAOEU/T*ER → mitre HREU/T*ER → litre","breadcrumbs":"Theory Reference Guide » re spellings","id":"719","title":"re spellings"},"72":{"body":"TKPW is “g” as in “get” NOTE: TKPW is only used for the “hard g” sound. For example, the word “gel” would not use TKPW as the initial consonant is a “soft g” (a “j” sound). TPH is “n” as in “not” KWH is “y” as in “yet” KWH is pressed using the left hand ring, middle, and index fingers KWH is only used when the word starts with the letter “y”; if a word has a “y” sound but doesn’t start with a “y”, simply don’t use a left hand consonant chord.","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand g, n, and y","id":"72","title":"Left hand g, n, and y"},"720":{"body":"Asterisk extravaganza! Just asterisk whenever possible. Examples: PHAO*ERT → metre *ORG → organise HRA*EUBLG → labelling TPHA*EURB → neighbour","breadcrumbs":"Theory Reference Guide » Miscellaneous briefs","id":"720","title":"Miscellaneous briefs"},"721":{"body":"","breadcrumbs":"Glossary » Glossary","id":"721","title":"Glossary"},"722":{"body":"An abbreviated outline used for greater speed that does not follow basic theory.","breadcrumbs":"Glossary » brief","id":"722","title":"brief"},"723":{"body":"A group of keys pressed all at once.","breadcrumbs":"Glossary » chord","id":"723","title":"chord"},"724":{"body":"A situation where two translations would normally be mapped to the same steno outline.","breadcrumbs":"Glossary » conflict","id":"724","title":"conflict"},"725":{"body":"A file used by a steno engine to translate from outlines to the output translation.","breadcrumbs":"Glossary » dictionary","id":"725","title":"dictionary"},"726":{"body":"Two distinct vowel sounds that blend together.","breadcrumbs":"Glossary » diphthong","id":"726","title":"diphthong"},"727":{"body":"A section in a dictionary that defines the translation of a steno outline.","breadcrumbs":"Glossary » entry","id":"727","title":"entry"},"728":{"body":"A technique to output words letter-by-letter.","breadcrumbs":"Glossary » fingerspelling","id":"728","title":"fingerspelling"},"729":{"body":"Including keys in a previous stroke (with disregard to steno order) to fit in more sounds.","breadcrumbs":"Glossary » folding","id":"729","title":"folding"},"73":{"body":"gloss TKPWHROS gull TKPWUL nap TPHAP net TPHET yet KWHET yes KWHES use AOUS","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"73","title":"Examples"},"730":{"body":"","breadcrumbs":"Glossary » glide","id":"730","title":"glide"},"731":{"body":"International Phonetic Alphabet; a system of symbols used internationally to represent sounds in all human languages.","breadcrumbs":"Glossary » IPA","id":"731","title":"IPA"},"732":{"body":"The property of a regular keyboard to detect multiple key presses simultaneously.","breadcrumbs":"Glossary » N-key rollover","id":"732","title":"N-key rollover"},"733":{"body":"Relating to spelling.","breadcrumbs":"Glossary » orthographic","id":"733","title":"orthographic"},"734":{"body":"One or more strokes that form a translation.","breadcrumbs":"Glossary » outline","id":"734","title":"outline"},"735":{"body":"Relating to pronunciation.","breadcrumbs":"Glossary » phonetic","id":"735","title":"phonetic"},"736":{"body":"A free and open source steno engine for Linux, Mac, and Windows.","breadcrumbs":"Glossary » Plover","id":"736","title":"Plover"},"737":{"body":"A textual representation of the steno strokes pressed before being translated.","breadcrumbs":"Glossary » raw steno","id":"737","title":"raw steno"},"738":{"body":"A program used to translate steno outlines to text.","breadcrumbs":"Glossary » steno engine","id":"738","title":"steno engine"},"739":{"body":"A steno engine embedded on a keyboard’s firmware; allows for plug-and-play stenography with no setup required on the host machine.","breadcrumbs":"Glossary » embedded steno engine","id":"739","title":"embedded steno engine"},"74":{"body":"Feel free to come up with your own or even suggest some! Grapes nourish you TKPW is a group of 4 keys pressed by the ring and middle fingers TPH is a row of 3 keys pressed by the ring, middle, and index fingers KWH is three keys in a rising shape, like the intonation when asking “why?”","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"74","title":"Mnemonics"},"740":{"body":"A keyboard made primarily by hobbyists and for hobbyists for use with stenography. A Nolltronics Multisteno","breadcrumbs":"Glossary » steno keyboard","id":"740","title":"steno keyboard"},"741":{"body":"A machine (can be standalone requiring no host machine) for stenography by professional court reporters and captioners. NOTE: some use “steno machine” to refer to any stenographic input device (such as hobbyist steno keyboards). A Stenograph Wave","breadcrumbs":"Glossary » steno machine","id":"741","title":"steno machine"},"742":{"body":"Any stenographic input device.","breadcrumbs":"Glossary » steno writer","id":"742","title":"steno writer"},"743":{"body":"The order in which sounds should fall on","breadcrumbs":"Glossary » steno order","id":"743","title":"steno order"},"744":{"body":"Synonymous with chord as a noun; can also be used as a verb to describe the action of pressing a chord.","breadcrumbs":"Glossary » stroke","id":"744","title":"stroke"},"745":{"body":"A stroke that attaches to words.","breadcrumbs":"Glossary » affix stroke","id":"745","title":"affix stroke"},"746":{"body":"A stroke that outputs a prefix and suppresses the next space.","breadcrumbs":"Glossary » prefix stroke","id":"746","title":"prefix stroke"},"747":{"body":"A stroke that outputs a suffix and attaches to the previous word.","breadcrumbs":"Glossary » suffix stroke","id":"747","title":"suffix stroke"},"748":{"body":"A Lapwing technique for splitting multisyllable words into steno strokes.","breadcrumbs":"Glossary » syllabic splitting","id":"748","title":"syllabic splitting"},"749":{"body":"A set of rules that govern how words are broken down into steno outlines.","breadcrumbs":"Glossary » steno theory","id":"749","title":"steno theory"},"75":{"body":"Single syllable gny words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"75","title":"Section practice"},"750":{"body":"The principles of Lapwing theory that encompass the rules for writing English text.","breadcrumbs":"Glossary » basic theory","id":"750","title":"basic theory"},"751":{"body":"The output (text, keyboard shortcut, etc) of a steno outline.","breadcrumbs":"Glossary » translation","id":"751","title":"translation"},"752":{"body":"An outline that follows basic theory.","breadcrumbs":"Glossary » write-out","id":"752","title":"write-out"},"76":{"body":"S* is “z” as in “zit” SR is “v” as in “vat” SKWR is “j” as in “job”","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand z, v, and j","id":"76","title":"Left hand z, v, and j"},"77":{"body":"Feel free to come up with your own or even suggest some! The “z” sound is similar to the “s” sound and thus they only differ in the asterisk key The chemical element strontium (symbol Sr) is not vanadium SKWR is just the bottom row of the left hand","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"77","title":"Mnemonics"},"78":{"body":"zap SA*P zip S*EUP var SRAR ver SRER jib SKWREUB jot SKWROT","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"78","title":"Examples"},"79":{"body":"Single syllable zvj words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"79","title":"Section practice"},"8":{"body":"A steno theory refers to the set of rules that govern how words are broken down. While the basics (such as everything mentioned so far) are more or less the same between theories, there are some subtle differences. When it comes to learning English steno, it is not important which theory to start off with—it isn’t difficult to switch between them. The primary way steno theories differ is in their philosophy. For example, Phoenix theory is based off of a comprehensive set of rules that make it easy to break down complicated words. On the other side of the spectrum, Magnum theory places more emphasis on learning words themselves through rote memorization. In essence, there are fewer strict rules, but more arbitrary outlines to remember. Most steno theories (like the previously mentioned ones) are not free and require you to purchase textbooks along with their dictionaries. The only free theories (as of this writing) are Lapwing theory, Plover theory, and Platinum theory. Unfortunately, most steno theories are also quite specific to one accent. In particular, all of the mentioned theories are all based on a General North American accent. It may be difficult to learn one of these theories for those that speak a different variant of English; being able to comfortably subvocalize with an American accent is important. There has been one effort in the Open Steno community to create a theory based for non-rhotic accents (i.e., British English), but I cannot recommend it as the dictionary is not very complete.","breadcrumbs":"Chapter 1: Introduction » Steno theories","id":"8","title":"Steno theories"},"80":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6 test","id":"80","title":"Chapter 6 test"},"81":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended completion goal","id":"81","title":"Recommended completion goal"},"82":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation again TKPWEPB Drops the first vowel and SKP Completely arbitrary, but useful in phrases ask SK Drops the first vowel before PW-FR Drops all vowels have SR have it T it no TPHO Matches the spelling said SED Completely phonetic very SRE very NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter briefs","id":"82","title":"Chapter briefs"},"83":{"body":"I ask the mod again and again. before you said you quit. is it fit? yes I got it. no it is very well. Answers EU/SK/-T/PHOD/TKPWEPB/SKP/TKPWEPB/TP-PL PW-FR/U/SED/U/KWEUT/TP-PL S/T/TPEUT/KW-PL KWR*ES/EU/TKPWOT/T/TP-PL TPHO/T/S/SRE/WEL/TP-PL","breadcrumbs":"Chapter 6: Left hand consonants continued » Practice sentences","id":"83","title":"Practice sentences"},"84":{"body":"Brief Outline Explanation and you SKPU SKP + U and I SKPEU SKP + EU and the SKP-T SKP + -T so the SOT SO + -T are the R-T R + -T are you RU R + U have you SRU SR + U is it ST S + T it is T-S T + -S (for “is”)","breadcrumbs":"Chapter 6: Left hand consonants continued » Extra briefs","id":"84","title":"Extra briefs"},"85":{"body":"","breadcrumbs":"Chapter 7: Vowels » Chapter 7: Vowels","id":"85","title":"Chapter 7: Vowels"},"86":{"body":"Recommended time to spend on this chapter: 2–6 days. Read OE, OU, and OEU and complete the drill ( 25 minutes ) Repeat the drill as needed Read AEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOU and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 7: Vowels » Recommended pace","id":"86","title":"Recommended pace"},"87":{"body":"Single syllable OE, OU, and OEU words drill Single syllable AEU words drill Single syllable AOU words drill Chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Useful links","id":"87","title":"Useful links"},"88":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 7: Vowels » Intro","id":"88","title":"Intro"},"89":{"body":"oe ou and oeu OE is the long o vowel as in “tote” /oʊ/ Linguistically, calling this a long vowel is incorrect (this is actually a diphthong), but it’s what most people would be familiar with (see here). OU is the “ow” sound as in “cow” /aʊ/ OUR is the sound as in “hour” /aʊ ər/ OEU is the sound as in “toy” /ɔɪ/","breadcrumbs":"Chapter 7: Vowels » OE, OU, and OEU","id":"89","title":"OE, OU, and OEU"},"9":{"body":"The keys pressed in an outline are translated to text that shows up on screen via a steno engine . This is a program on a computer, or is embedded in a keyboard’s firmware. Steno engines use large files called dictionaries that simply contain 1-to-1 translations between steno outlines and their output. This makes steno entirely deterministic and predictable. For example, here is one section from Lapwing theory dictionary: \"TKUR/KWRABLT\": \"durability\",\n\"TKUR/KWRES\": \"duress\",\n\"TKUR/KWRUPL\": \"durum\",\n\"TKUR/PWHREU\": \"durably\",\n\"TKUR/AEUGS\": \"duration\",\n\"TKUR/-BL\": \"durable\",\n\"TKUR/-BLT\": \"durability\",\n\"TKURPB\": \"durn\",\n\"TKURBL\": \"durable\", Many steno dictionaries have upwards of hundreds of thousands of entries . It’s important to remember that the majority of these are predictable as they follow the rules governed in a steno theory. Stenographers don’t simply just memorize every single entry in their dictionary—that would be insane! This, however, does bring up the concern of what to do when a word is not defined in a a stenographer’s dictionary. In these cases, there is a technique for letter-by-letter input (called fingerspelling ). This technique is rather slow (~40 WPM), but it is not a common occurrence. Furthermore, a good stenographer is expected to add any outlines they find missing according to their theory rules. There is no such thing as a word that is difficult to represent in steno strokes. A good theory will provide a set of rules that makes it very easy to break down a complicated word into simple steno strokes. Another important feature of steno (due in part to its usage of dictionaries) are abbreviated entries, or briefs . These are outlines that do not 100% follow basic theory rules. They contain fewer strokes and, as a result, are faster to write. This helps for building speed and are often used for the most common words in English. Non-word translations Steno’s usage of dictionaries also allows for non-word translations such as symbols, keyboard shortcuts, arrow keys, commands, and so on. It is a myth that steno can only be used to write English text; there are many systems that easily mesh with English steno theories that can allow you to write anything that a regular keyboard can. These systems do not use the phonetics of English steno theories, but rather shapes and chords that are simple and easy to remember. If you’ve memorized the locations of keys on a QWERTY keyboard (even just a few), you’ve easily got the mental flexibility to use steno for non-word translations. Some hobbyists can even use steno for coding and steno with vim! Of course, that’s not to say that everyone should use steno for these purposes, but it is certainly possible and some people prefer it over using a regular keyboard. This series will focus on writing English prose, but in later chapters I will discuss tools that allow you to use steno for editing text, controlling your computer, and even a little coding!","breadcrumbs":"Chapter 1: Introduction » How steno works from the software side","id":"9","title":"How steno works from the software side"},"90":{"body":"foe TPOE sow SOE now TPHOU power POUR coil KOEUL soy SOEU","breadcrumbs":"Chapter 7: Vowels » Examples","id":"90","title":"Examples"},"91":{"body":"Feel free to come up with your own or even suggest some! The word “foe” is spelled with the letters OE. Apply this to other words with the same vowel sound! The word “our” is spelled with OU. OEU can be thought of as O + EU or “oi” which resembles its pronunciation and spelling (as in the word “s oi l”)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"91","title":"Mnemonics"},"92":{"body":"Single syllable OE, OU, and OEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"92","title":"Section practice"},"93":{"body":"aeu AEU is the long a vowel as in “pay” /eɪ/ NOTE: be careful with words like “bag”, “tank”, and “sag”; these use A for /æ/ and not AEU. The difference is subtle, but try to convince yourself that these are different vowels. AEUR is the sound as in “pair” /ɛr/","breadcrumbs":"Chapter 7: Vowels » AEU","id":"93","title":"AEU"},"94":{"body":"day TKAEU lay HRAEU care KAEUR pair PAEUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"94","title":"Examples"},"95":{"body":"Feel free to come up with your own or even suggest some! AEU can be thought as A + EU or “ai” which resembles its pronunciation and spelling (as in the word “paid”) If the notion of long vowels and short vowels (as described above) is familiar, AEU can be thought of as transforming the A key into a long a by combining it with the two keys on the other side Long a = A + (vowel keys on other hand)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"95","title":"Mnemonics"},"96":{"body":"Single syllable AEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"96","title":"Section practice"},"97":{"body":"aou AOU represents two different sounds: The long u sound as in “cube” /ju/ The “oo” sound as in “glue” /u/ Only when the sound is not spelled with “oo” E.g., “loo” would not use AOU AOUR is the sound as in “c ur e” /ʊər/","breadcrumbs":"Chapter 7: Vowels » AOU","id":"97","title":"AOU"},"98":{"body":"ew AOU sue SAOU lure HRAOUR pure PAOUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"98","title":"Examples"},"99":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described above) is familiar, the AOU chord can be thought of as transforming the U key into a long u by combining it with the two keys on the other side Long u = U + (vowel keys on other hand) The long u sound is also quite similar to the “oo” sound","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"99","title":"Mnemonics"}},"length":753,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"272":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":17,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.4142135623730951},"207":{"tf":1.0},"23":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"498":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"539":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"202":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":5,"docs":{"184":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0}}},"2":{"df":5,"docs":{"206":{"tf":1.0},"607":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"702":{"tf":1.0}}},"3":{"df":5,"docs":{"231":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.4142135623730951},"664":{"tf":1.0},"672":{"tf":1.0}}},"4":{"df":3,"docs":{"252":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"444":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"107":{"tf":2.23606797749979},"19":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"282":{"tf":1.4142135623730951},"35":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"607":{"tf":1.0},"613":{"tf":1.0},"666":{"tf":1.0},"672":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"6":{"df":11,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"284":{"tf":1.0},"495":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0}}},"7":{"df":2,"docs":{"497":{"tf":1.0},"667":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":2,"docs":{"20":{"tf":1.0},"531":{"tf":1.0}}},"9":{"df":2,"docs":{"541":{"tf":1.0},"632":{"tf":1.0}}},"df":28,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"495":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"59":{"tf":1.0},"644":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"232":{"tf":1.0},"498":{"tf":1.0}}},"3":{"df":5,"docs":{"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"65":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":5,"docs":{"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.7320508075688772},"165":{"tf":2.0},"185":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":2.0},"285":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"539":{"tf":1.0},"546":{"tf":1.0},"65":{"tf":2.0},"86":{"tf":1.0}}},"1":{"df":2,"docs":{"563":{"tf":1.0},"669":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":1,"docs":{"580":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"624":{"tf":1.0}}},"df":1,"docs":{"626":{"tf":1.0}}},"5":{"df":2,"docs":{"632":{"tf":1.0},"86":{"tf":1.0}}},"6":{"df":3,"docs":{"21":{"tf":1.0},"642":{"tf":1.0},"682":{"tf":1.4142135623730951}}},":":{"4":{"1":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"25":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"107":{"tf":1.0},"265":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"624":{"tf":1.0}}},"df":21,"docs":{"101":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.0},"679":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"673":{"tf":1.0},"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}},"df":10,"docs":{"169":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"539":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"680":{"tf":1.7320508075688772},"702":{"tf":1.0},"74":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"287":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.0},"150":{"tf":1.0},"207":{"tf":1.7320508075688772},"232":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"499":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.4142135623730951},"653":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.4142135623730951}},"–":{"1":{"0":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"232":{"tf":1.0},"624":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"539":{"tf":1.0},"64":{"tf":1.0},"654":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.0},"209":{"tf":1.0},"539":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}},"8":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"287":{"tf":1.0}}},"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.4142135623730951},"539":{"tf":1.0},"658":{"tf":1.0},"688":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":6,"docs":{"142":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.4142135623730951},"539":{"tf":1.0},"659":{"tf":1.0},"702":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":3,"docs":{"241":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":1,"docs":{"259":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"124":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"625":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"639":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"713":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":1,"docs":{"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"471":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"508":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"680":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"109":{"tf":1.7320508075688772},"119":{"tf":1.0},"276":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"530":{"tf":1.4142135623730951},"586":{"tf":1.4142135623730951},"8":{"tf":2.0},"88":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"216":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"697":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"41":{"tf":1.4142135623730951},"495":{"tf":1.0},"59":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"713":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"243":{"tf":1.0},"287":{"tf":1.0},"565":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"272":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":1,"docs":{"554":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"279":{"tf":1.0},"618":{"tf":1.4142135623730951},"630":{"tf":1.0},"645":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"535":{"tf":1.0},"582":{"tf":2.23606797749979}}}}}}},"t":{"df":3,"docs":{"471":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"190":{"tf":1.0},"241":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"744":{"tf":1.0}}}},"v":{"df":3,"docs":{"244":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"638":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"650":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":34,"docs":{"214":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"279":{"tf":1.0},"37":{"tf":1.0},"462":{"tf":1.0},"48":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"565":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":2.449489742783178},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":2.0},"649":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"127":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"630":{"tf":1.0},"642":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"566":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"462":{"tf":1.0},"499":{"tf":1.4142135623730951},"530":{"tf":1.0},"578":{"tf":1.0},"611":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"624":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"256":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"243":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"272":{"tf":1.0},"502":{"tf":1.0},"570":{"tf":1.7320508075688772},"712":{"tf":1.0},"714":{"tf":1.7320508075688772}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":3,"docs":{"506":{"tf":1.0},"707":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"103":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"5":{"tf":1.4142135623730951},"506":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"g":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":4,"docs":{"126":{"tf":1.0},"243":{"tf":1.0},"449":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"404":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":2,"docs":{"161":{"tf":1.0},"404":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"249":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"679":{"tf":1.0},"745":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"620":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"127":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"485":{"tf":1.0},"607":{"tf":1.4142135623730951},"627":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"628":{"tf":1.0},"648":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"550":{"tf":1.0}}},"df":3,"docs":{"123":{"tf":1.4142135623730951},"276":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"678":{"tf":1.0},"81":{"tf":1.0}}},"o":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.4142135623730951},"692":{"tf":1.0}}}}},"r":{"df":1,"docs":{"449":{"tf":1.0}}},"t":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.0},"244":{"tf":1.0},"600":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":2.0}}}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"247":{"tf":1.0},"259":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"603":{"tf":1.0},"614":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0},"739":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"237":{"tf":1.0},"26":{"tf":1.0},"565":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"550":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"731":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"150":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.4142135623730951},"284":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"521":{"tf":1.0},"585":{"tf":1.7320508075688772},"586":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.4142135623730951},"611":{"tf":2.6457513110645907},"627":{"tf":1.0},"650":{"tf":1.0},"662":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"611":{"tf":1.4142135623730951},"638":{"tf":1.0},"644":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"272":{"tf":1.0},"279":{"tf":1.0},"49":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"380":{"tf":1.0},"502":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.4142135623730951},"597":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"685":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"52":{"tf":1.0},"554":{"tf":1.0},"679":{"tf":1.0},"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"123":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"46":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"268":{"tf":1.4142135623730951},"43":{"tf":1.0},"485":{"tf":1.0},"530":{"tf":1.0},"584":{"tf":1.0},"598":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.4142135623730951},"225":{"tf":1.0},"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.7320508075688772},"567":{"tf":1.0},"574":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"611":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"486":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"197":{"tf":1.0},"213":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"521":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"230":{"tf":1.0},"652":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"209":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"212":{"tf":1.0},"29":{"tf":1.0},"630":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"272":{"tf":2.0},"691":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"181":{"tf":1.0},"463":{"tf":1.0}}},"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"276":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"29":{"tf":1.4142135623730951},"309":{"tf":1.0},"653":{"tf":1.0},"715":{"tf":1.0}},"f":{"df":1,"docs":{"715":{"tf":1.0}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"217":{"tf":1.0},"275":{"tf":1.0},"335":{"tf":1.0},"654":{"tf":1.0},"691":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"217":{"tf":1.0},"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"586":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"97":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"715":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"328":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"550":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"339":{"tf":1.0}}},"df":2,"docs":{"684":{"tf":1.0},"689":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"684":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"499":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"654":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"275":{"tf":1.0},"630":{"tf":1.0},"700":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"277":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"272":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"703":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"530":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}},"df":4,"docs":{"233":{"tf":1.0},"241":{"tf":1.4142135623730951},"692":{"tf":1.0},"703":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"120":{"tf":1.0},"29":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"256":{"tf":1.0},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"508":{"tf":1.4142135623730951},"527":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"148":{"tf":1.0},"279":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"272":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"280":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"676":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"644":{"tf":2.8284271247461903},"676":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"57":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"473":{"tf":1.0},"621":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"133":{"tf":1.0},"224":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"119":{"tf":1.0},"285":{"tf":1.0},"652":{"tf":1.0}}}}},"t":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"157":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":2.0},"260":{"tf":1.4142135623730951},"27":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":3.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.4142135623730951},"630":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"538":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":5.0990195135927845},"632":{"tf":1.0},"664":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"692":{"tf":1.4142135623730951},"694":{"tf":1.0},"702":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"508":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"380":{"tf":1.0},"609":{"tf":1.0},"658":{"tf":1.4142135623730951},"690":{"tf":1.0}},"f":{"df":2,"docs":{"479":{"tf":1.0},"609":{"tf":1.0}},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"684":{"tf":1.0}},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"246":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"630":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"221":{"tf":1.0},"269":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"565":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"332":{"tf":1.0},"338":{"tf":1.0},"426":{"tf":1.0},"625":{"tf":1.0},"677":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"151":{"tf":1.0},"17":{"tf":1.0},"289":{"tf":1.0},"405":{"tf":1.0},"520":{"tf":1.0},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.0},"27":{"tf":1.0},"647":{"tf":1.7320508075688772},"702":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"62":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":3,"docs":{"56":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"530":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.0},"651":{"tf":1.0},"676":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"246":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"i":{"c":{"df":37,"docs":{"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"54":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"632":{"tf":1.0},"644":{"tf":1.4142135623730951},"648":{"tf":1.0},"663":{"tf":1.4142135623730951},"701":{"tf":1.0},"722":{"tf":1.0},"750":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":18,"docs":{"181":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"607":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"689":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"628":{"tf":1.0}}},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"565":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"646":{"tf":1.4142135623730951},"683":{"tf":1.0},"690":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"312":{"tf":1.0}},"t":{"df":2,"docs":{"111":{"tf":1.0},"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"431":{"tf":1.0},"49":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"569":{"tf":1.4142135623730951},"6":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"275":{"tf":1.7320508075688772},"599":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"652":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"212":{"tf":1.0},"243":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"538":{"tf":1.0},"540":{"tf":1.0},"671":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"279":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"503":{"tf":1.0},"52":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"651":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.0},"701":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"602":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"213":{"tf":1.0},"224":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"4":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"574":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"628":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"687":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"690":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"140":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":2.0},"229":{"tf":1.0},"269":{"tf":1.0},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"550":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"467":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":8,"docs":{"171":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"477":{"tf":1.0},"583":{"tf":1.0},"645":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}},"l":{"df":15,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":3.1622776601683795},"272":{"tf":1.0},"505":{"tf":1.4142135623730951},"511":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"726":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"233":{"tf":1.0},"243":{"tf":2.8284271247461903},"703":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"676":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"668":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"678":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"631":{"tf":1.0},"672":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.0}}}},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"55":{"tf":1.0},"658":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.4142135623730951},"177":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":1.7320508075688772},"692":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"550":{"tf":1.0},"644":{"tf":1.7320508075688772},"681":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":2.0},"12":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"645":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"680":{"tf":1.0}}},"y":{"df":1,"docs":{"439":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"521":{"tf":1.0}}}}},"df":2,"docs":{"524":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"132":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"582":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":127,"docs":{"103":{"tf":2.0},"105":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"141":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"181":{"tf":2.6457513110645907},"183":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"222":{"tf":1.0},"228":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"235":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":2.0},"256":{"tf":1.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":2.23606797749979},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0},"373":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"426":{"tf":1.4142135623730951},"428":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"463":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"479":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.0},"565":{"tf":1.0},"578":{"tf":1.4142135623730951},"583":{"tf":1.0},"593":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"611":{"tf":1.0},"625":{"tf":3.605551275463989},"626":{"tf":1.0},"627":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"648":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"664":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"720":{"tf":1.0},"722":{"tf":1.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"621":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"565":{"tf":2.23606797749979},"567":{"tf":1.0},"569":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"700":{"tf":1.4142135623730951},"749":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"628":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"676":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"491":{"tf":1.0},"499":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"646":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"256":{"tf":1.0},"628":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"155":{"tf":1.0},"659":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"155":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"539":{"tf":1.0},"692":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"276":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"151":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"411":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"668":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"565":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"220":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"611":{"tf":1.0},"707":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"207":{"tf":1.0},"220":{"tf":1.0},"506":{"tf":1.0},"700":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"558":{"tf":1.0},"559":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"550":{"tf":2.6457513110645907},"553":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"582":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"df":5,"docs":{"104":{"tf":1.0},"272":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"646":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.4142135623730951},"698":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"148":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"620":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":8,"docs":{"182":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"530":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":2.0}}}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"279":{"tf":1.0},"433":{"tf":1.0},"616":{"tf":1.0},"646":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}},"u":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"521":{"tf":1.0},"646":{"tf":1.0}}}},"df":2,"docs":{"145":{"tf":1.0},"598":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}}}},"df":15,"docs":{"177":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.449489742783178},"27":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"662":{"tf":1.4142135623730951},"689":{"tf":1.0},"97":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"677":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"690":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"577":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"565":{"tf":1.0},"568":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"650":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"127":{"tf":1.0},"237":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"618":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"692":{"tf":1.0},"706":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":19,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"255":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"475":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"698":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"621":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":139,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":3.3166247903554},"20":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.4142135623730951},"626":{"tf":1.0},"632":{"tf":1.4142135623730951},"64":{"tf":1.0},"642":{"tf":1.4142135623730951},"65":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"’":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"219":{"tf":1.0},"550":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":6,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"214":{"tf":2.449489742783178},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"214":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":86,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":2.23606797749979},"196":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":2.449489742783178},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.7320508075688772},"380":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"535":{"tf":1.0},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"544":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"585":{"tf":1.0},"597":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"611":{"tf":1.0},"614":{"tf":1.4142135623730951},"630":{"tf":3.0},"631":{"tf":1.0},"636":{"tf":2.23606797749979},"638":{"tf":2.449489742783178},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":3.872983346207417},"648":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.4142135623730951},"682":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"744":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}},"i":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}},"r":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"245":{"tf":1.0},"272":{"tf":1.0},"690":{"tf":1.0}}}}},"k":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"r":{"df":2,"docs":{"43":{"tf":1.0},"700":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"29":{"tf":1.0},"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"495":{"tf":1.0},"545":{"tf":1.0},"59":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.7320508075688772},"677":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"625":{"tf":1.0},"645":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"169":{"tf":1.0},"260":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":2.449489742783178},"601":{"tf":1.0},"687":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"269":{"tf":1.0},"587":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"169":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"221":{"tf":1.0},"243":{"tf":2.8284271247461903},"268":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.7320508075688772},"529":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"644":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":2.449489742783178},"710":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"505":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"672":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"539":{"tf":1.0},"630":{"tf":1.4142135623730951},"633":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"698":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":40,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"602":{"tf":1.0},"620":{"tf":1.4142135623730951},"622":{"tf":1.0},"627":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"499":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"n":{"d":{"df":14,"docs":{"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"555":{"tf":1.0},"562":{"tf":1.0},"632":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":2.6457513110645907},"646":{"tf":1.0},"674":{"tf":1.0},"686":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"676":{"tf":1.4142135623730951},"686":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.0},"528":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"181":{"tf":1.7320508075688772},"19":{"tf":1.0},"216":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"527":{"tf":1.0},"550":{"tf":1.0},"583":{"tf":1.4142135623730951},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"706":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"235":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"545":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"651":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0}}}},"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"545":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"527":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":2.23606797749979},"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"486":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":2.0},"499":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"620":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"df":7,"docs":{"247":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":2.0},"620":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":22,"docs":{"184":{"tf":1.0},"187":{"tf":1.0},"243":{"tf":2.8284271247461903},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.7320508075688772},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":2.449489742783178},"498":{"tf":1.0},"527":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772},"611":{"tf":1.0},"651":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"690":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.0},"277":{"tf":1.0},"499":{"tf":1.0},"707":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"549":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"110":{"tf":2.0},"120":{"tf":2.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"190":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":2.23606797749979},"224":{"tf":1.0},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"311":{"tf":1.0},"499":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"521":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"616":{"tf":1.0},"622":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.0},"662":{"tf":1.4142135623730951},"664":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"709":{"tf":1.0},"711":{"tf":1.0},"716":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"237":{"tf":1.0},"289":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"618":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"666":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"133":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"622":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"161":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"228":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":2.449489742783178},"269":{"tf":3.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.0},"511":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"603":{"tf":1.4142135623730951},"614":{"tf":1.0},"64":{"tf":1.0},"648":{"tf":1.4142135623730951},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"269":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.0},"538":{"tf":1.4142135623730951},"543":{"tf":1.0},"550":{"tf":1.0},"576":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"581":{"tf":1.0},"683":{"tf":1.0},"712":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":7,"docs":{"106":{"tf":1.0},"164":{"tf":1.0},"209":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"702":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"583":{"tf":2.449489742783178},"691":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"258":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"565":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"550":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"530":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}},"t":{"df":1,"docs":{"684":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"685":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"249":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"41":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"664":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"598":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"279":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"220":{"tf":1.0},"499":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":4,"docs":{"119":{"tf":1.4142135623730951},"225":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"700":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"741":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"228":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"499":{"tf":1.0},"549":{"tf":1.0},"61":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"632":{"tf":1.4142135623730951},"663":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"82":{"tf":1.0}}}}},"w":{"df":1,"docs":{"89":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}},"df":2,"docs":{"269":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"216":{"tf":1.0},"520":{"tf":1.0},"565":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"703":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"499":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"152":{"tf":1.0}},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"644":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"638":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}},"df":4,"docs":{"41":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"272":{"tf":1.0}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"272":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"644":{"tf":1.0},"650":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"v":{"df":2,"docs":{"172":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"647":{"tf":1.0},"700":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"527":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"549":{"tf":1.0},"649":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"369":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":18,"docs":{"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.4142135623730951},"555":{"tf":1.0},"562":{"tf":1.0},"569":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"709":{"tf":1.0},"713":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"311":{"tf":1.0},"569":{"tf":1.0},"602":{"tf":1.0},"608":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"272":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"499":{"tf":1.0},"540":{"tf":1.0},"610":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"711":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"44":{"tf":1.0},"535":{"tf":1.0},"648":{"tf":1.7320508075688772},"69":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":1.7320508075688772},"727":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.4142135623730951},"631":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"676":{"tf":1.0},"688":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"690":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"510":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"710":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"272":{"tf":1.0},"512":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"6":{"tf":1.0},"673":{"tf":1.0},"744":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"644":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"216":{"tf":1.0},"527":{"tf":1.0}}}},"r":{"df":3,"docs":{"610":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"624":{"tf":1.0},"641":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"43":{"tf":1.0},"524":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"618":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"646":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"122":{"tf":1.0},"243":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"633":{"tf":1.0},"636":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"528":{"tf":1.0},"646":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"680":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"344":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"565":{"tf":1.4142135623730951},"88":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"704":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"256":{"tf":1.0},"620":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":82,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"256":{"tf":1.0},"27":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"499":{"tf":1.7320508075688772},"522":{"tf":1.0},"530":{"tf":2.0},"545":{"tf":2.0},"565":{"tf":2.0},"566":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":2.6457513110645907},"634":{"tf":1.0},"635":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":3.605551275463989},"646":{"tf":1.4142135623730951},"648":{"tf":2.449489742783178},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":2.0},"671":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":2.8284271247461903},"679":{"tf":1.0},"680":{"tf":2.0},"682":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":1.7320508075688772},"686":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.7320508075688772},"712":{"tf":1.0},"713":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"622":{"tf":1.0}},"e":{"df":1,"docs":{"622":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"109":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.4142135623730951},"220":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.7320508075688772},"240":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.0},"49":{"tf":1.0},"514":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"565":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"653":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"216":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"565":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"673":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"667":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"p":{"df":1,"docs":{"62":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"673":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.0},"695":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"574":{"tf":1.0},"585":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":2.23606797749979},"653":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"527":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"581":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"280":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"608":{"tf":1.0},"649":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"682":{"tf":1.0},"716":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"650":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"41":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"696":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"696":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"44":{"tf":1.0},"644":{"tf":1.0},"726":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"527":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":7,"docs":{"581":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"162":{"tf":1.0},"241":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":1.0},"535":{"tf":1.0},"59":{"tf":1.0},"628":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.4142135623730951},"281":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"675":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"550":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.4142135623730951},"603":{"tf":1.4142135623730951},"614":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"666":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"716":{"tf":1.0}}},"t":{"df":2,"docs":{"288":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"388":{"tf":1.0},"4":{"tf":1.4142135623730951},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"644":{"tf":2.0},"646":{"tf":2.0},"677":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"545":{"tf":1.4142135623730951},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"550":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"676":{"tf":1.0}}}},"df":1,"docs":{"268":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":3.1622776601683795},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":2.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"166":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"41":{"tf":1.0},"498":{"tf":2.8284271247461903},"50":{"tf":1.0},"500":{"tf":3.0},"507":{"tf":2.23606797749979},"523":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"59":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"680":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.0},"161":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"228":{"tf":2.23606797749979},"486":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":3.1622776601683795},"595":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":2.8284271247461903},"706":{"tf":3.4641016151377544},"710":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"706":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"344":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"502":{"tf":1.0},"664":{"tf":1.0},"688":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"153":{"tf":1.0},"19":{"tf":2.23606797749979},"240":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"340":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"676":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0}}}},"df":3,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"527":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"676":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"493":{"tf":1.0},"628":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"380":{"tf":1.0},"527":{"tf":1.0},"534":{"tf":1.4142135623730951},"549":{"tf":1.0},"648":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"181":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"511":{"tf":1.0},"641":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"539":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"690":{"tf":1.0},"701":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"g":{"df":1,"docs":{"620":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"710":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"111":{"tf":1.0},"113":{"tf":2.0},"197":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"505":{"tf":4.123105625617661},"506":{"tf":2.23606797749979},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":2.23606797749979},"591":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772},"690":{"tf":1.0},"706":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"277":{"tf":1.0},"624":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"413":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"277":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"513":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"508":{"tf":2.0}}}}},"f":{"df":1,"docs":{"221":{"tf":1.0}}},"g":{"df":1,"docs":{"156":{"tf":1.0}}},"k":{"df":1,"docs":{"156":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"197":{"tf":1.0},"508":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"595":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"647":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.0},"27":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"675":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"750":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"48":{"tf":1.0},"621":{"tf":1.0},"702":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"249":{"tf":1.0},"29":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}}},"df":37,"docs":{"19":{"tf":1.4142135623730951},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"454":{"tf":1.0},"492":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"617":{"tf":1.0},"618":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"659":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":2.0},"715":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"638":{"tf":1.0}}}}},"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.7320508075688772},"279":{"tf":1.0},"515":{"tf":1.4142135623730951},"646":{"tf":1.0},"678":{"tf":1.0},"725":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":25,"docs":{"109":{"tf":1.4142135623730951},"21":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0},"650":{"tf":1.0},"7":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"267":{"tf":1.0},"566":{"tf":1.4142135623730951},"620":{"tf":1.0},"629":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"269":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"161":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.4142135623730951},"520":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"550":{"tf":1.0},"599":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"504":{"tf":1.0},"646":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"48":{"tf":1.0},"485":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":2.6457513110645907},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.4142135623730951},"684":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.4142135623730951},"727":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"45":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"515":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"454":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"587":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"233":{"tf":1.0},"241":{"tf":1.7320508075688772},"269":{"tf":1.0},"502":{"tf":1.4142135623730951},"539":{"tf":1.0},"576":{"tf":1.0},"592":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"719":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":1,"docs":{"493":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"499":{"tf":1.0},"524":{"tf":1.0},"544":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"630":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"692":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"225":{"tf":1.0},"276":{"tf":1.0},"5":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"506":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"678":{"tf":1.0},"751":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"504":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"616":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"117":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":2.23606797749979},"265":{"tf":1.0},"272":{"tf":2.6457513110645907},"29":{"tf":1.0},"309":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"61":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"627":{"tf":1.0},"690":{"tf":1.0},"704":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"242":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"587":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":8,"docs":{"236":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"539":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"614":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"238":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"463":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"120":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"581":{"tf":1.0},"624":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"205":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"98":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"543":{"tf":1.0},"624":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.8284271247461903},"244":{"tf":2.0},"245":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"272":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"499":{"tf":1.0},"5":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.0},"610":{"tf":1.0},"622":{"tf":1.4142135623730951},"628":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"664":{"tf":1.7320508075688772},"68":{"tf":1.0},"689":{"tf":1.4142135623730951},"692":{"tf":1.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"720":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"272":{"tf":1.7320508075688772},"46":{"tf":1.0},"511":{"tf":1.0},"543":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"696":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}},"m":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"636":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"255":{"tf":1.0},"659":{"tf":1.0}}}}}},"df":1,"docs":{"701":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"40":{"tf":1.0},"500":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"680":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":1.0},"627":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"237":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"603":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":1.0},"499":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"682":{"tf":1.0},"690":{"tf":1.0},"706":{"tf":1.0}}},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"581":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"63":{"tf":1.0},"664":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"630":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"708":{"tf":1.0}}}}},"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":{"587":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"256":{"tf":1.0},"33":{"tf":1.0},"610":{"tf":1.0},"63":{"tf":1.0},"699":{"tf":1.4142135623730951},"84":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"289":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"272":{"tf":1.0},"309":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"706":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"255":{"tf":1.0}}},"t":{"df":7,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"503":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0}}},"r":{"df":3,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"48":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"52":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"719":{"tf":1.0},"743":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"565":{"tf":1.0},"624":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"240":{"tf":1.0},"499":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"187":{"tf":1.0},"210":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.0},"287":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"649":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"150":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"277":{"tf":1.0},"499":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.4142135623730951},"646":{"tf":1.0},"709":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":25,"docs":{"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.449489742783178},"150":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"43":{"tf":1.0},"492":{"tf":1.4142135623730951},"509":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"687":{"tf":1.0},"69":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"243":{"tf":1.0},"280":{"tf":1.4142135623730951},"30":{"tf":1.0},"477":{"tf":1.7320508075688772},"504":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"699":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"593":{"tf":1.0},"706":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"133":{"tf":1.0},"212":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"139":{"tf":1.0},"235":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"621":{"tf":1.0},"646":{"tf":1.0},"725":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"648":{"tf":1.0}}},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"210":{"tf":1.0},"216":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"652":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"256":{"tf":1.4142135623730951},"288":{"tf":1.0},"392":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"630":{"tf":1.7320508075688772},"631":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"685":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"e":{"df":2,"docs":{"41":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"25":{"tf":2.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"499":{"tf":1.0},"550":{"tf":2.23606797749979},"57":{"tf":1.7320508075688772},"618":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"638":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.7320508075688772},"709":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"538":{"tf":1.7320508075688772},"540":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"689":{"tf":1.4142135623730951},"728":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"599":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"646":{"tf":3.3166247903554},"681":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":2.23606797749979},"247":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.6457513110645907},"277":{"tf":1.0},"279":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"385":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.4142135623730951},"530":{"tf":1.0},"543":{"tf":1.4142135623730951},"569":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"646":{"tf":2.8284271247461903},"664":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"511":{"tf":1.0},"602":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"729":{"tf":1.0},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"624":{"tf":1.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"646":{"tf":1.7320508075688772},"681":{"tf":1.0}}}},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":3,"docs":{"242":{"tf":2.0},"505":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"633":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"228":{"tf":1.0},"256":{"tf":4.358898943540674},"498":{"tf":1.0},"500":{"tf":2.449489742783178},"501":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":2.0},"504":{"tf":2.0},"505":{"tf":2.0},"506":{"tf":1.7320508075688772},"507":{"tf":2.23606797749979},"517":{"tf":1.0},"523":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":2.0},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"715":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"51":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"545":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.0},"601":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"710":{"tf":1.0},"713":{"tf":1.4142135623730951},"722":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"524":{"tf":1.0},"616":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"611":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"109":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951}}}},"df":15,"docs":{"152":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"277":{"tf":1.0},"423":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"615":{"tf":1.0},"630":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":2.23606797749979},"710":{"tf":2.6457513110645907},"734":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.0},"501":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"255":{"tf":1.0},"277":{"tf":1.0},"585":{"tf":1.0},"624":{"tf":1.0},"674":{"tf":1.0}}}}},"p":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"647":{"tf":1.0}},"l":{"df":1,"docs":{"644":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"550":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"173":{"tf":1.0}}},"df":12,"docs":{"181":{"tf":1.0},"431":{"tf":1.0},"514":{"tf":1.0},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"593":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"581":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"245":{"tf":1.0},"650":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"287":{"tf":1.0},"624":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"638":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}},"df":1,"docs":{"690":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"568":{"tf":1.4142135623730951},"716":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":3.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"618":{"tf":1.0},"642":{"tf":1.0}},"i":{"df":4,"docs":{"671":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"237":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"215":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"702":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"549":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"157":{"tf":1.0},"173":{"tf":1.0},"230":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.4142135623730951},"569":{"tf":1.0},"572":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"644":{"tf":1.0},"65":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":2.23606797749979},"713":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"608":{"tf":1.0},"622":{"tf":1.0},"633":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"584":{"tf":1.0},"704":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"581":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"26":{"tf":1.0},"416":{"tf":1.0},"618":{"tf":1.0},"648":{"tf":1.0}},"n":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"150":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.0},"477":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"276":{"tf":1.4142135623730951},"587":{"tf":1.4142135623730951},"598":{"tf":1.7320508075688772},"730":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"628":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":2,"docs":{"255":{"tf":1.0},"540":{"tf":1.0}},"e":{"df":4,"docs":{"538":{"tf":2.0},"540":{"tf":1.0},"688":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"75":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"618":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":18,"docs":{"11":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.4142135623730951},"624":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"645":{"tf":1.0},"672":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":5,"docs":{"551":{"tf":1.0},"632":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.0},"681":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"648":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"272":{"tf":1.0},"38":{"tf":1.0},"414":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"550":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0},"641":{"tf":1.0}}},"t":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"h":{"df":5,"docs":{"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"533":{"tf":1.7320508075688772},"548":{"tf":1.0},"549":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.4142135623730951},"6":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0}}},"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"701":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"209":{"tf":1.0},"277":{"tf":1.0},"425":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.4142135623730951},"624":{"tf":1.0},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"722":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0}}},"t":{"df":1,"docs":{"676":{"tf":1.0}}}},"w":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"224":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":2.0},"269":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.0},"6":{"tf":1.4142135623730951},"723":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"188":{"tf":1.0},"191":{"tf":1.0},"550":{"tf":1.0},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"644":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"567":{"tf":1.0},"569":{"tf":1.0},"713":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":1,"docs":{"628":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"600":{"tf":1.4142135623730951},"601":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}},"r":{"df":1,"docs":{"272":{"tf":1.0}},"p":{"df":1,"docs":{"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"150":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"315":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"315":{"tf":1.0}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"n":{"d":{"df":103,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.23606797749979},"244":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"458":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":2.0},"647":{"tf":1.0},"65":{"tf":1.7320508075688772},"651":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.4142135623730951},"67":{"tf":1.0},"676":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"700":{"tf":1.4142135623730951},"708":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"238":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0}}},"l":{"df":4,"docs":{"246":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"302":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":3,"docs":{"112":{"tf":1.0},"272":{"tf":1.0},"465":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"468":{"tf":1.0},"611":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"458":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"256":{"tf":1.0},"550":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":4,"docs":{"214":{"tf":2.0},"289":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"681":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"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":4,"docs":{"182":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"43":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"177":{"tf":1.0},"319":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"611":{"tf":1.0},"687":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":3,"docs":{"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"287":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}},"df":5,"docs":{"221":{"tf":1.4142135623730951},"242":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"690":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"221":{"tf":1.0},"690":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"3":{"tf":1.0},"428":{"tf":1.0},"499":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"272":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"228":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0}},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"465":{"tf":1.0},"495":{"tf":1.0},"521":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.0},"618":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"679":{"tf":1.0},"694":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}}},"’":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"5":{"tf":1.0},"644":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"310":{"tf":1.0},"611":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"364":{"tf":1.0}}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"611":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"468":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"611":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"651":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.4142135623730951},"520":{"tf":1.0},"530":{"tf":1.0},"597":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"289":{"tf":1.4142135623730951},"495":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"249":{"tf":1.0},"647":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":3,"docs":{"47":{"tf":1.0},"624":{"tf":1.0},"709":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"242":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"456":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"456":{"tf":1.0},"644":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"717":{"tf":1.0}},"i":{"df":1,"docs":{"574":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"214":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"272":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"242":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0}}}},"t":{"df":3,"docs":{"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":3,"docs":{"337":{"tf":1.0},"481":{"tf":1.0},"556":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":1,"docs":{"481":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"221":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"367":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"598":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"477":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"460":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"224":{"tf":1.0},"228":{"tf":1.0},"348":{"tf":1.4142135623730951},"451":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"245":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"402":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":1,"docs":{"406":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"406":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"562":{"tf":1.0}}},"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"429":{"tf":1.0}}},"f":{"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"141":{"tf":1.0},"348":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"224":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"685":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"545":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"505":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"650":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"243":{"tf":1.4142135623730951},"505":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.23606797749979},"550":{"tf":1.7320508075688772},"689":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"42":{"tf":1.0},"534":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"277":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"l":{"df":2,"docs":{"197":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"276":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"565":{"tf":1.0},"711":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":4,"docs":{"277":{"tf":1.0},"49":{"tf":1.0},"520":{"tf":1.4142135623730951},"620":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"691":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"242":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"5":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"706":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"680":{"tf":1.0}}}},"df":1,"docs":{"603":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"52":{"tf":1.0},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"653":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"485":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"521":{"tf":1.0},"540":{"tf":1.0},"576":{"tf":1.0},"599":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951},"653":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"543":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"683":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"224":{"tf":1.0},"650":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.4142135623730951},"30":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"644":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"599":{"tf":1.0}},"x":{"df":7,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"562":{"tf":1.0},"630":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":6,"docs":{"224":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"530":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}},"x":{"df":1,"docs":{"236":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"646":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"230":{"tf":1.0},"255":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":15,"docs":{"214":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"503":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.4142135623730951},"662":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"703":{"tf":1.0},"72":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"690":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"235":{"tf":1.0},"501":{"tf":1.0},"538":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.7320508075688772},"555":{"tf":1.0},"636":{"tf":1.0},"685":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"671":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":2.0},"675":{"tf":1.0},"678":{"tf":1.0},"716":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.4142135623730951},"289":{"tf":1.0},"42":{"tf":1.0},"426":{"tf":1.0},"47":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.7320508075688772},"549":{"tf":1.0},"572":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"609":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"644":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"700":{"tf":1.0},"702":{"tf":1.7320508075688772},"707":{"tf":2.0},"713":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"44":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"df":5,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"256":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}},"t":{"df":4,"docs":{"285":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"109":{"tf":1.0},"187":{"tf":1.0},"234":{"tf":1.0},"280":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"565":{"tf":1.0},"581":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"530":{"tf":1.4142135623730951},"549":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"641":{"tf":1.0},"692":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"181":{"tf":1.0},"203":{"tf":1.0},"385":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.4142135623730951},"690":{"tf":1.0},"706":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"122":{"tf":1.0},"275":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"646":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"678":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"109":{"tf":1.0},"44":{"tf":2.8284271247461903},"49":{"tf":1.0},"731":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"115":{"tf":1.0}}},"s":{"df":3,"docs":{"572":{"tf":1.4142135623730951},"712":{"tf":1.0},"715":{"tf":1.4142135623730951}},"h":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"543":{"tf":1.0},"545":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"197":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"616":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"700":{"tf":1.0}},"i":{"df":4,"docs":{"504":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"1":{"tf":1.0},"275":{"tf":1.0},"581":{"tf":1.0},"598":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.4142135623730951},"581":{"tf":1.0},"6":{"tf":1.0},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"705":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}},"v":{"df":5,"docs":{"272":{"tf":1.0},"565":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"678":{"tf":1.7320508075688772},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"682":{"tf":1.0}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":12,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"170":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"544":{"tf":1.4142135623730951},"65":{"tf":1.0},"691":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"629":{"tf":1.0},"676":{"tf":1.0}},"’":{"df":4,"docs":{"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":2.0},"630":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"680":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"209":{"tf":1.0},"244":{"tf":1.0},"628":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"260":{"tf":1.0},"271":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"646":{"tf":1.0}}}},"t":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"209":{"tf":1.0},"618":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}}},"u":{"df":1,"docs":{"97":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"668":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":1,"docs":{"506":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"411":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.0},"698":{"tf":1.0}}}}}}}},"df":2,"docs":{"505":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"478":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"272":{"tf":1.0}},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":4,"docs":{"272":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":5,"docs":{"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":1,"docs":{"433":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"384":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"327":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"611":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.0},"651":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"221":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"139":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"539":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"644":{"tf":1.0},"646":{"tf":3.4641016151377544},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"646":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":108,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"150":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":4.0},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"272":{"tf":1.7320508075688772},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"42":{"tf":2.6457513110645907},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"501":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"535":{"tf":1.0},"539":{"tf":1.4142135623730951},"543":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"550":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"576":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"598":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":2.0},"630":{"tf":1.7320508075688772},"638":{"tf":1.0},"644":{"tf":3.1622776601683795},"646":{"tf":3.1622776601683795},"653":{"tf":3.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":2.6457513110645907},"680":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":2.8284271247461903},"685":{"tf":1.7320508075688772},"686":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":2.0},"710":{"tf":1.4142135623730951},"713":{"tf":1.0},"723":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"475":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"214":{"tf":2.449489742783178},"343":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"550":{"tf":1.0},"640":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"209":{"tf":1.0},"478":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"245":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"691":{"tf":1.0}}},"w":{"df":3,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"395":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"376":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"622":{"tf":1.0},"650":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":1,"docs":{"505":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"718":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"372":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"554":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"119":{"tf":1.0},"225":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"527":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"527":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"527":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"a":{"df":1,"docs":{"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}}},"u":{"df":2,"docs":{"215":{"tf":1.0},"690":{"tf":1.0}}}}},"df":6,"docs":{"213":{"tf":1.4142135623730951},"53":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"152":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"704":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"704":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"203":{"tf":1.0},"33":{"tf":1.0},"370":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"700":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"67":{"tf":1.0},"687":{"tf":1.7320508075688772},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}}}},"h":{"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":2,"docs":{"217":{"tf":1.0},"654":{"tf":1.0}},"l":{"df":1,"docs":{"275":{"tf":1.0}}},"p":{"df":1,"docs":{"217":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"704":{"tf":1.0},"707":{"tf":1.0}}},"u":{"df":1,"docs":{"277":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"244":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"244":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"410":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.4142135623730951}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"332":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"217":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"472":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"654":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"703":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"t":{"df":3,"docs":{"269":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}}},"df":6,"docs":{"245":{"tf":1.4142135623730951},"269":{"tf":1.0},"590":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0}},"f":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"720":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"620":{"tf":1.0}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":1,"docs":{"582":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"731":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"56":{"tf":1.0}},"w":{"df":73,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"150":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.4142135623730951},"565":{"tf":1.7320508075688772},"566":{"tf":2.0},"582":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"610":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":2.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.7320508075688772},"632":{"tf":1.0},"634":{"tf":2.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"645":{"tf":2.23606797749979},"648":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"650":{"tf":1.4142135623730951},"651":{"tf":3.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"671":{"tf":2.23606797749979},"672":{"tf":1.4142135623730951},"673":{"tf":2.0},"676":{"tf":2.449489742783178},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"681":{"tf":1.7320508075688772},"682":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.7320508075688772},"748":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"666":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"460":{"tf":1.0},"691":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"152":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.7320508075688772},"647":{"tf":1.0},"674":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.4142135623730951},"713":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.0},"567":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"y":{"df":3,"docs":{"197":{"tf":1.0},"256":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"682":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"539":{"tf":1.0},"646":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.7320508075688772},"680":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}}},"df":32,"docs":{"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"406":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"503":{"tf":3.3166247903554},"507":{"tf":1.0},"516":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"598":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"256":{"tf":1.0},"504":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.0},"161":{"tf":1.0},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":3.1622776601683795},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"641":{"tf":1.4142135623730951},"648":{"tf":1.7320508075688772},"650":{"tf":1.0},"680":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"648":{"tf":1.4142135623730951},"700":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"260":{"tf":1.0},"689":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":1,"docs":{"703":{"tf":1.0}},"e":{"df":1,"docs":{"276":{"tf":1.0}},"v":{"df":1,"docs":{"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":50,"docs":{"208":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"510":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"65":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"67":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"598":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"240":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.7320508075688772},"537":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":2.0},"61":{"tf":1.4142135623730951},"615":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0},"728":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"’":{"df":1,"docs":{"630":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"611":{"tf":1.0},"644":{"tf":1.0}},"t":{"df":1,"docs":{"638":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"508":{"tf":1.0},"671":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"477":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"642":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":2,"docs":{"430":{"tf":1.0},"628":{"tf":1.0}}},"g":{"df":1,"docs":{"172":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"276":{"tf":1.0},"44":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"108":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"500":{"tf":1.0},"533":{"tf":1.0},"545":{"tf":1.4142135623730951},"548":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.4142135623730951},"66":{"tf":1.0},"676":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"244":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"736":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"275":{"tf":1.0},"44":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"550":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.0},"624":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"477":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"522":{"tf":1.0}}}},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"406":{"tf":1.0},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.0}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.0}}},"l":{"df":2,"docs":{"712":{"tf":1.0},"716":{"tf":1.0}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"43":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"707":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"581":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"19":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.0},"5":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"543":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"677":{"tf":1.0},"690":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"256":{"tf":1.0},"3":{"tf":1.0},"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"620":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"97":{"tf":1.0}},"k":{"df":28,"docs":{"122":{"tf":1.0},"173":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"280":{"tf":1.0},"367":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"684":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.0},"182":{"tf":1.0},"279":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"429":{"tf":1.0},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"224":{"tf":1.0},"561":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"243":{"tf":2.8284271247461903},"661":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"703":{"tf":1.0}},"z":{"df":1,"docs":{"638":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"503":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"690":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"647":{"tf":1.0},"736":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"545":{"tf":1.0},"646":{"tf":1.7320508075688772},"653":{"tf":1.0},"677":{"tf":2.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.0},"741":{"tf":2.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"644":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"277":{"tf":1.0},"401":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"630":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"245":{"tf":1.0},"648":{"tf":2.449489742783178},"650":{"tf":1.4142135623730951},"651":{"tf":2.449489742783178},"676":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"545":{"tf":1.0},"611":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"651":{"tf":1.0},"711":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":61,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"338":{"tf":1.0},"361":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"485":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"59":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"df":1,"docs":{"409":{"tf":1.0}},"e":{"df":1,"docs":{"124":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.0},"351":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"529":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":2.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"228":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"699":{"tf":1.0},"700":{"tf":1.0},"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"554":{"tf":1.0},"566":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"724":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}},"k":{"df":5,"docs":{"103":{"tf":1.4142135623730951},"27":{"tf":1.0},"550":{"tf":3.1622776601683795},"636":{"tf":1.0},"687":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"664":{"tf":1.0},"704":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":2,"docs":{"543":{"tf":1.7320508075688772},"545":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"598":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"677":{"tf":1.0},"680":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"237":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"435":{"tf":1.0},"630":{"tf":1.0}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.7320508075688772},"281":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"581":{"tf":1.0},"625":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"474":{"tf":1.0}},"s":{"df":1,"docs":{"615":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"660":{"tf":1.4142135623730951},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"520":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"681":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"647":{"tf":1.0}},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"530":{"tf":1.0},"567":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"195":{"tf":1.4142135623730951},"228":{"tf":1.0},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"638":{"tf":1.0},"711":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"185":{"tf":2.0},"19":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.4142135623730951},"232":{"tf":2.0},"241":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.449489742783178},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"498":{"tf":2.23606797749979},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"65":{"tf":2.0},"86":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"549":{"tf":1.0},"578":{"tf":1.0},"581":{"tf":1.0},"649":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.0},"712":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"236":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"29":{"tf":2.23606797749979},"550":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"o":{"b":{"df":1,"docs":{"628":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"244":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"645":{"tf":1.0},"675":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":4,"docs":{"645":{"tf":3.0},"674":{"tf":1.0},"675":{"tf":1.0},"682":{"tf":1.4142135623730951}}}},"df":3,"docs":{"646":{"tf":1.7320508075688772},"67":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":1,"docs":{"279":{"tf":1.0}},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"671":{"tf":1.0}},"i":{"df":21,"docs":{"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"630":{"tf":1.7320508075688772},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"502":{"tf":1.0},"517":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"706":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951},"628":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"648":{"tf":3.0},"666":{"tf":1.0},"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"624":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":64,"docs":{"1":{"tf":1.7320508075688772},"133":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"272":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"368":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"44":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.4142135623730951},"52":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.0},"586":{"tf":1.0},"6":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"618":{"tf":1.7320508075688772},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"640":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0},"702":{"tf":1.4142135623730951},"704":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"557":{"tf":1.0}}}}},"n":{"df":1,"docs":{"585":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"256":{"tf":1.0},"503":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"488":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"281":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"437":{"tf":1.0},"496":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"60":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"644":{"tf":2.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"81":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"645":{"tf":1.0},"682":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"676":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"243":{"tf":1.0},"279":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":2.23606797749979},"645":{"tf":3.3166247903554},"646":{"tf":1.4142135623730951},"682":{"tf":1.0},"686":{"tf":1.0}}}}}}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"269":{"tf":1.0},"659":{"tf":1.4142135623730951},"690":{"tf":1.0}}},"t":{"df":1,"docs":{"195":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"424":{"tf":1.0},"539":{"tf":1.0},"597":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"543":{"tf":1.0},"612":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"707":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"740":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"219":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"280":{"tf":1.0},"502":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"608":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"615":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"631":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"419":{"tf":1.0},"550":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"29":{"tf":1.0},"522":{"tf":1.0},"614":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"598":{"tf":1.0}}},"h":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"170":{"tf":1.0},"173":{"tf":1.0},"42":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.7320508075688772},"599":{"tf":1.0},"65":{"tf":1.0},"689":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"732":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"490":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"258":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"235":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"554":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"17":{"tf":1.0},"185":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"243":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"265":{"tf":2.0},"272":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"480":{"tf":1.0},"498":{"tf":2.0},"565":{"tf":1.0},"603":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":3.4641016151377544},"632":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":2.0},"652":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"575":{"tf":1.0},"579":{"tf":1.0},"718":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772},"703":{"tf":1.0}}}},"t":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"109":{"tf":1.0},"249":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"275":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"395":{"tf":1.0},"530":{"tf":1.0},"560":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"496":{"tf":1.0},"508":{"tf":1.0},"550":{"tf":4.242640687119285},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"60":{"tf":1.0},"614":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"746":{"tf":1.0},"81":{"tf":1.0}}}}},"g":{"df":8,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"515":{"tf":1.0},"604":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"171":{"tf":1.0}}},"k":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"627":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"243":{"tf":1.0},"621":{"tf":1.0},"692":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"224":{"tf":1.0},"256":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.4142135623730951},"614":{"tf":1.0},"645":{"tf":1.0},"689":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"61":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"689":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.0},"72":{"tf":1.0},"741":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":2,"docs":{"260":{"tf":1.0},"42":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"243":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"630":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"n":{"df":14,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.4142135623730951},"545":{"tf":1.7320508075688772},"653":{"tf":1.0},"668":{"tf":1.7320508075688772},"677":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":2.0},"744":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"545":{"tf":1.7320508075688772},"644":{"tf":1.0},"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"140":{"tf":1.0},"209":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"391":{"tf":1.0},"42":{"tf":1.0},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"378":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"539":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"543":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"582":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":2.449489742783178},"667":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"677":{"tf":2.23606797749979},"684":{"tf":2.6457513110645907},"688":{"tf":2.0}},"p":{"a":{"d":{"df":2,"docs":{"539":{"tf":1.0},"667":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"505":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"688":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"305":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"241":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}},"g":{"df":1,"docs":{"579":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":3,"docs":{"504":{"tf":1.0},"530":{"tf":1.0},"709":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"702":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"249":{"tf":1.4142135623730951},"279":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"664":{"tf":1.0}},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"272":{"tf":1.0},"276":{"tf":1.0}},"r":{"df":2,"docs":{"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"181":{"tf":1.0},"581":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"581":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"119":{"tf":2.449489742783178},"277":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"511":{"tf":1.0},"516":{"tf":1.0},"521":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"706":{"tf":2.0},"710":{"tf":1.4142135623730951},"718":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"573":{"tf":1.7320508075688772},"609":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"440":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"407":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"181":{"tf":1.0},"407":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"228":{"tf":1.0},"329":{"tf":1.0},"690":{"tf":1.0},"707":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"550":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"638":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"582":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"440":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"103":{"tf":1.0},"12":{"tf":1.4142135623730951},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"680":{"tf":1.0},"723":{"tf":1.0},"82":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":2.0},"245":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"314":{"tf":1.0},"332":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.7320508075688772},"506":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"565":{"tf":1.0},"6":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"663":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"210":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"135":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":3.4641016151377544},"648":{"tf":1.0},"650":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":2.23606797749979},"736":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"688":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"275":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":1,"docs":{"616":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0},"618":{"tf":1.0},"646":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"385":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.0},"582":{"tf":1.0},"648":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"698":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"743":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"568":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":1,"docs":{"720":{"tf":1.0}}},"i":{"df":1,"docs":{"707":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"616":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":6,"docs":{"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"281":{"tf":1.0},"616":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"279":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"574":{"tf":1.7320508075688772},"585":{"tf":2.0},"586":{"tf":1.0},"648":{"tf":1.4142135623730951},"690":{"tf":1.0},"712":{"tf":1.0},"718":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":2.23606797749979},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"558":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":2.23606797749979},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.0},"710":{"tf":2.449489742783178},"752":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":2.6457513110645907},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":3.0},"275":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":2.23606797749979},"280":{"tf":2.23606797749979},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"294":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":2.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":2.0},"549":{"tf":1.0},"550":{"tf":4.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"583":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"591":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.4142135623730951},"597":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":2.0},"608":{"tf":2.0},"609":{"tf":1.4142135623730951},"611":{"tf":1.7320508075688772},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"620":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"622":{"tf":2.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"719":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.0},"738":{"tf":1.0},"749":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"630":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"702":{"tf":1.4142135623730951},"725":{"tf":1.0},"728":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"280":{"tf":1.0},"380":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"611":{"tf":1.0},"622":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.4142135623730951},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"191":{"tf":1.0},"243":{"tf":2.6457513110645907},"69":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"482":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"688":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}},"u":{"df":1,"docs":{"272":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":6,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"272":{"tf":1.0},"94":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"176":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"31":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"534":{"tf":1.0},"581":{"tf":1.7320508075688772},"618":{"tf":1.4142135623730951},"621":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.4142135623730951},"644":{"tf":2.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":2.8284271247461903},"49":{"tf":1.0},"584":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"133":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"633":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":21,"docs":{"109":{"tf":1.4142135623730951},"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"397":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":2.0},"48":{"tf":1.0},"555":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"508":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"530":{"tf":1.0},"565":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"204":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"150":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951},"597":{"tf":1.0},"607":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}}},"y":{"df":5,"docs":{"104":{"tf":1.0},"240":{"tf":1.0},"272":{"tf":1.0},"508":{"tf":1.0},"93":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":12,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"390":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"550":{"tf":1.4142135623730951},"687":{"tf":1.0},"703":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"604":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"515":{"tf":1.0},"625":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"630":{"tf":1.0}}}}},"d":{"df":2,"docs":{"555":{"tf":2.0},"630":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":21,"docs":{"139":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"386":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.0},"630":{"tf":1.7320508075688772},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"130":{"tf":1.0},"628":{"tf":1.0}}},"df":1,"docs":{"130":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"r":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"276":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"386":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"499":{"tf":1.4142135623730951},"624":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"216":{"tf":1.0},"243":{"tf":1.4142135623730951},"41":{"tf":1.0},"610":{"tf":1.0},"648":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":15,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"530":{"tf":2.0},"624":{"tf":1.0},"625":{"tf":1.7320508075688772},"628":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.4142135623730951},"499":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.0},"692":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"707":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"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":2,"docs":{"228":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":1,"docs":{"599":{"tf":1.0}},"l":{"df":1,"docs":{"602":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"598":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":1,"docs":{"387":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"415":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"374":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"437":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"409":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"228":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"212":{"tf":1.0}}}},"t":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}},"df":10,"docs":{"212":{"tf":1.0},"29":{"tf":1.0},"550":{"tf":1.0},"614":{"tf":1.0},"655":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":1.0},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"474":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"706":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"689":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"236":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}},"i":{"df":2,"docs":{"690":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"t":{"df":1,"docs":{"156":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"666":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":2,"docs":{"377":{"tf":1.0},"503":{"tf":1.0}}}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"624":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":17,"docs":{"110":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.0},"731":{"tf":1.0},"735":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"368":{"tf":1.0},"68":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"585":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":1.0},"400":{"tf":1.0},"452":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":31,"docs":{"161":{"tf":1.4142135623730951},"197":{"tf":1.0},"247":{"tf":1.7320508075688772},"268":{"tf":1.0},"279":{"tf":2.449489742783178},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"4":{"tf":1.0},"472":{"tf":1.0},"555":{"tf":1.0},"607":{"tf":1.7320508075688772},"611":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"627":{"tf":2.449489742783178},"628":{"tf":2.449489742783178},"630":{"tf":3.3166247903554},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"82":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"424":{"tf":1.0}}},"t":{"df":1,"docs":{"466":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"129":{"tf":1.0},"130":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}},"df":2,"docs":{"241":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"204":{"tf":1.0},"25":{"tf":1.0},"400":{"tf":1.0},"522":{"tf":1.0},"534":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"122":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"452":{"tf":1.0},"549":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":24,"docs":{"104":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.449489742783178},"182":{"tf":2.0},"204":{"tf":2.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"614":{"tf":1.0},"62":{"tf":2.0},"659":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"224":{"tf":1.0},"39":{"tf":1.0},"565":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":51,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.7320508075688772},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"566":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":3.0},"648":{"tf":2.6457513110645907},"650":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.7320508075688772},"673":{"tf":2.0},"674":{"tf":2.6457513110645907},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"736":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":9,"docs":{"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"675":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"628":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"243":{"tf":2.8284271247461903},"29":{"tf":1.0},"530":{"tf":1.0},"660":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951},"703":{"tf":1.0}}},"u":{"df":5,"docs":{"535":{"tf":1.0},"545":{"tf":1.0},"631":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0}},"g":{"df":1,"docs":{"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"244":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.0},"39":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.0},"674":{"tf":2.0},"675":{"tf":1.4142135623730951},"689":{"tf":1.0},"703":{"tf":1.0}}}}},"m":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"256":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"243":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"487":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":2,"docs":{"459":{"tf":1.4142135623730951},"503":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"545":{"tf":1.0},"578":{"tf":1.0},"599":{"tf":1.7320508075688772},"601":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"241":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"611":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.449489742783178},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.0},"549":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"624":{"tf":2.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":15,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.4142135623730951},"65":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"235":{"tf":1.0},"701":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"53":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"235":{"tf":1.0},"272":{"tf":1.0},"584":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"614":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"638":{"tf":1.0},"701":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"502":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"522":{"tf":1.0},"601":{"tf":1.0},"61":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.23606797749979},"238":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.7320508075688772},"253":{"tf":1.0},"258":{"tf":1.7320508075688772},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.0},"272":{"tf":2.0},"279":{"tf":2.6457513110645907},"280":{"tf":2.0},"296":{"tf":1.0},"297":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"312":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.0},"380":{"tf":1.0},"418":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"545":{"tf":2.23606797749979},"603":{"tf":1.7320508075688772},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"614":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"616":{"tf":1.4142135623730951},"622":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":3.0},"685":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"701":{"tf":2.23606797749979},"702":{"tf":2.6457513110645907},"703":{"tf":1.0},"707":{"tf":1.7320508075688772},"746":{"tf":1.4142135623730951}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"703":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"267":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.4142135623730951}}}}},"s":{"df":47,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"139":{"tf":1.0},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"380":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"555":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0},"70":{"tf":1.7320508075688772},"702":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"74":{"tf":1.4142135623730951},"744":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"210":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"540":{"tf":1.0},"690":{"tf":1.0},"702":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"500":{"tf":1.0},"506":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"550":{"tf":4.47213595499958},"664":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0}},"s":{"df":5,"docs":{"256":{"tf":1.0},"272":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"110":{"tf":1.0},"7":{"tf":1.4142135623730951},"703":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"611":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"750":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"664":{"tf":1.0}},"i":{"df":19,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.4142135623730951},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"265":{"tf":1.0},"279":{"tf":1.0},"611":{"tf":1.0},"708":{"tf":1.0}},"s":{"df":1,"docs":{"565":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"243":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"611":{"tf":1.0}}}},"df":1,"docs":{"698":{"tf":1.0}}}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"598":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0}}}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"624":{"tf":1.0},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"741":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"738":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"526":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"238":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}},"df":2,"docs":{"628":{"tf":1.0},"630":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":21,"docs":{"135":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0},"565":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"586":{"tf":1.0},"601":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"735":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"256":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.4142135623730951},"545":{"tf":2.449489742783178},"644":{"tf":1.0},"653":{"tf":1.0},"668":{"tf":1.7320508075688772},"676":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"133":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"648":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":2.449489742783178},"632":{"tf":1.0},"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"246":{"tf":1.0},"98":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"249":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":1.0},"33":{"tf":1.0},"455":{"tf":1.4142135623730951},"499":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"647":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"312":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":2.23606797749979},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"56":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":3,"docs":{"119":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"df":11,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"181":{"tf":1.0},"350":{"tf":1.0},"390":{"tf":1.0},"431":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"431":{"tf":1.0}}}}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"320":{"tf":1.0},"607":{"tf":1.4142135623730951},"622":{"tf":1.0},"664":{"tf":1.0}},"g":{"df":1,"docs":{"467":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"668":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"439":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"132":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"633":{"tf":2.0},"674":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"677":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"567":{"tf":1.0},"618":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"246":{"tf":1.0},"272":{"tf":1.4142135623730951},"522":{"tf":1.0}}}},"t":{"df":33,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"216":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"477":{"tf":1.0},"527":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.4142135623730951},"653":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":2.449489742783178},"687":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"550":{"tf":1.0},"624":{"tf":1.0},"628":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"553":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"628":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"62":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.0},"31":{"tf":1.0},"457":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"256":{"tf":1.0}}}},"z":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"256":{"tf":1.0}}},"z":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"641":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}},"r":{"df":1,"docs":{"625":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":2,"docs":{"242":{"tf":1.0},"438":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"242":{"tf":1.0},"638":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"680":{"tf":1.0},"737":{"tf":1.0}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"175":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"584":{"tf":2.23606797749979},"644":{"tf":1.4142135623730951},"666":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"690":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.0}}}},"df":51,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"173":{"tf":1.0},"183":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"228":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":2.6457513110645907},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":2.0},"325":{"tf":1.0},"403":{"tf":1.0},"43":{"tf":1.0},"472":{"tf":1.0},"49":{"tf":1.7320508075688772},"500":{"tf":1.0},"502":{"tf":2.8284271247461903},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"552":{"tf":1.4142135623730951},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"644":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":2.6457513110645907},"708":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"716":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"624":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"107":{"tf":2.23606797749979},"13":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"249":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.23606797749979},"27":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"457":{"tf":1.0},"498":{"tf":2.23606797749979},"508":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"618":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"640":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"246":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"521":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"673":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.0},"25":{"tf":1.0},"29":{"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":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"124":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"532":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"564":{"tf":1.4142135623730951},"566":{"tf":1.0},"567":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.7320508075688772},"618":{"tf":1.0},"620":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"676":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"543":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"33":{"tf":1.0},"576":{"tf":1.4142135623730951},"712":{"tf":1.0},"719":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"187":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":2.0},"249":{"tf":1.0},"25":{"tf":1.0},"288":{"tf":1.0},"549":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"704":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"258":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"256":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"4":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"646":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"621":{"tf":1.0},"652":{"tf":1.0}}}},"i":{"df":2,"docs":{"499":{"tf":1.0},"692":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"653":{"tf":1.0},"671":{"tf":1.0},"677":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"267":{"tf":1.0},"269":{"tf":1.0},"522":{"tf":1.0},"615":{"tf":1.0},"706":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"120":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"492":{"tf":1.0},"498":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"616":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":2.23606797749979},"143":{"tf":2.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"232":{"tf":1.0},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":2.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"646":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"704":{"tf":1.0},"86":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"621":{"tf":1.0},"644":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"741":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.4142135623730951},"268":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":3.0},"279":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":3.1622776601683795},"501":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"584":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.0},"6":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.0},"636":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"710":{"tf":2.23606797749979},"731":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"737":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"52":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.0},"625":{"tf":1.7320508075688772},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"550":{"tf":3.0},"601":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"103":{"tf":1.0},"148":{"tf":1.0},"690":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"704":{"tf":1.0},"716":{"tf":1.0}}}},"v":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"622":{"tf":1.0},"662":{"tf":1.0},"704":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"648":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"42":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"539":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":2.0},"674":{"tf":1.0},"675":{"tf":1.0}}}}},"df":9,"docs":{"162":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"582":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"256":{"tf":1.4142135623730951},"269":{"tf":1.0},"4":{"tf":1.0},"511":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"562":{"tf":1.0},"707":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"671":{"tf":1.0},"673":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.0}}},"h":{"df":1,"docs":{"688":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":75,"docs":{"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"233":{"tf":2.0},"242":{"tf":1.7320508075688772},"243":{"tf":2.23606797749979},"244":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"438":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"521":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.4142135623730951},"545":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.7320508075688772},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"667":{"tf":1.4142135623730951},"671":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.7320508075688772},"688":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"648":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"256":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"242":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"550":{"tf":1.0},"61":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"135":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":2,"docs":{"135":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"732":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.7320508075688772},"279":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"153":{"tf":1.7320508075688772},"177":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"539":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"684":{"tf":1.0},"70":{"tf":2.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}},"df":2,"docs":{"630":{"tf":1.7320508075688772},"644":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"550":{"tf":1.0}}},"t":{"df":6,"docs":{"105":{"tf":1.0},"205":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"119":{"tf":2.0},"133":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"224":{"tf":1.7320508075688772},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.4142135623730951},"280":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"550":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.4142135623730951},"648":{"tf":1.7320508075688772},"650":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"716":{"tf":1.4142135623730951},"749":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"48":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"677":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"650":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"427":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.0},"148":{"tf":1.4142135623730951},"20":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"212":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.0},"434":{"tf":1.0},"49":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":3.4641016151377544},"555":{"tf":1.0},"613":{"tf":1.0},"632":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"666":{"tf":1.0},"676":{"tf":1.4142135623730951},"679":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"724":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"632":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":2,"docs":{"256":{"tf":1.0},"363":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"255":{"tf":1.0},"389":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"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":1,"docs":{"702":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"43":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"148":{"tf":1.4142135623730951},"256":{"tf":1.0},"530":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0},"707":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"268":{"tf":1.0},"508":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"504":{"tf":1.0},"550":{"tf":1.0},"663":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"235":{"tf":1.0},"611":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"119":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"520":{"tf":2.6457513110645907},"598":{"tf":1.0},"691":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"646":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}}},"df":56,"docs":{"141":{"tf":3.3166247903554},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"228":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.7320508075688772},"269":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"298":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"333":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"451":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"556":{"tf":2.0},"557":{"tf":1.4142135623730951},"572":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"627":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"644":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.7320508075688772},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"651":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"516":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"624":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"683":{"tf":1.0},"699":{"tf":1.7320508075688772},"710":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"503":{"tf":1.0},"54":{"tf":1.0},"545":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"652":{"tf":1.0},"71":{"tf":1.0},"727":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"’":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"338":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.4142135623730951},"33":{"tf":1.0},"690":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"363":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"503":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"89":{"tf":1.0}},"k":{"df":1,"docs":{"638":{"tf":1.0}}},"m":{"df":2,"docs":{"625":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":2,"docs":{"611":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"181":{"tf":1.0},"492":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"492":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"3":{"tf":1.0},"492":{"tf":1.0}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"664":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"645":{"tf":1.4142135623730951},"682":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"646":{"tf":2.8284271247461903},"682":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"237":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"53":{"tf":1.4142135623730951},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"69":{"tf":1.0},"696":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}},"t":{"df":3,"docs":{"213":{"tf":1.0},"646":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"445":{"tf":1.0},"560":{"tf":1.0},"62":{"tf":1.0},"694":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"207":{"tf":1.0},"219":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"4":{"tf":1.0},"565":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"646":{"tf":1.0},"709":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"445":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"df":1,"docs":{"243":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"172":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"581":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":33,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"495":{"tf":1.0},"566":{"tf":1.0},"59":{"tf":1.4142135623730951},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"739":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"499":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"646":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"666":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"341":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"550":{"tf":2.0},"61":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"699":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"269":{"tf":1.0},"666":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.4142135623730951},"584":{"tf":1.7320508075688772},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"550":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.8284271247461903},"132":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":3.0},"46":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"535":{"tf":1.0},"565":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.0},"666":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"249":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.7320508075688772},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"591":{"tf":1.0},"597":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.4142135623730951},"710":{"tf":1.0},"713":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.4142135623730951},"412":{"tf":1.0},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"41":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"203":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}},"n":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"389":{"tf":1.0},"41":{"tf":1.0},"521":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"168":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"508":{"tf":1.0},"705":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"646":{"tf":1.0},"664":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"225":{"tf":1.0},"226":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"522":{"tf":1.0},"611":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.4142135623730951},"197":{"tf":1.0},"29":{"tf":1.0},"638":{"tf":1.0},"651":{"tf":1.0},"708":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"641":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"289":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"549":{"tf":1.0},"57":{"tf":1.0},"597":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.7320508075688772},"680":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":77,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"225":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":2.0},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"550":{"tf":1.7320508075688772},"58":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"706":{"tf":1.0},"71":{"tf":1.0},"716":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"624":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"277":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.7320508075688772},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"706":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":3,"docs":{"473":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"i":{"df":1,"docs":{"272":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0}}},"p":{"df":3,"docs":{"199":{"tf":1.0},"284":{"tf":1.0},"545":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"295":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.0}},"e":{"df":1,"docs":{"627":{"tf":1.0}},"u":{"df":2,"docs":{"627":{"tf":1.0},"84":{"tf":1.0}}}},"u":{"df":3,"docs":{"295":{"tf":1.0},"627":{"tf":1.0},"84":{"tf":1.0}}}},"w":{"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"h":{"df":1,"docs":{"636":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"636":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"544":{"tf":1.0},"645":{"tf":1.4142135623730951},"691":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"249":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"550":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.0},"485":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"w":{"df":4,"docs":{"277":{"tf":1.0},"624":{"tf":1.0},"705":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"256":{"tf":1.0},"699":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"641":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":1,"docs":{"585":{"tf":1.0}}},"u":{"df":1,"docs":{"90":{"tf":1.0}}}},"f":{"df":2,"docs":{"146":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"213":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"708":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"585":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"216":{"tf":1.0},"29":{"tf":1.0},"565":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"287":{"tf":1.0},"685":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"279":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"503":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"169":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"332":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"46":{"tf":1.0}},"g":{"df":1,"docs":{"624":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"r":{"df":2,"docs":{"135":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"585":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":2.449489742783178},"122":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"272":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":2.0},"277":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"375":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"492":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":1.7320508075688772},"550":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"604":{"tf":1.0},"61":{"tf":1.4142135623730951},"636":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"666":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.8284271247461903},"691":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.7320508075688772},"715":{"tf":1.0},"72":{"tf":1.7320508075688772},"726":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0},"77":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"375":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"139":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"538":{"tf":1.0},"550":{"tf":2.23606797749979},"554":{"tf":1.7320508075688772},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"687":{"tf":2.449489742783178},"746":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}}},"df":4,"docs":{"53":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"565":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"565":{"tf":1.0},"692":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"550":{"tf":1.0},"609":{"tf":1.0},"671":{"tf":1.0},"692":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"125":{"tf":1.0},"260":{"tf":1.0},"29":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"249":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"499":{"tf":1.4142135623730951},"544":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":2.0},"625":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"461":{"tf":1.0}},"l":{"df":65,"docs":{"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"246":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":2.0},"461":{"tf":1.0},"48":{"tf":1.7320508075688772},"485":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"563":{"tf":1.0},"565":{"tf":1.7320508075688772},"570":{"tf":1.4142135623730951},"572":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":1.7320508075688772},"576":{"tf":1.4142135623730951},"578":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"61":{"tf":1.7320508075688772},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"690":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"703":{"tf":1.0},"711":{"tf":2.23606797749979},"712":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"733":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0}}},"t":{"df":2,"docs":{"691":{"tf":1.4142135623730951},"704":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":2.449489742783178},"268":{"tf":1.7320508075688772},"269":{"tf":3.7416573867739413},"270":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.7320508075688772},"596":{"tf":1.0},"599":{"tf":1.0},"604":{"tf":1.7320508075688772},"613":{"tf":1.0},"616":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.7320508075688772},"694":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"748":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"268":{"tf":1.0},"520":{"tf":1.0}}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"53":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"543":{"tf":1.0},"545":{"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":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":6,"docs":{"315":{"tf":1.4142135623730951},"640":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":2,"docs":{"420":{"tf":1.0},"82":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"420":{"tf":1.0}}}}}}}},"df":1,"docs":{"78":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"277":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"315":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.7320508075688772},"708":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"715":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"589":{"tf":1.0},"741":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"565":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.4142135623730951},"41":{"tf":1.0},"495":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"702":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"150":{"tf":1.0},"216":{"tf":1.0},"649":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":2.23606797749979},"221":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"627":{"tf":1.0},"703":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"648":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":90,"docs":{"10":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.23606797749979},"110":{"tf":1.0},"12":{"tf":3.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"177":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.449489742783178},"210":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"27":{"tf":2.23606797749979},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":2.6457513110645907},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"503":{"tf":1.0},"51":{"tf":2.449489742783178},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"582":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":2.0},"618":{"tf":1.7320508075688772},"624":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":3.1622776601683795},"648":{"tf":1.0},"650":{"tf":1.0},"67":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"680":{"tf":1.7320508075688772},"690":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"743":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.4142135623730951},"751":{"tf":1.0},"8":{"tf":2.6457513110645907},"88":{"tf":1.0},"9":{"tf":4.242640687119285}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"209":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"685":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"690":{"tf":1.0}}}},"h":{"df":1,"docs":{"316":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"214":{"tf":1.0},"29":{"tf":1.0},"538":{"tf":1.4142135623730951},"540":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"277":{"tf":1.0},"49":{"tf":1.4142135623730951},"499":{"tf":1.0},"508":{"tf":1.0},"524":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"674":{"tf":1.0},"689":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"527":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"234":{"tf":1.0},"646":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":1,"docs":{"690":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"508":{"tf":1.0},"706":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.0},"585":{"tf":1.0},"666":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":2.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":4.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":3.3166247903554},"258":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.0},"269":{"tf":4.242640687119285},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.7320508075688772},"508":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"545":{"tf":1.7320508075688772},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"576":{"tf":1.0},"582":{"tf":1.0},"591":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":2.0},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.7320508075688772},"607":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"614":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"624":{"tf":1.7320508075688772},"628":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.449489742783178},"646":{"tf":3.0},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"653":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":3.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":2.449489742783178},"699":{"tf":1.7320508075688772},"7":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772},"708":{"tf":1.7320508075688772},"709":{"tf":1.0},"710":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"748":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"620":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"700":{"tf":1.0}}}}},"i":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"650":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"519":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"df":3,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"538":{"tf":1.4142135623730951},"645":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"277":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"109":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"469":{"tf":1.0},"472":{"tf":1.0},"499":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.4142135623730951},"59":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"671":{"tf":1.0},"678":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"716":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"38":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":44,"docs":{"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":2.23606797749979},"242":{"tf":2.449489742783178},"243":{"tf":3.3166247903554},"244":{"tf":2.449489742783178},"245":{"tf":2.6457513110645907},"246":{"tf":1.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":3.0},"257":{"tf":1.0},"258":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"567":{"tf":1.0},"569":{"tf":2.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":2.6457513110645907},"690":{"tf":2.23606797749979},"692":{"tf":1.0},"694":{"tf":1.7320508075688772},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":3.0},"703":{"tf":2.6457513110645907},"707":{"tf":2.0},"709":{"tf":1.7320508075688772},"710":{"tf":1.7320508075688772},"713":{"tf":1.0},"719":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"469":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"641":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"618":{"tf":1.0},"652":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":1.0}}}}}}}},"df":3,"docs":{"638":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"45":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"691":{"tf":1.0}}}},"s":{"df":3,"docs":{"51":{"tf":1.0},"519":{"tf":1.4142135623730951},"601":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"235":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"746":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"101":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"636":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.0},"80":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"p":{"df":2,"docs":{"203":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"567":{"tf":1.4142135623730951},"569":{"tf":1.0},"618":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"712":{"tf":1.0},"713":{"tf":1.7320508075688772},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"625":{"tf":1.0},"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":27,"docs":{"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.0},"279":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.4142135623730951},"616":{"tf":1.4142135623730951},"666":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"748":{"tf":1.0}},"l":{"df":44,"docs":{"100":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"36":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"625":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"21":{"tf":1.0},"505":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":2.23606797749979},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"687":{"tf":1.7320508075688772},"731":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"744":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"633":{"tf":1.0},"648":{"tf":1.0}}}},"df":17,"docs":{"110":{"tf":1.0},"38":{"tf":1.7320508075688772},"539":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.7320508075688772},"7":{"tf":1.0},"731":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"559":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"558":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"247":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0},"550":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"df":1,"docs":{"502":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"224":{"tf":1.0},"249":{"tf":1.0},"499":{"tf":1.0},"710":{"tf":1.0}}}}},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"398":{"tf":1.0},"49":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"622":{"tf":1.0},"630":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"707":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":1,"docs":{"605":{"tf":1.0}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":1,"docs":{"441":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}},"l":{"df":1,"docs":{"346":{"tf":1.0}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"294":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"586":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"502":{"tf":1.0},"646":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"534":{"tf":1.0},"549":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"p":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"216":{"tf":1.0},"549":{"tf":1.0},"648":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"188":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"504":{"tf":1.0}}},"df":45,"docs":{"105":{"tf":2.449489742783178},"141":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"205":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"330":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"43":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"504":{"tf":2.8284271247461903},"507":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"598":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"627":{"tf":2.6457513110645907},"63":{"tf":2.23606797749979},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"708":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}}},"df":1,"docs":{"130":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":33,"docs":{"181":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"267":{"tf":1.0},"385":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":2.8284271247461903},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":2.23606797749979},"535":{"tf":1.0},"593":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"728":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"627":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"245":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"443":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"235":{"tf":1.0},"240":{"tf":1.0},"443":{"tf":1.0},"628":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"624":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"645":{"tf":1.0},"706":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"135":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":2,"docs":{"255":{"tf":1.0},"630":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"44":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}}}},"t":{"df":1,"docs":{"700":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":1.7320508075688772},"496":{"tf":1.0},"59":{"tf":2.0},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"700":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"699":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":20,"docs":{"139":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":2.0},"682":{"tf":1.0},"738":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"df":4,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"301":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"301":{"tf":1.0}},"r":{"df":2,"docs":{"161":{"tf":1.0},"345":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"383":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"583":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"228":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"53":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"630":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":55,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"110":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"216":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"385":{"tf":1.0},"543":{"tf":1.0},"565":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":3.0},"649":{"tf":1.0},"650":{"tf":2.0},"651":{"tf":1.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"7":{"tf":1.0},"722":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.4142135623730951},"752":{"tf":1.0},"8":{"tf":4.0},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"353":{"tf":1.0}}}},"r":{"df":2,"docs":{"183":{"tf":1.0},"311":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"216":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"119":{"tf":1.0},"135":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.4142135623730951},"550":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"651":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.0}}}}},"’":{"df":2,"docs":{"141":{"tf":1.0},"691":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"550":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"29":{"tf":1.0},"311":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"133":{"tf":1.0},"182":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"362":{"tf":1.0},"611":{"tf":1.0},"618":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"153":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"197":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.7320508075688772},"4":{"tf":1.0},"426":{"tf":1.0},"520":{"tf":1.0},"57":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"618":{"tf":1.0},"625":{"tf":1.7320508075688772},"627":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"269":{"tf":1.0},"648":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"650":{"tf":1.0},"680":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"692":{"tf":1.0}},"t":{"df":9,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"701":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"692":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"447":{"tf":1.0}}},"u":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}}},"df":5,"docs":{"139":{"tf":1.0},"141":{"tf":2.449489742783178},"306":{"tf":1.0},"325":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"447":{"tf":1.0},"520":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"289":{"tf":1.0},"421":{"tf":1.0},"499":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"44":{"tf":1.0},"678":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"621":{"tf":1.0}}}},"u":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"421":{"tf":1.0}},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"u":{"df":9,"docs":{"216":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"77":{"tf":1.0}},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"272":{"tf":1.0},"277":{"tf":1.4142135623730951},"653":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"549":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"521":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"564":{"tf":1.0},"618":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"65":{"tf":1.0},"667":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"550":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"706":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"699":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"369":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"622":{"tf":1.0}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"622":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}}},"df":5,"docs":{"373":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"238":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"436":{"tf":1.0},"514":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.0},"436":{"tf":1.0},"514":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"344":{"tf":1.0},"442":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":1,"docs":{"63":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"414":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"485":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"399":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"416":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"255":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}},"t":{"df":1,"docs":{"425":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":1,"docs":{"589":{"tf":1.0}},"r":{"df":1,"docs":{"593":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"373":{"tf":1.0},"63":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":1,"docs":{"528":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"260":{"tf":1.0},"277":{"tf":1.4142135623730951},"5":{"tf":1.0},"538":{"tf":1.0},"726":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"645":{"tf":1.0},"702":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":1,"docs":{"520":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"135":{"tf":1.0},"20":{"tf":2.6457513110645907},"235":{"tf":1.0},"248":{"tf":1.7320508075688772},"256":{"tf":1.0},"38":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"679":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"70":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"210":{"tf":1.0},"534":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"586":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}},"t":{"df":2,"docs":{"105":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"565":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":1,"docs":{"586":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"648":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"89":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"690":{"tf":1.0}},"r":{"df":1,"docs":{"385":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"124":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"r":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"255":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"392":{"tf":1.0}}},"df":1,"docs":{"503":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"215":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":16,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":2.0},"212":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"304":{"tf":1.0},"347":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"61":{"tf":1.0},"655":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"67":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"243":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"221":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"644":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":1,"docs":{"644":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"419":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"480":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"490":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"255":{"tf":1.0},"700":{"tf":1.0}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"z":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"418":{"tf":1.0},"550":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"607":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"644":{"tf":4.0},"645":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"712":{"tf":1.0},"713":{"tf":2.0},"716":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":3,"docs":{"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"394":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"376":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":2,"docs":{"376":{"tf":1.0},"381":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"611":{"tf":1.0}}},"u":{"df":2,"docs":{"391":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"378":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"df":1,"docs":{"90":{"tf":1.0}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"203":{"tf":1.0},"470":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":9,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"304":{"tf":1.0},"585":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"664":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"423":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"585":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"347":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"503":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"624":{"tf":1.0},"704":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"687":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"539":{"tf":1.0},"689":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"538":{"tf":1.7320508075688772},"540":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"633":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"674":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}},"df":1,"docs":{"699":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"225":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"698":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"110":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"586":{"tf":1.0},"620":{"tf":1.0}}}}},"df":30,"docs":{"125":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"483":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"520":{"tf":1.0},"607":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"627":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"677":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"672":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":1,"docs":{"52":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"636":{"tf":1.0},"644":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"52":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"672":{"tf":1.0}}}}},"n":{"df":3,"docs":{"432":{"tf":1.0},"645":{"tf":1.7320508075688772},"711":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"432":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":1.7320508075688772},"690":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"41":{"tf":1.0},"522":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.0},"125":{"tf":1.0},"135":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"365":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"57":{"tf":1.0},"586":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"614":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"710":{"tf":1.0},"724":{"tf":1.0},"726":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"y":{"df":1,"docs":{"504":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"549":{"tf":1.0},"624":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"289":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"214":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"599":{"tf":1.7320508075688772},"690":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":24,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.7320508075688772},"300":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"600":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"699":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"84":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"k":{"df":5,"docs":{"563":{"tf":1.0},"566":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":2.0}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.4142135623730951},"289":{"tf":1.0},"31":{"tf":1.0},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"645":{"tf":1.0},"680":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"245":{"tf":1.0},"280":{"tf":1.0},"418":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"719":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"210":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"245":{"tf":1.0},"272":{"tf":1.0},"565":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"646":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"636":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"240":{"tf":1.0},"567":{"tf":1.0},"646":{"tf":1.0},"659":{"tf":1.0},"703":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"499":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"486":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"706":{"tf":1.4142135623730951},"710":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"499":{"tf":1.0},"624":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"418":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"621":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{}},"df":71,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.23606797749979},"206":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"27":{"tf":1.0},"277":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"499":{"tf":1.0},"539":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"602":{"tf":1.0},"608":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":2.449489742783178},"647":{"tf":1.0},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.0},"679":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"616":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"537":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"610":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.4142135623730951},"212":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"272":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"658":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.449489742783178},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":2.0},"251":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"258":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":2.8284271247461903},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.449489742783178},"279":{"tf":3.1622776601683795},"280":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":2.0},"289":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"426":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"472":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"500":{"tf":1.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.7320508075688772},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"548":{"tf":1.0},"551":{"tf":1.0},"560":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":2.23606797749979},"608":{"tf":1.0},"609":{"tf":1.7320508075688772},"611":{"tf":3.605551275463989},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":3.3166247903554},"647":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"651":{"tf":2.6457513110645907},"653":{"tf":1.7320508075688772},"654":{"tf":1.7320508075688772},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":3.1622776601683795},"666":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":1.7320508075688772},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":4.69041575982343},"691":{"tf":2.449489742783178},"692":{"tf":2.8284271247461903},"693":{"tf":1.0},"694":{"tf":2.0},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.0},"7":{"tf":1.0},"700":{"tf":2.449489742783178},"701":{"tf":1.0},"702":{"tf":1.7320508075688772},"703":{"tf":2.0},"704":{"tf":1.7320508075688772},"706":{"tf":1.4142135623730951},"707":{"tf":2.449489742783178},"708":{"tf":1.7320508075688772},"709":{"tf":1.0},"710":{"tf":2.0},"713":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"718":{"tf":1.0},"72":{"tf":2.23606797749979},"722":{"tf":1.0},"725":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":3.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"678":{"tf":1.4142135623730951},"693":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"217":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":1.0},"690":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.4142135623730951},"654":{"tf":1.0},"716":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"4":{"df":1,"docs":{"646":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"521":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"648":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"198":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"608":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"228":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":16,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"173":{"tf":1.4142135623730951},"220":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"6":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":2.8284271247461903},"744":{"tf":1.0}}},"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"420":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.7320508075688772},"508":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"565":{"tf":1.4142135623730951},"578":{"tf":1.0},"581":{"tf":1.0},"599":{"tf":1.4142135623730951},"616":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"651":{"tf":1.0}}}}},"u":{"df":1,"docs":{"288":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"539":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"581":{"tf":1.0},"646":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"277":{"tf":1.0},"520":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"385":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"641":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"147":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":79,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"119":{"tf":2.23606797749979},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"132":{"tf":1.0},"137":{"tf":1.0},"181":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"216":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"272":{"tf":2.449489742783178},"275":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":3.872983346207417},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"486":{"tf":1.0},"49":{"tf":2.8284271247461903},"498":{"tf":1.0},"5":{"tf":1.7320508075688772},"500":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"598":{"tf":2.6457513110645907},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":2.6457513110645907},"698":{"tf":2.23606797749979},"699":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"726":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":6,"docs":{"272":{"tf":1.0},"584":{"tf":1.0},"610":{"tf":1.0},"648":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"349":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"t":{"df":1,"docs":{"628":{"tf":1.0}}},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.4142135623730951},"601":{"tf":1.0},"602":{"tf":1.0},"690":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"df":4,"docs":{"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"641":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"448":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":3.3166247903554},"631":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"448":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"520":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"700":{"tf":1.0}}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"658":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"700":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"658":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"279":{"tf":1.0},"741":{"tf":1.0}}}},"y":{"df":41,"docs":{"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"212":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"272":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"311":{"tf":1.0},"349":{"tf":1.0},"508":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"567":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"664":{"tf":1.0},"707":{"tf":1.7320508075688772},"709":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":15,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.7320508075688772},"29":{"tf":1.0},"307":{"tf":1.4142135623730951},"403":{"tf":1.0},"43":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"587":{"tf":1.4142135623730951},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"692":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"326":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"209":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"256":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"450":{"tf":1.0}},"l":{"df":15,"docs":{"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"450":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"330":{"tf":1.0},"611":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"161":{"tf":1.0},"343":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}},"v":{"df":4,"docs":{"210":{"tf":1.0},"212":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"141":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"324":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"324":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"657":{"tf":1.0}}}}},"u":{"df":1,"docs":{"379":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"645":{"tf":1.0},"676":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"141":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"625":{"tf":1.0},"657":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"243":{"tf":1.0},"269":{"tf":1.0},"43":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"625":{"tf":1.7320508075688772},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0},"707":{"tf":1.0},"720":{"tf":1.0}}}},"’":{"df":1,"docs":{"141":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"403":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"243":{"tf":1.0},"584":{"tf":1.0},"610":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"w":{"df":1,"docs":{"379":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"603":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"657":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"702":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"212":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"333":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"674":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"545":{"tf":1.0},"638":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"736":{"tf":1.0}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"711":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"275":{"tf":1.4142135623730951},"646":{"tf":1.0},"706":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"654":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0},"703":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"256":{"tf":1.0},"534":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"396":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"279":{"tf":1.0},"622":{"tf":1.7320508075688772}}}}}}}}},"df":259,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":2.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"144":{"tf":2.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"181":{"tf":2.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"228":{"tf":1.4142135623730951},"233":{"tf":2.6457513110645907},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"237":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"242":{"tf":2.0},"243":{"tf":3.0},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"246":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":3.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":2.23606797749979},"260":{"tf":2.23606797749979},"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":2.23606797749979},"269":{"tf":3.7416573867739413},"272":{"tf":2.23606797749979},"275":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":3.4641016151377544},"280":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.7320508075688772},"376":{"tf":1.0},"379":{"tf":1.0},"395":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"421":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"485":{"tf":1.0},"49":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":2.0},"499":{"tf":2.23606797749979},"5":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.7320508075688772},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"529":{"tf":1.0},"530":{"tf":2.0},"535":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":6.4031242374328485},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.4142135623730951},"586":{"tf":1.7320508075688772},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.7320508075688772},"596":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":2.23606797749979},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"61":{"tf":2.0},"610":{"tf":2.449489742783178},"611":{"tf":2.8284271247461903},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.4142135623730951},"620":{"tf":2.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"625":{"tf":2.0},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"644":{"tf":2.6457513110645907},"647":{"tf":1.4142135623730951},"648":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":1.0},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"662":{"tf":1.0},"663":{"tf":1.7320508075688772},"664":{"tf":3.0},"665":{"tf":1.7320508075688772},"683":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"694":{"tf":2.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.7320508075688772},"700":{"tf":2.23606797749979},"701":{"tf":1.4142135623730951},"702":{"tf":2.8284271247461903},"703":{"tf":1.7320508075688772},"704":{"tf":2.449489742783178},"706":{"tf":1.4142135623730951},"71":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.7320508075688772},"728":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"565":{"tf":1.0}}},"y":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"3":{"tf":1.0},"396":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"578":{"tf":1.0},"630":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.7320508075688772},"673":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"489":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}}}},"s":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"630":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"355":{"tf":1.0},"656":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"206":{"tf":1.0},"210":{"tf":1.0},"580":{"tf":1.0},"656":{"tf":1.4142135623730951},"663":{"tf":1.0}}}},"df":5,"docs":{"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"656":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"237":{"tf":1.0},"243":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":2.23606797749979},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"569":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.7320508075688772},"611":{"tf":1.0},"618":{"tf":1.4142135623730951},"620":{"tf":2.0},"621":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":2.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"656":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"677":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"702":{"tf":1.7320508075688772},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":1.7320508075688772},"707":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"tf":1.7320508075688772},"750":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"646":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"119":{"tf":2.0},"123":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"583":{"tf":1.4142135623730951},"586":{"tf":1.0},"596":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":2.0},"691":{"tf":1.7320508075688772},"694":{"tf":1.4142135623730951},"698":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"646":{"tf":1.0}}}}},"u":{"df":2,"docs":{"163":{"tf":1.0},"330":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"203":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0}}},"df":2,"docs":{"307":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"181":{"tf":1.0},"183":{"tf":1.0},"314":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"269":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"222":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"276":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":25,"docs":{"139":{"tf":1.0},"217":{"tf":2.23606797749979},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":2.449489742783178},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"590":{"tf":1.0},"65":{"tf":1.0},"654":{"tf":2.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"410":{"tf":1.0},"648":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"217":{"tf":1.0},"654":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"217":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"508":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"93":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"651":{"tf":1.4142135623730951},"685":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"426":{"tf":1.0},"521":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"v":{"df":8,"docs":{"209":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.4142135623730951},"675":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":20,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":2.449489742783178},"256":{"tf":2.449489742783178},"269":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"610":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"272":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"393":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"498":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"539":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"202":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":24,"docs":{"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"2":{"df":29,"docs":{"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"607":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"702":{"tf":1.0}}},"3":{"df":23,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.0},"664":{"tf":1.0},"672":{"tf":1.0}}},"4":{"df":14,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"444":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"107":{"tf":2.23606797749979},"19":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"283":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"607":{"tf":1.0},"613":{"tf":1.0},"666":{"tf":1.0},"672":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"6":{"df":222,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":2.0},"496":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"7":{"df":35,"docs":{"497":{"tf":1.7320508075688772},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"667":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":11,"docs":{"20":{"tf":1.0},"531":{"tf":1.7320508075688772},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0}}},"9":{"df":6,"docs":{"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"632":{"tf":1.0}}},"df":34,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"495":{"tf":1.0},"5":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"644":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"232":{"tf":1.0},"498":{"tf":1.0}}},"3":{"df":5,"docs":{"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"65":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":213,"docs":{"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":32,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.7320508075688772},"165":{"tf":2.0},"185":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":2.0},"285":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"539":{"tf":1.0},"546":{"tf":1.7320508075688772},"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"65":{"tf":2.0},"86":{"tf":1.0}}},"1":{"df":18,"docs":{"563":{"tf":1.7320508075688772},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"669":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":37,"docs":{"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0}}},"3":{"df":9,"docs":{"617":{"tf":1.7320508075688772},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"624":{"tf":1.0}}},"df":6,"docs":{"626":{"tf":1.7320508075688772},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"5":{"df":11,"docs":{"632":{"tf":1.7320508075688772},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"86":{"tf":1.0}}},"6":{"df":8,"docs":{"21":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"682":{"tf":1.7320508075688772}}},":":{"4":{"1":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"539":{"tf":1.0},"540":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"107":{"tf":1.0},"265":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"624":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":1.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.0},"679":{"tf":1.7320508075688772},"74":{"tf":1.0},"80":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"673":{"tf":1.0},"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}},"df":19,"docs":{"169":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"539":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"680":{"tf":2.0},"702":{"tf":1.0},"74":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"287":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"342":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":45,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.0},"150":{"tf":1.0},"207":{"tf":1.7320508075688772},"232":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"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},"499":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"539":{"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":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.7320508075688772}},"–":{"1":{"0":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"232":{"tf":1.0},"624":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"539":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"654":{"tf":1.0},"66":{"tf":1.4142135623730951},"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":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"7":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"209":{"tf":1.0},"539":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"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}}},"8":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"287":{"tf":1.0}}},"df":39,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"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.0},"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":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"539":{"tf":1.0},"658":{"tf":1.0},"688":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":25,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"539":{"tf":1.0},"659":{"tf":1.0},"702":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":3,"docs":{"241":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":1,"docs":{"259":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"625":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"713":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":1,"docs":{"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"471":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"508":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"680":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"109":{"tf":1.7320508075688772},"119":{"tf":1.0},"276":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"530":{"tf":1.4142135623730951},"586":{"tf":1.4142135623730951},"8":{"tf":2.0},"88":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"216":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"697":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"41":{"tf":1.7320508075688772},"495":{"tf":1.0},"59":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"713":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"243":{"tf":1.0},"287":{"tf":1.0},"565":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"272":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":1,"docs":{"554":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"279":{"tf":1.0},"618":{"tf":1.4142135623730951},"630":{"tf":1.0},"645":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"535":{"tf":1.0},"582":{"tf":2.449489742783178}}}}}}},"t":{"df":3,"docs":{"471":{"tf":1.4142135623730951},"646":{"tf":1.0},"678":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"190":{"tf":1.0},"241":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"744":{"tf":1.0}}}},"v":{"df":3,"docs":{"244":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"638":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"650":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":34,"docs":{"214":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"279":{"tf":1.0},"37":{"tf":1.0},"462":{"tf":1.4142135623730951},"48":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"565":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":2.449489742783178},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":2.0},"649":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"127":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"630":{"tf":1.0},"642":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"566":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"462":{"tf":1.0},"499":{"tf":1.4142135623730951},"530":{"tf":1.0},"578":{"tf":1.0},"611":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.4142135623730951},"630":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"624":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"256":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.0},"631":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"243":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"272":{"tf":1.0},"502":{"tf":1.0},"570":{"tf":2.0},"712":{"tf":1.0},"714":{"tf":2.0}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":3,"docs":{"506":{"tf":1.0},"707":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"103":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"5":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"607":{"tf":1.0},"664":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"g":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":4,"docs":{"126":{"tf":1.0},"243":{"tf":1.0},"449":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"404":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":2,"docs":{"161":{"tf":1.0},"404":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"249":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"679":{"tf":1.0},"745":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"620":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"127":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"485":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"627":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"628":{"tf":1.0},"648":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"550":{"tf":1.0}}},"df":3,"docs":{"123":{"tf":1.7320508075688772},"276":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"678":{"tf":1.0},"81":{"tf":1.0}}},"o":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.4142135623730951},"692":{"tf":1.0}}}}},"r":{"df":1,"docs":{"449":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"600":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":2.0}}}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"247":{"tf":1.0},"259":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"603":{"tf":1.0},"614":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0},"739":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"237":{"tf":1.0},"26":{"tf":1.0},"565":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"550":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"731":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"150":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.4142135623730951},"284":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"521":{"tf":1.0},"585":{"tf":1.7320508075688772},"586":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.4142135623730951},"611":{"tf":2.6457513110645907},"627":{"tf":1.0},"650":{"tf":1.0},"662":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"611":{"tf":1.4142135623730951},"638":{"tf":1.0},"644":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"272":{"tf":1.0},"279":{"tf":1.0},"49":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"380":{"tf":1.0},"502":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"565":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"595":{"tf":1.7320508075688772},"597":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"685":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"52":{"tf":1.0},"554":{"tf":1.0},"679":{"tf":1.0},"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"123":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"46":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"268":{"tf":1.7320508075688772},"43":{"tf":1.0},"485":{"tf":1.0},"530":{"tf":1.0},"584":{"tf":1.0},"598":{"tf":1.4142135623730951},"69":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.4142135623730951},"225":{"tf":1.0},"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.7320508075688772},"567":{"tf":1.0},"574":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"611":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"486":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"197":{"tf":1.0},"213":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"521":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"230":{"tf":1.0},"652":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"209":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"212":{"tf":1.0},"29":{"tf":1.0},"630":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"114":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"272":{"tf":2.0},"691":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"181":{"tf":1.0},"463":{"tf":1.0}}},"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"276":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.0},"29":{"tf":1.4142135623730951},"309":{"tf":1.0},"653":{"tf":1.0},"715":{"tf":1.0}},"f":{"df":1,"docs":{"715":{"tf":1.0}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"217":{"tf":1.0},"275":{"tf":1.0},"335":{"tf":1.0},"654":{"tf":1.0},"691":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"217":{"tf":1.0},"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"586":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"97":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"715":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"328":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"550":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"339":{"tf":1.0}}},"df":2,"docs":{"684":{"tf":1.0},"689":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":40,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"684":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"499":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"654":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"275":{"tf":1.0},"630":{"tf":1.0},"700":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"277":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"272":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"703":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"530":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}},"df":4,"docs":{"233":{"tf":1.0},"241":{"tf":1.4142135623730951},"692":{"tf":1.0},"703":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"120":{"tf":1.0},"29":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"256":{"tf":1.0},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"508":{"tf":1.4142135623730951},"527":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"148":{"tf":1.0},"279":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"272":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"280":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"676":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"644":{"tf":2.8284271247461903},"676":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"57":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"473":{"tf":1.4142135623730951},"621":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"133":{"tf":1.0},"224":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"119":{"tf":1.0},"285":{"tf":1.0},"652":{"tf":1.0}}}}},"t":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"157":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":2.0},"260":{"tf":1.4142135623730951},"27":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":3.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.4142135623730951},"630":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"550":{"tf":5.0990195135927845},"632":{"tf":1.0},"664":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"692":{"tf":1.4142135623730951},"694":{"tf":1.0},"702":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"508":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"380":{"tf":1.0},"609":{"tf":1.0},"658":{"tf":1.7320508075688772},"690":{"tf":1.0}},"f":{"df":2,"docs":{"479":{"tf":1.0},"609":{"tf":1.0}},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"684":{"tf":1.0}},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"246":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"630":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"221":{"tf":1.0},"269":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"565":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"332":{"tf":1.0},"338":{"tf":1.0},"426":{"tf":1.0},"625":{"tf":1.0},"677":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"151":{"tf":1.0},"17":{"tf":1.0},"289":{"tf":1.0},"405":{"tf":1.4142135623730951},"520":{"tf":1.0},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.23606797749979},"27":{"tf":1.0},"647":{"tf":1.7320508075688772},"702":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"62":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":3,"docs":{"56":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"530":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.0},"651":{"tf":1.4142135623730951},"676":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"246":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"i":{"c":{"df":90,"docs":{"19":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"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},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"63":{"tf":1.0},"630":{"tf":1.7320508075688772},"632":{"tf":1.0},"644":{"tf":1.7320508075688772},"648":{"tf":1.0},"663":{"tf":1.7320508075688772},"701":{"tf":1.0},"722":{"tf":1.0},"750":{"tf":1.4142135623730951},"752":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":23,"docs":{"181":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.7320508075688772},"607":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"628":{"tf":1.0}}},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"565":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"683":{"tf":1.0},"690":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"312":{"tf":1.0}},"t":{"df":2,"docs":{"111":{"tf":1.0},"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"431":{"tf":1.4142135623730951},"49":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"569":{"tf":1.4142135623730951},"6":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"275":{"tf":1.7320508075688772},"599":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"652":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"212":{"tf":1.0},"243":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"538":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"279":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"503":{"tf":1.0},"52":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"651":{"tf":1.0},"699":{"tf":1.4142135623730951},"706":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.0},"701":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"602":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"213":{"tf":1.0},"224":{"tf":1.7320508075688772},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"4":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"574":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"628":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"687":{"tf":1.0},"705":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"690":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"140":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":2.0},"229":{"tf":1.0},"269":{"tf":1.0},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"550":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":8,"docs":{"171":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"477":{"tf":1.0},"583":{"tf":1.0},"645":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}},"l":{"df":15,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":2.449489742783178},"199":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":3.1622776601683795},"272":{"tf":1.0},"505":{"tf":1.4142135623730951},"511":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"726":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"233":{"tf":1.0},"243":{"tf":2.8284271247461903},"703":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"676":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"668":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"678":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"631":{"tf":1.0},"672":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.0}}}},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"55":{"tf":1.0},"658":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.4142135623730951},"177":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":2.0},"692":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"550":{"tf":1.0},"644":{"tf":1.7320508075688772},"681":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":2.0},"12":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"645":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"680":{"tf":1.0}}},"y":{"df":1,"docs":{"439":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"521":{"tf":1.0}}}}},"df":2,"docs":{"524":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"132":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"582":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":131,"docs":{"103":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"141":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.7320508075688772},"181":{"tf":2.8284271247461903},"183":{"tf":1.7320508075688772},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"203":{"tf":2.0},"205":{"tf":1.7320508075688772},"222":{"tf":1.0},"228":{"tf":2.0},"230":{"tf":1.7320508075688772},"235":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":2.0},"256":{"tf":1.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0},"373":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"426":{"tf":1.4142135623730951},"428":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"463":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"479":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.0},"565":{"tf":1.0},"578":{"tf":1.7320508075688772},"583":{"tf":1.0},"593":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"611":{"tf":1.0},"625":{"tf":3.7416573867739413},"626":{"tf":1.7320508075688772},"627":{"tf":2.8284271247461903},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.7320508075688772},"630":{"tf":1.0},"631":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"664":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"720":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"621":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"565":{"tf":2.23606797749979},"567":{"tf":1.0},"569":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"700":{"tf":1.4142135623730951},"749":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"628":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"676":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"491":{"tf":1.4142135623730951},"499":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"646":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"256":{"tf":1.0},"628":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"155":{"tf":1.0},"659":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"155":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"539":{"tf":1.0},"692":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"276":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"151":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"411":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"668":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"565":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"220":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"611":{"tf":1.0},"707":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"506":{"tf":1.0},"700":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"558":{"tf":1.0},"559":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"550":{"tf":2.6457513110645907},"553":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"582":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"df":5,"docs":{"104":{"tf":1.0},"272":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"646":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.4142135623730951},"698":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"148":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"620":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":8,"docs":{"182":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"530":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":2.0}}}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"279":{"tf":1.0},"433":{"tf":1.4142135623730951},"616":{"tf":1.0},"646":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}},"u":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"521":{"tf":1.4142135623730951},"646":{"tf":1.0}}}},"df":2,"docs":{"145":{"tf":1.0},"598":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}}}},"df":20,"docs":{"177":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":2.6457513110645907},"27":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"662":{"tf":1.7320508075688772},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"689":{"tf":1.0},"97":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"677":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"690":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"577":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"565":{"tf":1.0},"568":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"650":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"127":{"tf":1.0},"237":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"618":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"692":{"tf":1.0},"706":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":19,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"255":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"475":{"tf":1.4142135623730951},"602":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"698":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"621":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":666,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"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},"13":{"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":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":2.23606797749979},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":2.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":3.605551275463989},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"202":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":2.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":2.0},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.4142135623730951},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.7320508075688772},"547":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.7320508075688772},"55":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.7320508075688772},"564":{"tf":1.4142135623730951},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":2.23606797749979},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":2.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.4142135623730951},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":2.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":2.0},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"65":{"tf":1.4142135623730951},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.7320508075688772},"68":{"tf":1.0},"680":{"tf":2.0},"681":{"tf":1.7320508075688772},"682":{"tf":1.7320508075688772},"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},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"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":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"219":{"tf":1.0},"550":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":6,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"214":{"tf":2.6457513110645907},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"214":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":121,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":2.23606797749979},"196":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.7320508075688772},"380":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"535":{"tf":1.0},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"544":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"585":{"tf":1.0},"597":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"611":{"tf":1.0},"614":{"tf":1.4142135623730951},"630":{"tf":3.0},"631":{"tf":1.0},"636":{"tf":2.23606797749979},"638":{"tf":2.449489742783178},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":4.123105625617661},"648":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.4142135623730951},"682":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}},"i":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}},"r":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"245":{"tf":1.0},"272":{"tf":1.0},"690":{"tf":1.0}}}}},"k":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"r":{"df":2,"docs":{"43":{"tf":1.0},"700":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"29":{"tf":1.0},"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":2.0},"495":{"tf":1.0},"545":{"tf":1.0},"59":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.7320508075688772},"677":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"625":{"tf":1.0},"645":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"169":{"tf":1.0},"260":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":2.449489742783178},"601":{"tf":1.0},"687":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"269":{"tf":1.0},"587":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":40,"docs":{"169":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"221":{"tf":1.0},"243":{"tf":3.0},"268":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":2.0},"529":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"644":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":2.449489742783178},"710":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"505":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"672":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":2.0},"539":{"tf":1.0},"630":{"tf":1.4142135623730951},"633":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"698":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":40,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.0},"57":{"tf":1.0},"602":{"tf":1.0},"620":{"tf":1.4142135623730951},"622":{"tf":1.0},"627":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"499":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"546":{"tf":1.7320508075688772},"547":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":2.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"632":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":2.6457513110645907},"646":{"tf":1.0},"674":{"tf":1.0},"686":{"tf":1.4142135623730951},"706":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"676":{"tf":1.4142135623730951},"686":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.0},"528":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":237,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"181":{"tf":1.7320508075688772},"19":{"tf":1.0},"216":{"tf":1.0},"236":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"550":{"tf":1.0},"583":{"tf":1.4142135623730951},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"706":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"235":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"545":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"651":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0}}}},"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"545":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"527":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":2.23606797749979},"120":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"283":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":2.0},"499":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"620":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"df":7,"docs":{"247":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":2.0},"620":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":49,"docs":{"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"243":{"tf":3.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":2.23606797749979},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":2.449489742783178},"498":{"tf":1.0},"527":{"tf":2.0},"610":{"tf":2.0},"611":{"tf":1.0},"651":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.7320508075688772},"683":{"tf":1.7320508075688772},"690":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.0},"277":{"tf":1.0},"499":{"tf":1.0},"707":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"549":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"110":{"tf":2.23606797749979},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.0},"190":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":2.449489742783178},"224":{"tf":1.4142135623730951},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"311":{"tf":1.0},"499":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"521":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"611":{"tf":1.0},"616":{"tf":1.0},"622":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.0},"662":{"tf":1.7320508075688772},"664":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"709":{"tf":1.0},"711":{"tf":1.0},"716":{"tf":1.0},"724":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"237":{"tf":1.0},"289":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"618":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"666":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"133":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"622":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":68,"docs":{"161":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"228":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":2.6457513110645907},"269":{"tf":3.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.0},"511":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"614":{"tf":1.0},"64":{"tf":1.7320508075688772},"648":{"tf":1.4142135623730951},"65":{"tf":1.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"66":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"698":{"tf":1.0},"70":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"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}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"269":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.0},"538":{"tf":1.4142135623730951},"543":{"tf":1.0},"550":{"tf":1.0},"576":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"581":{"tf":1.0},"683":{"tf":1.0},"712":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":81,"docs":{"106":{"tf":1.7320508075688772},"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.0},"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},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"209":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"702":{"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}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"583":{"tf":2.6457513110645907},"691":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"258":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"565":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"550":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"530":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}},"t":{"df":1,"docs":{"684":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"685":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"249":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"41":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"664":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"598":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"279":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"220":{"tf":1.0},"499":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":4,"docs":{"119":{"tf":1.4142135623730951},"225":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"700":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"741":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"228":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"499":{"tf":1.0},"549":{"tf":1.0},"61":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"632":{"tf":1.4142135623730951},"663":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"82":{"tf":1.0}}}}},"w":{"df":1,"docs":{"89":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}},"df":2,"docs":{"269":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"216":{"tf":1.0},"520":{"tf":1.0},"565":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"703":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"499":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"152":{"tf":1.0}},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"644":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"638":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}},"df":4,"docs":{"41":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"272":{"tf":1.0}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"272":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"644":{"tf":1.0},"650":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"v":{"df":2,"docs":{"172":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"647":{"tf":1.0},"700":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"527":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"549":{"tf":1.0},"649":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"369":{"tf":1.4142135623730951},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":18,"docs":{"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.7320508075688772},"555":{"tf":1.0},"562":{"tf":1.0},"569":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"709":{"tf":1.0},"713":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"311":{"tf":1.0},"569":{"tf":1.4142135623730951},"602":{"tf":1.0},"608":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"272":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"499":{"tf":1.0},"540":{"tf":1.0},"610":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"711":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"44":{"tf":1.0},"535":{"tf":1.0},"648":{"tf":1.7320508075688772},"69":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":1.7320508075688772},"727":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.7320508075688772},"631":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":2.23606797749979},"647":{"tf":2.449489742783178},"676":{"tf":1.0},"688":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"690":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"510":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"710":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"272":{"tf":1.0},"512":{"tf":1.7320508075688772}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"6":{"tf":1.0},"673":{"tf":1.0},"744":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"644":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"216":{"tf":1.0},"527":{"tf":1.0}}}},"r":{"df":3,"docs":{"610":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"624":{"tf":1.0},"641":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"43":{"tf":1.0},"524":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"618":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"646":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"122":{"tf":1.0},"243":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"633":{"tf":1.0},"636":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"528":{"tf":1.0},"646":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"680":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"344":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"565":{"tf":1.4142135623730951},"88":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"704":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"256":{"tf":1.0},"620":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":82,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"256":{"tf":1.0},"27":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"499":{"tf":1.7320508075688772},"522":{"tf":1.0},"530":{"tf":2.0},"545":{"tf":2.0},"565":{"tf":2.0},"566":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":2.8284271247461903},"634":{"tf":1.0},"635":{"tf":1.7320508075688772},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":3.605551275463989},"646":{"tf":1.4142135623730951},"648":{"tf":2.449489742783178},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":2.0},"671":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":3.0},"679":{"tf":1.0},"680":{"tf":2.0},"682":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":2.0},"686":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.7320508075688772},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"622":{"tf":1.0}},"e":{"df":1,"docs":{"622":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"109":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.4142135623730951},"220":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":2.0},"240":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.4142135623730951},"49":{"tf":1.0},"514":{"tf":1.7320508075688772},"550":{"tf":1.7320508075688772},"565":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"216":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"565":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"673":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"667":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"p":{"df":1,"docs":{"62":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"673":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.0},"695":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.4142135623730951},"574":{"tf":1.0},"585":{"tf":1.7320508075688772},"609":{"tf":1.0},"611":{"tf":2.23606797749979},"653":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"527":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"581":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"280":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"608":{"tf":1.0},"649":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"682":{"tf":1.0},"716":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"650":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"41":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"696":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"696":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"44":{"tf":1.0},"644":{"tf":1.0},"726":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"527":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":7,"docs":{"581":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"162":{"tf":1.0},"241":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":1.0},"535":{"tf":1.0},"59":{"tf":1.0},"628":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.4142135623730951},"281":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"675":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"550":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"614":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"666":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.7320508075688772},"697":{"tf":2.0},"716":{"tf":1.0}}},"t":{"df":2,"docs":{"288":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"388":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"644":{"tf":2.0},"646":{"tf":2.0},"677":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"545":{"tf":1.4142135623730951},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"550":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"676":{"tf":1.0}}}},"df":1,"docs":{"268":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":3.1622776601683795},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":2.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"166":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"41":{"tf":1.0},"498":{"tf":2.8284271247461903},"50":{"tf":1.0},"500":{"tf":3.0},"507":{"tf":2.23606797749979},"523":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"59":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"680":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.0},"161":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"228":{"tf":2.23606797749979},"486":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.23606797749979},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":3.3166247903554},"595":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":3.0},"706":{"tf":3.605551275463989},"710":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"706":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"344":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"502":{"tf":1.0},"664":{"tf":1.0},"688":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"153":{"tf":1.0},"19":{"tf":2.23606797749979},"240":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"340":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"676":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0}}}},"df":3,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"527":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"676":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"493":{"tf":1.4142135623730951},"628":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"380":{"tf":1.0},"527":{"tf":1.0},"534":{"tf":1.4142135623730951},"549":{"tf":1.0},"648":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"181":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"511":{"tf":1.0},"641":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"539":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"690":{"tf":1.0},"701":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"g":{"df":1,"docs":{"620":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"710":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"111":{"tf":1.0},"113":{"tf":2.0},"197":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"505":{"tf":4.242640687119285},"506":{"tf":2.449489742783178},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":2.23606797749979},"591":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772},"690":{"tf":1.0},"706":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"277":{"tf":1.0},"624":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"413":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"123":{"tf":1.7320508075688772},"277":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"513":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"508":{"tf":2.0}}}}},"f":{"df":1,"docs":{"221":{"tf":1.0}}},"g":{"df":1,"docs":{"156":{"tf":1.0}}},"k":{"df":1,"docs":{"156":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"635":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"197":{"tf":1.0},"508":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"595":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"647":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.0},"27":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"675":{"tf":1.4142135623730951},"680":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"750":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"48":{"tf":1.0},"621":{"tf":1.0},"702":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"249":{"tf":1.0},"29":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}}},"df":44,"docs":{"19":{"tf":1.4142135623730951},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"454":{"tf":1.4142135623730951},"492":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"659":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":2.23606797749979},"715":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"638":{"tf":1.0}}}}},"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.7320508075688772},"279":{"tf":1.0},"515":{"tf":1.7320508075688772},"646":{"tf":1.0},"678":{"tf":1.0},"725":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":236,"docs":{"109":{"tf":1.4142135623730951},"21":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0},"650":{"tf":1.0},"7":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"267":{"tf":1.0},"566":{"tf":1.4142135623730951},"620":{"tf":1.0},"629":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"269":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"161":{"tf":1.0},"552":{"tf":1.4142135623730951},"553":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.4142135623730951},"520":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"550":{"tf":1.0},"599":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"504":{"tf":1.0},"646":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"48":{"tf":1.0},"485":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":2.6457513110645907},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.4142135623730951},"684":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"45":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"515":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"454":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"587":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"233":{"tf":1.0},"241":{"tf":1.7320508075688772},"269":{"tf":1.0},"502":{"tf":1.4142135623730951},"539":{"tf":1.0},"576":{"tf":1.0},"592":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"719":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":1,"docs":{"493":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"499":{"tf":1.0},"524":{"tf":1.0},"544":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"630":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"692":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"225":{"tf":1.0},"276":{"tf":1.0},"5":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"506":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"678":{"tf":1.0},"751":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"504":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":2.0}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"616":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"117":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":2.449489742783178},"265":{"tf":1.0},"272":{"tf":2.6457513110645907},"29":{"tf":1.0},"309":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"61":{"tf":1.0},"612":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.0},"627":{"tf":1.0},"690":{"tf":1.0},"704":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"242":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"587":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":8,"docs":{"236":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"539":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"614":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"238":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"463":{"tf":1.4142135623730951},"49":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"120":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"581":{"tf":1.0},"624":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"205":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"98":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"543":{"tf":1.0},"624":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"194":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.8284271247461903},"244":{"tf":2.0},"245":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":2.0},"272":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"499":{"tf":1.0},"5":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"571":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"577":{"tf":1.4142135623730951},"579":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.4142135623730951},"610":{"tf":1.0},"622":{"tf":1.7320508075688772},"628":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"664":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"692":{"tf":1.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"720":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"272":{"tf":1.7320508075688772},"46":{"tf":1.0},"511":{"tf":1.0},"543":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"696":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}},"m":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"636":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"255":{"tf":1.0},"659":{"tf":1.0}}}}}},"df":1,"docs":{"701":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"40":{"tf":1.0},"500":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"680":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":1.0},"627":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"237":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"603":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":1.0},"499":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"682":{"tf":1.0},"690":{"tf":1.0},"706":{"tf":1.0}}},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"279":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"581":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"63":{"tf":1.0},"664":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"630":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"708":{"tf":1.0}}}}},"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":{"587":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"105":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"256":{"tf":1.0},"33":{"tf":1.4142135623730951},"610":{"tf":1.0},"63":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"289":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"272":{"tf":1.0},"309":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"706":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"255":{"tf":1.0}}},"t":{"df":7,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"503":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0}}},"r":{"df":3,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"48":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"52":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"719":{"tf":1.0},"743":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"565":{"tf":1.0},"624":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"240":{"tf":1.0},"499":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"187":{"tf":1.0},"210":{"tf":1.4142135623730951},"219":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.0},"287":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"649":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"150":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"277":{"tf":1.0},"499":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.4142135623730951},"646":{"tf":1.0},"709":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":25,"docs":{"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.6457513110645907},"150":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"43":{"tf":1.0},"492":{"tf":1.4142135623730951},"509":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":2.0},"687":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"243":{"tf":1.0},"280":{"tf":1.4142135623730951},"30":{"tf":1.0},"477":{"tf":1.7320508075688772},"504":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"699":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"593":{"tf":1.0},"706":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"133":{"tf":1.0},"212":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"139":{"tf":1.0},"235":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"621":{"tf":1.0},"646":{"tf":1.0},"725":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"648":{"tf":1.0}}},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"210":{"tf":1.0},"216":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"652":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"256":{"tf":1.4142135623730951},"288":{"tf":1.0},"392":{"tf":1.4142135623730951},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"630":{"tf":1.7320508075688772},"631":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"685":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"e":{"df":2,"docs":{"41":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"25":{"tf":2.23606797749979},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"499":{"tf":1.0},"550":{"tf":2.23606797749979},"57":{"tf":1.7320508075688772},"618":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"638":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.7320508075688772},"709":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"531":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.7320508075688772},"534":{"tf":1.0},"535":{"tf":2.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":2.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"582":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"689":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"599":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"646":{"tf":3.3166247903554},"681":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":2.23606797749979},"247":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.6457513110645907},"277":{"tf":1.0},"279":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.4142135623730951},"530":{"tf":1.0},"543":{"tf":1.4142135623730951},"569":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"646":{"tf":3.0},"664":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"511":{"tf":1.0},"602":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"729":{"tf":1.0},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"624":{"tf":1.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"646":{"tf":1.7320508075688772},"681":{"tf":1.0}}}},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":3,"docs":{"242":{"tf":2.0},"505":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"633":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":2.0},"131":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"228":{"tf":1.0},"256":{"tf":4.47213595499958},"498":{"tf":1.0},"500":{"tf":2.449489742783178},"501":{"tf":1.7320508075688772},"502":{"tf":2.0},"503":{"tf":2.23606797749979},"504":{"tf":2.23606797749979},"505":{"tf":2.23606797749979},"506":{"tf":2.0},"507":{"tf":2.23606797749979},"517":{"tf":1.0},"523":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"708":{"tf":1.4142135623730951},"709":{"tf":2.23606797749979},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"715":{"tf":1.0},"729":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.4142135623730951},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"470":{"tf":1.4142135623730951},"49":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"51":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"545":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.0},"601":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"710":{"tf":1.0},"713":{"tf":1.4142135623730951},"722":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"524":{"tf":1.0},"616":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"611":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"109":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951}}}},"df":15,"docs":{"152":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"277":{"tf":1.0},"423":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"615":{"tf":1.0},"630":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":2.23606797749979},"710":{"tf":2.6457513110645907},"734":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.0},"501":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"255":{"tf":1.0},"277":{"tf":1.0},"585":{"tf":1.0},"624":{"tf":1.0},"674":{"tf":1.0}}}}},"p":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"647":{"tf":1.0}},"l":{"df":1,"docs":{"644":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"550":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"173":{"tf":1.0}}},"df":12,"docs":{"181":{"tf":1.0},"431":{"tf":1.0},"514":{"tf":1.0},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"593":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"581":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"245":{"tf":1.0},"650":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"287":{"tf":1.0},"624":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"638":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}},"df":1,"docs":{"690":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"568":{"tf":1.4142135623730951},"716":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":3.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"618":{"tf":1.0},"642":{"tf":1.0}},"i":{"df":4,"docs":{"671":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"237":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"215":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"702":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"549":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"648":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"157":{"tf":1.0},"173":{"tf":1.0},"230":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.4142135623730951},"569":{"tf":1.0},"572":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"644":{"tf":1.0},"65":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":2.23606797749979},"713":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"608":{"tf":1.4142135623730951},"622":{"tf":1.0},"633":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"584":{"tf":1.0},"704":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"581":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"26":{"tf":1.0},"416":{"tf":1.4142135623730951},"618":{"tf":1.0},"648":{"tf":1.0}},"n":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"150":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.0},"477":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"276":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"598":{"tf":2.0},"730":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"628":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":32,"docs":{"721":{"tf":1.7320508075688772},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0}}}}},"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":2,"docs":{"255":{"tf":1.0},"540":{"tf":1.0}},"e":{"df":4,"docs":{"538":{"tf":2.0},"540":{"tf":1.0},"688":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"75":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.0},"251":{"tf":1.4142135623730951},"277":{"tf":1.0},"283":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"618":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":18,"docs":{"11":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"624":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"645":{"tf":1.0},"672":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":5,"docs":{"551":{"tf":1.0},"632":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.0},"681":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"648":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"272":{"tf":1.0},"38":{"tf":1.0},"414":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"550":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0},"641":{"tf":1.0}}},"t":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"h":{"df":5,"docs":{"588":{"tf":1.4142135623730951},"589":{"tf":1.7320508075688772},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"592":{"tf":1.4142135623730951},"593":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"533":{"tf":1.7320508075688772},"548":{"tf":1.0},"549":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.7320508075688772},"6":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0}}},"df":2,"docs":{"590":{"tf":1.4142135623730951},"591":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"701":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"209":{"tf":1.4142135623730951},"277":{"tf":1.0},"425":{"tf":1.4142135623730951},"508":{"tf":1.0},"549":{"tf":1.4142135623730951},"624":{"tf":1.0},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"722":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0}}},"t":{"df":1,"docs":{"676":{"tf":1.0}}}},"w":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"224":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"723":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"188":{"tf":1.0},"191":{"tf":1.0},"550":{"tf":1.0},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"644":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"567":{"tf":1.0},"569":{"tf":1.0},"713":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":41,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":1,"docs":{"628":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"600":{"tf":1.4142135623730951},"601":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}},"r":{"df":1,"docs":{"272":{"tf":1.0}},"p":{"df":1,"docs":{"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"150":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"315":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"315":{"tf":1.0}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"n":{"d":{"df":154,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.23606797749979},"144":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":2.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.0},"242":{"tf":1.7320508075688772},"243":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.7320508075688772},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":2.0},"647":{"tf":1.0},"65":{"tf":2.0},"651":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"66":{"tf":1.0},"667":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"676":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.4142135623730951},"708":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"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},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"238":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0}}},"l":{"df":4,"docs":{"246":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"302":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":3,"docs":{"112":{"tf":1.0},"272":{"tf":1.0},"465":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"468":{"tf":1.0},"611":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"458":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"256":{"tf":1.0},"550":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":4,"docs":{"214":{"tf":2.23606797749979},"289":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":2.23606797749979},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"681":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"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":4,"docs":{"182":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"43":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"177":{"tf":1.0},"319":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"611":{"tf":1.0},"687":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":3,"docs":{"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"287":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}},"df":5,"docs":{"221":{"tf":1.4142135623730951},"242":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"690":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"221":{"tf":1.0},"690":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"3":{"tf":1.0},"428":{"tf":1.4142135623730951},"499":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"272":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"228":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0}},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":2.0},"465":{"tf":1.4142135623730951},"495":{"tf":1.0},"521":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.0},"618":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"679":{"tf":1.0},"694":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}}},"’":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"5":{"tf":1.0},"644":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"310":{"tf":1.0},"611":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"364":{"tf":1.0}}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"611":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"468":{"tf":1.4142135623730951},"502":{"tf":1.0},"506":{"tf":1.0},"611":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"651":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.4142135623730951},"520":{"tf":1.0},"530":{"tf":1.0},"597":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"289":{"tf":1.4142135623730951},"495":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"249":{"tf":1.0},"647":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":3,"docs":{"47":{"tf":1.0},"624":{"tf":1.0},"709":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"242":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"456":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"456":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"717":{"tf":1.0}},"i":{"df":1,"docs":{"574":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"214":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"272":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"242":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0}}}},"t":{"df":3,"docs":{"321":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":3,"docs":{"337":{"tf":1.0},"481":{"tf":1.0},"556":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"221":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"367":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"598":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"477":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"460":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"224":{"tf":1.0},"228":{"tf":1.0},"348":{"tf":1.4142135623730951},"451":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"245":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"402":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":1,"docs":{"406":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"406":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"562":{"tf":1.0}}},"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"429":{"tf":1.0}}},"f":{"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"141":{"tf":1.0},"348":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"224":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"685":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"545":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"505":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"650":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"243":{"tf":1.4142135623730951},"505":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.449489742783178},"550":{"tf":1.7320508075688772},"689":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"42":{"tf":1.0},"534":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"277":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"l":{"df":2,"docs":{"197":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"276":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"565":{"tf":1.0},"711":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":4,"docs":{"277":{"tf":1.0},"49":{"tf":1.0},"520":{"tf":1.4142135623730951},"620":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"691":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"242":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"5":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"706":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"680":{"tf":1.0}}}},"df":1,"docs":{"603":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"52":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"653":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"485":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"521":{"tf":1.0},"540":{"tf":1.0},"576":{"tf":1.0},"599":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951},"653":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"543":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"683":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"224":{"tf":1.0},"650":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.7320508075688772},"30":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"615":{"tf":1.4142135623730951},"616":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"644":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"599":{"tf":1.0}},"x":{"df":7,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"562":{"tf":1.0},"630":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":6,"docs":{"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"530":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}},"x":{"df":1,"docs":{"236":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"646":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"230":{"tf":1.0},"255":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":15,"docs":{"214":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"503":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.4142135623730951},"662":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"703":{"tf":1.0},"72":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"690":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"235":{"tf":1.0},"501":{"tf":1.0},"538":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"636":{"tf":1.0},"685":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"671":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":2.23606797749979},"675":{"tf":1.0},"678":{"tf":1.0},"716":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.4142135623730951},"289":{"tf":1.0},"42":{"tf":1.0},"426":{"tf":1.0},"47":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.7320508075688772},"549":{"tf":1.0},"572":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"609":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"644":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"700":{"tf":1.0},"702":{"tf":1.7320508075688772},"707":{"tf":2.0},"713":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"44":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"df":5,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"256":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"109":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"280":{"tf":1.0},"534":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"565":{"tf":1.4142135623730951},"581":{"tf":1.4142135623730951},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"530":{"tf":1.4142135623730951},"549":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"641":{"tf":1.0},"692":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"181":{"tf":1.0},"203":{"tf":1.0},"385":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.7320508075688772},"690":{"tf":1.0},"706":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"122":{"tf":1.0},"275":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"646":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"678":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"109":{"tf":1.0},"44":{"tf":2.8284271247461903},"49":{"tf":1.0},"731":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"115":{"tf":1.0}}},"s":{"df":3,"docs":{"572":{"tf":1.7320508075688772},"712":{"tf":1.0},"715":{"tf":1.7320508075688772}},"h":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"543":{"tf":1.0},"545":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"197":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"616":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"700":{"tf":1.0}},"i":{"df":4,"docs":{"504":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"1":{"tf":1.0},"275":{"tf":1.0},"581":{"tf":1.0},"598":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.4142135623730951},"581":{"tf":1.0},"6":{"tf":1.0},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"705":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}},"v":{"df":5,"docs":{"272":{"tf":1.0},"565":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"678":{"tf":2.23606797749979},"679":{"tf":1.7320508075688772},"680":{"tf":1.7320508075688772},"681":{"tf":2.0},"682":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":12,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.0},"170":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"544":{"tf":1.7320508075688772},"65":{"tf":1.0},"691":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"629":{"tf":1.0},"676":{"tf":1.0}},"’":{"df":4,"docs":{"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":2.23606797749979},"630":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"680":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"244":{"tf":1.0},"628":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"260":{"tf":1.0},"271":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"646":{"tf":1.0}}}},"t":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"209":{"tf":1.0},"618":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}}},"u":{"df":1,"docs":{"97":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"668":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":1,"docs":{"506":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"411":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.0},"698":{"tf":1.0}}}}}}}},"df":2,"docs":{"505":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"478":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"272":{"tf":1.0}},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":4,"docs":{"272":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":5,"docs":{"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":1,"docs":{"433":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"384":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"327":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"611":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.0},"651":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"221":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"139":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"539":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"644":{"tf":1.0},"646":{"tf":3.4641016151377544},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.4142135623730951},"732":{"tf":1.0},"740":{"tf":1.7320508075688772},"741":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"646":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":113,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"150":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"228":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":2.23606797749979},"256":{"tf":4.123105625617661},"257":{"tf":1.4142135623730951},"258":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":2.0},"272":{"tf":2.0},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"501":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"535":{"tf":1.0},"539":{"tf":1.4142135623730951},"543":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"550":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"576":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"598":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":2.0},"630":{"tf":1.7320508075688772},"638":{"tf":1.0},"644":{"tf":3.1622776601683795},"646":{"tf":3.1622776601683795},"653":{"tf":3.1622776601683795},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":2.8284271247461903},"680":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":2.8284271247461903},"685":{"tf":1.7320508075688772},"686":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":2.23606797749979},"710":{"tf":1.4142135623730951},"713":{"tf":1.0},"723":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"475":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"214":{"tf":2.6457513110645907},"343":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"550":{"tf":1.0},"640":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"209":{"tf":1.0},"478":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"245":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"691":{"tf":1.0}}},"w":{"df":3,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"395":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"376":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"622":{"tf":1.0},"650":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":1,"docs":{"505":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"718":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"372":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"554":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"119":{"tf":1.0},"225":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"527":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"527":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"527":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"a":{"df":1,"docs":{"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}}},"u":{"df":2,"docs":{"215":{"tf":1.0},"690":{"tf":1.0}}}}},"df":6,"docs":{"213":{"tf":1.7320508075688772},"53":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.4142135623730951},"662":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"152":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"704":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"704":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"203":{"tf":1.0},"33":{"tf":1.0},"370":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"700":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"67":{"tf":1.0},"687":{"tf":1.7320508075688772},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}}}},"h":{"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":2,"docs":{"217":{"tf":1.0},"654":{"tf":1.0}},"l":{"df":1,"docs":{"275":{"tf":1.0}}},"p":{"df":1,"docs":{"217":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"704":{"tf":1.0},"707":{"tf":1.0}}},"u":{"df":1,"docs":{"277":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"244":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"244":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"410":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.7320508075688772}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"332":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"217":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":2.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.7320508075688772},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"472":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"654":{"tf":1.7320508075688772},"664":{"tf":1.0},"666":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"698":{"tf":1.7320508075688772},"703":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"t":{"df":3,"docs":{"269":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}}},"df":6,"docs":{"245":{"tf":1.4142135623730951},"269":{"tf":1.0},"590":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0}},"f":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"720":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"620":{"tf":1.0}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}},"df":1,"docs":{"582":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"731":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"56":{"tf":1.0}},"w":{"df":115,"docs":{"0":{"tf":2.6457513110645907},"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"150":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.6457513110645907},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"565":{"tf":1.7320508075688772},"566":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":2.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":2.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"645":{"tf":2.23606797749979},"648":{"tf":2.0},"649":{"tf":2.0},"650":{"tf":2.0},"651":{"tf":3.3166247903554},"652":{"tf":2.23606797749979},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.6457513110645907},"672":{"tf":2.0},"673":{"tf":2.449489742783178},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":2.6457513110645907},"677":{"tf":1.7320508075688772},"678":{"tf":1.7320508075688772},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":2.0},"682":{"tf":1.4142135623730951},"686":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.7320508075688772},"748":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"666":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"460":{"tf":1.4142135623730951},"691":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"152":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.4142135623730951},"59":{"tf":1.0},"608":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.7320508075688772},"647":{"tf":1.0},"674":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.4142135623730951},"713":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.0},"567":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"y":{"df":3,"docs":{"197":{"tf":1.0},"256":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"682":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"539":{"tf":1.0},"646":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.7320508075688772},"680":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}}},"df":32,"docs":{"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"406":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"503":{"tf":3.4641016151377544},"507":{"tf":1.0},"516":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"598":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"256":{"tf":1.0},"504":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"161":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"203":{"tf":1.0},"21":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":3.3166247903554},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"641":{"tf":1.7320508075688772},"648":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"680":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"648":{"tf":1.4142135623730951},"700":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"260":{"tf":1.0},"689":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":1,"docs":{"703":{"tf":1.0}},"e":{"df":1,"docs":{"276":{"tf":1.0}},"v":{"df":1,"docs":{"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":64,"docs":{"208":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"510":{"tf":1.0},"527":{"tf":1.7320508075688772},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.0},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"641":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"65":{"tf":2.0},"653":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"676":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"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}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"598":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"240":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.7320508075688772},"537":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":2.0},"61":{"tf":1.4142135623730951},"615":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0},"728":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"’":{"df":1,"docs":{"630":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"611":{"tf":1.0},"644":{"tf":1.0}},"t":{"df":1,"docs":{"638":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"508":{"tf":1.0},"671":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"477":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"642":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":2,"docs":{"430":{"tf":1.4142135623730951},"628":{"tf":1.0}}},"g":{"df":1,"docs":{"172":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"276":{"tf":1.0},"44":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"545":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"624":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"244":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"698":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"736":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"275":{"tf":1.0},"44":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"550":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.0},"624":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"477":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"522":{"tf":1.0}}}},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"406":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.4142135623730951}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}}},"l":{"df":2,"docs":{"712":{"tf":1.0},"716":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"43":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"707":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"581":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"19":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"543":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"677":{"tf":1.0},"690":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"256":{"tf":1.0},"3":{"tf":1.0},"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"620":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"97":{"tf":1.0}},"k":{"df":28,"docs":{"122":{"tf":1.0},"173":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"280":{"tf":1.0},"367":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"620":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"684":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.0},"182":{"tf":1.0},"279":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"429":{"tf":1.4142135623730951},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"224":{"tf":1.0},"561":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951}}}}}}},"s":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"243":{"tf":2.8284271247461903},"661":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"703":{"tf":1.0}},"z":{"df":1,"docs":{"638":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"503":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"690":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"647":{"tf":1.0},"736":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"545":{"tf":1.0},"646":{"tf":1.7320508075688772},"653":{"tf":1.0},"677":{"tf":2.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.0},"741":{"tf":2.23606797749979}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"644":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"277":{"tf":1.0},"401":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"630":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"245":{"tf":1.0},"648":{"tf":2.449489742783178},"650":{"tf":1.4142135623730951},"651":{"tf":2.6457513110645907},"676":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"545":{"tf":1.0},"611":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"651":{"tf":1.0},"711":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":61,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"485":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"59":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.4142135623730951},"696":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"df":1,"docs":{"409":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"124":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.0},"351":{"tf":1.4142135623730951},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"529":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":2.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"228":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"699":{"tf":1.0},"700":{"tf":1.0},"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"554":{"tf":1.0},"566":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":2.23606797749979},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"724":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}},"k":{"df":5,"docs":{"103":{"tf":1.4142135623730951},"27":{"tf":1.0},"550":{"tf":3.1622776601683795},"636":{"tf":1.0},"687":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"664":{"tf":1.0},"704":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":2,"docs":{"543":{"tf":1.7320508075688772},"545":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"526":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"534":{"tf":1.0},"549":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"598":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"677":{"tf":1.0},"680":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":2.0},"689":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"237":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"630":{"tf":1.0}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.7320508075688772},"281":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"581":{"tf":1.0},"625":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"615":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"660":{"tf":1.7320508075688772},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"520":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"681":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"647":{"tf":1.0}},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"530":{"tf":1.0},"567":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"195":{"tf":1.4142135623730951},"228":{"tf":1.0},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"638":{"tf":1.0},"711":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"185":{"tf":2.0},"19":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.4142135623730951},"232":{"tf":2.0},"241":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.449489742783178},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"498":{"tf":2.23606797749979},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"65":{"tf":2.0},"86":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.4142135623730951},"549":{"tf":1.0},"578":{"tf":1.4142135623730951},"581":{"tf":1.0},"649":{"tf":1.0},"663":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"712":{"tf":1.0},"720":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"236":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"550":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":1,"docs":{"628":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"244":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"645":{"tf":1.0},"675":{"tf":2.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"645":{"tf":3.1622776601683795},"674":{"tf":1.0},"675":{"tf":1.0},"682":{"tf":1.4142135623730951}}}},"df":3,"docs":{"646":{"tf":1.7320508075688772},"67":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":1,"docs":{"279":{"tf":1.0}},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"671":{"tf":1.0}},"i":{"df":25,"docs":{"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"630":{"tf":1.7320508075688772},"632":{"tf":2.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"638":{"tf":2.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"502":{"tf":1.0},"517":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"706":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951},"628":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"648":{"tf":3.0},"666":{"tf":1.0},"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"624":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":64,"docs":{"1":{"tf":1.7320508075688772},"133":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"272":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"38":{"tf":1.0},"385":{"tf":1.0},"44":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.4142135623730951},"52":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.0},"586":{"tf":1.0},"6":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"618":{"tf":1.7320508075688772},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"640":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"704":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"557":{"tf":1.0}}}}},"n":{"df":1,"docs":{"585":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"256":{"tf":1.0},"503":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"488":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"17":{"tf":1.0},"281":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"437":{"tf":1.4142135623730951},"496":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"60":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"644":{"tf":2.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"81":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"645":{"tf":1.0},"682":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"676":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"243":{"tf":1.0},"279":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"644":{"tf":2.449489742783178},"645":{"tf":3.4641016151377544},"646":{"tf":1.4142135623730951},"682":{"tf":1.0},"686":{"tf":1.4142135623730951}}}}}}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0},"269":{"tf":1.0},"659":{"tf":1.7320508075688772},"690":{"tf":1.0}}},"t":{"df":1,"docs":{"195":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"424":{"tf":1.4142135623730951},"539":{"tf":1.0},"597":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"543":{"tf":1.0},"612":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"707":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"740":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"219":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"280":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"608":{"tf":1.7320508075688772},"648":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"615":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"631":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"419":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"29":{"tf":1.0},"522":{"tf":1.0},"614":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"598":{"tf":1.0}}},"h":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.0},"170":{"tf":1.0},"173":{"tf":1.0},"42":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.7320508075688772},"599":{"tf":1.0},"65":{"tf":1.0},"689":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"490":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"258":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"235":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"554":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"17":{"tf":1.0},"185":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"243":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"265":{"tf":2.0},"272":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"480":{"tf":1.4142135623730951},"498":{"tf":2.0},"565":{"tf":1.0},"603":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":3.4641016151377544},"632":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":2.0},"652":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"575":{"tf":1.0},"579":{"tf":1.0},"718":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772},"703":{"tf":1.0}}}},"t":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"109":{"tf":1.0},"249":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"275":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"395":{"tf":1.4142135623730951},"530":{"tf":1.0},"560":{"tf":1.0},"621":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"496":{"tf":1.0},"508":{"tf":1.0},"550":{"tf":4.242640687119285},"553":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":2.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"60":{"tf":1.0},"614":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"746":{"tf":1.0},"81":{"tf":1.0}}}}},"g":{"df":8,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"515":{"tf":1.0},"604":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"171":{"tf":1.0}}},"k":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"627":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"243":{"tf":1.0},"621":{"tf":1.0},"692":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"224":{"tf":1.0},"256":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.4142135623730951},"614":{"tf":1.0},"645":{"tf":1.0},"689":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"61":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"689":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.0},"72":{"tf":1.0},"741":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":2,"docs":{"260":{"tf":1.0},"42":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"243":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"630":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"n":{"df":14,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"543":{"tf":2.23606797749979},"544":{"tf":2.0},"545":{"tf":2.23606797749979},"653":{"tf":1.0},"668":{"tf":2.0},"677":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":2.23606797749979},"744":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"545":{"tf":1.7320508075688772},"644":{"tf":1.0},"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"140":{"tf":1.0},"209":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"391":{"tf":1.4142135623730951},"42":{"tf":1.0},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"378":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":2.6457513110645907},"540":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"582":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":2.6457513110645907},"667":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"677":{"tf":2.449489742783178},"684":{"tf":2.6457513110645907},"688":{"tf":2.23606797749979}},"p":{"a":{"d":{"df":2,"docs":{"539":{"tf":1.0},"667":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"505":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"688":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"305":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"241":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}},"g":{"df":1,"docs":{"579":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":3,"docs":{"504":{"tf":1.0},"530":{"tf":1.0},"709":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"702":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"249":{"tf":1.4142135623730951},"279":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"664":{"tf":1.0}},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"272":{"tf":1.0},"276":{"tf":1.0}},"r":{"df":2,"docs":{"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"181":{"tf":1.0},"581":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"581":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"119":{"tf":2.449489742783178},"277":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"511":{"tf":1.0},"516":{"tf":1.0},"521":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"706":{"tf":2.0},"710":{"tf":1.4142135623730951},"718":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"573":{"tf":2.0},"609":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"440":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"407":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"181":{"tf":1.0},"407":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"228":{"tf":1.0},"329":{"tf":1.0},"690":{"tf":1.0},"707":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"550":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"638":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"582":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"440":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"596":{"tf":1.4142135623730951},"597":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"103":{"tf":1.0},"12":{"tf":1.4142135623730951},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"680":{"tf":1.0},"723":{"tf":1.0},"82":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":2.0},"245":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"314":{"tf":1.4142135623730951},"332":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.7320508075688772},"506":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"565":{"tf":1.0},"6":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"663":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"210":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"135":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":3.4641016151377544},"648":{"tf":1.0},"650":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":2.23606797749979},"736":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"688":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"275":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":1,"docs":{"616":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0},"618":{"tf":1.0},"646":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"385":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.0},"582":{"tf":1.0},"648":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"698":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"743":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"568":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":1,"docs":{"720":{"tf":1.0}}},"i":{"df":1,"docs":{"707":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"616":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"733":{"tf":1.4142135623730951}},"i":{"df":6,"docs":{"246":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"691":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"281":{"tf":1.0},"616":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"279":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"574":{"tf":1.7320508075688772},"585":{"tf":2.449489742783178},"586":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"690":{"tf":1.0},"712":{"tf":1.0},"718":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":2.449489742783178},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":2.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"558":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":2.23606797749979},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"710":{"tf":2.449489742783178},"752":{"tf":1.4142135623730951},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":2.6457513110645907},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":3.0},"275":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":2.23606797749979},"280":{"tf":2.23606797749979},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"294":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":2.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":2.0},"549":{"tf":1.0},"550":{"tf":4.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"583":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"591":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"595":{"tf":1.7320508075688772},"597":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":2.0},"608":{"tf":2.23606797749979},"609":{"tf":1.4142135623730951},"611":{"tf":1.7320508075688772},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"620":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"622":{"tf":2.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"719":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.4142135623730951},"738":{"tf":1.0},"749":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.0},"630":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"702":{"tf":1.4142135623730951},"725":{"tf":1.0},"728":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"280":{"tf":1.0},"380":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"611":{"tf":1.0},"622":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.4142135623730951},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"191":{"tf":1.0},"243":{"tf":2.6457513110645907},"69":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"482":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"107":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"564":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"688":{"tf":1.4142135623730951}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}},"u":{"df":1,"docs":{"272":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":6,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"272":{"tf":1.0},"94":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"176":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"31":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"534":{"tf":1.0},"581":{"tf":1.7320508075688772},"618":{"tf":1.4142135623730951},"621":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.4142135623730951},"644":{"tf":2.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":3.0},"49":{"tf":1.0},"584":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"133":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"633":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":21,"docs":{"109":{"tf":1.4142135623730951},"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"397":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":2.0},"48":{"tf":1.0},"555":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"508":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"530":{"tf":1.0},"565":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"204":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"150":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951},"597":{"tf":1.0},"607":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}}},"y":{"df":5,"docs":{"104":{"tf":1.0},"240":{"tf":1.0},"272":{"tf":1.0},"508":{"tf":1.0},"93":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":12,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"390":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"550":{"tf":1.4142135623730951},"687":{"tf":1.0},"703":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"604":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"515":{"tf":1.0},"625":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"630":{"tf":1.0}}}}},"d":{"df":2,"docs":{"555":{"tf":2.0},"630":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":21,"docs":{"139":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"386":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.0},"630":{"tf":1.7320508075688772},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"130":{"tf":1.0},"628":{"tf":1.0}}},"df":1,"docs":{"130":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"r":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"276":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"499":{"tf":1.4142135623730951},"624":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"216":{"tf":1.0},"243":{"tf":1.4142135623730951},"41":{"tf":1.0},"610":{"tf":1.0},"648":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":15,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"530":{"tf":2.0},"624":{"tf":1.0},"625":{"tf":1.7320508075688772},"628":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.4142135623730951},"499":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.0},"692":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"707":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"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":2,"docs":{"228":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":1,"docs":{"599":{"tf":1.0}},"l":{"df":1,"docs":{"602":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"598":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":1,"docs":{"387":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"415":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"374":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"437":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"409":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"228":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"212":{"tf":1.0}}}},"t":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}},"df":10,"docs":{"212":{"tf":1.0},"29":{"tf":1.0},"550":{"tf":1.0},"614":{"tf":1.0},"655":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":2.23606797749979},"690":{"tf":1.0},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"474":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"706":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"689":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"236":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}},"i":{"df":2,"docs":{"690":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"t":{"df":1,"docs":{"156":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"666":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":2,"docs":{"377":{"tf":1.0},"503":{"tf":1.0}}}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"624":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":17,"docs":{"110":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"731":{"tf":1.0},"735":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"368":{"tf":1.0},"68":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"585":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":1.0},"400":{"tf":1.0},"452":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":33,"docs":{"161":{"tf":1.4142135623730951},"197":{"tf":1.0},"247":{"tf":1.7320508075688772},"268":{"tf":1.0},"279":{"tf":2.449489742783178},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"4":{"tf":1.0},"472":{"tf":1.0},"555":{"tf":1.0},"607":{"tf":1.7320508075688772},"611":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"626":{"tf":1.7320508075688772},"627":{"tf":2.8284271247461903},"628":{"tf":2.8284271247461903},"629":{"tf":1.0},"630":{"tf":3.4641016151377544},"631":{"tf":1.0},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"82":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"424":{"tf":1.0}}},"t":{"df":1,"docs":{"466":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.4142135623730951},"692":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"129":{"tf":1.0},"130":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}},"df":2,"docs":{"241":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"204":{"tf":1.0},"25":{"tf":1.0},"400":{"tf":1.4142135623730951},"522":{"tf":1.0},"534":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"122":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"452":{"tf":1.4142135623730951},"549":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":24,"docs":{"104":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.449489742783178},"182":{"tf":2.0},"204":{"tf":2.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"614":{"tf":1.0},"62":{"tf":2.0},"659":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"224":{"tf":1.0},"39":{"tf":1.0},"565":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":69,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"235":{"tf":1.7320508075688772},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":2.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"566":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":3.0},"648":{"tf":3.0},"649":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":2.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.0},"672":{"tf":1.0},"673":{"tf":2.0},"674":{"tf":2.6457513110645907},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"736":{"tf":1.4142135623730951},"8":{"tf":1.0}},"’":{"df":9,"docs":{"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"675":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"628":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"243":{"tf":2.8284271247461903},"29":{"tf":1.0},"530":{"tf":1.0},"660":{"tf":1.7320508075688772},"690":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951},"703":{"tf":1.0}}},"u":{"df":5,"docs":{"535":{"tf":1.0},"545":{"tf":1.0},"631":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0}},"g":{"df":1,"docs":{"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"244":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.0},"674":{"tf":2.23606797749979},"675":{"tf":1.4142135623730951},"689":{"tf":1.0},"703":{"tf":1.0}}}}},"m":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"256":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"243":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"487":{"tf":1.4142135623730951},"499":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":2,"docs":{"459":{"tf":1.7320508075688772},"503":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.7320508075688772},"520":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"545":{"tf":1.0},"578":{"tf":1.0},"599":{"tf":1.7320508075688772},"601":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"241":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"611":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"192":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"496":{"tf":1.0},"50":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.0},"523":{"tf":1.4142135623730951},"526":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"549":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"620":{"tf":1.0},"624":{"tf":2.23606797749979},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":15,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.4142135623730951},"65":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"235":{"tf":1.0},"701":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"53":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"235":{"tf":1.0},"272":{"tf":1.0},"584":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"614":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"638":{"tf":1.0},"701":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"502":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"522":{"tf":1.0},"601":{"tf":1.0},"61":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":65,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":3.1622776601683795},"236":{"tf":1.7320508075688772},"237":{"tf":2.6457513110645907},"238":{"tf":2.449489742783178},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":2.449489742783178},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":2.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.0},"272":{"tf":2.0},"279":{"tf":2.8284271247461903},"280":{"tf":2.23606797749979},"296":{"tf":1.0},"297":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"312":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.0},"380":{"tf":1.0},"418":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"545":{"tf":2.449489742783178},"603":{"tf":2.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"609":{"tf":1.4142135623730951},"610":{"tf":2.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772},"616":{"tf":1.4142135623730951},"622":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":3.1622776601683795},"685":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"700":{"tf":1.7320508075688772},"701":{"tf":2.449489742783178},"702":{"tf":2.8284271247461903},"703":{"tf":1.0},"707":{"tf":2.0},"746":{"tf":1.7320508075688772}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"703":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"267":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.4142135623730951}}}}},"s":{"df":47,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"139":{"tf":1.0},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"380":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"555":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0},"70":{"tf":1.7320508075688772},"702":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"74":{"tf":1.4142135623730951},"744":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"210":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"540":{"tf":1.0},"690":{"tf":1.0},"702":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"500":{"tf":1.0},"506":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"550":{"tf":4.47213595499958},"664":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0}},"s":{"df":5,"docs":{"256":{"tf":1.0},"272":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"110":{"tf":1.0},"7":{"tf":1.7320508075688772},"703":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":45,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"669":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"750":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"664":{"tf":1.0}},"i":{"df":19,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.4142135623730951},"232":{"tf":1.0},"247":{"tf":1.7320508075688772},"265":{"tf":1.0},"279":{"tf":1.4142135623730951},"611":{"tf":1.0},"708":{"tf":1.0}},"s":{"df":1,"docs":{"565":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"243":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"611":{"tf":1.4142135623730951}}}},"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"598":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0}}}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"624":{"tf":1.0},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"741":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"738":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"526":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"238":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}},"df":2,"docs":{"628":{"tf":1.0},"630":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":21,"docs":{"135":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.7320508075688772},"42":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0},"565":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"586":{"tf":1.0},"601":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"735":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"256":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"543":{"tf":2.23606797749979},"544":{"tf":2.0},"545":{"tf":2.8284271247461903},"644":{"tf":1.0},"653":{"tf":1.0},"668":{"tf":2.0},"676":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"133":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"648":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":19,"docs":{"546":{"tf":1.7320508075688772},"547":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"549":{"tf":1.7320508075688772},"550":{"tf":2.8284271247461903},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"632":{"tf":1.0},"687":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"246":{"tf":1.0},"98":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"249":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":1.0},"33":{"tf":1.0},"455":{"tf":1.7320508075688772},"499":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"647":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"312":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":2.23606797749979},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"56":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":3,"docs":{"119":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"df":11,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"181":{"tf":1.0},"350":{"tf":1.0},"390":{"tf":1.0},"431":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"431":{"tf":1.0}}}}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"320":{"tf":1.0},"607":{"tf":1.4142135623730951},"622":{"tf":1.0},"664":{"tf":1.0}},"g":{"df":1,"docs":{"467":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"668":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"439":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"132":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"633":{"tf":2.23606797749979},"674":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":2.0},"677":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"567":{"tf":1.4142135623730951},"618":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"246":{"tf":1.0},"272":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951}}}},"t":{"df":33,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"216":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"477":{"tf":1.0},"527":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.4142135623730951},"653":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":2.449489742783178},"687":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"550":{"tf":1.0},"624":{"tf":1.0},"628":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"553":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"628":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"62":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.0},"31":{"tf":1.0},"457":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"256":{"tf":1.0}}}},"z":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"256":{"tf":1.0}}},"z":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"641":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}},"r":{"df":1,"docs":{"625":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":2,"docs":{"242":{"tf":1.0},"438":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"242":{"tf":1.0},"638":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.4142135623730951},"680":{"tf":1.0},"737":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"175":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"584":{"tf":2.6457513110645907},"644":{"tf":1.4142135623730951},"666":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"690":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"175":{"tf":2.0},"177":{"tf":1.0}}}},"df":51,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"173":{"tf":1.0},"183":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"228":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":2.8284271247461903},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":2.0},"325":{"tf":1.0},"403":{"tf":1.0},"43":{"tf":1.0},"472":{"tf":1.0},"49":{"tf":2.0},"500":{"tf":1.0},"502":{"tf":3.0},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"552":{"tf":1.4142135623730951},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"644":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":2.8284271247461903},"708":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"716":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"624":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"107":{"tf":2.23606797749979},"13":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"249":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.23606797749979},"27":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"457":{"tf":1.4142135623730951},"498":{"tf":2.23606797749979},"508":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"618":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"640":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"246":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"521":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"673":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.0},"25":{"tf":1.0},"29":{"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":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"124":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"209":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"243":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"329":{"tf":1.0},"332":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"532":{"tf":1.7320508075688772},"542":{"tf":1.7320508075688772},"547":{"tf":1.7320508075688772},"564":{"tf":1.7320508075688772},"566":{"tf":1.0},"567":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.4142135623730951},"607":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.7320508075688772},"618":{"tf":1.0},"620":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"676":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"543":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"33":{"tf":1.0},"576":{"tf":1.7320508075688772},"712":{"tf":1.0},"719":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":52,"docs":{"187":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":2.0},"249":{"tf":1.0},"25":{"tf":1.0},"288":{"tf":1.0},"549":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"704":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"258":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"256":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"4":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"646":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"621":{"tf":1.0},"652":{"tf":1.0}}}},"i":{"df":2,"docs":{"499":{"tf":1.0},"692":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"653":{"tf":1.0},"671":{"tf":1.0},"677":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"267":{"tf":1.0},"269":{"tf":1.0},"522":{"tf":1.0},"615":{"tf":1.0},"706":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"120":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"492":{"tf":1.0},"498":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"616":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":2.23606797749979},"143":{"tf":2.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"232":{"tf":1.0},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":2.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"646":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"704":{"tf":1.0},"86":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"621":{"tf":1.0},"644":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"741":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.4142135623730951},"268":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":3.0},"279":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":3.1622776601683795},"501":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"584":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.0},"6":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.0},"636":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"710":{"tf":2.23606797749979},"731":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"737":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"52":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.0},"625":{"tf":1.7320508075688772},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.4142135623730951},"678":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"550":{"tf":3.0},"601":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"103":{"tf":1.0},"148":{"tf":1.0},"690":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"704":{"tf":1.4142135623730951},"716":{"tf":1.0}}}},"v":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"622":{"tf":1.0},"662":{"tf":1.4142135623730951},"704":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"648":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"42":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"539":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":2.0},"674":{"tf":1.0},"675":{"tf":1.0}}}}},"df":9,"docs":{"162":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"582":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"256":{"tf":1.4142135623730951},"269":{"tf":1.0},"4":{"tf":1.0},"511":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"689":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"562":{"tf":1.0},"707":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"671":{"tf":1.0},"673":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"174":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.0}}},"h":{"df":1,"docs":{"688":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":111,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":2.23606797749979},"144":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":2.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.449489742783178},"244":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"438":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"521":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.4142135623730951},"545":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.7320508075688772},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"667":{"tf":1.7320508075688772},"671":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951},"690":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"648":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"256":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"242":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"550":{"tf":1.0},"61":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"135":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":2,"docs":{"135":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.7320508075688772},"279":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"408":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"153":{"tf":1.7320508075688772},"177":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"539":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"684":{"tf":1.0},"70":{"tf":2.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}},"df":2,"docs":{"630":{"tf":1.7320508075688772},"644":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"550":{"tf":1.0}}},"t":{"df":6,"docs":{"105":{"tf":1.0},"205":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"119":{"tf":2.0},"133":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"224":{"tf":1.7320508075688772},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.4142135623730951},"280":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"550":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.4142135623730951},"648":{"tf":1.7320508075688772},"650":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"716":{"tf":1.4142135623730951},"749":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"48":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"174":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"677":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"650":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"427":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.0},"148":{"tf":1.4142135623730951},"20":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"212":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.0},"434":{"tf":1.4142135623730951},"49":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":3.4641016151377544},"555":{"tf":1.0},"613":{"tf":1.0},"632":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"666":{"tf":1.0},"676":{"tf":1.4142135623730951},"679":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"724":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"632":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":2,"docs":{"256":{"tf":1.0},"363":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"255":{"tf":1.0},"389":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"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":1,"docs":{"702":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"43":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"148":{"tf":1.4142135623730951},"256":{"tf":1.0},"530":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0},"707":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"268":{"tf":1.0},"508":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"504":{"tf":1.0},"550":{"tf":1.0},"663":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"235":{"tf":1.0},"611":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"119":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"520":{"tf":2.8284271247461903},"598":{"tf":1.0},"691":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"646":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}}},"df":56,"docs":{"141":{"tf":3.3166247903554},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":2.449489742783178},"216":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"228":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.7320508075688772},"269":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"298":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"333":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"451":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"556":{"tf":2.0},"557":{"tf":1.4142135623730951},"572":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"627":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"644":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"653":{"tf":1.7320508075688772},"677":{"tf":1.7320508075688772},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.7320508075688772},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"651":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"516":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"624":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"683":{"tf":1.0},"699":{"tf":1.7320508075688772},"710":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"54":{"tf":1.4142135623730951},"545":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"652":{"tf":1.0},"71":{"tf":1.4142135623730951},"727":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"338":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.4142135623730951},"33":{"tf":1.0},"690":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"363":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"503":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"89":{"tf":1.0}},"k":{"df":1,"docs":{"638":{"tf":1.0}}},"m":{"df":2,"docs":{"625":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":2,"docs":{"611":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"181":{"tf":1.0},"492":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"492":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"3":{"tf":1.0},"492":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"664":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"645":{"tf":1.4142135623730951},"682":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"646":{"tf":3.0},"682":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"237":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"53":{"tf":1.4142135623730951},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"69":{"tf":1.4142135623730951},"696":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}},"t":{"df":3,"docs":{"213":{"tf":1.0},"646":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"104":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"560":{"tf":1.0},"62":{"tf":1.4142135623730951},"694":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"207":{"tf":1.0},"219":{"tf":1.7320508075688772},"256":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"4":{"tf":1.0},"565":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"646":{"tf":1.0},"709":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"445":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"df":1,"docs":{"243":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"172":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"581":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":37,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"495":{"tf":1.0},"566":{"tf":1.0},"59":{"tf":1.4142135623730951},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":35,"docs":{"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"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},"566":{"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},"629":{"tf":1.4142135623730951},"63":{"tf":1.0},"634":{"tf":1.4142135623730951},"645":{"tf":1.0},"739":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"499":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"646":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"666":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"341":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"550":{"tf":2.0},"61":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"699":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"269":{"tf":1.0},"666":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.4142135623730951},"584":{"tf":2.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"550":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.4142135623730951},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.8284271247461903},"132":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":3.1622776601683795},"46":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"535":{"tf":1.0},"565":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.0},"666":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"249":{"tf":1.0},"497":{"tf":1.7320508075688772},"498":{"tf":1.0},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.7320508075688772},"707":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"591":{"tf":1.0},"597":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0},"713":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"508":{"tf":1.0},"522":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"203":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}},"n":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"41":{"tf":1.0},"521":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"168":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"508":{"tf":1.0},"705":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"646":{"tf":1.0},"664":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"225":{"tf":1.0},"226":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.7320508075688772},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"522":{"tf":1.0},"611":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.4142135623730951},"197":{"tf":1.0},"29":{"tf":1.0},"638":{"tf":1.0},"651":{"tf":1.0},"708":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"641":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"289":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"549":{"tf":1.0},"57":{"tf":1.0},"597":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.7320508075688772},"680":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":77,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"225":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":2.23606797749979},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"52":{"tf":1.7320508075688772},"527":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"550":{"tf":1.7320508075688772},"58":{"tf":1.0},"607":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"706":{"tf":1.0},"71":{"tf":1.0},"716":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"624":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"277":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":2.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"706":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":3,"docs":{"473":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"i":{"df":1,"docs":{"272":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0}}},"p":{"df":3,"docs":{"199":{"tf":1.0},"284":{"tf":1.0},"545":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"295":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.0}},"e":{"df":1,"docs":{"627":{"tf":1.0}},"u":{"df":2,"docs":{"627":{"tf":1.0},"84":{"tf":1.0}}}},"u":{"df":3,"docs":{"295":{"tf":1.0},"627":{"tf":1.0},"84":{"tf":1.0}}}},"w":{"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"h":{"df":1,"docs":{"636":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"636":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"544":{"tf":1.0},"645":{"tf":1.4142135623730951},"691":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"249":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"550":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.0},"485":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"w":{"df":4,"docs":{"277":{"tf":1.0},"624":{"tf":1.0},"705":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"256":{"tf":1.0},"699":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"641":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":1,"docs":{"585":{"tf":1.0}}},"u":{"df":1,"docs":{"90":{"tf":1.0}}}},"f":{"df":2,"docs":{"146":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"213":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"708":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"585":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"216":{"tf":1.0},"29":{"tf":1.0},"565":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"287":{"tf":1.0},"685":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"279":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"503":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"169":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"332":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"46":{"tf":1.0}},"g":{"df":1,"docs":{"624":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"r":{"df":2,"docs":{"135":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"585":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":2.449489742783178},"122":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"272":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":2.0},"277":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"375":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"492":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"550":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"604":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"636":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"666":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.8284271247461903},"691":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":2.0},"715":{"tf":1.0},"72":{"tf":1.7320508075688772},"726":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0},"77":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"375":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"139":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"538":{"tf":1.0},"550":{"tf":2.23606797749979},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"687":{"tf":2.449489742783178},"746":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}}},"df":4,"docs":{"53":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"565":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"565":{"tf":1.0},"692":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"550":{"tf":1.0},"609":{"tf":1.4142135623730951},"671":{"tf":1.0},"692":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"125":{"tf":1.0},"260":{"tf":1.0},"29":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"249":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"499":{"tf":1.4142135623730951},"544":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.4142135623730951},"624":{"tf":2.0},"625":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"461":{"tf":1.0}},"l":{"df":74,"docs":{"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"246":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":2.0},"461":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"485":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"563":{"tf":1.7320508075688772},"564":{"tf":1.0},"565":{"tf":2.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":2.0},"571":{"tf":1.0},"572":{"tf":2.0},"573":{"tf":2.0},"574":{"tf":2.0},"575":{"tf":1.0},"576":{"tf":2.0},"577":{"tf":1.0},"578":{"tf":1.4142135623730951},"579":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"61":{"tf":1.7320508075688772},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"690":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"703":{"tf":1.0},"711":{"tf":2.449489742783178},"712":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.7320508075688772},"715":{"tf":1.7320508075688772},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.4142135623730951},"733":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0}}},"t":{"df":2,"docs":{"691":{"tf":1.4142135623730951},"704":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":47,"docs":{"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":2.8284271247461903},"268":{"tf":2.0},"269":{"tf":3.872983346207417},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":2.0},"596":{"tf":1.0},"599":{"tf":1.0},"604":{"tf":2.0},"613":{"tf":1.0},"616":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"748":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"268":{"tf":1.0},"520":{"tf":1.0}}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"53":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"543":{"tf":1.0},"545":{"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":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":6,"docs":{"315":{"tf":1.4142135623730951},"640":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":2,"docs":{"420":{"tf":1.0},"82":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"420":{"tf":1.0}}}}}}}},"df":1,"docs":{"78":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"277":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"315":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"715":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"589":{"tf":1.0},"741":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"565":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.7320508075688772},"41":{"tf":1.0},"495":{"tf":1.0},"544":{"tf":1.7320508075688772},"560":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"612":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"702":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"150":{"tf":1.0},"216":{"tf":1.0},"649":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":2.449489742783178},"221":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"627":{"tf":1.0},"703":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"648":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":92,"docs":{"10":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.6457513110645907},"110":{"tf":1.0},"12":{"tf":3.3166247903554},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"16":{"tf":2.6457513110645907},"17":{"tf":3.0},"177":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":2.0},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"27":{"tf":2.449489742783178},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":2.8284271247461903},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"503":{"tf":1.0},"51":{"tf":2.6457513110645907},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"582":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":2.23606797749979},"618":{"tf":1.7320508075688772},"624":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":3.1622776601683795},"648":{"tf":1.0},"650":{"tf":1.0},"67":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"680":{"tf":1.7320508075688772},"690":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.7320508075688772},"738":{"tf":1.7320508075688772},"739":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"748":{"tf":1.0},"749":{"tf":1.7320508075688772},"751":{"tf":1.0},"8":{"tf":2.8284271247461903},"88":{"tf":1.0},"9":{"tf":4.358898943540674}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"209":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"685":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"690":{"tf":1.0}}}},"h":{"df":1,"docs":{"316":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"214":{"tf":1.0},"29":{"tf":1.0},"538":{"tf":1.4142135623730951},"540":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"277":{"tf":1.0},"49":{"tf":1.4142135623730951},"499":{"tf":1.0},"508":{"tf":1.0},"524":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"674":{"tf":1.0},"689":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"527":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"234":{"tf":1.0},"646":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":1,"docs":{"690":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"508":{"tf":1.0},"706":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.0},"585":{"tf":1.0},"666":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":2.23606797749979},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":4.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":3.3166247903554},"258":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.0},"269":{"tf":4.242640687119285},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.7320508075688772},"508":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"545":{"tf":2.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"576":{"tf":1.0},"582":{"tf":1.0},"591":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":2.0},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.7320508075688772},"611":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"614":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"624":{"tf":1.7320508075688772},"628":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.449489742783178},"646":{"tf":3.0},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"653":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":3.0},"694":{"tf":1.7320508075688772},"695":{"tf":2.0},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":2.449489742783178},"699":{"tf":1.7320508075688772},"7":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772},"708":{"tf":2.0},"709":{"tf":1.0},"710":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"744":{"tf":1.4142135623730951},"745":{"tf":1.7320508075688772},"746":{"tf":1.7320508075688772},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"620":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"700":{"tf":1.0}}}}},"i":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"650":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"519":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"df":3,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"538":{"tf":1.4142135623730951},"645":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"277":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"109":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"469":{"tf":1.4142135623730951},"472":{"tf":1.0},"499":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.4142135623730951},"59":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"671":{"tf":1.0},"678":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"716":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"38":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":56,"docs":{"20":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":2.6457513110645907},"242":{"tf":2.8284271247461903},"243":{"tf":3.605551275463989},"244":{"tf":2.8284271247461903},"245":{"tf":3.0},"246":{"tf":2.23606797749979},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":2.6457513110645907},"256":{"tf":3.1622776601683795},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"567":{"tf":1.0},"569":{"tf":2.23606797749979},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":2.8284271247461903},"690":{"tf":2.23606797749979},"692":{"tf":1.0},"694":{"tf":2.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":3.1622776601683795},"703":{"tf":2.8284271247461903},"707":{"tf":2.23606797749979},"709":{"tf":2.0},"710":{"tf":1.7320508075688772},"713":{"tf":1.0},"719":{"tf":1.0},"747":{"tf":1.7320508075688772}}}}},"p":{"df":1,"docs":{"469":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"641":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"618":{"tf":1.0},"652":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":1.0}}}}}}}},"df":3,"docs":{"638":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"45":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"691":{"tf":1.0}}}},"s":{"df":3,"docs":{"51":{"tf":1.0},"519":{"tf":1.7320508075688772},"601":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"235":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"746":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"101":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"636":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.0},"80":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"p":{"df":2,"docs":{"203":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":39,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"224":{"tf":1.0},"567":{"tf":1.7320508075688772},"569":{"tf":1.0},"618":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"625":{"tf":1.0},"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":40,"docs":{"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.7320508075688772},"616":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"748":{"tf":1.4142135623730951}},"l":{"df":44,"docs":{"100":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"36":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"625":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.0},"505":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"634":{"tf":1.0},"635":{"tf":2.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"687":{"tf":1.7320508075688772},"731":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"744":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"633":{"tf":1.0},"648":{"tf":1.0}}}},"df":17,"docs":{"110":{"tf":1.0},"38":{"tf":1.7320508075688772},"539":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.7320508075688772},"645":{"tf":1.0},"688":{"tf":1.7320508075688772},"7":{"tf":1.0},"731":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"559":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"558":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"247":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0},"550":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"df":1,"docs":{"502":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"224":{"tf":1.0},"249":{"tf":1.4142135623730951},"499":{"tf":1.0},"710":{"tf":1.0}}}}},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"398":{"tf":1.4142135623730951},"49":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"622":{"tf":1.0},"630":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"707":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":1,"docs":{"605":{"tf":1.0}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":1,"docs":{"441":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}},"l":{"df":1,"docs":{"346":{"tf":1.0}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"294":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"586":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"502":{"tf":1.0},"646":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"534":{"tf":1.0},"549":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"p":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"216":{"tf":1.0},"549":{"tf":1.0},"648":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"188":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"504":{"tf":1.0}}},"df":45,"docs":{"105":{"tf":2.449489742783178},"141":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"205":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"330":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"43":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"504":{"tf":3.0},"507":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"598":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"627":{"tf":2.6457513110645907},"63":{"tf":2.23606797749979},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"708":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}}},"df":1,"docs":{"130":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":54,"docs":{"181":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"267":{"tf":1.0},"385":{"tf":1.0},"497":{"tf":1.7320508075688772},"498":{"tf":1.0},"499":{"tf":3.0},"500":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":2.449489742783178},"535":{"tf":1.0},"593":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"728":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"627":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"245":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"443":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"235":{"tf":1.0},"240":{"tf":1.0},"443":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"624":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"645":{"tf":1.0},"706":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"135":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":2,"docs":{"255":{"tf":1.0},"630":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"44":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":2.0}}}}}}},"t":{"df":1,"docs":{"700":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":2.23606797749979},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.23606797749979},"202":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"282":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":2.0},"496":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"700":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"699":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":21,"docs":{"139":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":2.449489742783178},"682":{"tf":1.0},"738":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"df":4,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"301":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"301":{"tf":1.0}},"r":{"df":2,"docs":{"161":{"tf":1.0},"345":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"383":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"583":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0},"228":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"53":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"630":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":127,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"110":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"216":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"385":{"tf":1.0},"543":{"tf":1.0},"565":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"620":{"tf":2.0},"621":{"tf":2.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":3.1622776601683795},"649":{"tf":1.4142135623730951},"650":{"tf":2.23606797749979},"651":{"tf":1.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"722":{"tf":1.0},"749":{"tf":1.4142135623730951},"750":{"tf":1.7320508075688772},"752":{"tf":1.0},"8":{"tf":4.123105625617661},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"353":{"tf":1.0}}}},"r":{"df":2,"docs":{"183":{"tf":1.0},"311":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"216":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"119":{"tf":1.0},"135":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.4142135623730951},"550":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"651":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.0}}}}},"’":{"df":2,"docs":{"141":{"tf":1.0},"691":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"550":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"29":{"tf":1.0},"311":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"133":{"tf":1.0},"182":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"362":{"tf":1.4142135623730951},"611":{"tf":1.0},"618":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"153":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"197":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.7320508075688772},"4":{"tf":1.0},"426":{"tf":1.4142135623730951},"520":{"tf":1.0},"57":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"618":{"tf":1.0},"625":{"tf":1.7320508075688772},"627":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"269":{"tf":1.0},"648":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"650":{"tf":1.0},"680":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"692":{"tf":1.0}},"t":{"df":9,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"701":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"692":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"447":{"tf":1.0}}},"u":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}}},"df":5,"docs":{"139":{"tf":1.0},"141":{"tf":2.449489742783178},"306":{"tf":1.0},"325":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"447":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"289":{"tf":1.0},"421":{"tf":1.4142135623730951},"499":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"44":{"tf":1.0},"678":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"621":{"tf":1.0}}}},"u":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"421":{"tf":1.0}},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"u":{"df":9,"docs":{"216":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"77":{"tf":1.0}},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"272":{"tf":1.0},"277":{"tf":1.4142135623730951},"653":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"549":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.4142135623730951},"35":{"tf":1.0},"498":{"tf":1.0},"521":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"564":{"tf":1.0},"618":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"65":{"tf":1.0},"667":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"550":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"706":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"699":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"369":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"622":{"tf":1.0}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"622":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}}},"df":5,"docs":{"373":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"238":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"436":{"tf":1.0},"514":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.0},"436":{"tf":1.0},"514":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"344":{"tf":1.0},"442":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":1,"docs":{"63":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"414":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"485":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"399":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"416":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"255":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}},"t":{"df":1,"docs":{"425":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":1,"docs":{"589":{"tf":1.0}},"r":{"df":1,"docs":{"593":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"373":{"tf":1.0},"63":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":1,"docs":{"528":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"260":{"tf":1.0},"277":{"tf":1.4142135623730951},"5":{"tf":1.0},"538":{"tf":1.0},"726":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"645":{"tf":1.0},"702":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":1,"docs":{"520":{"tf":2.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"135":{"tf":1.0},"20":{"tf":2.6457513110645907},"235":{"tf":1.0},"248":{"tf":1.7320508075688772},"256":{"tf":1.0},"38":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"679":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":229,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.7320508075688772},"677":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"70":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"210":{"tf":1.0},"534":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"586":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}},"t":{"df":2,"docs":{"105":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"565":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":1,"docs":{"586":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"648":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"89":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"690":{"tf":1.0}},"r":{"df":1,"docs":{"385":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"124":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"r":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"255":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"392":{"tf":1.0}}},"df":1,"docs":{"503":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"215":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":16,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":2.0},"212":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"304":{"tf":1.0},"347":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"61":{"tf":1.0},"655":{"tf":1.7320508075688772},"664":{"tf":1.4142135623730951},"67":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"243":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"221":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"644":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":1,"docs":{"644":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"419":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"480":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"490":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"255":{"tf":1.0},"700":{"tf":1.0}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"z":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"418":{"tf":1.0},"550":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"607":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"644":{"tf":4.0},"645":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"716":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":3,"docs":{"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"394":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"376":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":2,"docs":{"376":{"tf":1.0},"381":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"611":{"tf":1.0}}},"u":{"df":2,"docs":{"391":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"378":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"df":1,"docs":{"90":{"tf":1.0}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"203":{"tf":1.0},"470":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":9,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"304":{"tf":1.0},"585":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"664":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"423":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"585":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"347":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"503":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"624":{"tf":1.0},"704":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"687":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"539":{"tf":1.0},"689":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"538":{"tf":1.7320508075688772},"540":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"633":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"674":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"751":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}},"df":1,"docs":{"699":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"225":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"698":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"110":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"586":{"tf":1.4142135623730951},"620":{"tf":1.0}}}}},"df":30,"docs":{"125":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"483":{"tf":1.7320508075688772},"508":{"tf":1.7320508075688772},"520":{"tf":1.0},"607":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"627":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"677":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"672":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":1,"docs":{"52":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"636":{"tf":1.0},"644":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"52":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"672":{"tf":1.0}}}}},"n":{"df":3,"docs":{"432":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"711":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"432":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":2.0},"690":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"41":{"tf":1.0},"522":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.0},"125":{"tf":1.0},"135":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"365":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"57":{"tf":1.0},"586":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"614":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"710":{"tf":1.0},"724":{"tf":1.0},"726":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"y":{"df":1,"docs":{"504":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"549":{"tf":1.0},"624":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"289":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.7320508075688772}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"214":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"599":{"tf":2.0},"690":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":24,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.7320508075688772},"300":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"600":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"699":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"84":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"k":{"df":20,"docs":{"563":{"tf":1.7320508075688772},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":2.23606797749979}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"561":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.4142135623730951},"289":{"tf":1.0},"31":{"tf":1.0},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"645":{"tf":1.0},"680":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"245":{"tf":1.0},"280":{"tf":1.0},"418":{"tf":1.7320508075688772},"608":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"719":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"210":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.7320508075688772},"277":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"245":{"tf":1.0},"272":{"tf":1.0},"565":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"646":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"636":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"240":{"tf":1.0},"567":{"tf":1.0},"646":{"tf":1.0},"659":{"tf":1.0},"703":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"499":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"486":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"699":{"tf":2.0},"706":{"tf":1.7320508075688772},"710":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"499":{"tf":1.0},"624":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"418":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"621":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{}},"df":130,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.23606797749979},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.4142135623730951},"27":{"tf":1.0},"277":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"499":{"tf":1.0},"539":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"620":{"tf":2.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":2.6457513110645907},"647":{"tf":1.0},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"679":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"616":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"537":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"610":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.7320508075688772},"212":{"tf":1.0},"237":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"272":{"tf":1.0},"631":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"640":{"tf":1.4142135623730951},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"658":{"tf":1.4142135623730951},"700":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.449489742783178},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":2.0},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"258":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":2.8284271247461903},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.449489742783178},"279":{"tf":3.1622776601683795},"280":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"289":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.4142135623730951},"385":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"426":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"472":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"500":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.7320508075688772},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.4142135623730951},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"551":{"tf":1.0},"560":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":2.23606797749979},"608":{"tf":1.0},"609":{"tf":1.7320508075688772},"611":{"tf":3.605551275463989},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":3.3166247903554},"647":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"651":{"tf":2.8284271247461903},"653":{"tf":1.7320508075688772},"654":{"tf":1.7320508075688772},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":3.1622776601683795},"666":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":1.7320508075688772},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":4.69041575982343},"691":{"tf":2.449489742783178},"692":{"tf":2.8284271247461903},"693":{"tf":1.0},"694":{"tf":2.23606797749979},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.0},"7":{"tf":1.0},"700":{"tf":2.6457513110645907},"701":{"tf":1.0},"702":{"tf":1.7320508075688772},"703":{"tf":2.0},"704":{"tf":1.7320508075688772},"706":{"tf":1.4142135623730951},"707":{"tf":2.6457513110645907},"708":{"tf":1.7320508075688772},"709":{"tf":1.0},"710":{"tf":2.23606797749979},"713":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"718":{"tf":1.0},"72":{"tf":2.23606797749979},"722":{"tf":1.0},"725":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":3.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"678":{"tf":1.4142135623730951},"693":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"217":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":1.0},"690":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.4142135623730951},"654":{"tf":1.0},"716":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"4":{"df":1,"docs":{"646":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"521":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"648":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"198":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"608":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"228":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":16,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"173":{"tf":1.4142135623730951},"220":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"6":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":2.8284271247461903},"744":{"tf":1.0}}},"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"420":{"tf":1.4142135623730951},"44":{"tf":1.0},"499":{"tf":1.7320508075688772},"508":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"565":{"tf":1.4142135623730951},"578":{"tf":1.0},"581":{"tf":1.0},"599":{"tf":1.4142135623730951},"616":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"651":{"tf":1.0}}}}},"u":{"df":1,"docs":{"288":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"539":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"581":{"tf":1.0},"646":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"277":{"tf":1.0},"520":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"385":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"641":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"147":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":119,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"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.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"216":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"272":{"tf":2.449489742783178},"275":{"tf":1.4142135623730951},"276":{"tf":2.23606797749979},"277":{"tf":4.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"48":{"tf":2.0},"486":{"tf":1.0},"49":{"tf":3.0},"498":{"tf":1.0},"5":{"tf":1.7320508075688772},"500":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"598":{"tf":2.8284271247461903},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":2.6457513110645907},"698":{"tf":2.23606797749979},"699":{"tf":2.0},"704":{"tf":1.4142135623730951},"706":{"tf":1.7320508075688772},"726":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.0}}}}}},"s":{"df":6,"docs":{"272":{"tf":1.0},"584":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"648":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"349":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"t":{"df":1,"docs":{"628":{"tf":1.0}}},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772},"601":{"tf":1.0},"602":{"tf":1.0},"690":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"df":4,"docs":{"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"641":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"448":{"tf":1.4142135623730951},"499":{"tf":1.0},"522":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":3.3166247903554},"631":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"448":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"520":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.4142135623730951},"700":{"tf":1.0}}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"658":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"700":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"658":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"279":{"tf":1.0},"741":{"tf":1.0}}}},"y":{"df":41,"docs":{"110":{"tf":1.0},"133":{"tf":1.7320508075688772},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"212":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"272":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"311":{"tf":1.0},"349":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"567":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"612":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"664":{"tf":1.0},"707":{"tf":1.7320508075688772},"709":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":15,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.7320508075688772},"29":{"tf":1.0},"307":{"tf":1.4142135623730951},"403":{"tf":1.0},"43":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"587":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"692":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"326":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"209":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"256":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"450":{"tf":1.0}},"l":{"df":15,"docs":{"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"450":{"tf":1.4142135623730951},"630":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"330":{"tf":1.0},"611":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"161":{"tf":1.0},"343":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}},"v":{"df":4,"docs":{"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"141":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"324":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"324":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"657":{"tf":1.0}}}}},"u":{"df":1,"docs":{"379":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"645":{"tf":1.0},"676":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"141":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"625":{"tf":1.0},"657":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"243":{"tf":1.0},"269":{"tf":1.0},"43":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"625":{"tf":1.7320508075688772},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0},"707":{"tf":1.0},"720":{"tf":1.0}}}},"’":{"df":1,"docs":{"141":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"403":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"243":{"tf":1.0},"584":{"tf":1.0},"610":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"w":{"df":1,"docs":{"379":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"603":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"657":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"702":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"212":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"333":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"674":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"545":{"tf":1.0},"638":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"736":{"tf":1.0}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"711":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"275":{"tf":1.4142135623730951},"646":{"tf":1.0},"706":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"224":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"654":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0},"703":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"256":{"tf":1.0},"534":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"396":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"279":{"tf":1.0},"622":{"tf":1.7320508075688772}}}}}}}}},"df":465,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":2.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"144":{"tf":2.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"181":{"tf":2.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":2.8284271247461903},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":2.449489742783178},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":2.6457513110645907},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"237":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"242":{"tf":2.0},"243":{"tf":3.0},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"246":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":3.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"260":{"tf":2.6457513110645907},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":2.23606797749979},"269":{"tf":3.7416573867739413},"272":{"tf":2.23606797749979},"275":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":3.4641016151377544},"280":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"288":{"tf":1.7320508075688772},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":2.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":2.23606797749979},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.7320508075688772},"420":{"tf":1.0},"421":{"tf":1.4142135623730951},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":2.23606797749979},"496":{"tf":1.0},"499":{"tf":2.23606797749979},"5":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.7320508075688772},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"529":{"tf":1.0},"530":{"tf":2.0},"535":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":6.4031242374328485},"551":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.4142135623730951},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.4142135623730951},"586":{"tf":2.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":2.449489742783178},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"61":{"tf":2.0},"610":{"tf":2.6457513110645907},"611":{"tf":3.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.4142135623730951},"620":{"tf":2.23606797749979},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"625":{"tf":2.0},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"644":{"tf":2.6457513110645907},"647":{"tf":1.4142135623730951},"648":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":1.0},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":3.0},"665":{"tf":2.0},"683":{"tf":2.0},"689":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"694":{"tf":2.23606797749979},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.7320508075688772},"700":{"tf":2.23606797749979},"701":{"tf":1.4142135623730951},"702":{"tf":2.8284271247461903},"703":{"tf":1.7320508075688772},"704":{"tf":2.449489742783178},"706":{"tf":1.4142135623730951},"71":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.7320508075688772},"728":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"565":{"tf":1.0}}},"y":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"3":{"tf":1.0},"396":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"578":{"tf":1.0},"630":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.7320508075688772},"673":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"l":{"d":{"df":1,"docs":{"489":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}}}},"s":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"630":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"355":{"tf":1.0},"656":{"tf":1.0}}}}}},"p":{"df":64,"docs":{"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"656":{"tf":1.4142135623730951},"663":{"tf":1.0}}}},"df":5,"docs":{"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"656":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"237":{"tf":1.0},"243":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":2.449489742783178},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"569":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.7320508075688772},"611":{"tf":1.0},"618":{"tf":1.4142135623730951},"620":{"tf":2.0},"621":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":2.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"656":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"677":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"702":{"tf":1.7320508075688772},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":2.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"tf":1.7320508075688772},"750":{"tf":1.0},"752":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"646":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"119":{"tf":2.0},"123":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"583":{"tf":1.4142135623730951},"586":{"tf":1.0},"596":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":2.0},"691":{"tf":1.7320508075688772},"694":{"tf":1.7320508075688772},"698":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"646":{"tf":1.0}}}}},"u":{"df":2,"docs":{"163":{"tf":1.0},"330":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"203":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0}}},"df":2,"docs":{"307":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"181":{"tf":1.0},"183":{"tf":1.0},"314":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"269":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"222":{"tf":2.0}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"276":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":25,"docs":{"139":{"tf":1.0},"217":{"tf":2.6457513110645907},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"590":{"tf":1.0},"65":{"tf":1.0},"654":{"tf":2.23606797749979},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"410":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"217":{"tf":1.0},"654":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"217":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"508":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"93":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"651":{"tf":1.4142135623730951},"685":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"426":{"tf":1.0},"521":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"v":{"df":8,"docs":{"209":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.4142135623730951},"675":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":20,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":2.449489742783178},"256":{"tf":2.449489742783178},"269":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"610":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}}}},"title":{"root":{"1":{"0":{"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"179":{"tf":1.0}}},"1":{"df":2,"docs":{"184":{"tf":1.0},"201":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":2,"docs":{"231":{"tf":1.0},"250":{"tf":1.0}}},"4":{"df":1,"docs":{"252":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"444":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"264":{"tf":1.0},"282":{"tf":1.0}}},"6":{"df":2,"docs":{"284":{"tf":1.0},"495":{"tf":1.0}}},"7":{"df":1,"docs":{"497":{"tf":1.0}}},"8":{"df":1,"docs":{"531":{"tf":1.0}}},"9":{"df":1,"docs":{"541":{"tf":1.0}}},"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0}},"–":{"5":{"0":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"546":{"tf":1.0}}},"1":{"df":1,"docs":{"563":{"tf":1.0}}},"2":{"df":1,"docs":{"580":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"4":{"df":1,"docs":{"626":{"tf":1.0}}},"5":{"df":1,"docs":{"632":{"tf":1.0}}},"6":{"df":2,"docs":{"642":{"tf":1.0},"682":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"679":{"tf":1.0}}},"4":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"680":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"34":{"tf":1.0},"59":{"tf":1.0},"681":{"tf":1.0}}},"6":{"df":2,"docs":{"64":{"tf":1.0},"80":{"tf":1.0}}},"7":{"df":2,"docs":{"101":{"tf":1.0},"85":{"tf":1.0}}},"8":{"df":2,"docs":{"106":{"tf":1.0},"137":{"tf":1.0}}},"9":{"df":2,"docs":{"142":{"tf":1.0},"159":{"tf":1.0}}},"a":{"_":{"df":1,"docs":{"124":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"639":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"582":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"471":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"462":{"tf":1.0}}},"df":1,"docs":{"621":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"570":{"tf":1.0},"714":{"tf":1.0}},"u":{"df":3,"docs":{"122":{"tf":1.0},"506":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"745":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"485":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"123":{"tf":1.0}},"r":{"df":1,"docs":{"449":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"545":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"597":{"tf":1.0},"685":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"268":{"tf":1.0},"598":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.0}}}}},"o":{"df":1,"docs":{"135":{"tf":1.0}},"e":{"df":2,"docs":{"111":{"tf":1.0},"127":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"u":{"df":1,"docs":{"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"473":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"538":{"tf":1.0},"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":2,"docs":{"119":{"tf":1.0},"658":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"405":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"651":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":12,"docs":{"206":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"644":{"tf":1.0},"663":{"tf":1.0},"750":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":1,"docs":{"619":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"431":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"540":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"224":{"tf":1.0},"276":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"467":{"tf":1.0}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"651":{"tf":1.0}}}},"y":{"df":1,"docs":{"439":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":24,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"288":{"tf":1.0},"578":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"720":{"tf":1.0},"722":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"491":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"384":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"411":{"tf":1.0}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"553":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"433":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"213":{"tf":1.0},"214":{"tf":1.0},"662":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"475":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":54,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"531":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"563":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"617":{"tf":1.0},"626":{"tf":1.0},"632":{"tf":1.0},"64":{"tf":1.0},"642":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":2,"docs":{"175":{"tf":1.0},"214":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"d":{"df":10,"docs":{"142":{"tf":1.0},"164":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"47":{"tf":1.0},"597":{"tf":1.0},"646":{"tf":1.4142135623730951},"723":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"184":{"tf":1.0},"243":{"tf":1.0},"527":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"372":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"546":{"tf":1.0},"551":{"tf":1.0},"686":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"527":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"190":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"606":{"tf":1.0},"609":{"tf":1.0},"662":{"tf":1.0},"704":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"268":{"tf":1.0},"43":{"tf":1.0},"522":{"tf":1.0},"603":{"tf":1.0},"64":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"712":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"164":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"21":{"tf":1.0},"369":{"tf":1.0}}}},"df":1,"docs":{"55":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"569":{"tf":1.0},"608":{"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":{"509":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"249":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"676":{"tf":1.0},"685":{"tf":1.0},"712":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"238":{"tf":1.0},"436":{"tf":1.0},"514":{"tf":1.0},"652":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"726":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"132":{"tf":1.0},"585":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"603":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"388":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"676":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"508":{"tf":1.0},"530":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}}},"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"642":{"tf":1.0}}}}},"df":2,"docs":{"505":{"tf":1.0},"506":{"tf":1.0}},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"i":{"df":1,"docs":{"123":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"513":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":2,"docs":{"635":{"tf":1.0},"637":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"675":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"454":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"515":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"552":{"tf":1.0},"553":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"710":{"tf":1.0},"727":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"u":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":35,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"605":{"tf":1.0},"622":{"tf":1.0},"68":{"tf":1.0},"710":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}}},"df":3,"docs":{"148":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"392":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"531":{"tf":1.0},"535":{"tf":1.0},"689":{"tf":1.0},"728":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"385":{"tf":1.0},"646":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"256":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"220":{"tf":1.0},"470":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"423":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"622":{"tf":1.0}}}},"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"608":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"416":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"587":{"tf":1.0},"598":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"df":1,"docs":{"371":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"414":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"588":{"tf":1.0},"589":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}},"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.0},"425":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"268":{"tf":1.0},"522":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":28,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"458":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.0},"688":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"214":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"428":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"465":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"468":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"128":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"456":{"tf":1.0}}}},"t":{"df":1,"docs":{"321":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"481":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"674":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.0},"187":{"tf":1.0},"234":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"565":{"tf":1.0},"581":{"tf":1.0},"88":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"p":{"a":{"df":1,"docs":{"731":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}},"j":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"678":{"tf":1.0}}}}}}}},"df":3,"docs":{"167":{"tf":1.0},"544":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"’":{"df":1,"docs":{"628":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"686":{"tf":1.0},"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"224":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"686":{"tf":1.0},"709":{"tf":1.0},"732":{"tf":1.0}}}},"h":{"df":1,"docs":{"214":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"478":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"381":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"188":{"tf":1.0},"190":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}}}},"df":6,"docs":{"244":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"654":{"tf":1.0},"695":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":12,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"460":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":2,"docs":{"503":{"tf":1.0},"55":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"210":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"650":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"212":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"430":{"tf":1.0}}},"k":{"df":16,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"500":{"tf":1.0},"533":{"tf":1.0},"548":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"271":{"tf":1.0},"695":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.0}}}}},"j":{"df":1,"docs":{"167":{"tf":1.0}}},"k":{"df":1,"docs":{"155":{"tf":1.0}}},"l":{"df":1,"docs":{"716":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"367":{"tf":1.0},"620":{"tf":1.0}}}},"w":{"df":1,"docs":{"429":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"651":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"361":{"tf":1.0},"69":{"tf":1.0}}}},"n":{"df":1,"docs":{"409":{"tf":1.0}},"i":{"df":1,"docs":{"351":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"239":{"tf":1.0},"290":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"435":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}},"t":{"df":2,"docs":{"193":{"tf":1.0},"660":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"211":{"tf":1.0},"578":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"675":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"632":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"368":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"437":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"686":{"tf":1.0}}}}}}}}},"p":{"df":2,"docs":{"155":{"tf":1.0},"659":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"424":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"419":{"tf":1.0}}}}},"df":3,"docs":{"167":{"tf":1.0},"72":{"tf":1.0},"732":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"480":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"395":{"tf":1.0},"621":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"281":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0}}}}},"g":{"df":3,"docs":{"171":{"tf":1.0},"604":{"tf":1.0},"697":{"tf":1.0}}},"k":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"541":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"668":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0}}}},"w":{"df":1,"docs":{"391":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"378":{"tf":1.0},"531":{"tf":1.0},"539":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.0}},"p":{"a":{"d":{"df":1,"docs":{"667":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":3,"docs":{"573":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"440":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}},"n":{"df":2,"docs":{"314":{"tf":1.0},"38":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"220":{"tf":1.0},"51":{"tf":1.0},"743":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":2,"docs":{"246":{"tf":1.0},"691":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":4,"docs":{"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"718":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":4,"docs":{"288":{"tf":1.0},"328":{"tf":1.0},"705":{"tf":1.0},"752":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"734":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"380":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":18,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}}},"d":{"df":1,"docs":{"688":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"655":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"690":{"tf":1.0},"7":{"tf":1.0},"735":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"482":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"400":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":1,"docs":{"452":{"tf":1.0}}}},"df":1,"docs":{"659":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"648":{"tf":1.0},"736":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"660":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"487":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"459":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":45,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"624":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":27,"docs":{"231":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"258":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"545":{"tf":1.0},"603":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"664":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"746":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"580":{"tf":1.0},"669":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":1,"docs":{"698":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"541":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"668":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"546":{"tf":1.0},"550":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"455":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"67":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"567":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"522":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"737":{"tf":1.0}}}},"b":{"df":1,"docs":{"584":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":4,"docs":{"272":{"tf":1.0},"49":{"tf":1.0},"502":{"tf":1.0},"698":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"457":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}},"v":{"df":1,"docs":{"662":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"555":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":19,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"438":{"tf":1.0},"667":{"tf":1.0},"688":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"732":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"434":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"a":{"df":2,"docs":{"45":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"df":2,"docs":{"215":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"218":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"363":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"492":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"445":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"39":{"tf":1.0},"446":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"175":{"tf":1.0},"584":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"686":{"tf":1.0}}}}},"df":2,"docs":{"44":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"497":{"tf":1.0}}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"412":{"tf":1.0}},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"389":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"42":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"607":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"217":{"tf":1.0},"220":{"tf":1.0},"375":{"tf":1.0},"44":{"tf":1.0},"530":{"tf":1.0},"604":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"609":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"214":{"tf":1.0},"461":{"tf":1.0},"563":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"264":{"tf":1.0},"267":{"tf":1.0},"522":{"tf":1.0},"604":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"748":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"275":{"tf":1.0},"29":{"tf":1.0},"544":{"tf":1.0},"612":{"tf":1.0},"670":{"tf":1.0}}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":24,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"219":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"545":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"708":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":19,"docs":{"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"569":{"tf":1.0},"664":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"519":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"567":{"tf":1.0},"713":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":7,"docs":{"264":{"tf":1.0},"267":{"tf":1.0},"613":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"748":{"tf":1.0}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"632":{"tf":1.0},"635":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"641":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"398":{"tf":1.0}}}}},"df":1,"docs":{"504":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"497":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"443":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"642":{"tf":1.0},"647":{"tf":1.0}}}}},"h":{"df":1,"docs":{"155":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"580":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}},"k":{"df":1,"docs":{"426":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"447":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"421":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"520":{"tf":1.0}}},"p":{"df":2,"docs":{"284":{"tf":1.0},"653":{"tf":1.0}}}},"p":{"df":1,"docs":{"655":{"tf":1.0}},"h":{"df":1,"docs":{"713":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"751":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"586":{"tf":1.0}}}}},"df":1,"docs":{"483":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"432":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"276":{"tf":1.0},"365":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"y":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"563":{"tf":1.0},"711":{"tf":1.0}}},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"418":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"508":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0}}}}}}}}},"p":{"df":9,"docs":{"206":{"tf":1.0},"248":{"tf":1.0},"334":{"tf":1.0},"39":{"tf":1.0},"580":{"tf":1.0},"620":{"tf":1.0},"646":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"537":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"20":{"tf":1.0},"237":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"658":{"tf":1.0}}}},"df":24,"docs":{"108":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"500":{"tf":1.0},"533":{"tf":1.0},"548":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":2,"docs":{"145":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"420":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"288":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"106":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"598":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"584":{"tf":1.0},"610":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"448":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}},"y":{"df":3,"docs":{"133":{"tf":1.0},"349":{"tf":1.0},"608":{"tf":1.0}}}},"df":1,"docs":{"587":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"210":{"tf":1.0}}}}},"h":{"df":1,"docs":{"657":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":25,"docs":{"206":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"52":{"tf":1.0},"553":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"586":{"tf":1.0},"588":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":3,"docs":{"396":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"489":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"580":{"tf":1.0}}}},"df":1,"docs":{"656":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"288":{"tf":1.0},"355":{"tf":1.0},"705":{"tf":1.0},"752":{"tf":1.0}},"r":{"df":1,"docs":{"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"694":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"188":{"tf":1.0},"190":{"tf":1.0}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"y":{"df":4,"docs":{"217":{"tf":1.4142135623730951},"274":{"tf":1.0},"654":{"tf":1.0},"72":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"410":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"76":{"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":["Home.html#lapwing-for-beginners","Home.html#motivation","Home.html#contributing","Chapter-01.html#chapter-1-introduction","Chapter-01.html#how-does-steno-work","Chapter-01.html#why-koplphreukaeut","Chapter-01.html#raw-steno-terminology","Chapter-01.html#steno-is-primarily-phonetic","Chapter-01.html#steno-theories","Chapter-01.html#how-steno-works-from-the-software-side","Chapter-01.html#conclusion","Chapter-02.html#chapter-2-steno-hardware-and-software","Chapter-02.html#steno-hardware","Chapter-02.html#steno-software","Chapter-02.html#beginners-guide-to-plover","Chapter-03.html#chapter-3-how-to-learn-steno","Chapter-03.html#steno-is-difficult","Chapter-03.html#take-steno-as-a-challenge","Chapter-03.html#how-do-i-learn","Chapter-03.html#lapwing-chapters","Chapter-03.html#incorporating-steno-into-your-computer-usage","Chapter-03.html#switching-to-steno-completely-from-day-1","Chapter-04.html#chapter-4-the-layout","Chapter-04.html#recommended-pace","Chapter-04.html#useful-links","Chapter-04.html#finger-positions","Chapter-04.html#the-backspace-key","Chapter-04.html#steno-jig","Chapter-04.html#why-does-plover-output-a-hyphen","Chapter-04.html#how-should-i-start","Chapter-04.html#other-drills","Chapter-04.html#chapter-4-test","Chapter-04.html#recommended-completion-goal","Chapter-04.html#extra-practice","Chapter-05.html#chapter-5-lapwing-setup-and-basics","Chapter-05.html#recommended-pace","Chapter-05.html#useful-links","Chapter-05.html#lapwing-setup","Chapter-05.html#using-the-all-in-one-plugin","Chapter-05.html#dictionary-updates","Chapter-05.html#setting-up-lapwing-manually","Chapter-05.html#typey-type","Chapter-05.html#click-here-to-access-typey-type-shown-above","Chapter-05.html#single-key-basics","Chapter-05.html#consonant-keys","Chapter-05.html#short-vowel-sounds","Chapter-05.html#the-schwa","Chapter-05.html#simple-vowels-rule-1","Chapter-05.html#the-i-chord","Chapter-05.html#simple-vowels-rule-2","Chapter-05.html#vowels-with-r","Chapter-05.html#section-practice-material","Chapter-05.html#steno-order","Chapter-05.html#impossible-single-syllable-words","Chapter-05.html#combining-single-left-hand-keys","Chapter-05.html#section-practice","Chapter-05.html#left-hand-d-b-and-l","Chapter-05.html#examples","Chapter-05.html#mnemonics","Chapter-05.html#section-practice-1","Chapter-05.html#chapter-5-test","Chapter-05.html#recommended-completion-goal","Chapter-05.html#chapter-briefs","Chapter-05.html#practice-sentences","Chapter-05.html#extra-briefs","Chapter-06.html#chapter-6-left-hand-consonants-continued","Chapter-06.html#recommended-pace","Chapter-06.html#useful-links","Chapter-06.html#left-hand-f-q-and-m","Chapter-06.html#examples","Chapter-06.html#wouldnt-ph-as-f-make-more-sense","Chapter-06.html#mnemonics","Chapter-06.html#section-practice","Chapter-06.html#left-hand-g-n-and-y","Chapter-06.html#examples-1","Chapter-06.html#mnemonics-1","Chapter-06.html#section-practice-1","Chapter-06.html#left-hand-z-v-and-j","Chapter-06.html#mnemonics-2","Chapter-06.html#examples-2","Chapter-06.html#section-practice-2","Chapter-06.html#chapter-6-test","Chapter-06.html#recommended-completion-goal","Chapter-06.html#chapter-briefs","Chapter-06.html#practice-sentences","Chapter-06.html#extra-briefs","Chapter-07.html#chapter-7-vowels","Chapter-07.html#recommended-pace","Chapter-07.html#useful-links","Chapter-07.html#intro","Chapter-07.html#oe-ou-and-oeu","Chapter-07.html#examples","Chapter-07.html#mnemonics","Chapter-07.html#section-practice","Chapter-07.html#aeu","Chapter-07.html#examples-1","Chapter-07.html#mnemonics-1","Chapter-07.html#section-practice-1","Chapter-07.html#aou","Chapter-07.html#examples-2","Chapter-07.html#mnemonics-2","Chapter-07.html#section-practice-2","Chapter-07.html#chapter-7-test","Chapter-07.html#recommended-completion-goal","Chapter-07.html#chapter-briefs","Chapter-07.html#practice-sentences","Chapter-07.html#extra-briefs","Chapter-08.html#chapter-8-vowels-continued","Chapter-08.html#recommended-pace","Chapter-08.html#useful-links","Chapter-08.html#intro","Chapter-08.html#what-is-a-conflict","Chapter-08.html#aoe","Chapter-08.html#examples","Chapter-08.html#mnemonics","Chapter-08.html#section-practice","Chapter-08.html#aoeu","Chapter-08.html#examples-1","Chapter-08.html#mnemonics-1","Chapter-08.html#section-practice-1","Chapter-08.html#au","Chapter-08.html#minor-conflicts","Chapter-08.html#section-practice-2","Chapter-08.html#ae-for-aeu","Chapter-08.html#highest-priority-ai-or-ei-spellings","Chapter-08.html#medium-priority-a_e-spellings","Chapter-08.html#lowest-priority-ea-spellings","Chapter-08.html#flowchart-summary","Chapter-08.html#ae-for-aoe","Chapter-08.html#highest-priority-ee-spellings","Chapter-08.html#medium-priority-ie-spellings","Chapter-08.html#lowest-priority-ea-spellings-1","Chapter-08.html#flowchart-summary-1","Chapter-08.html#other-uses-of-ae-for-disambiguating","Chapter-08.html#ae-3-way-conflicts","Chapter-08.html#section-practice-3","Chapter-08.html#ao","Chapter-08.html#section-practice-4","Chapter-08.html#chapter-8-test","Chapter-08.html#recommended-completion-goal","Chapter-08.html#chapter-briefs","Chapter-08.html#practice-sentences","Chapter-08.html#extra-briefs","Chapter-09.html#chapter-9-right-hand-chords","Chapter-09.html#recommended-pace","Chapter-09.html#useful-links","Chapter-09.html#right-hand-v","Chapter-09.html#examples","Chapter-09.html#mnemonics","Chapter-09.html#conflicts-with-f","Chapter-09.html#section-practice","Chapter-09.html#right-hand-st","Chapter-09.html#right-hand-m-and-k","Chapter-09.html#examples-1","Chapter-09.html#mnemonics-1","Chapter-09.html#section-practice-1","Chapter-09.html#right-hand-mp-th-and-lk","Chapter-09.html#examples-2","Chapter-09.html#mnemonics-2","Chapter-09.html#section-practice-2","Chapter-09.html#chapter-9-test","Chapter-09.html#recommended-completion-goal","Chapter-09.html#chapter-briefs","Chapter-09.html#practice-sentences","Chapter-09.html#extra-briefs","Chapter-10.html#chapter-10-right-hand-chords-continued","Chapter-10.html#recommended-pace","Chapter-10.html#useful-links","Chapter-10.html#right-hand-n-j-and-lj","Chapter-10.html#examples","Chapter-10.html#mnemonics","Chapter-10.html#section-practice","Chapter-10.html#right-hand-rv-rf-ng-and-nk","Chapter-10.html#examples-1","Chapter-10.html#mnemonics-1","Chapter-10.html#section-practice-1","Chapter-10.html#right-hand-ch-sh-and-rch","Chapter-10.html#examples-2","Chapter-10.html#mnemonics-2","Chapter-10.html#section-practice-2","Chapter-10.html#chapter-10-test","Chapter-10.html#recommended-completion-goal","Chapter-10.html#chapter-briefs","Chapter-10.html#practice-sentences","Chapter-10.html#extra-briefs","Chapter-11.html#chapter-11-right-hand-compound-clusters","Chapter-11.html#recommended-pace","Chapter-11.html#useful-links","Chapter-11.html#intro","Chapter-11.html#right-hand-shun-kshun-and-x","Chapter-11.html#examples","Chapter-11.html#-kshun-and--x-conflicts","Chapter-11.html#mnemonics","Chapter-11.html#section-practice","Chapter-11.html#right-hand-ment-and-let","Chapter-11.html#examples-1","Chapter-11.html#mnemonics-1","Chapter-11.html#section-practice-1","Chapter-11.html#right-hand--bl","Chapter-11.html#examples-2","Chapter-11.html#mnemonics-2","Chapter-11.html#section-practice-2","Chapter-11.html#chapter-11-test","Chapter-11.html#recommended-completion-goal","Chapter-11.html#chapter-briefs","Chapter-11.html#practice-sentences","Chapter-11.html#extra-briefs","Chapter-12.html#chapter-12-wrapping-up-basic-words","Chapter-12.html#recommended-pace","Chapter-12.html#useful-links","Chapter-12.html#great-job","Chapter-12.html#what-weve-learned-so-far","Chapter-12.html#miscellaneous-orthographic-chords","Chapter-12.html#left-hand-chords","Chapter-12.html#kr-for-c-in-conflicts","Chapter-12.html#kh-for-hard-c-spelled-ch","Chapter-12.html#-s-for-all-s","Chapter-12.html#conflicts","Chapter-12.html#y-sound-without-the-letter-y","Chapter-12.html#section-practice","Chapter-12.html#the-stroke-separator","Chapter-12.html#when-sounds-cant-follow-steno-order","Chapter-12.html#examples","Chapter-12.html#right-hand-xt","Chapter-12.html#examples-1","Chapter-12.html#conflicts-between-chords-and-individual-keys","Chapter-12.html#-al--words","Chapter-12.html#examples-2","Chapter-12.html#no-test-this-chapter","Chapter-12.html#chapter-briefs","Chapter-12.html#practice-sentences","Chapter-12.html#extra-briefs","Chapter-13.html#chapter-13-prefixes-and-suffixes","Chapter-13.html#recommended-pace","Chapter-13.html#useful-links","Chapter-13.html#intro","Chapter-13.html#prefix-strokes","Chapter-13.html#common-prefix-strokes","Chapter-13.html#prefix-usage","Chapter-13.html#prefixes-with-different-pronunciations","Chapter-13.html#practice-material","Chapter-13.html#suffix-strokes","Chapter-13.html#-suffixes","Chapter-13.html#right-hand-chord-suffixes","Chapter-13.html#right-hand-compound-cluster-suffixes","Chapter-13.html#kwr-suffixes","Chapter-13.html#eu-suffixes","Chapter-13.html#suffixes-and-orthography","Chapter-13.html#prefix-priority","Chapter-13.html#looking-up-prefixes-and-suffixes","Chapter-13.html#tailoring-your-own-dictionary-to-your-understanding-of-etymology","Chapter-13.html#chapter-13-test","Chapter-13.html#recommended-completion-goal","Chapter-14.html#chapter-14-suffix-keys-and-compound-words","Chapter-14.html#recommended-pace","Chapter-14.html#useful-links","Chapter-14.html#suffix-keys","Chapter-14.html#folding","Chapter-14.html#section-practice","Chapter-14.html#the-a-prefix-key","Chapter-14.html#examples","Chapter-14.html#compound-words","Chapter-14.html#examples-1","Chapter-14.html#section-practice-1","Chapter-14.html#no-test-this-chapter","Chapter-15.html#chapter-15-syllabic-splitting","Chapter-15.html#recommended-pace","Chapter-15.html#useful-links","Chapter-15.html#syllabic-splitting-basics","Chapter-15.html#consonant-group-ambiguity","Chapter-15.html#basic-examples-and-explanations","Chapter-15.html#section-practice","Chapter-15.html#kwr-as-a-silent-linker","Chapter-15.html#kwr-with-the--r-key","Chapter-15.html#section-practice-1","Chapter-15.html#kwr-as-y","Chapter-15.html#to-start-a-vowel","Chapter-15.html#between-two-vowels","Chapter-15.html#as-a-vowel-pair","Chapter-15.html#section-practice-2","Chapter-15.html#prefix-priority","Chapter-15.html#multistroke-prefixes","Chapter-15.html#next-chapter","Chapter-15.html#chapter-15-test","Chapter-15.html#recommended-completion-goal","Chapter-16.html#chapter-16-top-200-common-english-words","Chapter-16.html#recommended-pace","Chapter-16.html#useful-links","Chapter-16.html#introduction","Chapter-16.html#write-outs-versus-briefs","Chapter-16.html#how-to-complete-this-chapter","Chapter-16.html#practice-material","Chapter-16.html#150","Chapter-16.html#the","Chapter-16.html#of","Chapter-16.html#to","Chapter-16.html#and","Chapter-16.html#a","Chapter-16.html#in","Chapter-16.html#is","Chapter-16.html#it","Chapter-16.html#you","Chapter-16.html#that","Chapter-16.html#he","Chapter-16.html#was","Chapter-16.html#for","Chapter-16.html#on","Chapter-16.html#are","Chapter-16.html#with","Chapter-16.html#as","Chapter-16.html#i","Chapter-16.html#his","Chapter-16.html#they","Chapter-16.html#be","Chapter-16.html#at","Chapter-16.html#one","Chapter-16.html#have","Chapter-16.html#this","Chapter-16.html#from","Chapter-16.html#or","Chapter-16.html#had","Chapter-16.html#by","Chapter-16.html#hot","Chapter-16.html#but","Chapter-16.html#some","Chapter-16.html#what","Chapter-16.html#there","Chapter-16.html#we","Chapter-16.html#can","Chapter-16.html#out","Chapter-16.html#other","Chapter-16.html#were","Chapter-16.html#all","Chapter-16.html#your","Chapter-16.html#when","Chapter-16.html#up","Chapter-16.html#use","Chapter-16.html#word","Chapter-16.html#how","Chapter-16.html#said","Chapter-16.html#an","Chapter-16.html#each","Chapter-16.html#she","Chapter-16.html#51100","Chapter-16.html#which","Chapter-16.html#do","Chapter-16.html#their","Chapter-16.html#time","Chapter-16.html#if","Chapter-16.html#will","Chapter-16.html#way","Chapter-16.html#about","Chapter-16.html#many","Chapter-16.html#then","Chapter-16.html#them","Chapter-16.html#would","Chapter-16.html#write","Chapter-16.html#like","Chapter-16.html#so","Chapter-16.html#these","Chapter-16.html#her","Chapter-16.html#long","Chapter-16.html#make","Chapter-16.html#thing","Chapter-16.html#see","Chapter-16.html#him","Chapter-16.html#two","Chapter-16.html#has","Chapter-16.html#look","Chapter-16.html#more","Chapter-16.html#day","Chapter-16.html#could","Chapter-16.html#go","Chapter-16.html#come","Chapter-16.html#did","Chapter-16.html#my","Chapter-16.html#sound","Chapter-16.html#no","Chapter-16.html#most","Chapter-16.html#number","Chapter-16.html#who","Chapter-16.html#over","Chapter-16.html#know","Chapter-16.html#water","Chapter-16.html#than","Chapter-16.html#call","Chapter-16.html#first","Chapter-16.html#people","Chapter-16.html#may","Chapter-16.html#down","Chapter-16.html#side","Chapter-16.html#been","Chapter-16.html#now","Chapter-16.html#find","Chapter-16.html#101150","Chapter-16.html#any","Chapter-16.html#new","Chapter-16.html#work","Chapter-16.html#part","Chapter-16.html#take","Chapter-16.html#get","Chapter-16.html#place","Chapter-16.html#made","Chapter-16.html#live","Chapter-16.html#where","Chapter-16.html#after","Chapter-16.html#back","Chapter-16.html#little","Chapter-16.html#only","Chapter-16.html#round","Chapter-16.html#man","Chapter-16.html#year","Chapter-16.html#came","Chapter-16.html#show","Chapter-16.html#every","Chapter-16.html#good","Chapter-16.html#me","Chapter-16.html#give","Chapter-16.html#our","Chapter-16.html#under","Chapter-16.html#name","Chapter-16.html#very","Chapter-16.html#through","Chapter-16.html#just","Chapter-16.html#form","Chapter-16.html#much","Chapter-16.html#great","Chapter-16.html#think","Chapter-16.html#say","Chapter-16.html#help","Chapter-16.html#low","Chapter-16.html#line","Chapter-16.html#before","Chapter-16.html#turn","Chapter-16.html#cause","Chapter-16.html#same","Chapter-16.html#mean","Chapter-16.html#differ","Chapter-16.html#move","Chapter-16.html#right","Chapter-16.html#boy","Chapter-16.html#old","Chapter-16.html#too","Chapter-16.html#does","Chapter-16.html#tell","Chapter-16.html#151200","Chapter-16.html#sentence","Chapter-16.html#set","Chapter-16.html#three","Chapter-16.html#want","Chapter-16.html#air","Chapter-16.html#well","Chapter-16.html#also","Chapter-16.html#play","Chapter-16.html#small","Chapter-16.html#end","Chapter-16.html#put","Chapter-16.html#home","Chapter-16.html#read","Chapter-16.html#hand","Chapter-16.html#port","Chapter-16.html#large","Chapter-16.html#spell","Chapter-16.html#add","Chapter-16.html#even","Chapter-16.html#land","Chapter-16.html#here","Chapter-16.html#must","Chapter-16.html#big","Chapter-16.html#high","Chapter-16.html#such","Chapter-16.html#follow","Chapter-16.html#act","Chapter-16.html#why","Chapter-16.html#ask","Chapter-16.html#men","Chapter-16.html#change","Chapter-16.html#went","Chapter-16.html#light","Chapter-16.html#kind","Chapter-16.html#off","Chapter-16.html#need","Chapter-16.html#house","Chapter-16.html#picture","Chapter-16.html#try","Chapter-16.html#us","Chapter-16.html#again","Chapter-16.html#animal","Chapter-16.html#point","Chapter-16.html#mother","Chapter-16.html#world","Chapter-16.html#near","Chapter-16.html#build","Chapter-16.html#self","Chapter-16.html#earth","Chapter-16.html#father","Chapter-16.html#chapter-16-test","Chapter-16.html#recommended-completion-goal","Chapter-17.html#chapter-17-shortening-techniques","Chapter-17.html#recommended-pace","Chapter-17.html#introduction","Chapter-17.html#useful-links","Chapter-17.html#folding","Chapter-17.html#r-folding","Chapter-17.html#l-folding","Chapter-17.html#t-folding","Chapter-17.html#e-folding","Chapter-17.html#e-folding-with-aeu","Chapter-17.html#practice-material","Chapter-17.html#dropping-unstressed-vowels","Chapter-17.html#definite","Chapter-17.html#demand","Chapter-17.html#deplorable","Chapter-17.html#derivative","Chapter-17.html#electric","Chapter-17.html#differ","Chapter-17.html#engineer","Chapter-17.html#geology","Chapter-17.html#modulator","Chapter-17.html#possible","Chapter-17.html#suppose","Chapter-17.html#tom-scott-and-schwa","Chapter-17.html#caveats","Chapter-17.html#consonant-group-splitting-quirks","Chapter-17.html#practice-material-1","Chapter-17.html#inversions","Chapter-17.html#examples","Chapter-17.html#practice-material-2","Chapter-17.html#left-hand-compound-clusters","Chapter-17.html#examples-1","Chapter-17.html#practice-material-3","Chapter-17.html#dropping-other-sounds","Chapter-18.html#chapter-18-fingerspelling-and-numbers","Chapter-18.html#recommended-pace","Chapter-18.html#useful-links","Chapter-18.html#intro","Chapter-18.html#fingerspelling","Chapter-18.html#lowercase","Chapter-18.html#uppercase","Chapter-18.html#attachment-behaviour","Chapter-18.html#numbers","Chapter-18.html#attachment-behaviour-1","Chapter-19.html#chapter-19-proper-nouns","Chapter-19.html#recommended-pace","Chapter-19.html#proper-nouns","Chapter-19.html#proper-nouns-starting-with-j","Chapter-19.html#alternative-proper-nouns-with-a-prefix-stroke","Chapter-20.html#chapter-20-punctuation-and-commands","Chapter-20.html#recommended-pace","Chapter-20.html#useful-links","Chapter-20.html#intro","Chapter-20.html#punctuation","Chapter-20.html#commands","Chapter-20.html#enter","Chapter-20.html#enter-capitalize-next-word","Chapter-20.html#insert-a-space","Chapter-20.html#retroactively-insert-a-space","Chapter-20.html#suppress-the-next-space","Chapter-20.html#retroactively-suppress-the-last-space","Chapter-20.html#capitalize-the-next-word","Chapter-20.html#retroactively-capitalize-the-next-word","Chapter-20.html#capitalize-the-next-word-and-suppress-the-next-space","Chapter-20.html#uncapitalize-the-next-word","Chapter-20.html#retroactively-uncapitalize-the-next-word","Chapter-21.html#chapter-21-uk-spellings","Chapter-21.html#recommended-pace","Chapter-21.html#intro","Chapter-21.html#setup","Chapter-21.html#quick-switching","Chapter-21.html#examples","Chapter-21.html#dealing-with-suffixes","Chapter-21.html#ae-spellings","Chapter-21.html#examples-1","Chapter-21.html#ise-spellings","Chapter-21.html#oe-spellings","Chapter-21.html#examples-2","Chapter-21.html#examples-3","Chapter-21.html#re-spellings","Chapter-21.html#examples-4","Chapter-21.html#miscellaneous-briefs","Chapter-21.html#examples-5","Chapter-22.html#chapter-22-theory-principles-wrap-up","Chapter-22.html#intro","Chapter-22.html#acronyms","Chapter-22.html#contractions","Chapter-22.html#-rb-for--rb-vs--sh","Chapter-22.html#disambiguating-ou-with-ou","Chapter-22.html#tricky-ou-words","Chapter-22.html#w-for-glides","Chapter-22.html#-graph-words","Chapter-22.html#-graph","Chapter-22.html#-graphy","Chapter-22.html#alternative--graphy-outline","Chapter-22.html#-grapher","Chapter-22.html#alternative--grapher-outline","Chapter-22.html#-graphic","Chapter-22.html#alternative--graphic-outline","Chapter-22.html#-ology-words","Chapter-22.html#alternative--ology-chord","Chapter-22.html#ambiguous-glide-vowels","Chapter-22.html#-ual-words","Chapter-22.html#wal","Chapter-22.html#twal","Chapter-22.html#kwraoul","Chapter-22.html#doubling-consonants-with-prefixes","Chapter-22.html#splitting-a-sound-at-ng","Chapter-22.html#examples","Chapter-22.html#prefix-outline-conflicts","Chapter-22.html#single-stroke-briefed-prefixes","Chapter-22.html#generic-way-of-dealing-with-multisyllable-prefix-outlines","Chapter-22.html#special-conflicts","Chapter-22.html#prefix-strokes-vs-compound-words","Chapter-22.html#problematic-words","Chapter-22.html#strokes-starting-with-eu","Chapter-22.html#syllabically","Chapter-22.html#prefixes","Chapter-22.html#incorrect-prefixes","Chapter-22.html#why","Chapter-23.html#chapter-23-end-of-basic-theory","Chapter-23.html#end-of-basic-theory","Chapter-23.html#being-comfortable-with-your-own-dictionary","Chapter-23.html#looking-up-words","Chapter-23.html#adding-new-words","Chapter-23.html#an-example-of-a-theory-gap","Chapter-23.html#how-do-i-build-speed","Chapter-23.html#practice","Chapter-23.html#learning-briefs","Chapter-24.html#chapter-24-phrase-briefs","Chapter-24.html#basic-phrase-briefs","Chapter-24.html#jeffs-phrasing","Chapter-24.html#setup","Chapter-24.html#basics","Chapter-24.html#advance-usage","Chapter-25.html#chapter-25-symbols-and-modifiers","Chapter-25.html#python-dictionaries","Chapter-25.html#setup","Chapter-25.html#emilys-symbols-dictionary","Chapter-25.html#usage","Chapter-25.html#emilys-modifiers-dictionary","Chapter-25.html#usage-1","Chapter-25.html#abbys-left-hand-modifiers-dictionary","Chapter-25.html#usage-2","Chapter-25.html#learning-these-systems","Chapter-26.html#chapter-26-editing-text","Chapter-26.html#movement","Chapter-26.html#basic-movement","Chapter-26.html#modal-movement","Chapter-26.html#first-up-chord-send-and-chord-repeat","Chapter-26.html#copying-pasting-and-deleting-text","Appendix-A.html#plover-theory","Appendix-A.html#lapwing-theory","Appendix-A.html#you-should-not-learn-lapwing-theory-if","Appendix-A.html#using-both-mainjson-and-lapwing-basejson","Appendix-A.html#differences","Appendix-A.html#top-s-number-key","Appendix-A.html#kwr-for-y","Appendix-A.html#tp-for-ph","Appendix-A.html#wr-for-wr","Appendix-A.html#wh-for-wh","Appendix-A.html#usage-of-au","Appendix-A.html#pl-for-mp","Appendix-A.html#-plt-for-ment","Appendix-A.html#-lt-for-let","Appendix-A.html#kr-to-resolve-c-conflicts","Appendix-A.html#basic-words-miscellaneous-theory","Appendix-A.html#prefixes-and-suffixes","Appendix-A.html#compound-words","Appendix-A.html#syllabic-splitting","Appendix-A.html#right-hand-numberpad","Appendix-A.html#proper-nouns","Appendix-A.html#miscellaneous-theory-principles","Appendix-A.html#how-to-get-started","Appendix-A.html#setting-up-lapwing","Appendix-A.html#transitioning-to-lapwing","Appendix-B.html#setting-up-lapwing-manually","Appendix-B.html#install-required-plugins","Appendix-B.html#enable-modal_update","Appendix-B.html#download-the-dictionaries","Appendix-B.html#relocate-the-number-key","Appendix-C.html#lapwing-with-javelin","Appendix-C.html#chapter-3","Appendix-C.html#chapter-4","Appendix-C.html#chapter-5","Appendix-C.html#chapter-26","theory-reference.html#compound-words","theory-reference.html#proper-nouns","theory-reference.html#alternative-proper-noun-dictionaries","theory-reference.html#movement-keys-keyboard-shortcuts-commands","theory-reference.html#punctuation","theory-reference.html#right-hand-number-pad","theory-reference.html#fingerspelling","theory-reference.html#phonetics","theory-reference.html#orthography","theory-reference.html#syllabic-splitting","theory-reference.html#exceptions-to-syllabic-splitting","theory-reference.html#words-that-can-be-written-using-prefix-andor-suffix-strokes","theory-reference.html#kwr-linker-with-prefix-strokes","theory-reference.html#consonant-doubling-with-prefixes","theory-reference.html#consonant-doubling-with-ng","theory-reference.html#the-problem-of-the-vowelconsonant-r","theory-reference.html#situations-that-benefit-from-dropping-unstressed-vowels","theory-reference.html#using-prefixes-and-suffixes","theory-reference.html#prefixes","theory-reference.html#prefixes-by-themselves","theory-reference.html#suffixes","theory-reference.html#conflict-resolution","theory-reference.html#beyond-writing-out","theory-reference.html#dropping-unstressed-vowels","theory-reference.html#using-shorter-prefixes-and-suffixes","theory-reference.html#folding-and-stacking-sounds-on-ending-strokes","theory-reference.html#folding-suffix-keys","theory-reference.html#examples-of-short-entries-that-i-might-use","theory-reference.html#uk-spellings","theory-reference.html#dictionary-contents","theory-reference.html#switching-with-tph","theory-reference.html#ae-spellings","theory-reference.html#ise-spellings","theory-reference.html#ll-spellings","theory-reference.html#oe-spellings","theory-reference.html#ou-spellings","theory-reference.html#re-spellings","theory-reference.html#miscellaneous-briefs","Glossary.html#glossary","Glossary.html#brief","Glossary.html#chord","Glossary.html#conflict","Glossary.html#dictionary","Glossary.html#diphthong","Glossary.html#entry","Glossary.html#fingerspelling","Glossary.html#folding","Glossary.html#glide","Glossary.html#ipa","Glossary.html#n-key-rollover","Glossary.html#orthographic","Glossary.html#outline","Glossary.html#phonetic","Glossary.html#plover","Glossary.html#raw-steno","Glossary.html#steno-engine","Glossary.html#embedded-steno-engine","Glossary.html#steno-keyboard","Glossary.html#steno-machine","Glossary.html#steno-writer","Glossary.html#steno-order","Glossary.html#stroke","Glossary.html#affix-stroke","Glossary.html#prefix-stroke","Glossary.html#suffix-stroke","Glossary.html#syllabic-splitting","Glossary.html#steno-theory","Glossary.html#basic-theory","Glossary.html#translation","Glossary.html#write-out"],"index":{"documentStore":{"docInfo":{"0":{"body":53,"breadcrumbs":3,"title":2},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":13,"breadcrumbs":4,"title":1},"100":{"body":39,"breadcrumbs":4,"title":1},"101":{"body":5,"breadcrumbs":5,"title":2},"102":{"body":44,"breadcrumbs":6,"title":3},"103":{"body":15,"breadcrumbs":6,"title":3},"104":{"body":69,"breadcrumbs":5,"title":2},"105":{"body":22,"breadcrumbs":5,"title":2},"106":{"body":21,"breadcrumbs":5,"title":2},"107":{"body":0,"breadcrumbs":8,"title":4},"108":{"body":60,"breadcrumbs":6,"title":2},"109":{"body":28,"breadcrumbs":6,"title":2},"11":{"body":30,"breadcrumbs":10,"title":5},"110":{"body":54,"breadcrumbs":5,"title":1},"111":{"body":40,"breadcrumbs":5,"title":1},"112":{"body":10,"breadcrumbs":5,"title":1},"113":{"body":8,"breadcrumbs":5,"title":1},"114":{"body":31,"breadcrumbs":5,"title":1},"115":{"body":5,"breadcrumbs":6,"title":2},"116":{"body":9,"breadcrumbs":5,"title":1},"117":{"body":8,"breadcrumbs":5,"title":1},"118":{"body":28,"breadcrumbs":5,"title":1},"119":{"body":5,"breadcrumbs":6,"title":2},"12":{"body":187,"breadcrumbs":7,"title":2},"120":{"body":88,"breadcrumbs":5,"title":1},"121":{"body":52,"breadcrumbs":6,"title":2},"122":{"body":5,"breadcrumbs":6,"title":2},"123":{"body":45,"breadcrumbs":6,"title":2},"124":{"body":18,"breadcrumbs":9,"title":5},"125":{"body":30,"breadcrumbs":8,"title":4},"126":{"body":36,"breadcrumbs":8,"title":4},"127":{"body":6,"breadcrumbs":6,"title":2},"128":{"body":19,"breadcrumbs":6,"title":2},"129":{"body":13,"breadcrumbs":8,"title":4},"13":{"body":33,"breadcrumbs":7,"title":2},"130":{"body":2,"breadcrumbs":8,"title":4},"131":{"body":20,"breadcrumbs":8,"title":4},"132":{"body":4,"breadcrumbs":6,"title":2},"133":{"body":17,"breadcrumbs":7,"title":3},"134":{"body":67,"breadcrumbs":8,"title":4},"135":{"body":5,"breadcrumbs":6,"title":2},"136":{"body":58,"breadcrumbs":5,"title":1},"137":{"body":5,"breadcrumbs":6,"title":2},"138":{"body":46,"breadcrumbs":7,"title":3},"139":{"body":14,"breadcrumbs":7,"title":3},"14":{"body":0,"breadcrumbs":8,"title":3},"140":{"body":75,"breadcrumbs":6,"title":2},"141":{"body":19,"breadcrumbs":6,"title":2},"142":{"body":58,"breadcrumbs":6,"title":2},"143":{"body":0,"breadcrumbs":10,"title":5},"144":{"body":62,"breadcrumbs":7,"title":2},"145":{"body":34,"breadcrumbs":7,"title":2},"146":{"body":4,"breadcrumbs":8,"title":3},"147":{"body":6,"breadcrumbs":6,"title":1},"148":{"body":15,"breadcrumbs":6,"title":1},"149":{"body":31,"breadcrumbs":7,"title":2},"15":{"body":0,"breadcrumbs":8,"title":4},"150":{"body":4,"breadcrumbs":7,"title":2},"151":{"body":71,"breadcrumbs":8,"title":3},"152":{"body":8,"breadcrumbs":9,"title":4},"153":{"body":8,"breadcrumbs":6,"title":1},"154":{"body":23,"breadcrumbs":6,"title":1},"155":{"body":5,"breadcrumbs":7,"title":2},"156":{"body":12,"breadcrumbs":10,"title":5},"157":{"body":12,"breadcrumbs":6,"title":1},"158":{"body":23,"breadcrumbs":6,"title":1},"159":{"body":6,"breadcrumbs":7,"title":2},"16":{"body":109,"breadcrumbs":6,"title":2},"160":{"body":43,"breadcrumbs":8,"title":3},"161":{"body":14,"breadcrumbs":8,"title":3},"162":{"body":47,"breadcrumbs":7,"title":2},"163":{"body":19,"breadcrumbs":7,"title":2},"164":{"body":26,"breadcrumbs":7,"title":2},"165":{"body":0,"breadcrumbs":12,"title":6},"166":{"body":55,"breadcrumbs":8,"title":2},"167":{"body":29,"breadcrumbs":8,"title":2},"168":{"body":18,"breadcrumbs":11,"title":5},"169":{"body":14,"breadcrumbs":7,"title":1},"17":{"body":104,"breadcrumbs":7,"title":3},"170":{"body":29,"breadcrumbs":7,"title":1},"171":{"body":8,"breadcrumbs":8,"title":2},"172":{"body":29,"breadcrumbs":12,"title":6},"173":{"body":16,"breadcrumbs":7,"title":1},"174":{"body":40,"breadcrumbs":7,"title":1},"175":{"body":9,"breadcrumbs":8,"title":2},"176":{"body":21,"breadcrumbs":11,"title":5},"177":{"body":20,"breadcrumbs":7,"title":1},"178":{"body":42,"breadcrumbs":7,"title":1},"179":{"body":8,"breadcrumbs":8,"title":2},"18":{"body":0,"breadcrumbs":5,"title":1},"180":{"body":43,"breadcrumbs":9,"title":3},"181":{"body":14,"breadcrumbs":9,"title":3},"182":{"body":72,"breadcrumbs":8,"title":2},"183":{"body":23,"breadcrumbs":8,"title":2},"184":{"body":12,"breadcrumbs":8,"title":2},"185":{"body":0,"breadcrumbs":12,"title":6},"186":{"body":49,"breadcrumbs":8,"title":2},"187":{"body":19,"breadcrumbs":8,"title":2},"188":{"body":16,"breadcrumbs":7,"title":1},"189":{"body":11,"breadcrumbs":11,"title":5},"19":{"body":230,"breadcrumbs":6,"title":2},"190":{"body":8,"breadcrumbs":7,"title":1},"191":{"body":32,"breadcrumbs":9,"title":3},"192":{"body":28,"breadcrumbs":7,"title":1},"193":{"body":6,"breadcrumbs":8,"title":2},"194":{"body":6,"breadcrumbs":9,"title":3},"195":{"body":8,"breadcrumbs":7,"title":1},"196":{"body":21,"breadcrumbs":7,"title":1},"197":{"body":13,"breadcrumbs":8,"title":2},"198":{"body":43,"breadcrumbs":9,"title":3},"199":{"body":29,"breadcrumbs":7,"title":1},"2":{"body":18,"breadcrumbs":2,"title":1},"20":{"body":190,"breadcrumbs":8,"title":4},"200":{"body":18,"breadcrumbs":7,"title":1},"201":{"body":14,"breadcrumbs":8,"title":2},"202":{"body":43,"breadcrumbs":9,"title":3},"203":{"body":14,"breadcrumbs":9,"title":3},"204":{"body":46,"breadcrumbs":8,"title":2},"205":{"body":17,"breadcrumbs":8,"title":2},"206":{"body":21,"breadcrumbs":8,"title":2},"207":{"body":0,"breadcrumbs":12,"title":6},"208":{"body":36,"breadcrumbs":8,"title":2},"209":{"body":7,"breadcrumbs":8,"title":2},"21":{"body":99,"breadcrumbs":9,"title":5},"210":{"body":22,"breadcrumbs":8,"title":2},"211":{"body":23,"breadcrumbs":9,"title":3},"212":{"body":0,"breadcrumbs":9,"title":3},"213":{"body":41,"breadcrumbs":9,"title":3},"214":{"body":24,"breadcrumbs":9,"title":3},"215":{"body":85,"breadcrumbs":11,"title":5},"216":{"body":13,"breadcrumbs":8,"title":2},"217":{"body":124,"breadcrumbs":7,"title":1},"218":{"body":33,"breadcrumbs":11,"title":5},"219":{"body":12,"breadcrumbs":8,"title":2},"22":{"body":0,"breadcrumbs":6,"title":3},"220":{"body":31,"breadcrumbs":8,"title":2},"221":{"body":53,"breadcrumbs":11,"title":5},"222":{"body":56,"breadcrumbs":7,"title":1},"223":{"body":18,"breadcrumbs":9,"title":3},"224":{"body":4,"breadcrumbs":7,"title":1},"225":{"body":62,"breadcrumbs":11,"title":5},"226":{"body":48,"breadcrumbs":8,"title":2},"227":{"body":11,"breadcrumbs":7,"title":1},"228":{"body":0,"breadcrumbs":8,"title":2},"229":{"body":69,"breadcrumbs":8,"title":2},"23":{"body":31,"breadcrumbs":5,"title":2},"230":{"body":16,"breadcrumbs":8,"title":2},"231":{"body":14,"breadcrumbs":8,"title":2},"232":{"body":0,"breadcrumbs":8,"title":4},"233":{"body":35,"breadcrumbs":6,"title":2},"234":{"body":38,"breadcrumbs":6,"title":2},"235":{"body":23,"breadcrumbs":5,"title":1},"236":{"body":95,"breadcrumbs":6,"title":2},"237":{"body":36,"breadcrumbs":7,"title":3},"238":{"body":48,"breadcrumbs":6,"title":2},"239":{"body":53,"breadcrumbs":7,"title":3},"24":{"body":12,"breadcrumbs":5,"title":2},"240":{"body":18,"breadcrumbs":6,"title":2},"241":{"body":57,"breadcrumbs":6,"title":2},"242":{"body":116,"breadcrumbs":5,"title":1},"243":{"body":72,"breadcrumbs":8,"title":4},"244":{"body":294,"breadcrumbs":9,"title":5},"245":{"body":137,"breadcrumbs":6,"title":2},"246":{"body":130,"breadcrumbs":6,"title":2},"247":{"body":69,"breadcrumbs":6,"title":2},"248":{"body":112,"breadcrumbs":6,"title":2},"249":{"body":36,"breadcrumbs":8,"title":4},"25":{"body":57,"breadcrumbs":5,"title":2},"250":{"body":157,"breadcrumbs":8,"title":4},"251":{"body":43,"breadcrumbs":7,"title":3},"252":{"body":14,"breadcrumbs":7,"title":3},"253":{"body":0,"breadcrumbs":12,"title":6},"254":{"body":34,"breadcrumbs":8,"title":2},"255":{"body":7,"breadcrumbs":8,"title":2},"256":{"body":78,"breadcrumbs":8,"title":2},"257":{"body":262,"breadcrumbs":7,"title":1},"258":{"body":4,"breadcrumbs":8,"title":2},"259":{"body":22,"breadcrumbs":8,"title":2},"26":{"body":117,"breadcrumbs":5,"title":2},"260":{"body":7,"breadcrumbs":7,"title":1},"261":{"body":24,"breadcrumbs":8,"title":2},"262":{"body":9,"breadcrumbs":7,"title":1},"263":{"body":3,"breadcrumbs":8,"title":2},"264":{"body":0,"breadcrumbs":8,"title":2},"265":{"body":0,"breadcrumbs":8,"title":4},"266":{"body":58,"breadcrumbs":6,"title":2},"267":{"body":14,"breadcrumbs":6,"title":2},"268":{"body":55,"breadcrumbs":7,"title":3},"269":{"body":66,"breadcrumbs":7,"title":3},"27":{"body":106,"breadcrumbs":5,"title":2},"270":{"body":272,"breadcrumbs":7,"title":3},"271":{"body":4,"breadcrumbs":6,"title":2},"272":{"body":14,"breadcrumbs":7,"title":3},"273":{"body":216,"breadcrumbs":7,"title":3},"274":{"body":4,"breadcrumbs":6,"title":2},"275":{"body":0,"breadcrumbs":6,"title":2},"276":{"body":64,"breadcrumbs":6,"title":2},"277":{"body":68,"breadcrumbs":7,"title":3},"278":{"body":205,"breadcrumbs":6,"title":2},"279":{"body":3,"breadcrumbs":6,"title":2},"28":{"body":80,"breadcrumbs":6,"title":3},"280":{"body":185,"breadcrumbs":6,"title":2},"281":{"body":69,"breadcrumbs":6,"title":2},"282":{"body":23,"breadcrumbs":6,"title":2},"283":{"body":41,"breadcrumbs":7,"title":3},"284":{"body":14,"breadcrumbs":7,"title":3},"285":{"body":7,"breadcrumbs":14,"title":7},"286":{"body":28,"breadcrumbs":9,"title":2},"287":{"body":5,"breadcrumbs":9,"title":2},"288":{"body":37,"breadcrumbs":8,"title":1},"289":{"body":57,"breadcrumbs":11,"title":4},"29":{"body":160,"breadcrumbs":4,"title":1},"290":{"body":51,"breadcrumbs":9,"title":2},"291":{"body":5,"breadcrumbs":9,"title":2},"292":{"body":0,"breadcrumbs":8,"title":1},"293":{"body":2,"breadcrumbs":7,"title":0},"294":{"body":2,"breadcrumbs":7,"title":0},"295":{"body":8,"breadcrumbs":7,"title":0},"296":{"body":8,"breadcrumbs":7,"title":0},"297":{"body":4,"breadcrumbs":7,"title":0},"298":{"body":4,"breadcrumbs":7,"title":0},"299":{"body":2,"breadcrumbs":7,"title":0},"3":{"body":40,"breadcrumbs":6,"title":3},"30":{"body":34,"breadcrumbs":4,"title":1},"300":{"body":2,"breadcrumbs":7,"title":0},"301":{"body":2,"breadcrumbs":7,"title":0},"302":{"body":6,"breadcrumbs":7,"title":0},"303":{"body":3,"breadcrumbs":7,"title":0},"304":{"body":2,"breadcrumbs":7,"title":0},"305":{"body":5,"breadcrumbs":7,"title":0},"306":{"body":5,"breadcrumbs":7,"title":0},"307":{"body":11,"breadcrumbs":7,"title":0},"308":{"body":9,"breadcrumbs":7,"title":0},"309":{"body":2,"breadcrumbs":7,"title":0},"31":{"body":169,"breadcrumbs":6,"title":3},"310":{"body":5,"breadcrumbs":7,"title":0},"311":{"body":3,"breadcrumbs":7,"title":0},"312":{"body":10,"breadcrumbs":7,"title":0},"313":{"body":7,"breadcrumbs":7,"title":0},"314":{"body":2,"breadcrumbs":7,"title":0},"315":{"body":3,"breadcrumbs":8,"title":1},"316":{"body":10,"breadcrumbs":7,"title":0},"317":{"body":7,"breadcrumbs":7,"title":0},"318":{"body":3,"breadcrumbs":7,"title":0},"319":{"body":4,"breadcrumbs":7,"title":0},"32":{"body":12,"breadcrumbs":6,"title":3},"320":{"body":2,"breadcrumbs":7,"title":0},"321":{"body":5,"breadcrumbs":7,"title":0},"322":{"body":3,"breadcrumbs":8,"title":1},"323":{"body":3,"breadcrumbs":7,"title":0},"324":{"body":3,"breadcrumbs":7,"title":0},"325":{"body":5,"breadcrumbs":7,"title":0},"326":{"body":8,"breadcrumbs":7,"title":0},"327":{"body":8,"breadcrumbs":7,"title":0},"328":{"body":2,"breadcrumbs":7,"title":0},"329":{"body":6,"breadcrumbs":8,"title":1},"33":{"body":179,"breadcrumbs":5,"title":2},"330":{"body":9,"breadcrumbs":7,"title":0},"331":{"body":12,"breadcrumbs":7,"title":0},"332":{"body":3,"breadcrumbs":7,"title":0},"333":{"body":15,"breadcrumbs":7,"title":0},"334":{"body":8,"breadcrumbs":7,"title":0},"335":{"body":3,"breadcrumbs":8,"title":1},"336":{"body":3,"breadcrumbs":8,"title":1},"337":{"body":3,"breadcrumbs":8,"title":1},"338":{"body":3,"breadcrumbs":7,"title":0},"339":{"body":9,"breadcrumbs":7,"title":0},"34":{"body":0,"breadcrumbs":10,"title":5},"340":{"body":3,"breadcrumbs":7,"title":0},"341":{"body":3,"breadcrumbs":8,"title":1},"342":{"body":3,"breadcrumbs":7,"title":0},"343":{"body":0,"breadcrumbs":8,"title":1},"344":{"body":8,"breadcrumbs":7,"title":0},"345":{"body":7,"breadcrumbs":7,"title":0},"346":{"body":3,"breadcrumbs":7,"title":0},"347":{"body":3,"breadcrumbs":8,"title":1},"348":{"body":7,"breadcrumbs":7,"title":0},"349":{"body":7,"breadcrumbs":7,"title":0},"35":{"body":68,"breadcrumbs":7,"title":2},"350":{"body":3,"breadcrumbs":8,"title":1},"351":{"body":2,"breadcrumbs":7,"title":0},"352":{"body":2,"breadcrumbs":8,"title":1},"353":{"body":3,"breadcrumbs":7,"title":0},"354":{"body":3,"breadcrumbs":7,"title":0},"355":{"body":3,"breadcrumbs":7,"title":0},"356":{"body":3,"breadcrumbs":8,"title":1},"357":{"body":3,"breadcrumbs":7,"title":0},"358":{"body":4,"breadcrumbs":7,"title":0},"359":{"body":3,"breadcrumbs":7,"title":0},"36":{"body":24,"breadcrumbs":7,"title":2},"360":{"body":2,"breadcrumbs":7,"title":0},"361":{"body":3,"breadcrumbs":8,"title":1},"362":{"body":3,"breadcrumbs":8,"title":1},"363":{"body":3,"breadcrumbs":8,"title":1},"364":{"body":3,"breadcrumbs":8,"title":1},"365":{"body":3,"breadcrumbs":7,"title":0},"366":{"body":2,"breadcrumbs":8,"title":1},"367":{"body":2,"breadcrumbs":7,"title":0},"368":{"body":3,"breadcrumbs":8,"title":1},"369":{"body":3,"breadcrumbs":8,"title":1},"37":{"body":50,"breadcrumbs":7,"title":2},"370":{"body":3,"breadcrumbs":8,"title":1},"371":{"body":3,"breadcrumbs":7,"title":0},"372":{"body":3,"breadcrumbs":8,"title":1},"373":{"body":3,"breadcrumbs":8,"title":1},"374":{"body":7,"breadcrumbs":7,"title":0},"375":{"body":3,"breadcrumbs":7,"title":0},"376":{"body":3,"breadcrumbs":8,"title":1},"377":{"body":5,"breadcrumbs":7,"title":0},"378":{"body":3,"breadcrumbs":7,"title":0},"379":{"body":3,"breadcrumbs":8,"title":1},"38":{"body":75,"breadcrumbs":8,"title":3},"380":{"body":4,"breadcrumbs":7,"title":0},"381":{"body":9,"breadcrumbs":8,"title":1},"382":{"body":3,"breadcrumbs":8,"title":1},"383":{"body":3,"breadcrumbs":8,"title":1},"384":{"body":3,"breadcrumbs":7,"title":0},"385":{"body":3,"breadcrumbs":8,"title":1},"386":{"body":16,"breadcrumbs":8,"title":1},"387":{"body":5,"breadcrumbs":8,"title":1},"388":{"body":2,"breadcrumbs":7,"title":0},"389":{"body":3,"breadcrumbs":8,"title":1},"39":{"body":61,"breadcrumbs":7,"title":2},"390":{"body":3,"breadcrumbs":8,"title":1},"391":{"body":3,"breadcrumbs":7,"title":0},"392":{"body":3,"breadcrumbs":8,"title":1},"393":{"body":3,"breadcrumbs":8,"title":1},"394":{"body":0,"breadcrumbs":8,"title":1},"395":{"body":2,"breadcrumbs":7,"title":0},"396":{"body":5,"breadcrumbs":8,"title":1},"397":{"body":3,"breadcrumbs":8,"title":1},"398":{"body":3,"breadcrumbs":8,"title":1},"399":{"body":3,"breadcrumbs":8,"title":1},"4":{"body":87,"breadcrumbs":5,"title":2},"40":{"body":15,"breadcrumbs":9,"title":4},"400":{"body":3,"breadcrumbs":7,"title":0},"401":{"body":3,"breadcrumbs":8,"title":1},"402":{"body":3,"breadcrumbs":8,"title":1},"403":{"body":3,"breadcrumbs":8,"title":1},"404":{"body":6,"breadcrumbs":7,"title":0},"405":{"body":6,"breadcrumbs":7,"title":0},"406":{"body":3,"breadcrumbs":8,"title":1},"407":{"body":6,"breadcrumbs":8,"title":1},"408":{"body":5,"breadcrumbs":7,"title":0},"409":{"body":3,"breadcrumbs":8,"title":1},"41":{"body":15,"breadcrumbs":7,"title":2},"410":{"body":3,"breadcrumbs":8,"title":1},"411":{"body":3,"breadcrumbs":8,"title":1},"412":{"body":3,"breadcrumbs":8,"title":1},"413":{"body":3,"breadcrumbs":8,"title":1},"414":{"body":2,"breadcrumbs":7,"title":0},"415":{"body":3,"breadcrumbs":8,"title":1},"416":{"body":3,"breadcrumbs":7,"title":0},"417":{"body":3,"breadcrumbs":8,"title":1},"418":{"body":2,"breadcrumbs":7,"title":0},"419":{"body":10,"breadcrumbs":8,"title":1},"42":{"body":60,"breadcrumbs":12,"title":7},"420":{"body":3,"breadcrumbs":8,"title":1},"421":{"body":5,"breadcrumbs":8,"title":1},"422":{"body":5,"breadcrumbs":8,"title":1},"423":{"body":3,"breadcrumbs":7,"title":0},"424":{"body":3,"breadcrumbs":8,"title":1},"425":{"body":3,"breadcrumbs":8,"title":1},"426":{"body":3,"breadcrumbs":8,"title":1},"427":{"body":14,"breadcrumbs":8,"title":1},"428":{"body":3,"breadcrumbs":7,"title":0},"429":{"body":6,"breadcrumbs":8,"title":1},"43":{"body":126,"breadcrumbs":8,"title":3},"430":{"body":3,"breadcrumbs":8,"title":1},"431":{"body":3,"breadcrumbs":8,"title":1},"432":{"body":6,"breadcrumbs":8,"title":1},"433":{"body":3,"breadcrumbs":8,"title":1},"434":{"body":3,"breadcrumbs":8,"title":1},"435":{"body":3,"breadcrumbs":8,"title":1},"436":{"body":3,"breadcrumbs":8,"title":1},"437":{"body":5,"breadcrumbs":8,"title":1},"438":{"body":3,"breadcrumbs":8,"title":1},"439":{"body":3,"breadcrumbs":8,"title":1},"44":{"body":74,"breadcrumbs":7,"title":2},"440":{"body":3,"breadcrumbs":8,"title":1},"441":{"body":3,"breadcrumbs":8,"title":1},"442":{"body":3,"breadcrumbs":7,"title":0},"443":{"body":3,"breadcrumbs":7,"title":0},"444":{"body":3,"breadcrumbs":8,"title":1},"445":{"body":0,"breadcrumbs":8,"title":1},"446":{"body":5,"breadcrumbs":8,"title":1},"447":{"body":3,"breadcrumbs":8,"title":1},"448":{"body":3,"breadcrumbs":8,"title":1},"449":{"body":3,"breadcrumbs":8,"title":1},"45":{"body":84,"breadcrumbs":8,"title":3},"450":{"body":3,"breadcrumbs":8,"title":1},"451":{"body":3,"breadcrumbs":8,"title":1},"452":{"body":3,"breadcrumbs":7,"title":0},"453":{"body":3,"breadcrumbs":8,"title":1},"454":{"body":3,"breadcrumbs":8,"title":1},"455":{"body":3,"breadcrumbs":8,"title":1},"456":{"body":3,"breadcrumbs":8,"title":1},"457":{"body":3,"breadcrumbs":8,"title":1},"458":{"body":3,"breadcrumbs":8,"title":1},"459":{"body":3,"breadcrumbs":8,"title":1},"46":{"body":22,"breadcrumbs":6,"title":1},"460":{"body":3,"breadcrumbs":8,"title":1},"461":{"body":3,"breadcrumbs":8,"title":1},"462":{"body":3,"breadcrumbs":8,"title":1},"463":{"body":3,"breadcrumbs":8,"title":1},"464":{"body":2,"breadcrumbs":8,"title":1},"465":{"body":3,"breadcrumbs":8,"title":1},"466":{"body":3,"breadcrumbs":8,"title":1},"467":{"body":3,"breadcrumbs":7,"title":0},"468":{"body":3,"breadcrumbs":8,"title":1},"469":{"body":3,"breadcrumbs":8,"title":1},"47":{"body":44,"breadcrumbs":9,"title":4},"470":{"body":3,"breadcrumbs":8,"title":1},"471":{"body":5,"breadcrumbs":8,"title":1},"472":{"body":3,"breadcrumbs":8,"title":1},"473":{"body":9,"breadcrumbs":7,"title":0},"474":{"body":5,"breadcrumbs":8,"title":1},"475":{"body":3,"breadcrumbs":8,"title":1},"476":{"body":3,"breadcrumbs":8,"title":1},"477":{"body":3,"breadcrumbs":8,"title":1},"478":{"body":19,"breadcrumbs":8,"title":1},"479":{"body":3,"breadcrumbs":8,"title":1},"48":{"body":16,"breadcrumbs":6,"title":1},"480":{"body":3,"breadcrumbs":7,"title":0},"481":{"body":3,"breadcrumbs":8,"title":1},"482":{"body":3,"breadcrumbs":8,"title":1},"483":{"body":5,"breadcrumbs":8,"title":1},"484":{"body":5,"breadcrumbs":8,"title":1},"485":{"body":2,"breadcrumbs":7,"title":0},"486":{"body":15,"breadcrumbs":8,"title":1},"487":{"body":20,"breadcrumbs":8,"title":1},"488":{"body":3,"breadcrumbs":8,"title":1},"489":{"body":6,"breadcrumbs":8,"title":1},"49":{"body":38,"breadcrumbs":9,"title":4},"490":{"body":3,"breadcrumbs":8,"title":1},"491":{"body":3,"breadcrumbs":8,"title":1},"492":{"body":3,"breadcrumbs":8,"title":1},"493":{"body":12,"breadcrumbs":8,"title":1},"494":{"body":3,"breadcrumbs":8,"title":1},"495":{"body":5,"breadcrumbs":8,"title":1},"496":{"body":39,"breadcrumbs":10,"title":3},"497":{"body":14,"breadcrumbs":10,"title":3},"498":{"body":0,"breadcrumbs":8,"title":4},"499":{"body":55,"breadcrumbs":6,"title":2},"5":{"body":114,"breadcrumbs":4,"title":1},"50":{"body":74,"breadcrumbs":7,"title":2},"500":{"body":133,"breadcrumbs":5,"title":1},"501":{"body":40,"breadcrumbs":6,"title":2},"502":{"body":12,"breadcrumbs":5,"title":1},"503":{"body":67,"breadcrumbs":6,"title":2},"504":{"body":72,"breadcrumbs":6,"title":2},"505":{"body":44,"breadcrumbs":6,"title":2},"506":{"body":72,"breadcrumbs":6,"title":2},"507":{"body":52,"breadcrumbs":7,"title":3},"508":{"body":15,"breadcrumbs":6,"title":2},"509":{"body":100,"breadcrumbs":7,"title":3},"51":{"body":5,"breadcrumbs":8,"title":3},"510":{"body":17,"breadcrumbs":5,"title":1},"511":{"body":19,"breadcrumbs":5,"title":1},"512":{"body":22,"breadcrumbs":5,"title":1},"513":{"body":13,"breadcrumbs":5,"title":1},"514":{"body":14,"breadcrumbs":5,"title":1},"515":{"body":19,"breadcrumbs":5,"title":1},"516":{"body":17,"breadcrumbs":5,"title":1},"517":{"body":18,"breadcrumbs":5,"title":1},"518":{"body":24,"breadcrumbs":5,"title":1},"519":{"body":15,"breadcrumbs":5,"title":1},"52":{"body":65,"breadcrumbs":7,"title":2},"520":{"body":13,"breadcrumbs":5,"title":1},"521":{"body":71,"breadcrumbs":7,"title":3},"522":{"body":51,"breadcrumbs":5,"title":1},"523":{"body":38,"breadcrumbs":8,"title":4},"524":{"body":5,"breadcrumbs":6,"title":2},"525":{"body":51,"breadcrumbs":5,"title":1},"526":{"body":14,"breadcrumbs":5,"title":1},"527":{"body":4,"breadcrumbs":6,"title":2},"528":{"body":53,"breadcrumbs":8,"title":4},"529":{"body":26,"breadcrumbs":5,"title":1},"53":{"body":47,"breadcrumbs":9,"title":4},"530":{"body":10,"breadcrumbs":6,"title":2},"531":{"body":137,"breadcrumbs":6,"title":2},"532":{"body":0,"breadcrumbs":8,"title":4},"533":{"body":17,"breadcrumbs":6,"title":2},"534":{"body":8,"breadcrumbs":6,"title":2},"535":{"body":21,"breadcrumbs":5,"title":1},"536":{"body":21,"breadcrumbs":5,"title":1},"537":{"body":24,"breadcrumbs":5,"title":1},"538":{"body":31,"breadcrumbs":5,"title":1},"539":{"body":31,"breadcrumbs":6,"title":2},"54":{"body":69,"breadcrumbs":10,"title":5},"540":{"body":60,"breadcrumbs":5,"title":1},"541":{"body":29,"breadcrumbs":6,"title":2},"542":{"body":0,"breadcrumbs":8,"title":4},"543":{"body":14,"breadcrumbs":6,"title":2},"544":{"body":47,"breadcrumbs":6,"title":2},"545":{"body":19,"breadcrumbs":8,"title":4},"546":{"body":73,"breadcrumbs":9,"title":5},"547":{"body":0,"breadcrumbs":8,"title":4},"548":{"body":17,"breadcrumbs":6,"title":2},"549":{"body":3,"breadcrumbs":6,"title":2},"55":{"body":6,"breadcrumbs":7,"title":2},"550":{"body":50,"breadcrumbs":5,"title":1},"551":{"body":424,"breadcrumbs":5,"title":1},"552":{"body":14,"breadcrumbs":5,"title":1},"553":{"body":3,"breadcrumbs":5,"title":1},"554":{"body":2,"breadcrumbs":8,"title":4},"555":{"body":30,"breadcrumbs":6,"title":2},"556":{"body":39,"breadcrumbs":7,"title":3},"557":{"body":16,"breadcrumbs":7,"title":3},"558":{"body":19,"breadcrumbs":8,"title":4},"559":{"body":11,"breadcrumbs":7,"title":3},"56":{"body":8,"breadcrumbs":10,"title":5},"560":{"body":9,"breadcrumbs":8,"title":4},"561":{"body":10,"breadcrumbs":10,"title":6},"562":{"body":6,"breadcrumbs":7,"title":3},"563":{"body":9,"breadcrumbs":8,"title":4},"564":{"body":0,"breadcrumbs":8,"title":4},"565":{"body":9,"breadcrumbs":6,"title":2},"566":{"body":65,"breadcrumbs":5,"title":1},"567":{"body":20,"breadcrumbs":5,"title":1},"568":{"body":19,"breadcrumbs":6,"title":2},"569":{"body":16,"breadcrumbs":5,"title":1},"57":{"body":8,"breadcrumbs":6,"title":1},"570":{"body":29,"breadcrumbs":6,"title":2},"571":{"body":7,"breadcrumbs":6,"title":2},"572":{"body":8,"breadcrumbs":5,"title":1},"573":{"body":17,"breadcrumbs":6,"title":2},"574":{"body":8,"breadcrumbs":6,"title":2},"575":{"body":21,"breadcrumbs":5,"title":1},"576":{"body":8,"breadcrumbs":5,"title":1},"577":{"body":10,"breadcrumbs":6,"title":2},"578":{"body":8,"breadcrumbs":5,"title":1},"579":{"body":8,"breadcrumbs":6,"title":2},"58":{"body":40,"breadcrumbs":6,"title":1},"580":{"body":6,"breadcrumbs":5,"title":1},"581":{"body":0,"breadcrumbs":12,"title":6},"582":{"body":46,"breadcrumbs":7,"title":1},"583":{"body":42,"breadcrumbs":7,"title":1},"584":{"body":34,"breadcrumbs":7,"title":1},"585":{"body":20,"breadcrumbs":10,"title":4},"586":{"body":32,"breadcrumbs":9,"title":3},"587":{"body":28,"breadcrumbs":9,"title":3},"588":{"body":14,"breadcrumbs":8,"title":2},"589":{"body":0,"breadcrumbs":8,"title":2},"59":{"body":4,"breadcrumbs":7,"title":2},"590":{"body":19,"breadcrumbs":7,"title":1},"591":{"body":17,"breadcrumbs":7,"title":1},"592":{"body":18,"breadcrumbs":9,"title":3},"593":{"body":17,"breadcrumbs":7,"title":1},"594":{"body":19,"breadcrumbs":9,"title":3},"595":{"body":17,"breadcrumbs":7,"title":1},"596":{"body":18,"breadcrumbs":9,"title":3},"597":{"body":13,"breadcrumbs":8,"title":2},"598":{"body":26,"breadcrumbs":9,"title":3},"599":{"body":58,"breadcrumbs":9,"title":3},"6":{"body":39,"breadcrumbs":6,"title":3},"60":{"body":45,"breadcrumbs":8,"title":3},"600":{"body":51,"breadcrumbs":8,"title":2},"601":{"body":30,"breadcrumbs":7,"title":1},"602":{"body":26,"breadcrumbs":7,"title":1},"603":{"body":23,"breadcrumbs":7,"title":1},"604":{"body":29,"breadcrumbs":9,"title":3},"605":{"body":11,"breadcrumbs":9,"title":3},"606":{"body":8,"breadcrumbs":7,"title":1},"607":{"body":0,"breadcrumbs":9,"title":3},"608":{"body":94,"breadcrumbs":10,"title":4},"609":{"body":33,"breadcrumbs":12,"title":6},"61":{"body":14,"breadcrumbs":8,"title":3},"610":{"body":38,"breadcrumbs":8,"title":2},"611":{"body":33,"breadcrumbs":11,"title":5},"612":{"body":152,"breadcrumbs":8,"title":2},"613":{"body":7,"breadcrumbs":9,"title":3},"614":{"body":14,"breadcrumbs":7,"title":1},"615":{"body":32,"breadcrumbs":7,"title":1},"616":{"body":30,"breadcrumbs":8,"title":2},"617":{"body":39,"breadcrumbs":6,"title":0},"618":{"body":0,"breadcrumbs":10,"title":5},"619":{"body":53,"breadcrumbs":8,"title":3},"62":{"body":62,"breadcrumbs":7,"title":2},"620":{"body":0,"breadcrumbs":8,"title":3},"621":{"body":79,"breadcrumbs":8,"title":3},"622":{"body":86,"breadcrumbs":8,"title":3},"623":{"body":56,"breadcrumbs":8,"title":3},"624":{"body":0,"breadcrumbs":7,"title":2},"625":{"body":128,"breadcrumbs":6,"title":1},"626":{"body":134,"breadcrumbs":7,"title":2},"627":{"body":0,"breadcrumbs":8,"title":4},"628":{"body":77,"breadcrumbs":7,"title":3},"629":{"body":75,"breadcrumbs":6,"title":2},"63":{"body":20,"breadcrumbs":7,"title":2},"630":{"body":19,"breadcrumbs":5,"title":1},"631":{"body":196,"breadcrumbs":5,"title":1},"632":{"body":34,"breadcrumbs":6,"title":2},"633":{"body":63,"breadcrumbs":8,"title":4},"634":{"body":41,"breadcrumbs":6,"title":2},"635":{"body":20,"breadcrumbs":5,"title":1},"636":{"body":15,"breadcrumbs":7,"title":3},"637":{"body":69,"breadcrumbs":5,"title":1},"638":{"body":8,"breadcrumbs":7,"title":3},"639":{"body":81,"breadcrumbs":5,"title":1},"64":{"body":22,"breadcrumbs":7,"title":2},"640":{"body":13,"breadcrumbs":9,"title":5},"641":{"body":18,"breadcrumbs":5,"title":1},"642":{"body":36,"breadcrumbs":6,"title":2},"643":{"body":27,"breadcrumbs":8,"title":4},"644":{"body":0,"breadcrumbs":5,"title":1},"645":{"body":212,"breadcrumbs":6,"title":2},"646":{"body":188,"breadcrumbs":6,"title":2},"647":{"body":337,"breadcrumbs":10,"title":6},"648":{"body":63,"breadcrumbs":8,"title":4},"649":{"body":262,"breadcrumbs":6,"title":2},"65":{"body":0,"breadcrumbs":12,"title":6},"650":{"body":23,"breadcrumbs":6,"title":2},"651":{"body":64,"breadcrumbs":7,"title":3},"652":{"body":77,"breadcrumbs":9,"title":5},"653":{"body":49,"breadcrumbs":5,"title":1},"654":{"body":61,"breadcrumbs":8,"title":4},"655":{"body":31,"breadcrumbs":6,"title":2},"656":{"body":10,"breadcrumbs":6,"title":2},"657":{"body":10,"breadcrumbs":6,"title":2},"658":{"body":9,"breadcrumbs":6,"title":2},"659":{"body":20,"breadcrumbs":6,"title":2},"66":{"body":54,"breadcrumbs":8,"title":2},"660":{"body":19,"breadcrumbs":6,"title":2},"661":{"body":14,"breadcrumbs":6,"title":2},"662":{"body":13,"breadcrumbs":5,"title":1},"663":{"body":17,"breadcrumbs":8,"title":4},"664":{"body":19,"breadcrumbs":8,"title":4},"665":{"body":158,"breadcrumbs":6,"title":2},"666":{"body":19,"breadcrumbs":6,"title":2},"667":{"body":40,"breadcrumbs":6,"title":2},"668":{"body":18,"breadcrumbs":7,"title":3},"669":{"body":14,"breadcrumbs":6,"title":2},"67":{"body":18,"breadcrumbs":8,"title":2},"670":{"body":4,"breadcrumbs":7,"title":3},"671":{"body":0,"breadcrumbs":5,"title":1},"672":{"body":54,"breadcrumbs":7,"title":3},"673":{"body":26,"breadcrumbs":6,"title":2},"674":{"body":60,"breadcrumbs":10,"title":4},"675":{"body":31,"breadcrumbs":9,"title":3},"676":{"body":23,"breadcrumbs":8,"title":2},"677":{"body":88,"breadcrumbs":8,"title":2},"678":{"body":91,"breadcrumbs":9,"title":3},"679":{"body":63,"breadcrumbs":6,"title":2},"68":{"body":14,"breadcrumbs":11,"title":5},"680":{"body":34,"breadcrumbs":6,"title":2},"681":{"body":52,"breadcrumbs":6,"title":2},"682":{"body":40,"breadcrumbs":6,"title":2},"683":{"body":33,"breadcrumbs":6,"title":2},"684":{"body":25,"breadcrumbs":5,"title":2},"685":{"body":82,"breadcrumbs":5,"title":2},"686":{"body":35,"breadcrumbs":7,"title":4},"687":{"body":7,"breadcrumbs":8,"title":5},"688":{"body":107,"breadcrumbs":4,"title":1},"689":{"body":26,"breadcrumbs":7,"title":4},"69":{"body":12,"breadcrumbs":7,"title":1},"690":{"body":76,"breadcrumbs":4,"title":1},"691":{"body":330,"breadcrumbs":4,"title":1},"692":{"body":146,"breadcrumbs":4,"title":1},"693":{"body":185,"breadcrumbs":5,"title":2},"694":{"body":18,"breadcrumbs":6,"title":3},"695":{"body":45,"breadcrumbs":10,"title":7},"696":{"body":20,"breadcrumbs":7,"title":4},"697":{"body":27,"breadcrumbs":6,"title":3},"698":{"body":21,"breadcrumbs":6,"title":3},"699":{"body":85,"breadcrumbs":6,"title":3},"7":{"body":68,"breadcrumbs":6,"title":3},"70":{"body":32,"breadcrumbs":12,"title":6},"700":{"body":103,"breadcrumbs":8,"title":5},"701":{"body":134,"breadcrumbs":6,"title":3},"702":{"body":58,"breadcrumbs":4,"title":1},"703":{"body":109,"breadcrumbs":5,"title":2},"704":{"body":148,"breadcrumbs":4,"title":1},"705":{"body":105,"breadcrumbs":5,"title":2},"706":{"body":12,"breadcrumbs":6,"title":3},"707":{"body":89,"breadcrumbs":6,"title":3},"708":{"body":110,"breadcrumbs":7,"title":4},"709":{"body":56,"breadcrumbs":8,"title":5},"71":{"body":47,"breadcrumbs":7,"title":1},"710":{"body":41,"breadcrumbs":6,"title":3},"711":{"body":106,"breadcrumbs":7,"title":4},"712":{"body":47,"breadcrumbs":5,"title":2},"713":{"body":16,"breadcrumbs":5,"title":2},"714":{"body":57,"breadcrumbs":5,"title":2},"715":{"body":12,"breadcrumbs":5,"title":2},"716":{"body":16,"breadcrumbs":5,"title":2},"717":{"body":27,"breadcrumbs":5,"title":2},"718":{"body":12,"breadcrumbs":5,"title":2},"719":{"body":14,"breadcrumbs":5,"title":2},"72":{"body":4,"breadcrumbs":8,"title":2},"720":{"body":20,"breadcrumbs":5,"title":2},"721":{"body":14,"breadcrumbs":5,"title":2},"722":{"body":0,"breadcrumbs":2,"title":1},"723":{"body":8,"breadcrumbs":2,"title":1},"724":{"body":4,"breadcrumbs":2,"title":1},"725":{"body":8,"breadcrumbs":2,"title":1},"726":{"body":8,"breadcrumbs":2,"title":1},"727":{"body":6,"breadcrumbs":2,"title":1},"728":{"body":6,"breadcrumbs":2,"title":1},"729":{"body":5,"breadcrumbs":2,"title":1},"73":{"body":51,"breadcrumbs":11,"title":5},"730":{"body":10,"breadcrumbs":2,"title":1},"731":{"body":0,"breadcrumbs":2,"title":1},"732":{"body":11,"breadcrumbs":2,"title":1},"733":{"body":8,"breadcrumbs":4,"title":3},"734":{"body":2,"breadcrumbs":2,"title":1},"735":{"body":5,"breadcrumbs":2,"title":1},"736":{"body":2,"breadcrumbs":2,"title":1},"737":{"body":8,"breadcrumbs":2,"title":1},"738":{"body":8,"breadcrumbs":3,"title":2},"739":{"body":6,"breadcrumbs":3,"title":2},"74":{"body":13,"breadcrumbs":7,"title":1},"740":{"body":13,"breadcrumbs":4,"title":3},"741":{"body":9,"breadcrumbs":3,"title":2},"742":{"body":24,"breadcrumbs":3,"title":2},"743":{"body":3,"breadcrumbs":3,"title":2},"744":{"body":3,"breadcrumbs":3,"title":2},"745":{"body":9,"breadcrumbs":2,"title":1},"746":{"body":3,"breadcrumbs":3,"title":2},"747":{"body":6,"breadcrumbs":3,"title":2},"748":{"body":6,"breadcrumbs":3,"title":2},"749":{"body":7,"breadcrumbs":3,"title":2},"75":{"body":32,"breadcrumbs":7,"title":1},"750":{"body":8,"breadcrumbs":3,"title":2},"751":{"body":8,"breadcrumbs":3,"title":2},"752":{"body":7,"breadcrumbs":2,"title":1},"753":{"body":4,"breadcrumbs":3,"title":2},"76":{"body":4,"breadcrumbs":8,"title":2},"77":{"body":9,"breadcrumbs":11,"title":5},"78":{"body":26,"breadcrumbs":7,"title":1},"79":{"body":12,"breadcrumbs":7,"title":1},"8":{"body":141,"breadcrumbs":5,"title":2},"80":{"body":4,"breadcrumbs":8,"title":2},"81":{"body":43,"breadcrumbs":9,"title":3},"82":{"body":14,"breadcrumbs":9,"title":3},"83":{"body":51,"breadcrumbs":8,"title":2},"84":{"body":23,"breadcrumbs":8,"title":2},"85":{"body":32,"breadcrumbs":8,"title":2},"86":{"body":0,"breadcrumbs":6,"title":3},"87":{"body":44,"breadcrumbs":5,"title":2},"88":{"body":20,"breadcrumbs":5,"title":2},"89":{"body":54,"breadcrumbs":4,"title":1},"9":{"body":275,"breadcrumbs":7,"title":4},"90":{"body":31,"breadcrumbs":6,"title":3},"91":{"body":12,"breadcrumbs":4,"title":1},"92":{"body":31,"breadcrumbs":4,"title":1},"93":{"body":7,"breadcrumbs":5,"title":2},"94":{"body":25,"breadcrumbs":4,"title":1},"95":{"body":8,"breadcrumbs":4,"title":1},"96":{"body":36,"breadcrumbs":4,"title":1},"97":{"body":5,"breadcrumbs":5,"title":2},"98":{"body":28,"breadcrumbs":4,"title":1},"99":{"body":8,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"Welcome to Lapwing for beginners—the online book for hobbyists to teach themselves stenography with Lapwing theory! To get started: as a complete beginner: Chapter 1 as a current Plover user thinking about switching to Lapwing: Appendix A NOTE: setting up Lapwing with the Plover app is covered in Chapter 5 . This resource is still in development and feedback is highly appreciated. You can reach out to me by: posting a message on the Plover Discord server’s lapwing-theory channel creating a new post on GitHub discussions","breadcrumbs":"Home » Lapwing for Beginners","id":"0","title":"Lapwing for Beginners"},"1":{"body":"In early 2022, I was dissatisfied with the state of learning resources for Plover theory and started working on a new dictionary. However, throughout this process, I realized that Plover theory itself had many gaps and adding all the valid outlines would be impossible. I added more and more rules to account for these theory gaps, and slowly the entire project diverged far enough from Plover to be considered its own theory. Over two years later, Lapwing is used by several community members and is a regarded as a viable theory to learn. I created this resource to make stenography more accessible to hobbyists.","breadcrumbs":"Home » Motivation","id":"1","title":"Motivation"},"10":{"body":"I hope this has helped to demystify stenography! In the next chapter, I will be discussing steno hardware and software to get you started on learning steno!","breadcrumbs":"Chapter 1: Introduction » Conclusion","id":"10","title":"Conclusion"},"100":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described above) is familiar, the AOU chord can be thought of as transforming the U key into a long u by combining it with the two keys on the other side Long u = U + (vowel keys on other hand) The long u sound is also quite similar to the “oo” sound","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"100","title":"Mnemonics"},"101":{"body":"Single syllable AOU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"101","title":"Section practice"},"102":{"body":"This chapter’s test consists of all the practice drills you have done in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Chapter 7 test","id":"102","title":"Chapter 7 test"},"103":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5-20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 7: Vowels » Recommended completion goal","id":"103","title":"Recommended completion goal"},"104":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation a AEU Sounds like the letter “A” can K Single key brief for a common word for TP-R Drops the vowel in TPH in if TP if new TPHU The proper long u TPHAOU vowel is reserved for the word “knew” to TO Matches the spelling two TWO Matches the spelling , KW-BG Symmetrical shape like the period/full stop. ! TP-BG Shape resembles a lowering intonation (not accurate to the exclamation mark, but contrasts with the question mark). NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 7: Vowels » Chapter briefs","id":"104","title":"Chapter briefs"},"105":{"body":"can you say two? I paid for a can! I got a new car in the ice. if you trade, can I pay for the rice? Answers K/U/SAEU/TWO/KW-PL EU/PAEUD/TP-R/AEU/K/TP-BG EU/TKPWOT/AEU/TPHU/KAR/TPH/-T/AOEUS/TP-PL TP/U/TRAEUD/KW-BG/K/EU/PAEU/TP-R/-T/RAOEUS/KW-PL","breadcrumbs":"Chapter 7: Vowels » Practice sentences","id":"105","title":"Practice sentences"},"106":{"body":"Brief Outline Explanation for the TP-RT TP-R + -t can you KU K + U in the TPH-T TPH + -T if the TP-T TP + -T to the TOT TO + -T","breadcrumbs":"Chapter 7: Vowels » Extra briefs","id":"106","title":"Extra briefs"},"107":{"body":"","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8: Vowels continued","id":"107","title":"Chapter 8: Vowels continued"},"108":{"body":"Recommended time to spend on this chapter: 2–6 days. Read AOE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AO and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 8: Vowels continued » Recommended pace","id":"108","title":"Recommended pace"},"109":{"body":"Single syllable AOE words drill Single syllable AOEU words drill Single syllable AU words drill Single syllable AE words drill Single syllable AO words drill Chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Useful links","id":"109","title":"Useful links"},"11":{"body":"Steno is unlike alternative keyboard layouts that can easily be switched in your operating system’s settings. Steno requires specialized hardware and a steno engine that translates the keys you press into the words to be outputted. This chapter will go over both steno keyboards (hardware) and the software required.","breadcrumbs":"Chapter 2: Steno hardware and software » Chapter 2: Steno hardware and software","id":"11","title":"Chapter 2: Steno hardware and software"},"110":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 8: Vowels continued » Intro","id":"110","title":"Intro"},"111":{"body":"Since steno is a primarily phonetic system, homophones can be tricky to deal with. For example, the words “pair” and “pear” are pronounced exactly the same, but it is not possible to assign them both to PAEUR. We would call this an example of a conflict ; two words conflict with the same outline. In Lapwing theory, spelling is the primary way to resolve conflicts. This particular example of “pair” and “pear” is covered later in this chapter.","breadcrumbs":"Chapter 8: Vowels continued » What is a conflict?","id":"111","title":"What is a conflict?"},"112":{"body":"aoe AOE is the long e sound as in “beet” /i/ AOER is the sound as in “peer” /ɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOE","id":"112","title":"AOE"},"113":{"body":"peel PAOEL teal TAOEL here HAOER seer SAOER","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"113","title":"Examples"},"114":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described in the previous chapter) is familiar, you can think of transforming the E key into a long e by combining it with the two keys on the other side Long e = E + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"114","title":"Mnemonics"},"115":{"body":"Single syllable AOE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"115","title":"Section practice"},"116":{"body":"aoeu AOEU is the long i sound as in “ice” /aɪ/ AOEUR is the sound as in “ire” /aɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOEU","id":"116","title":"AOEU"},"117":{"body":"light HRAOEUT tile TAOEUL liar HRAOEUR tire TAOEUR","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"117","title":"Examples"},"118":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowel and short vowels (as described in the previous chapter) is familiar, you can think of transforming the “i” chord into a long i by combining it with the two keys on the other side Long i = EU + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"118","title":"Mnemonics"},"119":{"body":"Single syllable AOEU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"119","title":"Section practice"},"12":{"body":"I would highly recommend purchasing a steno keyboard before starting to learn steno. Any of the ones listed on the supported hardware wiki page are really good; they will work for many years as you get faster. $100 is a little steep for a simple keyboard, but that is unfortunately the price point for custom keyboards which don’t see much demand. There are two reasons why specialized keyboards are needed for steno. First of all, regular keyboards have row stagger making it difficult to press two keys at once with the same finger. Second of all, most keyboards lack n-key rollover : the ability to detect multiple simultaneous key presses. Standard keyboards are typically only able to detect two to six key presses at once. layout finger diagram. That being said, the first steno board I ever used was an NKRO keyboard that I bought second hand for $30. It came with loud and heavy 60 gram switches. As you’ll often be pressing around 6 keys per stroke, you want to have very light keys. With this cheap keyboard, I could only steno for about a minute before my wrists started burning. For comparison, professional steno machines have tension mechanisms that bottom out at as low as 10 grams regardless of how many keys are pressed. If you do choose to use a regular keyboard for learning steno, make sure you know where the correct key positions are. I’d recommend printing out or keeping a graphic like this handy: steno keys on QWERTY layout If possible, I would also recommend flipping the top row of keycaps to bring the top row a little closer to the bottom row. This helps a lot with pressing two keys vertically: It is definitely possible to learn theory with a regular keyboard (even one that doesn’t support n-key rollover), but it might be frustrating depending on your patience.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno hardware","id":"12","title":"Steno hardware"},"120":{"body":"au In chapter 5, the short vowel rules suggest that words like “bought” and “caught” would use the O key. Short vowel rule #1: short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Short vowel rule #2: Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. However, “bought” and “caught” are homophones with “bot” and “cot” (at least with the accent Lapwing assumes). Therefore, we instead give an exception to the short o sound with regard to the two rules above. The short o sound is only written with O if it is spelled with a single “o”. Any other spellings of the short o sound are written with AU. So while “bot” and “cot” are written as PWOT and KOT, respectively, “bought” and “caught” are written like so: bought PWAUT caught KAUT","breadcrumbs":"Chapter 8: Vowels continued » AU","id":"120","title":"AU"},"121":{"body":"Words spelled with “au” are given A*UL when there is a conflict: call KAUL caul KA*UL hall HAUL haul HA*UL Words spelled with “awl” are also given A*UL when there is a conflict: all AUL awl A*UL ball PWAUL bawl PWA*UL There aren’t very many of these conflicts to warrant a practice drill, but it is important to keep this in mind when you encounter unexpected output in everyday writing. This is also one area where it is completely safe to change the logic and remap words in your own personal dictionary.","breadcrumbs":"Chapter 8: Vowels continued » Minor conflicts","id":"121","title":"Minor conflicts"},"122":{"body":"Single syllable AU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"122","title":"Section practice"},"123":{"body":"ae Take a look at the following words: pair pear The PAEUR outline cannot be assigned to both of these words. This is where AE comes into play. It is a secondary chord that can represent the same vowel as AEU when there is conflict. In these conflicts involving the long a sound, one word will use AEU. This is the word with higher priority. The other word will use AE; this is the word with lower priority. Spelling is used to determine the priority to assign to a word.","breadcrumbs":"Chapter 8: Vowels continued » AE for AEU","id":"123","title":"AE for AEU"},"124":{"body":"Words spelled with “ai” or “ei” get the highest priority, and are always written using AEU: AEUT eight TPAEUR fair PHAEUPB main PAEUR pair","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ai” or “ei” spellings","id":"124","title":"Highest priority: “ai” or “ei” spellings"},"125":{"body":"These words receive medium priority. Use AE for these words if there is a conflict with a word in the above category. AET ate (AEUT is already “eight”) TPAER fare (TPAEUR is already “fair”) TAEUR tare (“tair” is not a word) PHAEPB mane (PHAEUPB is already “main”)","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “a_e” spellings","id":"125","title":"Medium priority: “a_e” spellings"},"126":{"body":"These words get lowest priority. If there is a conflict with any of the two categories above, use AE. TAER tear (TAEUR is already “tare”) PAER pear (PAEUR is already “pair”) SWAEUR swear (“swair” and “sware” are not words) NOTE: remember that AE is only used to resolve conflicts . Try not to associate this chord with any specific spelling or sound.","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"126","title":"Lowest priority: “ea” spellings"},"127":{"body":"Here’s a flowchart to summarize the above: aeur flowchart","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"127","title":"Flowchart Summary"},"128":{"body":"In addition to the AEU vowel, AE can also represent the AOE vowel when there are conflicts. Again, certain spellings are assigned to higher priority, while lower priority spellings use AE.","breadcrumbs":"Chapter 8: Vowels continued » AE for AOE","id":"128","title":"AE for AOE"},"129":{"body":"All words spelled with “ee” use AOE TPAOET feet PAOE pee SAOED seed TAOE tee","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ee” spellings","id":"129","title":"Highest priority: “ee” spellings"},"13":{"body":"This series requires you to use Plover ; a free and open source steno engine available on Linux, macOS, and Windows. Follow the instructions in the Plover wiki (link below) to set up the app and your machine. If you are using a QWERTY keyboard, make sure to read over the page and the relevant sections.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno software","id":"13","title":"Steno software"},"130":{"body":"PAOES piece","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “ie” spellings","id":"130","title":"Medium priority: “ie” spellings"},"131":{"body":"TPAET feat (TPAOET is already “feet”) PAE pea (PAOE is already “pee”) PAES peace (PAOES is already “piece”) TAE tea (TAOE is already “tee”)","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"131","title":"Lowest priority: “ea” spellings"},"132":{"body":"Here’s a flowchart to summarize the above:","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"132","title":"Flowchart Summary"},"133":{"body":"AE can also be used for “ea” spellings that conflict with short vowels. lead HRAED (HRED is already “led”) bread PWRAED (PWRED is already “bred”)","breadcrumbs":"Chapter 8: Vowels continued » Other uses of AE for disambiguating","id":"133","title":"Other uses of AE for disambiguating"},"134":{"body":"You may wonder about, or even encounter a few 3-way conflicts. For example, “pair”, “pare”, and “pear”. There really aren’t that many of these so Lapwing doesn’t actually provide any rules on how to deal with these. By default the Lapwing dictionary assigns PAER to “pear” and PA*EUR to “pare”. The reason for this is that “pear” is much more common and is considered higher priority than “pare”. You are, of course, free to disagree with this logic and change things around! It is really up to you how you want to deal with these conflicts. NOTE: considering priority based on how common words are is generally used as a last resort where the rules are fuzzy or nonexistent (like in this example). You will not see this in any concrete Lapwing rules.","breadcrumbs":"Chapter 8: Vowels continued » AE 3-way conflicts","id":"134","title":"AE 3-way conflicts"},"135":{"body":"Single syllable AE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"135","title":"Section practice"},"136":{"body":"This chord has two uses: Words spelled with “oo”, regardless of their pronunciation wood WAOD hood HAOD blood PWHRAOD tool TAOL Words spelled with “oa” to resolve conflicts oar AOR (OR is already “or”) soar SAOR (SOR is already “sore”) boar PWAOR (PWOR is already “bore”) road RAOD (ROED is already “rode”) NOTE: you may be tempted to write “boat” as PWAOT, but this is incorrect. The word “boat” should be written as PWOET, first and foremost (since there are no homophones with “boat”). Therefore, PWAOT is actually the word “boot”.","breadcrumbs":"Chapter 8: Vowels continued » AO","id":"136","title":"AO"},"137":{"body":"Single syllable AO words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"137","title":"Section practice"},"138":{"body":"This chapter’s test consists of all the vowel drills (including chapter 7 material). Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8 test","id":"138","title":"Chapter 8 test"},"139":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 8: Vowels continued » Recommended completion goal","id":"139","title":"Recommended completion goal"},"14":{"body":"","breadcrumbs":"Chapter 2: Steno hardware and software » Beginner’s Guide to Plover","id":"14","title":"Beginner’s Guide to Plover"},"140":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation had H Single key brief for a common word people P Single key brief for a common word this TH this there THR there when WH when why KWR KWR is (sometimes) used for the “Y” letter will HR will with W Single key brief for a common word Enter or Return R-R return (equivalent to pressing Enter or Return on a keyboard). Capitalize the next word and suppress a space KPA* This useful for starting new sentences in text fields where you don’t want a leading space. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 8: Vowels continued » Chapter briefs","id":"140","title":"Chapter briefs"},"141":{"body":"When are the people here? This is why we fight. There are no moose! Will you sleep now? I have had it with you! Answers KPA*/WH/R/-T/P/HAOER/KW-PL KPA*/TH/S/KWR/WAOE/TPAOEUT/TP-PL KPA*/THR/-R/TPHO/PHAOS/TP-BG KPA*/HR/U/SHRAOEP/TPHOU/KW-PL KPA*/EU/SR/H/T/W/U/TP-BG","breadcrumbs":"Chapter 8: Vowels continued » Practice sentences","id":"141","title":"Practice sentences"},"142":{"body":"Brief Outline Explanation had the H-T H + -T this is TH-S TH + -S there is THR-S THR + -S there’s THR*S THR + -S + * there are THR-R THR + -R there’re THR*R THR + -R + * when is WH-S WH + -S when’s WH*S WH + -S + * when are WH-R WH + -R why is KWR-S KWR + -S why’s KWR*S KWR + -S + * why are KWR-R KWR + R will the HR-T HR + -T will you HRU HR + U","breadcrumbs":"Chapter 8: Vowels continued » Extra briefs","id":"142","title":"Extra briefs"},"143":{"body":"","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9: Right hand chords","id":"143","title":"Chapter 9: Right hand chords"},"144":{"body":"Recommended time to spend on this chapter: 1–4 days. Read right hand v and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand st and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand m and k and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand mp, th, and lk and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 9: Right hand chords » Recommended pace","id":"144","title":"Recommended pace"},"145":{"body":"Single syllable right hand v words drill Single syllable right hand st words drill Single syllable right hand m and k words drill Single syllable right hand mp, th, and lk words drill Chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Useful links","id":"145","title":"Useful links"},"146":{"body":"“v” as in in “cave” is -F v","breadcrumbs":"Chapter 9: Right hand chords » Right hand v","id":"146","title":"Right hand v"},"147":{"body":"solve SOF move PHAOUF love HROF","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"147","title":"Examples"},"148":{"body":"Feel free to come up with your own or even suggest some! The “v” sound is quite similar to “f” (“v” is simply voiced “f”)","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics:","id":"148","title":"Mnemonics:"},"149":{"body":"With -F as both “f” and “v”, conflicts such as “safe” and “save” can arise; both of these would be written as SAEUF. In these cases, -F is reserved for the word spelled with “f” and *F is used for the word spelled with “v”: safe SAEUF save SA*EUF waif WAEUF waive WA*EUF","breadcrumbs":"Chapter 9: Right hand chords » Conflicts with f","id":"149","title":"Conflicts with f"},"15":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » Chapter 3: How to learn steno","id":"15","title":"Chapter 3: How to learn steno"},"150":{"body":"Single syllable v words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"150","title":"Section practice"},"151":{"body":"In chapter 5, it was stated that “-st” in words like “past” cannot be written in a way that obeys steno order. In Lapwing theory, -FT can be used to represent this sound. cast KAFT fast TPAFT haste HAEUFT mast PHAFT For conflicts, *S is used as a secondary chord. Words with “-ft” are given higher priority than words with “-st”. lost HRO*S (HROFT is already “loft”) list HR*EUS (HREUFT is already “lift”) st Note: the -F key can be used for “s” in general when steno order cannot be followed. Section practice This section’s practice material also includes some “-ft” words like “loft” and “lift”. Single syllable -st words","breadcrumbs":"Chapter 9: Right hand chords » Right hand st","id":"151","title":"Right hand st"},"152":{"body":"-PL is “-m” as in “calm” -BG is “k” as in “back” m and k","breadcrumbs":"Chapter 9: Right hand chords » Right hand m and k","id":"152","title":"Right hand m and k"},"153":{"body":"crumb KRUPL form TPORPL lark HRARBG sack SABG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"153","title":"Examples"},"154":{"body":"Each of these chords are simply two keys in a row -PL is the top row pressed by the middle and ring fingers -BG is the bottom row pressed by the middle and ring fingers Think “plum” for -PL","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"154","title":"Mnemonics"},"155":{"body":"Single syllable m and k words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"155","title":"Section practice"},"156":{"body":"*PL is “-mp” as in “bump” *T is “-th” as in “path” *LG is “-lk” as in “calc” mp th and lk","breadcrumbs":"Chapter 9: Right hand chords » Right hand mp, th, and lk","id":"156","title":"Right hand mp, th, and lk"},"157":{"body":"crimp KR*EUPL shrimp SHR*EUPL bath PWA*T moth PHO*T elk *ELG talc TA*LG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"157","title":"Examples"},"158":{"body":"Feel free to come up with your own or even suggest some! *PL is the “m” chord with an asterisk *T is the -T key with an asterisk The “g” and “k” sounds are quite similar and *LG is the -LG chord with an asterisk","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"158","title":"Mnemonics"},"159":{"body":"Single syllable mp, th, and lk words","breadcrumbs":"Chapter 9: Right hand chords » Section practice:","id":"159","title":"Section practice:"},"16":{"body":"Before starting to learn steno, it is important to know that it is not something that can be easily picked up within a week. Personally, it took me about 3 months to achieve a consistent 30 WPM speed. While not nearly as difficult as learning a new language, the difficulty is definitely comparable to something like learning a musical instrument. Learning steno takes a lot of (good) practice and patience. You should not be expecting to double your typing speed in just a month. In fact, it took me 6 months to reach 150 WPM on some TypeRacer quotes, but my speed varied quite a lot as novel and unfamiliar words would throw me off. While my top speed was indeed quite fast during this period, my average speed of 90 WPM wasn’t significantly faster than a good QWERTY typist. Another 6 months later, I was at a consistent 180 WPM on most Monkeytype quotes. Another year and a half after that, I completely switched to steno for all computer tasks. I hope reading this has not discouraged you from picking up steno, but I do have to be honest and straightforward about it. If you are not discouraged, however, I do believe you have the right mindset to succeed!","breadcrumbs":"Chapter 3: How to learn steno » Steno is difficult","id":"16","title":"Steno is difficult"},"160":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9 test","id":"160","title":"Chapter 9 test"},"161":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 9: Right hand chords » Recommended completion goal","id":"161","title":"Recommended completion goal"},"162":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation about PW about after AF after that THA Drops the last consonant to be useful in phrases their THAEUR were WR were what WHA Drops the last consonant to be useful in phrases which WEU Drops the last consonant who WHO Matches the spelling Enter (and capitalize next word) R*R NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 9: Right hand chords » Chapter briefs","id":"162","title":"Chapter briefs"},"163":{"body":"after that, the dog will trust you. were you in their room? it is what it is. who were you with? it is with which I rest about. what is in there? Answers AF/THA/KW-BG/-T/TKOG/HR/TRUFT/U/TP-PL WR/U/TPH/THAEUR/RAOPL/KW-PL T/S/WHA/T/S/TP-PL WHO/WR/U/W/KW-PL T/S/W/WEU/EU/REFT/PW/TP-PL WHA/S/TPH/THR/KW-PL","breadcrumbs":"Chapter 9: Right hand chords » Practice sentences","id":"163","title":"Practice sentences"},"164":{"body":"Brief Outline Explanation about the PW-T PW + -T that the THAT THA + -T that you THAU THA + U what the WHAT WHA + -T what you WHAU WHA + U were the WR-T WR + -T were you WRU WR + U who the WHOT WHO + T","breadcrumbs":"Chapter 9: Right hand chords » Extra briefs","id":"164","title":"Extra briefs"},"165":{"body":"","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10: Right hand chords continued","id":"165","title":"Chapter 10: Right hand chords continued"},"166":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand n, j, and lj and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand rv, rf, ng, and nk and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ch, sh and rch and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended pace","id":"166","title":"Recommended pace"},"167":{"body":"Single syllable right hand n, j, and lj words drill Single syllable right hand rv, rf, ng, and nk words Single syllable right hand ch, sh, and rch/nch words Chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Useful links","id":"167","title":"Useful links"},"168":{"body":"-PB is “-n” as in “lawn” -PBLG is “-j” as in “grudge” -LG represents two two sounds: “-lj” as in “bulge” “-lch” as in “mulch” n, j, lj","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand n, j, and lj","id":"168","title":"Right hand n, j, and lj"},"169":{"body":"fin TPEUPB sign SAOEUPB lodge HROPBLG nudge TPHUPBLG bilge PWEULG belch PWELG squelch SKWELG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"169","title":"Examples"},"17":{"body":"When I first started learning stenography, I knew that people were saying it is very difficult to learn. Instead of being discouraged by this, it motivated me even more. In the back of my mind, I wanted to prove that steno wasn’t that difficult and that maybe I could learn it faster than most people. While this is quite egotistical, I do think this mindset helped me along the way; even though I did not learn steno as fast as I had hoped. If you’re not feeling this way, but still want to learn, try to convince yourself that you can do this! Compared to other skills or technical abilities, steno is something that I truly believe anyone can do. You don’t have to necessarily have quick fingers, and you don’t have to have an exceptional memory. In my opinion, all you need is a lot of free time, some patience, and a good steno board. I should also mention that if, at any point in your steno journey, you are feeling discouraged at your progress, don’t give up! Most people take 6 months to a year to reach their old typing speed. It is a gradual process, and one that you should be finding fun. Believe in yourself! Face learning steno as a challenge!","breadcrumbs":"Chapter 3: How to learn steno » Take steno as a challenge!","id":"17","title":"Take steno as a challenge!"},"170":{"body":"Feel free to come up with your own or even suggest some! Think “peanut butter” for -PB -PBLG is a cluster of 4 keys pressed with the right hand middle and ring fingers -LG resembles the “-lg” sound in spelling and is somewhat close to the “-lch” sound","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"170","title":"Mnemonics:"},"171":{"body":"Single syllable right hand n, j, and lj/lch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"171","title":"Section practice"},"172":{"body":"-FRB is “-rv” as in “swerve” *FRB is “-rf” as in “turf” The reason -FRB is “-rv” and not “-rf” is that the former is a bit more common. -PBG represents two sounds: “-ng” as in “tang” “-nj” as in “strange” *PBG is “-nk” as in “plank” rv, rf, ng, nk","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand rv, rf, ng, and nk","id":"172","title":"Right hand rv, rf, ng, and nk"},"173":{"body":"curve KUFRB carve KAFRB turf T*UFRB serf S*EFRB ling HREUPBG sing SEUPBG tank TA*PBG sink S*EUPBG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"173","title":"Examples"},"174":{"body":"Feel free to come up with your own or even suggest some! -FRB contains the -R key and also looks like the letter “v” on its side The “v” and “f” sounds are quite similar; the “-rf” chord is almost the same as the “-rv” but with the asterisk -PBG is simply just the “n” chord and the -G key combined *PBG is just the “-ng” chord with the asterisk (the “-ng” and “-nk” sounds are quite similar)","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"174","title":"Mnemonics:"},"175":{"body":"Single syllable right hand rv, rf, ng, and nk words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"175","title":"Section practice"},"176":{"body":"-FP is “-ch” as in “couch” -RB is “-sh” as in “trash” -RBS is the “shus” sound as in “cautious” -FRPB represents two sounds: “-rch” as in “arch” “-nch” as in “hunch” ch, sh, rch","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand ch, sh, and rch","id":"176","title":"Right hand ch, sh, and rch"},"177":{"body":"hitch HEUFP patch PAFP mash PHARB sash SARB luscious HRAOURBS spacious SPAEURBS larch HRAFRPB parch PAFRPB crunch KRUFRPB punch PUFRPB","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"177","title":"Examples"},"178":{"body":"Feel free to come up with your own or even suggest some! -FP and -RB are rows of horizontal keys pressed by the right hand index and middle fingers These are both *h chords, remember that -FP comes before -RB in steno order which matches up with the letter “c” coming before “s” in the alphabet The “-rch”/“-nch” chord -FRPB is the combination of the previous two","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"178","title":"Mnemonics:"},"179":{"body":"Single syllable right hand ch, sh, and rch/nch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"179","title":"Section practice"},"18":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » How do I learn?","id":"18","title":"How do I learn?"},"180":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10 test","id":"180","title":"Chapter 10 test"},"181":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended completion goal","id":"181","title":"Recommended completion goal"},"182":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation be -B Single key brief for a common word been PW-PB Drops the vowel differ TKEUFR Drops the second vowel ( using -FR for the “f_r” sound is a common briefing technique ) even AOEFPB Drops the second vowel of -F Single key brief for a common word one WUPB Not so much a brief as just an odd word only OEPBL only self SEFL Uses an inversion of steno order they THE they think THEU think (easier to write than TH*EUPBG) NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter briefs","id":"182","title":"Chapter briefs"},"183":{"body":"they even think of mulch. hat and cat differ only in one thing. I have been very well. self love is a must. Answers THE/AOEFPB/THEU/-F/PHULG/TP-PL HAT/SKP/KAT/TKEUFR/OEPBL/TPH/WUPB/THEUPBG/TP-PL EU/SR/PW-PB/SRE/WEL/TP-PL SEFL/HROF/S/AEU/PHUFT/TP-PL","breadcrumbs":"Chapter 10: Right hand chords continued » Practice sentences","id":"183","title":"Practice sentences"},"184":{"body":"Brief Outline Explanation they are THER THE + -R they’re TH*ER THE + -R + * one of WUFPB WUPB + -F","breadcrumbs":"Chapter 10: Right hand chords continued » Extra briefs","id":"184","title":"Extra briefs"},"185":{"body":"","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11: Right hand compound clusters","id":"185","title":"Chapter 11: Right hand compound clusters"},"186":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand shun and kshun and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ment and let and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand bl and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended pace","id":"186","title":"Recommended pace"},"187":{"body":"Right hand shun, kshun, and x words Right hand ment and let words drill Right hand -BL words drill Chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Useful links","id":"187","title":"Useful links"},"188":{"body":"All the chords covered so far represent single sounds. However, there are some chords (particularly on the right hand) that can represent multiple syllables. These are referred to as compound clusters.","breadcrumbs":"Chapter 11: Right hand compound clusters » Intro","id":"188","title":"Intro"},"189":{"body":"-GS is “-shun” as in “ocean” -BGS represents two sounds: “-x” as in “tax” “-kshun” as in in “friction”","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand shun, kshun, and x","id":"189","title":"Right hand shun, kshun, and x"},"19":{"body":"This series is aimed at being a complete guide to learning steno. While you will learn everything that you need to know to be fast at steno, practice and fluency is key. Each chapter in this series follows the same basic format: new theory and practice material introduced in subsections followed by a chapter test. The purpose of this test is to ensure that you have learned the material well enough. It is crucial that you are comfortable and well acquainted with each chapter before moving onto the next. Everyone’s threshold of being “comfortable” differs and it is up to you to decide what this means for you. For some, maybe this just means reading through the chapter with a little practice. For others, maybe this means practising the drills for a week. It is completely up to you to decide when to proceed to the next chapter. However, if you are unsure, the “recommended completion goal” is a good starting point. As this series is very new, I have not been given much feedback. As such, it may be possible that the recommended completion goal is entirely unrealistic for each chapter. Please take it with a grain of salt! Optional briefs Lapwing is full of briefs and write-outs. A brief is an abbreviated outline that is used for speed. It may not follow theory at all and can be completely arbitrary. On the other hand, write-outs are outlines that are logical and follow theory rules. Until you start speed building, you should focus on write-out entries. This book will emphasize learning the rules behind write-outs, but a lot of common words are written using briefs. Many of these briefs are covered gradually in each chapter. It’s not important to explicitly memorize them, but I would suggest at least skimming through them at the end of your practice. After all, these briefs will be covered again in a later chapter; you are free to ignore the optional briefs at the end of each chapter if you wish to learn them all at once in chapter 16. Daily practice Try to aim for at least 15 minutes of practice a day. Ideally, one hour would be best. As mentioned, consistency is key to becoming fluent at steno. However, any more than three hours a day is approaching excessive. Steno is not simply something you can throw more time at to expect better results. By nature, it is something that has to be developed over a long period (like learning a musical instrument or a language). Remember to take breaks, and do not force yourself to practise more than you want to!","breadcrumbs":"Chapter 3: How to learn steno » Lapwing chapters","id":"19","title":"Lapwing chapters"},"190":{"body":"motion PHOEGS caution KAUGS fax TPABGS tex TEBGS","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"190","title":"Examples"},"191":{"body":"Some words like “axe” and “action” conflict with the same outline: ABGS. In these cases, the “-x” sound is given higher priority and “-kshun” sound is relegated to *BGS (same chord, but with the asterisk key). Examples faction TPA*BGS (since TPABGS is already “fax”) section S*EBGS (since SEBGS is already “sex”)","breadcrumbs":"Chapter 11: Right hand compound clusters » “-kshun” and “-x” conflicts","id":"191","title":"“-kshun” and “-x” conflicts"},"192":{"body":"Feel free to come up with your own or even suggest some! “mugs in the ocean” -BGS as the “-x” chord is simply just the combination of the “-k” chord -BG and the -S key -BGS as the “-kshun” chord overlaps with the “-k” chord -BG and the “-shun” chord -GS","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"192","title":"Mnemonics:"},"193":{"body":"Right hand shun, kshun, and x words","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"193","title":"Section practice"},"194":{"body":"-PLT is “-ment” as in “moment” -LT is “-let” as in “scarlet” ment, let","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand ment and let","id":"194","title":"Right hand ment and let"},"195":{"body":"garment TKPWARPLT torment TORPLT roulette RAOULT wallet WAULT","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"195","title":"Examples"},"196":{"body":"Feel free to come up with your own or even suggest some! Taking the middle out of “ment” gives “mt” which is what -PLT represents Taking the middle out of “let” gives “lt” which is what -LT represents","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"196","title":"Mnemonics:"},"197":{"body":"Right hand ment and let words Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"197","title":"Section practice"},"198":{"body":"-BL represents several different sounds: “-bl” as in “double” “-abl” as in “pliable” “-ibl” as in “possible” “-b_l” as in “global”, “mobile”, “label” All these sounds are similar to one another in that they all contain “bl” and optionally an unstressed vowel . This refers to a vowel that isn’t emphasized. Think about how the phrase “lay bell” differs in sound to the word “label”. In the first case, the “e” is stressed while in the second case, it is not. bl","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand -BL","id":"198","title":"Right hand -BL"},"199":{"body":"pebble PEBL wobble WOBL playable PHRAEUBL chewable KHAOUBL tribal TRAOEUBL rebel REBL NOTE: the word “rebel” can be pronounced as RAOE/PWEL or REBL depending on if it is a verb or a noun. While the dictionary contains both, the single stroke variant is recommended as it is faster.","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"199","title":"Examples"},"2":{"body":"This book is compiled with mdbook. The source can be found on GitHub, and pull requests are welcome (build instructions are in the repository’s README). If you like my work, maybe consider buying me a coffee 😄.","breadcrumbs":"Home » Contributing","id":"2","title":"Contributing"},"20":{"body":"It’s always a good idea to apply your learning to complement exercises in a textbook. However, I would only recommend incorporating steno into your computer usage after reaching chapter 18. If not, you will have to make liberal use of the lookup tool. It is very important to know how to use this tool correctly. If you blindly follow the entries that show up, you may find yourself confused and frustrated as to why a word is written the way it is. You may also force yourself to inadvertently memorize more briefs. Plover has a built-in tool to easily look up outlines. It can be found in Tools → Lookup. Make sure to read the tips below if you would like to use this tool. Use the longest outline available Due to the nature of briefs and write-outs, briefs tend to use fewer strokes and write-outs tend to use more. When you type in a word into the lookup tool, both types of entries will be present. I recommend using the longest outline in the lookup tool as that is overwhelmingly likely to be a write-out. In the following example, the first two entries are briefs, while the last two are write-outs. You should be using one of these two. Defaulting to the longest outline available is very safe. Be careful of hidden affixes The Lapwing dictionary may not contain every single valid outline. You will later learn of affix strokes which attach to root words. For example, the word “thoroughly” contains “thorough” as a root word and “^ly” as a suffix . One way to write “thoroughly” is THOR/KWROE/HREU. However, it does not show up in the dictionary: Instead, remove the “^ly” suffix and look up the word “thorough”. You will find THOR/KWROE as a valid outline: To write the “^ly”, you could look this up too: The curly braces indicate that this word is special. In this case, the caret indicates that it will attach on that side. Putting these two outlines together, you would get THOR/KWROE/HREU. This is the canonical way you would write the word “thoroughly” even though it is not in the dictionary.","breadcrumbs":"Chapter 3: How to learn steno » Incorporating steno into your computer usage","id":"20","title":"Incorporating steno into your computer usage"},"200":{"body":"Feel free to come up with your own or even suggest some! -BL already looks a lot like the sounds it represents; remember to skip over any unstressed vowels as well.","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"200","title":"Mnemonics:"},"201":{"body":"Right hand -BL words drill Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"201","title":"Section practice"},"202":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11 test","id":"202","title":"Chapter 11 test"},"203":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended completion goal","id":"203","title":"Recommended completion goal"},"204":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation every EFR every first TPEUFRT Uses an inversion of steno order (-R and -F are swapped) with the -F representing “s” follow TPOL follow where W-R where could KUD would WUD should SHUD through THRU THRAOU is the word “threw” NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter briefs","id":"204","title":"Chapter briefs"},"205":{"body":"should you follow them? could we first pass through? would you know every place? where are they? Answers SHUD/U/TPOL/THEPL/KW-PL KUD/WAOE/TPEUFRT/PAS/THRU/KW-PL WUD/U/TPHOE/EFR/PHRAEUS/KW-PL W-R/-R/THE/KW-PL","breadcrumbs":"Chapter 11: Right hand compound clusters » Practice sentences","id":"205","title":"Practice sentences"},"206":{"body":"Brief Outline Explanation everyone EFRPB EFR + -PB everywhere WEFRB EFR + W-R where the W-RT W-R + -T through the THRUT THRU + -T","breadcrumbs":"Chapter 11: Right hand compound clusters » Extra briefs","id":"206","title":"Extra briefs"},"207":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter 12: Wrapping up basic words","id":"207","title":"Chapter 12: Wrapping up basic words"},"208":{"body":"Recommended time to spend on this chapter: <1 day. Read Miscellaneous orthographic chords and complete the drill ( 10 minutes ) Read The stroke separator ( 5 minutes ) Read When sounds can’t follow steno order ( 5 minutes ) Read right hand xt ( 5 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 12: Wrapping up basic words » Recommended pace","id":"208","title":"Recommended pace"},"209":{"body":"Left hand single syllable orthographic chords drill","breadcrumbs":"Chapter 12: Wrapping up basic words » Useful links","id":"209","title":"Useful links"},"21":{"body":"If you’re familiar with learning alternative keyboard layouts such as Colemak and Dvorak, you may be tempted to try and use steno for everything right from day 1. I would not recommend this at all. In contrast to typing where you only need to know the location of the keys, there is much more complexity with steno. If you try to ditch regular typing too early on, you will constantly encounter concepts that won’t make sense and will only fuel your frustration. Furthermore, to switch to steno full time, you need to be able to write things that are not just English words. This includes symbols, keyboard shortcuts, editing text, and more. Trying to learn all of this at once is unwise. Instead, I would highly encourage you to follow the structure of this book; the concepts are spread out over 26 chapters which makes the learning curve much less steep. Treat learning steno as a hobby on the side. Your ultimate goal may be to replace your regular keyboard with steno, but you need to at least be familiar with basic theory before doing so. Rushing will not get you anywhere.","breadcrumbs":"Chapter 3: How to learn steno » Switching to steno completely from day 1","id":"21","title":"Switching to steno completely from day 1"},"210":{"body":"If you’ve been following the recommended pacing, you should now be anywhere from 3 to 7 weeks into your stenography journey! That is very impressive and you should be proud of your perseverance! With this kind of commitment, chances are you will continue to do well in later chapters.","breadcrumbs":"Chapter 12: Wrapping up basic words » Great job!","id":"210","title":"Great job!"},"211":{"body":"You should be pretty familiar with the steno layout and you should also understand how to write most single syllable words—even if you’re not very fast yet. We will finally wrap up single syllable words in this chapter before moving onto other topics.","breadcrumbs":"Chapter 12: Wrapping up basic words » What we’ve learned so far","id":"211","title":"What we’ve learned so far"},"212":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Miscellaneous orthographic chords","id":"212","title":"Miscellaneous orthographic chords"},"213":{"body":"We’ve already learned a few orthographic chords like AU and AO whose usages depend on spelling rather than pronunciation. There are also a few left hand consonant chords that behave the same way. “ph” as in “phase” is written with TP* “wr” as in “write” is written with WR “wh” as in “when” is written with WH All of these except TP* are pretty intuitive as their steno keys match the spelling that they represent.","breadcrumbs":"Chapter 12: Wrapping up basic words » Left hand chords","id":"213","title":"Left hand chords"},"214":{"body":"When there is a conflict between a word that contains the “soft c” sound and another word that is spelled with an s, use KR. Examples cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Chapter 12: Wrapping up basic words » KR for c in conflicts","id":"214","title":"KR for c in conflicts"},"215":{"body":"Words spelled with “ch” can sometimes be homophones with words spelled with only a single “c”. In these cases, we use K for the words spelled with a “c” and KH for words spelled with “ch”. KH can also be used in general for words spelled with “ch” but pronounced with a “hard c”. For example, in the word “choreography”, the initial consonant is a “hard c” so K would typically be used on the left hand. However, using KH is also a valid choice. This is helpful if your first instinct is to use the “ch” spelling to form the left hand consonant. NOTE: the dictionary is not complete when it comes to “ch” words pronounced with a “hard c” and written with KH. I would recommend sticking to K and only using KH when there is a conflict. However, you are completely free to add these if you wish. Examples chord KHORD KORD is already “cord” charisma KHA/REUS/PHA KA/REUS/PHA is also valid","breadcrumbs":"Chapter 12: Wrapping up basic words » KH for hard c spelled ch","id":"215","title":"KH for hard c spelled ch"},"216":{"body":"Use -S for an ending “s” letter, regardless of if it is pronounced as a “z”. Examples fuse TPAOUS cruise KRAOUS","breadcrumbs":"Chapter 12: Wrapping up basic words » -S for all s","id":"216","title":"-S for all s"},"217":{"body":"You will inevitably run into some conflicts such as “race”, “raise”, “raze”, and “raiz”. -S is given to “race” since it has an “s” sound, but how do we deal with the rest? It’s actually entirely up to you as to how you might want to proceed. Conflicts such as these are tricky because they don’t appear very often; you’re better off memorizing the exceptions than trying to learn rules to deal with them. By default, Lapwing gives -Z to “raise” since it’s quite common and is spelled with an “s” (thereby giving it higher priority, in a sense). To write “raze”, you’d use an alternative vowel chord: RAEZ. Finally, for “raiz”, you could use the asterisk key. Although, this word isn’t even in the default dictionary. Thus, you’d write these words like so: “race” RAEUS “raise” RAEUZ “raze” RAEZ “raiz” RA*EUZ This illustrates how messy the English language can be and how designing a theory to work around all of these conflicts without any arbitrary rules/briefs can be a difficult task. When you run into conflicts with more than three words in the future, do remember that (unless explicitly stated) it is perfectly acceptable (even expected!) to change around some outlines. It’s best to create outlines that make sense to you instead of memorizing someone else’s personal intuition.","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts","id":"217","title":"Conflicts"},"218":{"body":"If you encounter a word that has the “y” sound, only use KWR* if it is spelled with a “y”. If it isn’t spelled with a “y” don’t use any left hand consonant chord. Examples yes KWR*ES yep KWR*EP use AOUS usual AOURB/WAL There aren’t, unfortunately, a lot of single stroke words to demonstrate this","breadcrumbs":"Chapter 12: Wrapping up basic words » y sound without the letter y","id":"218","title":"y sound without the letter y"},"219":{"body":"Left hand single syllable orthographic chords drill It’s very recommended that you complete this drill.","breadcrumbs":"Chapter 12: Wrapping up basic words » Section practice","id":"219","title":"Section practice"},"22":{"body":"","breadcrumbs":"Chapter 4: The layout » Chapter 4: The layout","id":"22","title":"Chapter 4: The layout"},"220":{"body":"So far we have only been looking at single stroke words. We will soon look at words that require multiple strokes to be written. To notate these multistroke outlines, we use the slash character / to separate strokes. For example, to write the outline TPEUL/-PL, you would press TPEUL, release all the keys, and then press -PL.","breadcrumbs":"Chapter 12: Wrapping up basic words » The stroke separator","id":"220","title":"The stroke separator"},"221":{"body":"Sometimes, it is impossible to write a single syllable word using in a single stroke (see the examples below). In these cases, write as much of the word as you can in a single stroke, and then complete the rest using the corresponding right hand key or chord that finishes the word. Note that some right chords are different to their canonical form when using this technique: To end a word with “-t”, use *T To end a word with “-f” or “-v”, use *F There will be no practice material for this section, but do keep this technique in mind.","breadcrumbs":"Chapter 12: Wrapping up basic words » When sounds can’t follow steno order","id":"221","title":"When sounds can’t follow steno order"},"222":{"body":"film TPEUL/-PL helm HEL/-PL help HEL/-P kelp KEL/-P list HREUS/*T Also HR*EUS (recommended, see note below) thirst THEURS/*T Also TH*EURS (recommended, see note below) sixth SEUBGS/*T elf EL/*F shelf SHEL/*F peddle PED/-L saddle SAD/-L NOTE: remember that *S can be used to represent the “-st” cluster when -F is not available. It is highly recommended you use *S instead of splitting these words into two strokes.","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"222","title":"Examples"},"223":{"body":"-GT is “-xt” as in text There are only a handful of words in English that end in “-xt” and only two that are one syllable long in the Lapwing dictionary. You can pretty much just memorize these as briefs.","breadcrumbs":"Chapter 12: Wrapping up basic words » Right hand xt","id":"223","title":"Right hand xt"},"224":{"body":"text TEGT next TPHEGT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"224","title":"Examples"},"225":{"body":"Some groups of words like “slug” and “shrug” would normally be given the same steno outline without any additional rules: SHRUG. In this case, the HR chord can either represent “l” or “hr”—Lapwing generally assigns lower priority to the word where the keys match one to one with the letters. The asterisk is used to different between the two: slug SHRUG shrug SHR*UG NOTE: you may occasionally run into inconsistencies in the default dictionary that contradict this rule. If you spot any, please let me know! However, do keep in mind that you’re at a stage where you should be tailoring your own dictionary. If you’d like to change this rule and switch around the priorities, go for it!","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts between chords and individual keys","id":"225","title":"Conflicts between chords and individual keys"},"226":{"body":"For some American speakers, the “l” in words like “palm” aren’t audible at all. Instead of having to include this sound in the steno stroke, Lapwing essentially treats this as silent. Therefore, this word would be written like PAUPL. This makes it easier to write in one stroke rather than two: PAUL/-PL. Remember: even though this word is spelled with a single “a”, the vowel is closer to the one in “cot” KOT than “cat” KAT, so we cannot simply use the A key; we need to use AU.","breadcrumbs":"Chapter 12: Wrapping up basic words » -al- words","id":"226","title":"-al- words"},"227":{"body":"calm KAUPL halt HAULT psalm SAUPL Note that the “p” is silent salt SAULT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"227","title":"Examples"},"228":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » No test this chapter!","id":"228","title":"No test this chapter!"},"229":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation also HR-S also animal PHAPBL Various vowels dropped and steno order out the wazoo (“anml” → “manl”) any TPHEU First vowel dropped and EU used as the long e sound help HEP Dropped “l” consonant other OER Dropped “th” consonant mother PHO*RT Folded -R key is in the middle of the word, but represents a sound on the end mother PHOER Drops the “th” consonant your KWRAOUR many PHA*EPB NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter briefs","id":"229","title":"Chapter briefs"},"23":{"body":"Recommended time to spend on this chapter: 1–3 days Read this page ( 10 minutes ) Drill until you are comfortable (ideally over multiple days) ( 1–3 hours ) Attempt the test ( 20 minutes ) Keep practising the test until you meet the requirements ( 1 hour )","breadcrumbs":"Chapter 4: The layout » Recommended pace","id":"23","title":"Recommended pace"},"230":{"body":"it is also an animal! I will help him. mother will not like it. many do not need your stuff. Answers T/S/HR-S/APB/PHAPBL/TP-BG EU/HR/HEP/HEUPL/TP-PL PHO*RT/HR/TPHOT/HRAOEUBG/T/TP-PL PHA*EPB/TKO/TPHOT/TPHAOED/KWRAOUR/STUF/TP-PL","breadcrumbs":"Chapter 12: Wrapping up basic words » Practice sentences","id":"230","title":"Practice sentences"},"231":{"body":"Brief Outline Explanation anyone TPHEUPB TPHEU + -PB anything TPHEUG TPHEU + -G (-G is used for “-ing”)","breadcrumbs":"Chapter 12: Wrapping up basic words » Extra briefs","id":"231","title":"Extra briefs"},"232":{"body":"","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13: Prefixes and suffixes","id":"232","title":"Chapter 13: Prefixes and suffixes"},"233":{"body":"Recommended time to spend on this chapter: 1–2 days. Read Prefix strokes ( 20 minutes ) Read Suffix strokes and complete the drills ( 60 minutes ) Repeat the drills as needed Read Prefix priority ( 5 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended pace","id":"233","title":"Recommended pace"},"234":{"body":"Words with -y and -ly suffixes drill Words with -ar, -or, and -er suffixes drill Words with -ful and -ness suffixes drill Right hand ment and let words Right hand -BL words drill Right hand -BLT words drill Right hand KWR suffix words drill Chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Useful links","id":"234","title":"Useful links"},"235":{"body":"For words with more than one syllable, outlines with multiple strokes are used. There are two primary techniques: affix strokes (prefixes and suffixes) and syllabic splitting . The former is slightly more straightforward and is covered in this chapter.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Intro","id":"235","title":"Intro"},"236":{"body":"Every translation so far found in examples or exercises have been regular words without any special formatting. For these words, Plover will insert a space before every word. To see how this works behind the scenes, open the main window of Plover, and go to Tools → Add Translation. Writing STROEBG into the Strokes field will show the following: Compare this to prefix strokes; writing PRAOE (the prefix stroke for “pre^”) into the Strokes field results in: Here, the curly braces denote that there is special formatting rules contained inside the braces. The caret tells Plover to suppress the space where it is located; any translation of the form {abc^} is a prefix. Prefix strokes enable writing words such as “preview” like so: PRAOE/SRAOU. Most prefix strokes are fairly intuitive and take precedence when they conflict with other translations. For example, the “for^” prefix as in “forget” TPOR/TKPWET is written as TPOR while the word “for” is briefed. It’s not necessary to memeorize many of these prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix strokes","id":"236","title":"Prefix strokes"},"237":{"body":"a^ A As in “around” A/ROUPBD co^ KOE As in “costar” KOE/STAR de^ TKAOE As in “deplane” TKAOE/PHRAEPB for^ TPOR As in “forgo” TPOR/TKPWOE in^ EUPB As in “infix” EUPB/TPEUBGS mis^ PHEUS As in “mistake” PHEUS/TAEUBG non^ TPHOPB As in “nonstop” TPHOPB/STOP pro^ PROE As in “protip” PROE/TEUP re^ RAOE As in “retake” RAOE/TAEUBG sub^ SUB As in “subway” SUB/WAEU","breadcrumbs":"Chapter 13: Prefixes and suffixes » Common Prefix Strokes","id":"237","title":"Common Prefix Strokes"},"238":{"body":"It is difficult to write certain words using prefixes alone. For example, KOPB/TPAOUS may be a valid outline for “confuse”, but this requires knowing if KOPB is a prefix stroke. Furthermore, “fuse” is not the root word of “confuse”—the two words aren’t related in meaning. Syllabic splitting is used for this word instead (covered in chapter 15). For now, only use prefix strokes when they make sense semantically. A prefix stroke should modify a root word that can exist on its own.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix usage","id":"238","title":"Prefix usage"},"239":{"body":"English pronunciation differs from person to person, but even a single speaker may pronounce a word differently depending on the context. For example, the word “defect” can be pronounced with a long e TKAOE/TKEFBGT or a short e TKE/TKEFBGT depending on if it is a noun or a verb. Here is a non-exhaustive list of some alternative prefix strokes: “de-” TKE “pre-” PRE “pro-” PRO “re-” RE This chapter later covers looking up prefixes and suffixes which is handy for finding these alternative prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefixes with different pronunciations","id":"239","title":"Prefixes with different pronunciations"},"24":{"body":"Steno Jig’s “Learn the Steno Keyboard” Drills Steno Jig’s Own Drills Chapter 4 test","breadcrumbs":"Chapter 4: The layout » Useful links","id":"24","title":"Useful links"},"240":{"body":"There is no practice material for this section. It’s not important to explicitly know and memorize prefix strokes as they tend to be implicitly used with the syllabic splitting technique (to be covered later).","breadcrumbs":"Chapter 13: Prefixes and suffixes » Practice material?","id":"240","title":"Practice material?"},"241":{"body":"Much like how a prefix stroke attaches to the next word, a suffix stroke attaches to the previous word. Unlike prefix strokes, however, suffixes tend to be less intuitive and most have to be memorized. This section is split into smaller subsections with different “families” of suffix strokes to hopefully make them easier to remember. It is very important to understand when it is appropriate to use a suffix. In most cases, they can only be used to modify a root word (much like prefix strokes). Pay careful attention to the information in each subsection telling you when it is appropriate to use those suffix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffix strokes","id":"241","title":"Suffix strokes"},"242":{"body":"The following suffixes all contain a single vowel key, an asterisk, and the -R. Stroke Suffix Example outline Example translation A*R ^ar KREL/A*R cellar O*R ^or ABGT/O*R actor *ER ^er TAOEFP/*ER teacher Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage upper UP/*ER player PHRAEU/*ER planar PHRAEPB/A*R hangar HAPBG/A*R tormentor TORPLT/O*R sailor SAEUL/O*R Examples of wrong usage imposter EUPL/POFT/*ER ❌ “impost” does not refer to a deceptive action in the same way “imposter” refers to the person who partakes in this action mutter PHUT/*ER ❌ “mutter” does not relate to “mutt” (slang for a dog) pillar PEUL/A*R ❌ “pill” refers to a medicinal substance while “pillar” refers to an upright post sugar SHUG/A*R ❌ SHUG is not a word humor HAOUPL/O*R ❌ HAOUPL is not a word mentor PHEPBT/O*R ❌ “ment” is not the root of “mentor” These are correctly written with syllabic splitting covered in chapter 15. Practice material Words with -ar, -or, and -er suffixes drill 5–10 minutes is sufficient for this drill.","breadcrumbs":"Chapter 13: Prefixes and suffixes » * suffixes","id":"242","title":"* suffixes"},"243":{"body":"These suffixes are composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -FL ^ful HEL/-P/-FL helpful -PBS ^ness EUL/-PBS illness Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage hopeful HOEP/-FL rightful RAOEUT/-FL ripeness RAOEUP/-PBS thickness THEUBG/-PBS Both “ful” and “ness” are rarely used in English as non-suffixes so it’s difficult to find examples of incorrect usage. Practice material Words with -ful and -ness suffixes drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand chord suffixes","id":"243","title":"Right hand chord suffixes"},"244":{"body":"Like the last subsection, these suffixes are also composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -PLT ^ment TRAOET/-PLT treatment -BLT ^ability or ^ibility EUPB/-BLT inability -BL ^able PHRAEU/-BL playable -LT ^let EUPB/-LT inlet These suffixes can be used whenever as they are also compound clusters. Examples: as a root word + suffix In these words, the suffix is used to “modify” a root word. basement PWAEUS/-PLT movement PHAOUF/-PLT possibility POS/-BLT sensibility SEPBS/-BLT readable RAED/-BL viewable SRAOU/-BL outlet OUT/-LT sublet SUB/-LT Examples: as a compound cluster In these words, the suffix is used as a compound cluster; notice how the group of letters before the suffix are not root words related to the full translations. cement SE/-PLT ferment TPER/-PLT probability PROB/-BLT pliability PHRAOEU/-BLT humble HUPL/-BL arable AEUR/-BL omelet OPL/-LT bullet PWU/-LT Compound clusters in a single stroke Several of these examples can be written in one stroke by putting the suffix chord into the first stroke. The above examples are only to illustrate these how these compound clusters have the second function of behaving as suffix strokes. For these chords, it is recommended to include the suffix chord in the first stroke for a slight speed advantage. To determine if an outline can be compressed into one stroke, take into account steno order and whether any keys are being overlapped. For example, SEPLT is perfectly valid as none of the keys in SE overlap with the keys in -PLT. However, to write “humble” in one stroke, the -BL chord would have to overlap with the -PL chord in the first stroke as -B comes in between -P and -L in steno order. The following are the same words from above but with the compound cluster in the first stroke: cement SEPLT ferment TPERPLT pliability PHRAOEUBLT arable AEURBL bullet PWULT The rest of the examples are not possible to write in one stroke: probability PROB/-BLT -B key overlaps in both strokes humble HUPL/-BL -L key in the second stroke overlaps with the -PL chord in the first stroke omelet OPL/-LT -L key overlaps in both strokes NOTE: although overlapping these strokes is not valid in Lapwing theory, they are perfectly valid briefs as long as there are no entries already existing in the dictionary. Feel free to add/use PROBLT, HUPBL, or OPLT as briefs. Practice material Right hand -BLT words drill The -PLT, -LT, and -BL compound clusters should already be already be familiar, however, the practice material is listed below as a refresher if needed. Right hand ment and let words Right hand -BL words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand compound cluster suffixes","id":"244","title":"Right hand compound cluster suffixes"},"245":{"body":"The KWR chord has many uses in Lapwing theory. It is widely used in suffixes where it could be thought of as a linker chord without any associated sound; its job is simply to connect to the previous word. This subsection has many suffix strokes to memorize, but they should hopefully be somewhat intuitive as they resemble their phonetic sounds to some degree. Stroke Suffix Example outline Example translation KWRAL ^al SPAOEUPB/KWRAL spinal KWRAPBT ^ant SAOEL/KWRAPBT sealant KWRAEUGS ^ation TPHROET/KWRAEUGS flotation KWRAOEUZ ^ize PHOEBL/KWRAOEUZ mobilize KWROUT ^out HOELD/KWROUT holdout KWREUF ^ive TPEFT/KWREUF festive KWREUFPL ^ism TAOUR/KWREUFPL tourism KWREUFT ^ist ART/KWREUFT artist KWREUPB ^in PHRUG/KWREUPB plugin KWREUBG ^ic PWAEUS/KWREUBG basic KWREPB ^en SOFT/KWREPB soften Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage coolant KAOL/KWRAPBT bailout PWAEUL/KWROUT flirtation TPHREURT/KWRAEUGS stylize STAOEUL/KWRAOEUZ active ABGT/KWREUF realism RAEL/KWREUFPL purist PAOUR/KWREUFT herein HAOER/KWREUPB cubic KAOUB/KWREUBG rotten ROT/KWREPB Examples of incorrect usage pedant PED/KWRAPBT ❌ “ped” unrelated to “pedant” captive KAPT/KWREUF ❌ “capt” unrelated to “captive” Practice material Right hand KWR suffix words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » KWR suffixes","id":"245","title":"KWR suffixes"},"246":{"body":"The suffixes in this subsection contain the EU vowel and some consonant on the left hand. While the EU chord represents the short i vowel as in “kiss”, EU is also used for the long e vowel as in “tee” under some circumstances. This comes from Plover theory’s main.json and it is unfortunately an arbitrary rule that would be difficult to change Lapwing theory. These rules are covered more formally in syllabic splitting. One such circumstance where EU represents the long e sound is in the following suffixes: Stroke Suffix Example outline Example translation KWREU ^y KRAEUZ/KWREU crazy HREU ^ly TPEURPL/HREU firmly Use these suffixes only to modify a root word. Remember to not double consonants between strokes. If you are writing a word that already ends in “l”, use KWREU instead of HREU (see “hilly” example below). Examples of correct usage chatty KHAT/KWREU hilly HEUL/KWREU freely TPRAOE/HREU mostly PHOEFT/HREU Examples of incorrect usage city SEUT/KWREU ❌ This would be “sitty” hilly HEUL/HREU ❌ Cannot double the “l” lily HREUL/KWREU ❌ “lil” is not the root word of “lily” Practice material Words with -y and -ly suffixes drill Since this only contains two suffixes, it is not necessary to spend too long on this drill. 5 minutes is sufficient.","breadcrumbs":"Chapter 13: Prefixes and suffixes » EU suffixes","id":"246","title":"EU suffixes"},"247":{"body":"The spellings of some words in examples and exercises so far have not been entirely consistent with a prefix stroke modifying a root word. For example, “purist” was listed above as PWAOUR/KWREUFT, but the root word is really spelled “pure” with an “e” at the end. Here are some other examples where adding a suffix to a root word changes its spelling: “haste” + “-y” → “hasty” “e” is removed “lucky” + “-ly” → “luckily” “y” changed to “i” “base” + “-ic” → “basic” “e” is removed It is not necessary to think about these spelling differences consciously with suffix strokes; the Lapwing dictionary and the Plover steno engine automatically handles these spelling quirks. hasty HAEUFT/KWREU luckily HRUBG/KWREU/HREU basic PWAEUS/KWREUBG","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffixes and orthography","id":"247","title":"Suffixes and orthography"},"248":{"body":"When there are conflicts between prefixes strokes and words, the former will be given higher priority for the primary outline. The words will instead be briefed. This allows writing complicated words fairly intuitively without having to explicitly remember prefixes. Of course, this does come at the cost of having to memorize more arbitrary briefs. Since common words are often briefed, however, it does not require significantly more mental effort. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. You will see this table again in later chapters.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix priority","id":"248","title":"Prefix priority"},"249":{"body":"The Plover’s lookup tool can be used to find prefix and suffix strokes not listed in this chapter. In Plover’s main window, press Tools → Lookup. Type in the letters that make up the translation and the tool will show outlines for prefixes, suffixes, and regular words; the dictionary formatting with the curly braces and carets is not required. looking up “in”","breadcrumbs":"Chapter 13: Prefixes and suffixes » Looking up prefixes and suffixes","id":"249","title":"Looking up prefixes and suffixes"},"25":{"body":"Recall this graphic from chapter 2: I recommend keeping this graphic in a convenient place to refer to. The yellow circles indicate the resting home position of your fingers. Your fingers should be curled and resting on the cracks of the keys. It’s important to memorize this layout to the point that you are able to press the right key when prompted for. The best way to go about memorizing this layout is splitting it into memorable chunks and doing a lot of drills. It’s one thing to know which finger is responsible for which key(s), but the most effective way of building muscle memory for the layout is simply drilling it.","breadcrumbs":"Chapter 4: The layout » Finger positions","id":"25","title":"Finger positions"},"250":{"body":"Trying to use affix strokes only when they make sense semantically can be tricky. It is unreasonable to require learning the etymology of every word before one can write it. In some words, it is somewhat obvious when a suffix stroke shouldn’t be used, but this should be up to the individual’s discretion. For example, the Lapwing dictionary doesn’t view “cop” as the root word of “copper”. This is because “cop” refers to a police officer, and “copper” is an element. This reasoning is very obvious to me. However, “copper” has another meaning; it is also slang for police officer. “Cop” is simply just a shortened version of “copper”. That being said, this usage is not part of my dialect—I have never heard anyone in speech say “copper” to mean police officer. Therefore, I don’t consider “cop” and “copper” to be related semantically, and I don’t use affix strokes. Maybe for you, these two words are very related. In this case, you should definitely add KOP/*ER for “copper”! Although, this particular word already works (without being explicitly defined) because of the orthography rules. It is completely acceptable bend the rules about modifying root words with affixes. It is not necessary to add entries that only follow the “correct etymology”. Outlines should be quick to recall. Having to look up origin and history of a word defeats this purpose. Steno is highly personal—one should use their own understanding and intuition. NOTE: before adding your own entries, I highly encourage you to read past chapter 15. It covers the other method for writing multisyllable words. Most words in the default Lapwing dictionary can be written with this technique, while affix stroke usage tends to be more strict.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Tailoring your own dictionary to your understanding of etymology","id":"250","title":"Tailoring your own dictionary to your understanding of etymology"},"251":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13 test","id":"251","title":"Chapter 13 test"},"252":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended completion goal","id":"252","title":"Recommended completion goal"},"253":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » Chapter 14: Suffix keys and compound words","id":"253","title":"Chapter 14: Suffix keys and compound words"},"254":{"body":"Recommended time to spend on this chapter: <1 day. Read suffix keys and complete the drill ( 20 minutes ) Repeat the drill as needed Read The A “prefix” key ( 10 minutes ) Read Compound words and complete the drill ( 20 minutes ) Repeat the drill as needed Remember to take breaks!","breadcrumbs":"Chapter 14: Suffix keys and compound words » Recommended pace","id":"254","title":"Recommended pace"},"255":{"body":"Compound words drill Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Useful links","id":"255","title":"Useful links"},"256":{"body":"One special type of suffix stroke is the suffix key; these are suffix strokes that contain only one key. There are four on the right hand side which are useful for changing the tense of a verb or for pluralizing nouns. Stroke Suffix Example outline Example translation -G ^ing PAT/-G patting -S ^s KAT/-S cats -D ^ed TKPWHRAOU/-D glued -Z ^s SAOEUD/-Z sides NOTE: while -S and -Z have the same definition, you are expected to use -Z exclusively. Examples of correct usage fasting TPAFT/-G wedging WEPBLG/-G typed TAOEUP/-D served SEFRB/-D faces TPAEUS/-Z knives TPHAOEUF/-Z","breadcrumbs":"Chapter 14: Suffix keys and compound words » Suffix keys","id":"256","title":"Suffix keys"},"257":{"body":"This section on folding is mostly for your interest only. It is not a recommended technique at this point. Folding is an advanced technique where extra keys are included in a stroke regardless of steno order. Folding a suffix key into a stroke is only possible if they key is not already present in another chord. Of the examples above, the following can be written with folded suffix keys: fasting TPAFGT knives TPHAOEUFZ served SEFRBD typed TAOEUPD To pluralize words ending in -T, normally the -Z key is used. For example, “crates” is KRAEUT/-Z. However, folding will result in the following stroke: Some theories will dictate pressing the -T with the ring finger and the -Z with the pinkie finger. However, this is not a technique used in Lapwing. Instead, the proper way to pluralize the word in one stroke uses the -S key: KRAEUTS. Plover’s steno engine and folded suffix keys This technique of including a suffix key in the last stroke is “baked” into the English steno engine in Plover. To illustrate this, writing the stroke HAEPZ, will output “happies”. However, this isn’t actually defined in the Lapwing dictionary: Plover recognizes that the outline HAEP is defined as “happy” (this is a Lapwing/Plover brief) and so tries to fold the -Z suffix key into the translation. Because of the orthography rules built into the English steno engine, Plover removes the ending “y” and adds “ies” to the translation. This happens with all of the suffix keys—try out HAEPD, HAEPS, and HAEPG. Should you use folding? Using the Plover lookup tool, you can find a lot of entries with folded suffix keys. In fact, you won’t find many entries where the suffix keys aren’t folded into the previous stroke. Despite this, it is recommended that you do not fold suffix keys . Folding can lead to conflicts such as: Outline Canonical Word Folding Conflict SAOES cease sees KRAEUZ craze crays HRAEUZ laze lays PHRAEUG plague playing RAEUZ raise rays SAOEZ seize sees While folding can save a stroke for several words, it may not always be faster. Trying to remember any potential conflicts may introduce hesitation; the resulting folded outline may be harder to press (taking longer to stroke); and folding one of these keys may make it easier to accidentally misstroke. Pressing -G, -S, -D, or -Z as a separate stroke is only slightly slower than folding these keys (or just as fast if considering previously mentioned disadvantages). Since -G, -S, -D, or -Z are single key strokes, they are quite fast to press. That being said, folding these keys is more of a personal choice and you are more than welcome to try it out.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Folding","id":"257","title":"Folding"},"258":{"body":"Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"258","title":"Section practice"},"259":{"body":"While not nearly treated as specially as the suffix keys, the A key on its own is a prefix stroke. Contrary to other prefixes that should be used to modify a root word, this stroke can be used entirely on its own without any regard to the semantic meanings of the strokes.","breadcrumbs":"Chapter 14: Suffix keys and compound words » The A “prefix” key","id":"259","title":"The A “prefix” key"},"26":{"body":"From here on, you can play around with the keys and press random things to see what you get for fun. You could also jump right into the drills. In any case, it’s very important to know how to backspace what Plover outputs. For this, press the asterisk key (*) and Plover will delete the last translation caused by the last stroke. What’s important to note is that doing so does not delete the last word necessarily. Try this: press the stroke PAOEU into a text editor. You should see the word “pie” outputted by Plover. Now, press the stroke THOPB. You should now see that Plover backspaces the “ie” and replaces it with “ython” to give you the word “python”. What you’ve just done is write a multistroke outline for the word “python”; to delete this, you will need to press the asterisk key twice. Try it out! You can also watch this GIF: Notice how pressing the asterisk once doesn’t delete the word—it only deletes the last stroke and therefore leaves the PAOEU (pie) stroke alone. For now, this isn’t very crucial at the moment as the majority of words covered in these early chapters are written with one stroke. However, do keep in mind that the asterisk does not behave like a backspace key in the traditional sense.","breadcrumbs":"Chapter 4: The layout » The backspace key","id":"26","title":"The backspace key"},"260":{"body":"about A/PWOUT accretion A/KRAOEGS allow A/HROU amend A/PHEPBD","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"260","title":"Examples"},"261":{"body":"Compound words (more specifically, closed compound words) consist of two words joined together with nothing in between. To write these, asterisk the first stroke of the second word. If there is already an asterisk in this stroke, leave it as is.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Compound words","id":"261","title":"Compound words"},"262":{"body":"candlelight KAPBD/-L/HRAO*EUT grasshopper TKPWRAS/HO*P/*ER eyelash AOEU/HRA*RB teamwork TAEPL/WO*RBG","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"262","title":"Examples"},"263":{"body":"Compound words drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"263","title":"Section practice"},"264":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » No test this chapter!","id":"264","title":"No test this chapter!"},"265":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15: Syllabic splitting","id":"265","title":"Chapter 15: Syllabic splitting"},"266":{"body":"Recommended time to spend on this chapter: 2–6 days. Read syllabic splitting basics and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as a silent linker and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as y and complete the drill ( 20 minutes ) Repeat the drill as needed Read Words starting with EU ( 5 minutes ) Read prefix priority ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended pace","id":"266","title":"Recommended pace"},"267":{"body":"Basic syllabic splitting drill KWR as a silent consonant drill KWR as “y” drill Chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Useful links","id":"267","title":"Useful links"},"268":{"body":"Earlier chapters covered affix strokes and compound words. Syllabic splitting is the last technique for writing multisyllable words that cannot be written in one stroke. Words are split roughly into their syllables based on the following rules: Split the word using other methods (prefixes, suffixes, and compound words)—even just partially Split each remaining part by its syllables so that every stroke after the first begins with a consonant Ensure not to double consonants across separate strokes With multiple ways of splitting syllables, preserve the natural sounds of the word","breadcrumbs":"Chapter 15: Syllabic splitting » Syllabic splitting basics","id":"268","title":"Syllabic splitting basics"},"269":{"body":"With the rules above, some consonant groups will be ambiguous as to where to split them. For example, the word “hydrate” can be written as HAOEUD/RAEUT or HAOEU/TKRAEUT depending on where the “dr” consonant cluster is split. In these scenarios, use the outline that represents how the sounds are grouped. When saying this word, the “dr” group sounds less like two distinct consonants, and more like a single consonant. Therefore, “hydrate” should be written like HAOEU/TKRAEUT. The strokes HAOEUD/RAEUT would instead be the phrase “hide rate”. In a word like “guardrail”, the “dr” consonants are spoken more like two distinct sounds. Therefore, this word would be split in between the “d” and “r” (even putting aside the fact that this is a compound word).","breadcrumbs":"Chapter 15: Syllabic splitting » Consonant group ambiguity","id":"269","title":"Consonant group ambiguity"},"27":{"body":"If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with these drills. For learning the layout, Steno Jig has some helpful “Learn the Steno Keyboard” drills. For each drill, you may choose to enable hints, which show where each key is located on the steno layout. Ultimately, you want to be able to do these drills without using any hints. Do not worry about the “Speed (strokes per minute)” parameter just yet. If you are unsure where to start, these 5 drills are recommended (select them in the dropdown menu): Left hand, bottom row Right hand, full bottom row Left hand, top row Right hand, full top row Vowels In order to do the drills, you must disable all your dictionaries by unchecking them in Plover’s main window: Click on the check marks next to each dictionary to disable them. After you’ve done this, Plover will output raw steno when you write a key. Simply press the key that is prompted during the drills. If you make a mistake, press the asterisk key to backspace.","breadcrumbs":"Chapter 4: The layout » Steno Jig","id":"27","title":"Steno Jig"},"270":{"body":"components First notice that this word can be split into a root word and a suffix: component/s. There are three possibilities for the first stroke: co/mponent/s, com/ponent/s and comp/onent/s. Take note of what the second stroke has to begin with in each of these scenarios (underlined letters). The first scenario is not correct as the second stroke would have to start with “mp” (not a valid left hand consonant). The third scenario is also incorrect since the second stroke begins with a vowel. Only the second method is valid: com/ponent/s. To split the remaining “ponent” group, remember that every stroke must begin with a consonant. The only way to do this is by splitting it as: po/nent. Full outline: KOPL/POE/TPHEPBT/-Z shatterproof This word is clearly a compound of “shatter” and “proof”. The last stroke should therefore be PRAO*F. It wouldn’t make sense to use a suffix stroke for the “^er” part, so use syllabic splitting. To begin the second stroke with a consonant, it must be split as: sha/tter. Full outline: SHA/TER/PRAO*F exam There are no prefixes, suffixes, or compound words that can be used. Since there is no consonant after the “x”, it should be split across the two strokes. Full outline: EBG/SAPL Whenever “x” has to be split across two strokes, use -BG in the first stroke and S in the second. simile This word does not contain any prefixes, suffixes, and is not a compound word. As each stroke cannot begin with a vowel, there is only one way to split this word: si/mi/le. Full outline: SEU/PHEU/HRAOE dependent First split this word into a root and a suffix: “depend” + “-ent”; the last stroke is KWREPBT. There is only one way to split “depend” so that the second stroke begins with a consonant: de/pend. Full outline: TKE/PEPBD/KWREPBT ally There are no prefixes, suffixes, or compound words that can be used. Split this in a way that every stroke begins with a consonant results in: a/lly Full outline: A/HRAOEU ludicrous No prefixes, suffixes, or compound words are available to use. Since the second stroke must start with a consonant, the first stroke can only contain the first consonant and vowel: lu/dicrous. There are two ways of splitting the rest of the word: lu/dic/rous and lu/di/crous. The latter is more natural as the “cr” in “ludicrous” is closer to one sound than two distinct ones. Full outline: HRAOU/TKEU/KRUS wrinkly This can be split into wrinkl(e)/y with the KWREU suffix. The root word “wrinkle” should be written as WR*EUPBG/-L. Full outline: WR*EUPBG/-L/KWREU efficient No affixes or compound words are available to use. There is only one way to split this word so that every stroke begins with a consonant: e/ffi/cient Full outline: AOE/TPEU/SHEPBT or E/TPEU/SHEPBT More examples compromise KOPL/PRO/PHAOEUS or KO*PL/RO/PHAOEUS dispatcher TKEUS/PAFP/*ER hubris HAOU/PWREUS inadvertent EUPB/AD/SRER/TEPBT occasion OE/KAEUGS parliament PAR/HRAPLT reassured RE/A/SHUR/-D or RAOE/A/SHUR/-D sentiment SEPB/TEUPLT example EBG/SA*PL/-L","breadcrumbs":"Chapter 15: Syllabic splitting » Basic examples and explanations","id":"270","title":"Basic examples and explanations"},"271":{"body":"Basic syllabic splitting drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"271","title":"Section practice"},"272":{"body":"Sometimes it is not possible to start a stroke with a consonant. In these cases, use KWR as a silent linker chord to join a stroke to the previous.","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as a silent linker","id":"272","title":"KWR as a silent linker"},"273":{"body":"In North American English, the letter “r” sometimes alters the sound of the vowel such as in the following examples: car KAR cat KAT pay PAEU pair PAEUR cue KAOU cure KAOUR hem HEPL her HER When this occurs in multistroke words, treat the -R key as a vowel that is included in the previous stroke. Since the next stroke cannot start with R, use KWR. Examples carry KAEUR/KWREU fury TPAOUR/KWREU hurry HUR/KWREU berry PWER/KWREU Why the EU chord? The examples above all end in the long e sound (/i/) as in “tee”—so why EU? Well, to be quite honest, I’m not entirely sure myself. This is simply what Plover theory sometimes does and it’s just what I’ve gotten used to. This does, unfortunately, mean that Lapwing theory has inherited the quirk. That being said, the usage of EU vs AOE is more defined in Lapwing theory and is less arbitrary. If a word has a long e sound, use these rules to decide between EU and AOE: If the vowel is spelled with a single “i”, use EU petite PE/TEUT ski SKEU If the vowel is spelled with “ey” or “y”, use EU city SEU/TEU key KEU If EU is already taken by another word, use AOE marine PHAR/KWRAOEPB (since PHAR/KWREUPB is marin) In all other situations, use AOE or AE as previously covered cookie KAO/KAOE spleen SPHRAOEPB here HAOER hear HAER Exceptions For words that treat “r” as a consonant, it is acceptable (and sometimes the only way in the default Lapwing dictionary) to split the word before the “r” letter. arose A/ROES derive TKE/RAOEUF prerogative PRE/RO/TKPWA/TEUF reroute RE/RAOUT If you are having trouble with these exceptions, a good rule of thumb is to treat “r” as a consonant if it is preceded by a prefix stroke. This is not always 100% accurate, but it can be helpful if you are having trouble with these quirks of North American English. Prefix vowel exceptions The stroke after a prefix may start with a vowel if needed. However, remember to only use prefixes only when there is a semantic relation. Examples KOE/OR/TKEU/TPHAEUT coordinate EUPB/AOE/KWAUL inequal PRAOE/OR/TKAEUPB preordain UPB/A/TAEUPB/-BL unattainable","breadcrumbs":"Chapter 15: Syllabic splitting » KWR with the -R key","id":"273","title":"KWR with the -R key"},"274":{"body":"KWR as a silent consonant drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"274","title":"Section practice"},"275":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as “y”","id":"275","title":"KWR as “y”"},"276":{"body":"We’ve learned that KWR* is the beginning “y” consonant, but within multisyllable words, KWR itself can represent “y” as well. For completeness, here is a table listing the different situations involving the “y” sound: Situation Appropriate chord Example Example outline Word begins with “y” KWR* yell KWR*EL Word begins with “y” sound (not spelled) use AOUS “y” sound within a word KWR union AOUPB/KWROPB In the three situations above, only the last one should be new. Examples bunion PWUPB/KWROPB opinion OE/PEUPB/KWROPB onion OPB/KWROPB trunnion TRUPB/KWROPB","breadcrumbs":"Chapter 15: Syllabic splitting » To start a vowel","id":"276","title":"To start a vowel"},"277":{"body":"The KWR chord can also represent the “y” sound that occurs between two vowels. In my accent, the words “piano” or “aioli” have a subtle “y” sound in the second syllable (“pee-ya-no” and “ai-yo-lee”). Linguistically, this sound is called a glide and is represented with KWR in Lapwing: piano PEU/KWRA/TPHOE aioli AOEU/KWROE/HREU If, in your accent, you cannot hear a glide, you can also just treat KWR as a silent linker just like in previous sections. Essentially, if there are two distinct vowel sounds next to each other which cannot be represented by a single vowel chord, use KWR to link them in separate strokes. Examples KAEU/KWROS chaos TKAOEU/KWRA/KREU/TEUBG diacritic AOEU/TKAOE/KWRA idea SRAOEU/KWROLT violet","breadcrumbs":"Chapter 15: Syllabic splitting » Between two vowels","id":"277","title":"Between two vowels"},"278":{"body":"How is “alleviate” written? With everything covered so far, it may be tempting to use A/HRAOE/SREU/KWRAEUT (a/lle/vi/ate). However, four strokes is quite a lot. This outline needs to be compressed into fewer strokes if the goal is to be fast at steno. To do this, let the KWRAEU stroke represent the entire “ia” sound. This sound is made up of two distinct vowels that are blended together. The “ia” pair is composed of the long e /i/ vowel as in “beet” and the long a /ei/ vowel as in “bait”. These are blended together to form the sound “ee-ait” /iˌeɪt/. Say “alleviate” out loud and see if you can identify this “ee-ait” vowel pair in the last syllable! Instead of treating KWR as a silent linker chord, it can also be used to represent the first vowel sound in this pair. The second sound would be written with the thumb keys. This way, KWRAEU represents the “ia” sound. By doing so, the start of the last stroke has effectively been shifted: instead of a/lle/vi/ate, it can be split as a/lle/v/iate Finally, the “v” sound can also be shifted to the second stroke: a/llev/iate alleviate A/HRAOEF/KWRAEUT Another way of thinking about this is that KWR is representing a subtle “y” sound just like in the previous section. If you can hear a “y” sound in alleviate (as in “a-leev-yait”), then you can simply use KWR to represent this sound, and write the rest of the vowels using the thumbs. Thinking about vowel pairs is a great way of understanding how KWR can be used in these situations. However, if it is a bit slow, I recommend thinking about KWR as a “y” sound. We can approximate complicated vowel sounds just by using a “y” sound and a vowel we’ve learned before. Examples In the following examples, try to pronounce each word by approximating the vowel pair with a “y” sound. Notice how these approximations still resemble the word being pronounced. appreciate A/PRAOERB/KWRAEUT KWRAEU represents “ia” vowel pair aficionado A/TPEURB/KWRO/TPHA/TKOE KWRO represents “io” vowel pair nefarious TPHE/TPAEUR/KWRUS KWRU represents the “iou” vowel (the “o” is silent) video SREUD/KWROE KWROE represents the “eo” vowel","breadcrumbs":"Chapter 15: Syllabic splitting » As a vowel pair","id":"278","title":"As a vowel pair"},"279":{"body":"KWR as “y” drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"279","title":"Section practice"},"28":{"body":"With your dictionaries unchecked, try pressing the right side “T” key (or really any consonant key on the right side). You’ll notice that Plover outputs -T with a hyphen. The hyphen indicates that this “T” is on the right side of the keyboard. If you are prompted to press S, you must press the “S” key on the left side. If you see -S, this indicates that the S is on the right side and so you must press the right side “S” key. This hyphen is included in all strokes that contain only right hand consonant keys. If you were to press the right hand “R”, “P”, and “L” keys, Plover would output -RPL. If a stroke contains a vowel or the asterisk, however, the hyphen is omitted. This syntax of raw steno makes it easy to differentiate repeat letter keys on both sides of the keyboard.","breadcrumbs":"Chapter 4: The layout » Why does Plover output a hyphen?","id":"28","title":"Why does Plover output a hyphen?"},"280":{"body":"Sometimes a given steno outline can have both a word and a prefix that it can represent. For example, to write the simple word “by” the obvious steno outline is PWAOEU. However, there also exists the “bi-” prefix as in the words “bicycle” PWAOEU/SAOEUBG/-L, “bifurcate” PWAOEU/TPUR/KAEUT, and “bilateral” PWAOEU/HRA/TER/KWRAL. NOTE: these examples with the PWAOEU aren’t all being used correctly from a prefix perspective (they aren’t altering a root word semantically). However, from a syllabic splitting perspective, these are correct. Therefore, it makes sense to assign a different stroke other than PWAOEU to the word “by”. Otherwise, if PWAOEU is used for the prefix and the word, conflicts such as the following can arise: PWAOEU/SAOEUBG/-L/-G Can be the word “bicycling” Can be the phrase “by cycling” as in “We can achieve hover by cycling between engine modes.” PWAOEU/HRA/TER/KWRAL Can be the word “bilateral” Can be the phrase “by lateral” as in “Love waves cause damage by lateral movement of the ground.” Below is a table of some basic word/prefix conflicts. Prefixes will be given to the intuitive outline and the word variant will use the asterisk key or a different vowel chord. However, for some common words, it’s useful to brief them as it is useful in phrases. NOTE: you are free to add your own briefs for the word variants. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi- (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy” (see below). be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri- (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”.","breadcrumbs":"Chapter 15: Syllabic splitting » Prefix priority","id":"280","title":"Prefix priority"},"281":{"body":"There are also conflicts between words and prefixes that are more than one stroke long. In these cases, the rules are much more simple. Use the asterisk key on the last stroke of the outline to write the word variant, and no asterisk to write the prefix. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 15: Syllabic splitting » Multistroke prefixes","id":"281","title":"Multistroke prefixes"},"282":{"body":"Don’t worry too much about trying to memorize these briefs just yet. It’s only important that to understand the motivation as to why some basic words aren’t very intuitive. These briefs (along with others) are covered in the next chapter with practice material.","breadcrumbs":"Chapter 15: Syllabic splitting » Next chapter","id":"282","title":"Next chapter"},"283":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15 test","id":"283","title":"Chapter 15 test"},"284":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended completion goal","id":"284","title":"Recommended completion goal"},"285":{"body":"You can skip this if you’ve already been learning the briefs in each chapter!","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16: Top 200 common English words","id":"285","title":"Chapter 16: Top 200 common English words"},"286":{"body":"Recommended time to spend on this chapter: 2 days (assuming all these briefs are brand new). Read the introduction ( 5 minutes ) Skim the rest of this page ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended pace","id":"286","title":"Recommended pace"},"287":{"body":"All 200 words drill Briefs only drill","breadcrumbs":"Chapter 16: Top 200 common English words » Useful links","id":"287","title":"Useful links"},"288":{"body":"In English, the 200 most frequently used words account for something like 80% of all writing. Because of this, these words tend to be written with abbreviated outlines heavily for speed and comfort. About 50 of the 200 most common English words need to be memorized; they cannot always be written with theory principles covered so far. It’s important to be comfortable writing all of these words by the end of this chapter.","breadcrumbs":"Chapter 16: Top 200 common English words » Introduction","id":"288","title":"Introduction"},"289":{"body":"A write-out refers to an outline that adheres to theory principles very closely. They are the canonical outline to use when in doubt. On the other hand, a brief is an outline that doesn’t necessarily follow theory. It is an abbreviated entry that is used for greater speed. Some words do not have a write-out entry and will only have a brief which needs to be memorized. On the other hand, some words may only have a write-out. Finally, some may also have a brief and a write-out. If no explanation is provided, you may use either one. NOTE: you may find other briefs in the dictionary that are not mentioned in this page. I recommend not using them until you are done theory and are comfortable with your dictionary.","breadcrumbs":"Chapter 16: Top 200 common English words » Write-outs versus briefs","id":"289","title":"Write-outs versus briefs"},"29":{"body":"If you’d like, you can just jump right into the drills; that is a valid way to learn the layout. However, I would suggest coming up with mnemonics first just to make the memorization process a little bit easier. These should be personal as they’re more likely to stick. For example, these are some mnemonics I used when first starting off: Left hand, bottom row (SKWR) some kettle valley railway (SKWR) A historical railway in my area (“v” is not quite “W”, but it was close enough) Right hand, full bottom row (-RBGSZ) red, blue, green (RBG) Like “RGB” but not quite Bottom right pinkie key is -S just like bottom left pinkie The “Z” sound is similar to “S” and is immediately to the right of -S -Z is also on the end, just like in the alphabet Left hand, top row (#TPH) hash is right above S the power of hydrogen (“TPH”) As in the chemistry term “pH” Right hand, full top row (-FPLTD) Index finger presses -F personal learning time (-PLT) You can also combine the previous key with this mnemonic where -F represents an expletive (-FPLTD) The “D” sound is just the voiced “T” sound and is right next to -T (-D) Vowels (AOEU) ay yo, eu! (AOEU) An individual really passionate about the European Union You could also pronounce “ao” as “ow” for someone who dislikes the European Union Clearly some of these mnemonics are rather silly (and also very specific), but that makes them easier to remember for me. I do encourage you to come up with your own! At some point, the keys will become natural to you and you will not need to recall any mnemonics. It is at this point that you should proceed to the test.","breadcrumbs":"Chapter 4: The layout » How should I start?","id":"29","title":"How should I start?"},"290":{"body":"It would be extremely hard to memorize many of these briefs just by reading this page. Instead, first skim through this page and then use Typey Type to discover new words. Use these settings: Study type: Discover Limit word count: 200 Repetitions: 1 Sort: Random Hide hint on last repetition: unchecked This way, you can learn the words by simply reading the hints provided. If you come across a brief that is confusing, check back on this page to see if there is an explanation.","breadcrumbs":"Chapter 16: Top 200 common English words » How to complete this chapter","id":"290","title":"How to complete this chapter"},"291":{"body":"Discover briefs Discover all 200 words","breadcrumbs":"Chapter 16: Top 200 common English words » Practice material","id":"291","title":"Practice material"},"292":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 1–50","id":"292","title":"1–50"},"293":{"body":"Brief: -T","breadcrumbs":"Chapter 16: Top 200 common English words » the","id":"293","title":"the"},"294":{"body":"Brief: -F","breadcrumbs":"Chapter 16: Top 200 common English words » of","id":"294","title":"of"},"295":{"body":"Brief: TO Write-out: TAOU Both outlines are valid to use.","breadcrumbs":"Chapter 16: Top 200 common English words » to","id":"295","title":"to"},"296":{"body":"Brief: SKP Useful in phrases such as SKP-T “and the” and SKPU “and you”.","breadcrumbs":"Chapter 16: Top 200 common English words » and","id":"296","title":"and"},"297":{"body":"Write-out: AEU A is the “a-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » a","id":"297","title":"a"},"298":{"body":"Brief: TPH EUPB is the “in-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » in","id":"298","title":"in"},"299":{"body":"Brief: S","breadcrumbs":"Chapter 16: Top 200 common English words » is","id":"299","title":"is"},"3":{"body":"This series is work in progress! So you want to learn stenography! It’s a very long road ahead, but I do hope this series will help guide you along the way. Thanks to Plover and the efforts from the Open Steno Project, stenography is no longer restricted to professionals and students. The hobbyist steno community is flourishing, and self-taught professional stenographers are becoming more and more common.","breadcrumbs":"Chapter 1: Introduction » Chapter 1: Introduction","id":"3","title":"Chapter 1: Introduction"},"30":{"body":"If, after a few days, you feel pretty comfortable practising the previous drills , you may want to try other practice material. The other Steno Jig drills are fair game: The drills outside of the red box incorporate theory you have not learned yet, and are not recommended. If you have already done these drills and are quite comfortable, I would recommend moving onto the test.","breadcrumbs":"Chapter 4: The layout » Other drills","id":"30","title":"Other drills"},"300":{"body":"Brief: T","breadcrumbs":"Chapter 16: Top 200 common English words » it","id":"300","title":"it"},"301":{"body":"Brief: U","breadcrumbs":"Chapter 16: Top 200 common English words » you","id":"301","title":"you"},"302":{"body":"Brief: THA Useful in phrases such as THAT “that the” and THAEU “that I”.","breadcrumbs":"Chapter 16: Top 200 common English words » that","id":"302","title":"that"},"303":{"body":"Write-out: HAOE","breadcrumbs":"Chapter 16: Top 200 common English words » he","id":"303","title":"he"},"304":{"body":"Write-out: WAS","breadcrumbs":"Chapter 16: Top 200 common English words » was","id":"304","title":"was"},"305":{"body":"Brief: TP-R TPOR is the “for-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » for","id":"305","title":"for"},"306":{"body":"Brief: AUPB or O*PB OPB is the “on-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » on","id":"306","title":"on"},"307":{"body":"Brief: R or -R Useful in phrases such as R-T “are the” and THR-R “there are” (see there ).","breadcrumbs":"Chapter 16: Top 200 common English words » are","id":"307","title":"are"},"308":{"body":"Brief: W Useful in phrases such as W-T “with the” and WU “with you” (see you ).","breadcrumbs":"Chapter 16: Top 200 common English words » with","id":"308","title":"with"},"309":{"body":"Write-out: AS","breadcrumbs":"Chapter 16: Top 200 common English words » as","id":"309","title":"as"},"31":{"body":"For this test, we will also be using Steno Jig. This time, we will be making a custom drill here: Click here to take you to the page shown above. Copy and paste the following into the text box: SAP HUD SOG TOD WET POG ROD KUS PEB ROR WEZ WEL TER TAT WEF KAB WES SAP TAS RET TAD PEP SEB KOF TUZ PEF HEL PUB RAT WAF TAB RAS HUP WUP PEZ SOF HUR PUZ SOB POT KED WUD SAG RAP RAL ROL WOZ KAD KAT KOB RAD TAR SAL ROF SOR WOT HUF TUR KAF HOR SOD KOT SEF RED HAP PAP KEG KOZ TUS SOZ TAG HAS TAF HES HOL WUR TEB HAB HER PER TOP HAZ POL WOS HOP SUT TOR REL PAT SER WUS PUP KAG POD SUB HED SAB SUL TEF SOL This test is a little different to previous drills in that you are writing entire strokes rather than single keys. Consonants on the left side of a vowel should be pressed with the left hand, and consonants on the right side should be pressed with the right hand. So SAP would be written like: It is important that you press all three keys all at once for every stroke you are prompted to write (do not press each key letter by letter). Select “Shuffle words” and make sure your dictionaries are also unchecked just like in previous drills. Once you have done so, you are ready to go!","breadcrumbs":"Chapter 4: The layout » Chapter 4 test","id":"31","title":"Chapter 4 test"},"310":{"body":"Brief: EU AOEU is the word “eye”.","breadcrumbs":"Chapter 16: Top 200 common English words » I","id":"310","title":"I"},"311":{"body":"Write-out: HEUS","breadcrumbs":"Chapter 16: Top 200 common English words » his","id":"311","title":"his"},"312":{"body":"Brief: THE Useful for dealing with the “their”, “there”, and “they’re” three-way conflict as “they’re” can be written as THER.","breadcrumbs":"Chapter 16: Top 200 common English words » they","id":"312","title":"they"},"313":{"body":"Brief: -B PWE is the “be-” prefix and PWAOE is the word “bee”.","breadcrumbs":"Chapter 16: Top 200 common English words » be","id":"313","title":"be"},"314":{"body":"Write-out: AT","breadcrumbs":"Chapter 16: Top 200 common English words » at","id":"314","title":"at"},"315":{"body":"Write-out: WUPB","breadcrumbs":"Chapter 16: Top 200 common English words » one","id":"315","title":"one"},"316":{"body":"Brief: SR Useful in phrases like SR-T “have the” and SRU “have you”. HAF is also the word “half”.","breadcrumbs":"Chapter 16: Top 200 common English words » have","id":"316","title":"have"},"317":{"body":"Brief: TH Useful in phrases like STH “is this” and TH-S “this is”.","breadcrumbs":"Chapter 16: Top 200 common English words » this","id":"317","title":"this"},"318":{"body":"Write-out: TPROPL","breadcrumbs":"Chapter 16: Top 200 common English words » from","id":"318","title":"from"},"319":{"body":"Brief: AOUR or AUR OR is the “or-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » or","id":"319","title":"or"},"32":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! You should be able to complete this test in 10 minutes or fewer with an accuracy of at least 90%.","breadcrumbs":"Chapter 4: The layout » Recommended completion goal","id":"32","title":"Recommended completion goal"},"320":{"body":"Brief: H","breadcrumbs":"Chapter 16: Top 200 common English words » had","id":"320","title":"had"},"321":{"body":"Brief: PWEU PWAOEU is the “bi-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » by","id":"321","title":"by"},"322":{"body":"Write-out: HOT","breadcrumbs":"Chapter 16: Top 200 common English words » hot","id":"322","title":"hot"},"323":{"body":"Write-out: PWUT","breadcrumbs":"Chapter 16: Top 200 common English words » but","id":"323","title":"but"},"324":{"body":"Write-out: SOPL","breadcrumbs":"Chapter 16: Top 200 common English words » some","id":"324","title":"some"},"325":{"body":"Brief: WHA Useful in phrases like WHAT “what the” and WHAEU “what I”.","breadcrumbs":"Chapter 16: Top 200 common English words » what","id":"325","title":"what"},"326":{"body":"Brief: THR Useful in phrases like THR-R “there are” and THR-S “there is”.","breadcrumbs":"Chapter 16: Top 200 common English words » there","id":"326","title":"there"},"327":{"body":"Write-out: WAOE To write the word “wee”, use WAO*E.","breadcrumbs":"Chapter 16: Top 200 common English words » we","id":"327","title":"we"},"328":{"body":"Brief: K","breadcrumbs":"Chapter 16: Top 200 common English words » can","id":"328","title":"can"},"329":{"body":"Brief: AOUT or O*UT OUT is the “out-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » out","id":"329","title":"out"},"33":{"body":"KEP SAT TEP REF PUT KUR RAB KUF RAG WUT KUB ROB TUF TOT WUL WUF KEZ ROT KAZ KEF RUT PUG RAF SUR REP TUD TOS SEZ SUD KUL KAP TOZ ROZ PAB KUT PUS KOD RUG TED HOT SAS HAG HEZ SUZ WAT KUP HAT PAL HOZ POS PAD PUR KOR PAZ TEZ REZ ROS KUZ WOL TUP HUG HOB HAR RER TOG REG TUB HUL PAR TOF WUZ PUL HEG POR RUL SEL TOB KER HOF SUF RUF WUG WER RUR SAD SOT TUG REB SES HAD HOG KEB POP TES KOG HUZ KAS SAF HEB TEL KOL POB KUD HAL TUT ROP WAD WAL TAP RES SEG WOG RUB WOP PUD WAG PED WAS PUF HET KOS WEP HOS KAR SOP RUD KOP TET HUS TOL PET HAF HEF SAZ WAR SEP SUG TUL RUP KET WOF KEL SOS HOD RAZ PES KAL WAB SUS HEP WEG SUP PEG HUB WOD KES PAF SAR PEL WEB TEG SET WOB PAS POF RAR WOR WUB POZ ROG HUT WAZ WED KUG TAZ SED RUZ TAL RUS WAP PAG","breadcrumbs":"Chapter 4: The layout » Extra practice","id":"33","title":"Extra practice"},"330":{"body":"Brief: OER Write-out: O*T/KWRER The brief is recommended for this common word.","breadcrumbs":"Chapter 16: Top 200 common English words » other","id":"330","title":"other"},"331":{"body":"Brief: WR Write-out: WER The brief is useful in phrases such as WR-T “were the” and WRU “were you”.","breadcrumbs":"Chapter 16: Top 200 common English words » were","id":"331","title":"were"},"332":{"body":"Write-out: AUL","breadcrumbs":"Chapter 16: Top 200 common English words » all","id":"332","title":"all"},"333":{"body":"Brief: KWRAOUR or KWROR or KWROUR Write-out: KWRAO*UR The write-out is somewhat awkward so it is recommended you use one of the briefs.","breadcrumbs":"Chapter 16: Top 200 common English words » your","id":"333","title":"your"},"334":{"body":"Brief: WH Useful in phrases such as WH-S “when is” and WHU “when you”.","breadcrumbs":"Chapter 16: Top 200 common English words » when","id":"334","title":"when"},"335":{"body":"Write-out: UP","breadcrumbs":"Chapter 16: Top 200 common English words » up","id":"335","title":"up"},"336":{"body":"Write-out: AOUS","breadcrumbs":"Chapter 16: Top 200 common English words » use","id":"336","title":"use"},"337":{"body":"Write-out: WORD","breadcrumbs":"Chapter 16: Top 200 common English words » word","id":"337","title":"word"},"338":{"body":"Write-out: HOU","breadcrumbs":"Chapter 16: Top 200 common English words » how","id":"338","title":"how"},"339":{"body":"Brief: SED The awkward spelling of this word makes a write-out impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » said","id":"339","title":"said"},"34":{"body":"","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5: Lapwing setup and basics","id":"34","title":"Chapter 5: Lapwing setup and basics"},"340":{"body":"Write-out: APB","breadcrumbs":"Chapter 16: Top 200 common English words » an","id":"340","title":"an"},"341":{"body":"Write-out: AOEFP","breadcrumbs":"Chapter 16: Top 200 common English words » each","id":"341","title":"each"},"342":{"body":"Write-out: SHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » she","id":"342","title":"she"},"343":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 51–100","id":"343","title":"51–100"},"344":{"body":"Brief: WEU or KH WEUFP and WHEUFP are the words “witch” and “whisp”.","breadcrumbs":"Chapter 16: Top 200 common English words » which","id":"344","title":"which"},"345":{"body":"Brief: TKO TKAOU and TKAO*U are the words “due” and “dew”.","breadcrumbs":"Chapter 16: Top 200 common English words » do","id":"345","title":"do"},"346":{"body":"Write-out: THAEUR","breadcrumbs":"Chapter 16: Top 200 common English words » their","id":"346","title":"their"},"347":{"body":"Write-out: TAOEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » time","id":"347","title":"time"},"348":{"body":"Brief: TP Useful in phrases like TPU “if you” and TP-T “if the”.","breadcrumbs":"Chapter 16: Top 200 common English words » if","id":"348","title":"if"},"349":{"body":"Brief: HR Useful in phrases like HRU “will you” and HR-T “will the”.","breadcrumbs":"Chapter 16: Top 200 common English words » will","id":"349","title":"will"},"35":{"body":"Recommended time to spend on this chapter: 1–3 days. Set up Lapwing ( 5 minutes ) Familiarize yourself with Typey Type ( 5 minutes ) Play around with various settings if you’d like Read Single key basics and complete the drill ( 30 minutes ) Repeat the drill as needed Read Consonant keys ( 2 minutes ) Read The missing short vowel and complete the drill ( 15 minutes ) Repeat the drill as needed Read Left hand d, b, and l and complete the drill ( 20 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended pace","id":"35","title":"Recommended pace"},"350":{"body":"Write-out: WAEU","breadcrumbs":"Chapter 16: Top 200 common English words » way","id":"350","title":"way"},"351":{"body":"Brief: PW","breadcrumbs":"Chapter 16: Top 200 common English words » about","id":"351","title":"about"},"352":{"body":"Brief: PHA*EPB","breadcrumbs":"Chapter 16: Top 200 common English words » many","id":"352","title":"many"},"353":{"body":"Write-out: THEPB","breadcrumbs":"Chapter 16: Top 200 common English words » then","id":"353","title":"then"},"354":{"body":"Write-out: THEPL","breadcrumbs":"Chapter 16: Top 200 common English words » them","id":"354","title":"them"},"355":{"body":"Write-out: WUD","breadcrumbs":"Chapter 16: Top 200 common English words » would","id":"355","title":"would"},"356":{"body":"Write-out: WRAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » write","id":"356","title":"write"},"357":{"body":"Write-out: HRAOEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » like","id":"357","title":"like"},"358":{"body":"Brief: SO SOE is the word “sow”.","breadcrumbs":"Chapter 16: Top 200 common English words » so","id":"358","title":"so"},"359":{"body":"Write-out: THAOES","breadcrumbs":"Chapter 16: Top 200 common English words » these","id":"359","title":"these"},"36":{"body":"Typey Type custom lessons Basic single syllable words drill Basic left hand single syllable words drill Single syllable dbl words drill Chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Useful links","id":"36","title":"Useful links"},"360":{"body":"Write-out: HER","breadcrumbs":"Chapter 16: Top 200 common English words » her","id":"360","title":"her"},"361":{"body":"Write-out: HROPBG","breadcrumbs":"Chapter 16: Top 200 common English words » long","id":"361","title":"long"},"362":{"body":"Write-out: PHAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » make","id":"362","title":"make"},"363":{"body":"Write-out: THEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » thing","id":"363","title":"thing"},"364":{"body":"Write-out: SAOE","breadcrumbs":"Chapter 16: Top 200 common English words » see","id":"364","title":"see"},"365":{"body":"Write-out: HEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » him","id":"365","title":"him"},"366":{"body":"Brief: TWO","breadcrumbs":"Chapter 16: Top 200 common English words » two","id":"366","title":"two"},"367":{"body":"Write-out: HAS","breadcrumbs":"Chapter 16: Top 200 common English words » has","id":"367","title":"has"},"368":{"body":"Write-out: HRAOBG","breadcrumbs":"Chapter 16: Top 200 common English words » look","id":"368","title":"look"},"369":{"body":"Write-out: PHOR","breadcrumbs":"Chapter 16: Top 200 common English words » more","id":"369","title":"more"},"37":{"body":"The Plover app comes loaded with a default theory called Plover theory. As this series is for learning Lapwing theory, there are a few modifications needed before proceeding. There are two options: install the plover-lapwing-aio plugin, or add the Lapwing dictionaries manually (not recommended). If in doubt, follow the instructions below for the all-in-one plugin as discussed below. If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with Lapwing.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Lapwing setup","id":"37","title":"Lapwing setup"},"370":{"body":"Write-out: TKAEU","breadcrumbs":"Chapter 16: Top 200 common English words » day","id":"370","title":"day"},"371":{"body":"Write-out: KUD","breadcrumbs":"Chapter 16: Top 200 common English words » could","id":"371","title":"could"},"372":{"body":"Write-out: TKPWOE","breadcrumbs":"Chapter 16: Top 200 common English words » go","id":"372","title":"go"},"373":{"body":"Write-out: KOPL","breadcrumbs":"Chapter 16: Top 200 common English words » come","id":"373","title":"come"},"374":{"body":"Brief: TK Useful in phrases like TK-T “did the” and TKU “did you”.","breadcrumbs":"Chapter 16: Top 200 common English words » did","id":"374","title":"did"},"375":{"body":"Write-out: PHAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » my","id":"375","title":"my"},"376":{"body":"Write-out: SOUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » sound","id":"376","title":"sound"},"377":{"body":"Brief: TPHO TPHOE is the word “know”.","breadcrumbs":"Chapter 16: Top 200 common English words » no","id":"377","title":"no"},"378":{"body":"Write-out: PHOEFT","breadcrumbs":"Chapter 16: Top 200 common English words » most","id":"378","title":"most"},"379":{"body":"Write-out: TPHUPL/PWER","breadcrumbs":"Chapter 16: Top 200 common English words » number","id":"379","title":"number"},"38":{"body":"In Plover’s main window, click on Tools → Plugins Manager. Scroll down until you see plover-lapwing-aio and select it. Press Install/Update and make sure to press the Restart button afterwards. plugins manager NOTE: just closing the main window is not sufficient to restart Plover. You will have to press the restart button or manually quit Plover by going to File → Quit Plover and opening Plover again. Once Plover has been restarted, in Plover’s main window, click on Configure → System and change the system to Lapwing. Press Apply and OK—you should now be good to go! system settings If you’d like to know more about the default dictionaries that come with the all-in-one plugin, have a look at the homepage.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Using the all-in-one plugin","id":"38","title":"Using the all-in-one plugin"},"380":{"body":"Brief: WHO WHAOU is the word “whew”.","breadcrumbs":"Chapter 16: Top 200 common English words » who","id":"380","title":"who"},"381":{"body":"Brief: AUFR OEFR is the prefix and AU is an easy to press alternative chord.","breadcrumbs":"Chapter 16: Top 200 common English words » over","id":"381","title":"over"},"382":{"body":"Write-out: TPHOE","breadcrumbs":"Chapter 16: Top 200 common English words » know","id":"382","title":"know"},"383":{"body":"Write-out: WAU/TER","breadcrumbs":"Chapter 16: Top 200 common English words » water","id":"383","title":"water"},"384":{"body":"Write-out: THAPB","breadcrumbs":"Chapter 16: Top 200 common English words » than","id":"384","title":"than"},"385":{"body":"Write-out: KAUL","breadcrumbs":"Chapter 16: Top 200 common English words » call","id":"385","title":"call"},"386":{"body":"Brief: TPEUFRT Write-out: TP*EURS TPEUFRT uses an inversion (violation of steno order) which is more of a briefing technique than a theory rule.","breadcrumbs":"Chapter 16: Top 200 common English words » first","id":"386","title":"first"},"387":{"body":"Brief: P Write-out: PAOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » people","id":"387","title":"people"},"388":{"body":"Brief: PHAEU","breadcrumbs":"Chapter 16: Top 200 common English words » may","id":"388","title":"may"},"389":{"body":"Write-out: TKOUPB","breadcrumbs":"Chapter 16: Top 200 common English words » down","id":"389","title":"down"},"39":{"body":"The Lapwing dictionary and theory are pretty stable, but the dictionary is updated on a weekly basis to fix mistakes and typos. Occasionally there are also changes to the theory itself to make it more consistent and easier to learn. This book is always in sync with the latest version of the dictionary. However, the plugin (and therefore the dictionary) do not autoupdate. To update the plugin and dictionaries: Open the plugins manager and find plover-lapwing-aio. Press the update button. In Plover’s main window, go to File → Open Config Folder. Delete the dictionary you want to update (e.g. lapwing-base.json) Restart Plover","breadcrumbs":"Chapter 5: Lapwing setup and basics » Dictionary updates","id":"39","title":"Dictionary updates"},"390":{"body":"Write-out: SAOEUD","breadcrumbs":"Chapter 16: Top 200 common English words » side","id":"390","title":"side"},"391":{"body":"Brief: PW-PB","breadcrumbs":"Chapter 16: Top 200 common English words » been","id":"391","title":"been"},"392":{"body":"Write-out: TPHOU","breadcrumbs":"Chapter 16: Top 200 common English words » now","id":"392","title":"now"},"393":{"body":"Write-out: TPAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » find","id":"393","title":"find"},"394":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 101–150","id":"394","title":"101–150"},"395":{"body":"Brief: TPHEU","breadcrumbs":"Chapter 16: Top 200 common English words » any","id":"395","title":"any"},"396":{"body":"Brief: TPHU TPHAOU is the word “knew”","breadcrumbs":"Chapter 16: Top 200 common English words » new","id":"396","title":"new"},"397":{"body":"Write-out: WORBG","breadcrumbs":"Chapter 16: Top 200 common English words » work","id":"397","title":"work"},"398":{"body":"Write-out: PART","breadcrumbs":"Chapter 16: Top 200 common English words » part","id":"398","title":"part"},"399":{"body":"Write-out: TAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » take","id":"399","title":"take"},"4":{"body":"steno layout Stenography (steno for short) is a method of text input that utilizes a chorded keyboard layout to write parts of words, entire words, or even phrases. Before delving into the details of how steno works, first think about regular keyboards—for example, how one would type the word “complicate”: typing “complicate” on a keyboard Every letter is simply pressed individually: c/o/m/p/l/i/c/a/t/e The slashes represent separators between key presses. This results in 10 successive key strokes. On the other hand, steno uses chords , or groups of keys that are pressed down all at once. This action of pressing down multiple keys simultaneously is called a stroke. By using chords the word “complicate” can be written using only three strokes: com/pli/cate writing “complicate” with steno We could notate writing this word using steno like so: KOPL/PHREU/KAEUT","breadcrumbs":"Chapter 1: Introduction » How does steno work?","id":"4","title":"How does steno work?"},"40":{"body":"If you do not want to use the all-in-one plugin, please see Appendix B if you wish to set up Lapwing dictionaries manually (not recommended).","breadcrumbs":"Chapter 5: Lapwing setup and basics » Setting up Lapwing manually","id":"40","title":"Setting up Lapwing manually"},"400":{"body":"Write-out: TKPWET","breadcrumbs":"Chapter 16: Top 200 common English words » get","id":"400","title":"get"},"401":{"body":"Write-out: PHRAEUS","breadcrumbs":"Chapter 16: Top 200 common English words » place","id":"401","title":"place"},"402":{"body":"Write-out: PHAED","breadcrumbs":"Chapter 16: Top 200 common English words » made","id":"402","title":"made"},"403":{"body":"Write-out: HREUF","breadcrumbs":"Chapter 16: Top 200 common English words » live","id":"403","title":"live"},"404":{"body":"Brief: W-R Write-out: WHER","breadcrumbs":"Chapter 16: Top 200 common English words » where","id":"404","title":"where"},"405":{"body":"Brief: AF or AFR Write-out: AF/TER","breadcrumbs":"Chapter 16: Top 200 common English words » after","id":"405","title":"after"},"406":{"body":"Write-out: PWABG","breadcrumbs":"Chapter 16: Top 200 common English words » back","id":"406","title":"back"},"407":{"body":"Brief: HREUL Write-out: HREUT/-L","breadcrumbs":"Chapter 16: Top 200 common English words » little","id":"407","title":"little"},"408":{"body":"Brief: OEPBL Write-out: OEPB/HREU","breadcrumbs":"Chapter 16: Top 200 common English words » only","id":"408","title":"only"},"409":{"body":"Write-out: ROUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » round","id":"409","title":"round"},"41":{"body":"From this point on, exercises will be done on Typey Type. The benefit is that custom lessons with their own recommended outlines can be configured. Typey Type custom lessons","breadcrumbs":"Chapter 5: Lapwing setup and basics » Typey Type","id":"41","title":"Typey Type"},"410":{"body":"Write-out: PHAPB","breadcrumbs":"Chapter 16: Top 200 common English words » man","id":"410","title":"man"},"411":{"body":"Write-out: KWRAO*ER","breadcrumbs":"Chapter 16: Top 200 common English words » year","id":"411","title":"year"},"412":{"body":"Write-out: KAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » came","id":"412","title":"came"},"413":{"body":"Write-out: SHOE","breadcrumbs":"Chapter 16: Top 200 common English words » show","id":"413","title":"show"},"414":{"body":"Brief: EFR","breadcrumbs":"Chapter 16: Top 200 common English words » every","id":"414","title":"every"},"415":{"body":"Write-out: TKPWAOD","breadcrumbs":"Chapter 16: Top 200 common English words » good","id":"415","title":"good"},"416":{"body":"Write-out: PHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » me","id":"416","title":"me"},"417":{"body":"Write-out: TKPWEUF","breadcrumbs":"Chapter 16: Top 200 common English words » give","id":"417","title":"give"},"418":{"body":"Write-out: OUR","breadcrumbs":"Chapter 16: Top 200 common English words » our","id":"418","title":"our"},"419":{"body":"Brief: TPH-PB or UPBD Write-out: UPB/TK*ER UPB/TKER is the “under-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » under","id":"419","title":"under"},"42":{"body":"Lessons in this series will be provided as links to text files. Left clicking on these links will display the contents of each lesson. Copy and paste the entire file (Ctrl + A or Cmd + A to select the whole page) into the text box above. After that, press Start custom lesson. Make sure to sort the words randomly on the right hand side. Typey Type custom drills settings You may tweak additional settings to your liking, but the defaults are perfectly fine. If you would like to try this out, here is one example of a lesson: Click here to access a sample lesson","breadcrumbs":"Chapter 5: Lapwing setup and basics » Click here to access Typey Type shown above","id":"42","title":"Click here to access Typey Type shown above"},"420":{"body":"Write-out: TPHAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » name","id":"420","title":"name"},"421":{"body":"Brief: SRE Write-out: SRER/KWREU","breadcrumbs":"Chapter 16: Top 200 common English words » very","id":"421","title":"very"},"422":{"body":"Brief: THRU THRAOU is the word “threw”.","breadcrumbs":"Chapter 16: Top 200 common English words » through","id":"422","title":"through"},"423":{"body":"Write-out: SKWRUFT","breadcrumbs":"Chapter 16: Top 200 common English words » just","id":"423","title":"just"},"424":{"body":"Write-out: TPORPL","breadcrumbs":"Chapter 16: Top 200 common English words » form","id":"424","title":"form"},"425":{"body":"Write-out: PHUFP","breadcrumbs":"Chapter 16: Top 200 common English words » much","id":"425","title":"much"},"426":{"body":"Write-out: TKPWRAET","breadcrumbs":"Chapter 16: Top 200 common English words » great","id":"426","title":"great"},"427":{"body":"Brief: THEU Write-out: TH*EUPBG If you’re having trouble with the awkward write-out, use the brief instead.","breadcrumbs":"Chapter 16: Top 200 common English words » think","id":"427","title":"think"},"428":{"body":"Write-out: SAEU","breadcrumbs":"Chapter 16: Top 200 common English words » say","id":"428","title":"say"},"429":{"body":"Brief: HEP Write-out: HEL/-P","breadcrumbs":"Chapter 16: Top 200 common English words » help","id":"429","title":"help"},"43":{"body":"Each steno stroke is made up of three main parts: the initial consonant, the vowel, and the ending consonant. If a single key makes up one of these parts, it will represent the sound that the letter is associated with. For example, the strokes TAP and HUT from the previous chapter’s test represent the words “tap” and “hut” respectively. The stroke KAT represents the word “cat”. NOTE: most consonants are phonetic, meaning that we care about the pronunciation rather than the spelling. This is why the initial consonant in “cat” is given the K key. You will later see that not all steno aspects are phonetic—some are orthographic (meaning that they are based upon spelling instead). If one of these parts of the steno stroke is not a single key (i.e. it is a chord), it will not necessarily represent the combination of the individual letter sounds. Sometimes this does work; combining the left hand S and H keys can represent the initial “sh” sound as in “shut”. However, sometimes the individual keys in a chord have nothing to do with the actual sound it represents. For example, the right hand -PB chord represents the ending “n” sound as in “sun”. These chords are covered later on, so do not worry too much about this for now. The main takeaway of this section is understanding what to do for simple words whose parts can be composed of single keys.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Single key basics","id":"43","title":"Single key basics"},"430":{"body":"Write-out: HROE","breadcrumbs":"Chapter 16: Top 200 common English words » low","id":"430","title":"low"},"431":{"body":"Write-out: HRAOEUPB","breadcrumbs":"Chapter 16: Top 200 common English words » line","id":"431","title":"line"},"432":{"body":"Brief: PW-FR Write-out: PWE/TPOR","breadcrumbs":"Chapter 16: Top 200 common English words » before","id":"432","title":"before"},"433":{"body":"Write-out: TURPB","breadcrumbs":"Chapter 16: Top 200 common English words » turn","id":"433","title":"turn"},"434":{"body":"Write-out: KAUS","breadcrumbs":"Chapter 16: Top 200 common English words » cause","id":"434","title":"cause"},"435":{"body":"Write-out: SAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » same","id":"435","title":"same"},"436":{"body":"Write-out: PHAOEPB","breadcrumbs":"Chapter 16: Top 200 common English words » mean","id":"436","title":"mean"},"437":{"body":"Brief: TKEUFR Write-out: TKEU/TPER","breadcrumbs":"Chapter 16: Top 200 common English words » differ","id":"437","title":"differ"},"438":{"body":"Write-out: PHAOUF","breadcrumbs":"Chapter 16: Top 200 common English words » move","id":"438","title":"move"},"439":{"body":"Write-out: RAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » right","id":"439","title":"right"},"44":{"body":"Some consonants may represent multiple sounds. This table will clear up any ambiguities. Steno key Examples S sat sill T ten tap K king car P pat pull W win watt H hot hum R red ran -F puff cough -P hip sap -B lob hub -L fall lol -G sag tug -T right pit -S* pass has -D tad rid -Z jazz fizz *-S is used whenever the ending sound is spelled with the letter “s”. This is why “has” and “pass” both use -S, despite having a different sound.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Consonant keys","id":"44","title":"Consonant keys"},"440":{"body":"Write-out: PWOEU","breadcrumbs":"Chapter 16: Top 200 common English words » boy","id":"440","title":"boy"},"441":{"body":"Write-out: OELD","breadcrumbs":"Chapter 16: Top 200 common English words » old","id":"441","title":"old"},"442":{"body":"Write-out: TAO","breadcrumbs":"Chapter 16: Top 200 common English words » too","id":"442","title":"too"},"443":{"body":"Write-out: TKOS","breadcrumbs":"Chapter 16: Top 200 common English words » does","id":"443","title":"does"},"444":{"body":"Write-out: TEL","breadcrumbs":"Chapter 16: Top 200 common English words » tell","id":"444","title":"tell"},"445":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 151–200","id":"445","title":"151–200"},"446":{"body":"Brief: STEPBS Write-out: SEPB/TEPBS","breadcrumbs":"Chapter 16: Top 200 common English words » sentence","id":"446","title":"sentence"},"447":{"body":"Write-out: SET","breadcrumbs":"Chapter 16: Top 200 common English words » set","id":"447","title":"set"},"448":{"body":"Write-out: THRAOE","breadcrumbs":"Chapter 16: Top 200 common English words » three","id":"448","title":"three"},"449":{"body":"Write-out: WAPBT","breadcrumbs":"Chapter 16: Top 200 common English words » want","id":"449","title":"want"},"45":{"body":"Vowel keys are more tricky than consonants because they are not entirely phonetic or orthographic. We will first look at what short vowels are in Lapwing. The term short vowel is an informal term that is often taught in North American classrooms. It is not very linguistically sound, so the next few sections will attempt to define them more rigorously. Throughout the vowel sections, the IPA (International Phonetic Alphabet) for each sound is listed. This is only intended for those who are already familiar with it. Do not worry at all if you are not familiar with IPA! Short a IPA: /æ/ cat hat Short e IPA: /ɛ/ pet sell Short i IPA: /ɪ/ will sit Short o IPA: /ɑ/ cot rod In my accent, /ɑ/, /ɔ/, and /ɒ/ all are merged. If they are distinct in your accent, they can all be considered as short o . Short u There are two sounds associated with this term. IPA: /ʌ/ cup hut IPA: /ʊ/ could pull","breadcrumbs":"Chapter 5: Lapwing setup and basics » Short vowel sounds","id":"45","title":"Short vowel sounds"},"450":{"body":"Write-out: AEUR","breadcrumbs":"Chapter 16: Top 200 common English words » air","id":"450","title":"air"},"451":{"body":"Write-out: WEL","breadcrumbs":"Chapter 16: Top 200 common English words » well","id":"451","title":"well"},"452":{"body":"Brief: HR-S","breadcrumbs":"Chapter 16: Top 200 common English words » also","id":"452","title":"also"},"453":{"body":"Write-out: PHRAEU","breadcrumbs":"Chapter 16: Top 200 common English words » play","id":"453","title":"play"},"454":{"body":"Write-out: SPHAUL","breadcrumbs":"Chapter 16: Top 200 common English words » small","id":"454","title":"small"},"455":{"body":"Write-out: EPBD","breadcrumbs":"Chapter 16: Top 200 common English words » end","id":"455","title":"end"},"456":{"body":"Write-out: PUT","breadcrumbs":"Chapter 16: Top 200 common English words » put","id":"456","title":"put"},"457":{"body":"Write-out: HOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » home","id":"457","title":"home"},"458":{"body":"Write-out: RAED","breadcrumbs":"Chapter 16: Top 200 common English words » read","id":"458","title":"read"},"459":{"body":"Write-out: HAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » hand","id":"459","title":"hand"},"46":{"body":"Schwa is an English sound that all vowel letters can sometimes represent. For example, the underlined letters in the following words are all pronounced as schwas—they are not enunciated like any of the vowel sounds above. about petition definite potato support","breadcrumbs":"Chapter 5: Lapwing setup and basics » The schwa","id":"46","title":"The schwa"},"460":{"body":"Write-out: PORT","breadcrumbs":"Chapter 16: Top 200 common English words » port","id":"460","title":"port"},"461":{"body":"Write-out: HRARPBLG","breadcrumbs":"Chapter 16: Top 200 common English words » large","id":"461","title":"large"},"462":{"body":"Write-out: SPEL","breadcrumbs":"Chapter 16: Top 200 common English words » spell","id":"462","title":"spell"},"463":{"body":"Write-out: AD","breadcrumbs":"Chapter 16: Top 200 common English words » add","id":"463","title":"add"},"464":{"body":"Brief: AOEFPB","breadcrumbs":"Chapter 16: Top 200 common English words » even","id":"464","title":"even"},"465":{"body":"Write-out: HRAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » land","id":"465","title":"land"},"466":{"body":"Write-out: HAOER","breadcrumbs":"Chapter 16: Top 200 common English words » here","id":"466","title":"here"},"467":{"body":"Write-out: PHUFT","breadcrumbs":"Chapter 16: Top 200 common English words » must","id":"467","title":"must"},"468":{"body":"Write-out: PWEUG","breadcrumbs":"Chapter 16: Top 200 common English words » big","id":"468","title":"big"},"469":{"body":"Write-out: HAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » high","id":"469","title":"high"},"47":{"body":"Short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Examples hat HAT pet PET cot KOT hut HUT NOTE: short vowels are almost always spelled with the sound they represent. However, one exception is the word “son”, which has a short u vowel. Remember that we care about spelling for short vowels , this word would be written using the O key.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #1:","id":"47","title":"Simple vowels rule #1:"},"470":{"body":"Write-out: SUFP","breadcrumbs":"Chapter 16: Top 200 common English words » such","id":"470","title":"such"},"471":{"body":"Brief: TPOL Write-out: TPO/HROE","breadcrumbs":"Chapter 16: Top 200 common English words » follow","id":"471","title":"follow"},"472":{"body":"Write-out: ABGT","breadcrumbs":"Chapter 16: Top 200 common English words » act","id":"472","title":"act"},"473":{"body":"Brief: KWR Useful in phrases such as KWR-R “why are” and KWR-T “why the”","breadcrumbs":"Chapter 16: Top 200 common English words » why","id":"473","title":"why"},"474":{"body":"Brief: SK Write-out: AFBG","breadcrumbs":"Chapter 16: Top 200 common English words » ask","id":"474","title":"ask"},"475":{"body":"Write-out: PHEPB","breadcrumbs":"Chapter 16: Top 200 common English words » men","id":"475","title":"men"},"476":{"body":"Write-out: KHAEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » change","id":"476","title":"change"},"477":{"body":"Write-out: WEPBT","breadcrumbs":"Chapter 16: Top 200 common English words » went","id":"477","title":"went"},"478":{"body":"Write-out: HRAOEUT If you feel that “lite” should be written HRAOEUT, feel free to swap these around. However, “lite” is quite a bit more uncommon that I feel it should be given the asterisk.","breadcrumbs":"Chapter 16: Top 200 common English words » light","id":"478","title":"light"},"479":{"body":"Write-out: KAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » kind","id":"479","title":"kind"},"48":{"body":"There is no “i” key on the steno layout; it is instead represented by the EU chord. Examples hit HEUT pill PEUL pit PEUT tip TEUP","breadcrumbs":"Chapter 5: Lapwing setup and basics » The i chord","id":"48","title":"The i chord"},"480":{"body":"Brief: AUF OF is the prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » off","id":"480","title":"off"},"481":{"body":"Write-out: TPHAOED","breadcrumbs":"Chapter 16: Top 200 common English words » need","id":"481","title":"need"},"482":{"body":"Write-out: HOUS","breadcrumbs":"Chapter 16: Top 200 common English words » house","id":"482","title":"house"},"483":{"body":"**Brief: P*EUFP ** Write-out: PEUBG/KHUR","breadcrumbs":"Chapter 16: Top 200 common English words » picture","id":"483","title":"picture"},"484":{"body":"Brief: TREU TRAOEU is the “tri-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » try","id":"484","title":"try"},"485":{"body":"Write-out: US","breadcrumbs":"Chapter 16: Top 200 common English words » us","id":"485","title":"us"},"486":{"body":"Brief: TKPWEPB Write-out: A/TKPWEPB or A/TKPWAEUPB Just like with said , the spelling of this word makes a write-out entry ambiguous and slightly impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » again","id":"486","title":"again"},"487":{"body":"Brief: PHAPBL or APB/PHAL Write-out: A/TPHEU/PHAL The one-stroke brief completely violates steno order. The two-stroke brief drops the “i” vowel as it is unstressed (unemphasized).","breadcrumbs":"Chapter 16: Top 200 common English words » animal","id":"487","title":"animal"},"488":{"body":"Write-out: POEUPBT","breadcrumbs":"Chapter 16: Top 200 common English words » point","id":"488","title":"point"},"489":{"body":"Brief: PHOER or PHO*RT Write-out: PHO/THER","breadcrumbs":"Chapter 16: Top 200 common English words » mother","id":"489","title":"mother"},"49":{"body":"Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. Schwa sounds that are spelled with multiple letters are fairly uncommon. If you encounter any, you are meant to use any of the vowel letters that spell part of the sound. If you run into a missing entry, just add it to your personal dictionary. Examples could KUD head HED said SED tough TUF","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #2:","id":"49","title":"Simple vowels rule #2:"},"490":{"body":"Write-out: WORLD","breadcrumbs":"Chapter 16: Top 200 common English words » world","id":"490","title":"world"},"491":{"body":"Write-out: TPHAOER","breadcrumbs":"Chapter 16: Top 200 common English words » near","id":"491","title":"near"},"492":{"body":"Write-out: PWEULD","breadcrumbs":"Chapter 16: Top 200 common English words » build","id":"492","title":"build"},"493":{"body":"Brief: SEFL Write-out: SEL/*F Remember to use *F when ending a word with the “f” sound.","breadcrumbs":"Chapter 16: Top 200 common English words » self","id":"493","title":"self"},"494":{"body":"Write-out: *ERT","breadcrumbs":"Chapter 16: Top 200 common English words » earth","id":"494","title":"earth"},"495":{"body":"Brief: TPA*URT Write-out: TPAU/THER","breadcrumbs":"Chapter 16: Top 200 common English words » father","id":"495","title":"father"},"496":{"body":"This chapter’s test consists of the words listed on this page. Use the following settings: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 16 test","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16 test","id":"496","title":"Chapter 16 test"},"497":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended completion goal","id":"497","title":"Recommended completion goal"},"498":{"body":"","breadcrumbs":"Chapter 17: Shortening techniques » Chapter 17: Shortening techniques","id":"498","title":"Chapter 17: Shortening techniques"},"499":{"body":"Recommended time to spend on this chapter: 1–2 days. Read folding and complete the drills ( 20 minutes ) Repeat the drills as needed Read dropping unstressed vowels and complete the drill ( 20 minutes ) Repeat the drill as needed Read inversions and complete the drill ( 10 minutes ) Repeat the drill as needed Read left hand compound clusters and complete the drill ( 15 minutes ) Repeat the drill as needed Read dropping other sounds ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 17: Shortening techniques » Recommended pace","id":"499","title":"Recommended pace"},"5":{"body":"At first glance, it appears that KOPL/PHREU/KAEUT has no bearing resemblance to the word it represents. The reason for this is that there are only so many keys on the steno layout. Arbitrary letter combinations have to be used in order to represent the sounds that are not represented by single keys. steno layout In our example, PL in KOPL represents the ending “m” consonant; HR in PHREU represents the initial “l” consonant; EU in PHREU represents the “i” vowel, as in “pit”; finally AEU in KAEUT represents the /eɪ/ diphthong (also called long a vowel) as in “fate”. The following table illustrates the sounds that each key group represents in our example. Steno Keys K O PL P HR EU K AEU T Sounds k o m p l i k ā t Essentially, KOPL/PHREU/KAEUT really just represents KOM/PLI/KĀT (where Ā represents the long a vowel or /eɪ/ diphthong). And that’s basically all there is in principle! Stenographers memorize a whole slew of chords for the missing sounds, and string multiple strokes together to write English. Here’s a demo of what it looks like to write at 224 WPM with steno:","breadcrumbs":"Chapter 1: Introduction » Why KOPL/PHREU/KAEUT?","id":"5","title":"Why KOPL/PHREU/KAEUT?"},"50":{"body":"In a General North American accent, inclusion of the letter “r” after a vowel can alter the pronunciation of the vowel. Take, for example, the following pairs of words: Normal r IPA cat car /ɑɹ/ head her /ɝ/ or /ɚ/ sit sir /ɝ/ or /ɚ/ pot pore /ɔɹ/ pull purr /ɝ/ or /ɚ/ These sounds are also considered to be in the same group as short vowels , so rule 1 applies. We will still write these words with the key that spells the vowel, even if it is phonetically a different sound. NOTE: keep in mind that you still have to identify short vowels before using rule 1. For example, the vowel in “cure” is not a short vowel and cannot be written like KUR. Examples car KAR her HER sir SEUR pore POR purr PUR","breadcrumbs":"Chapter 5: Lapwing setup and basics » Vowels with r","id":"50","title":"Vowels with r"},"500":{"body":"All the techniques covered up until this point will allow writing almost any word. However, words are usually split into outlines such that one stroke corresponds to one syllable. This is not terribly efficient. To put this into perspective, professional stenographers have to write 225 WPM (or 5.25 syllables per second) to graduate. Even for professionals, 5 strokes per second is almost too fast. Instead of relying entirely on finger speed, steno outlines can be shortened. This is done through various techniques that either compress more sounds into each stroke, or drop unnecessary sounds altogether. Shortening techniques are not applicable to any arbitrary word (nor are they entirely conflict free), but they can still be extremely helpful for whole families of words. The techniques listed on this page are low in conflicts and it may also be the case that some words cannot be written without one or more of these techniques. It is very recommended to learn these. Keep in mind, however, that several of the outlines listed on this page may not be in the default Lapwing dictionary. Many of the outlines are suggestions and examples of how these techniques can be used. As you build speed and proficiency with steno, you’ll want to tailor your dictionary to how you write. It is very crucial to become comfortable with adding to your dictionary, especially if you decide to use these shortening techniques very heavily. Adding entries that use these techniques is completely normal and to be expected.","breadcrumbs":"Chapter 17: Shortening techniques » Introduction","id":"500","title":"Introduction"},"501":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined) Left hand clusters drill Dropping unstressed vowels with folding drill [Inversions](17-inversions.txt) Left hand clusters drill NOTE: it is recommended to complete these in order as some of the later drills incorporate techniques from the previous exercises.","breadcrumbs":"Chapter 17: Shortening techniques » Useful links","id":"501","title":"Useful links"},"502":{"body":"Folding is a technique where a key (or chord) is inserted into a stroke to represent a sound that is typically found at the end of a word.","breadcrumbs":"Chapter 17: Shortening techniques » Folding","id":"502","title":"Folding"},"503":{"body":"Folding -R into a stroke can add an ending “r” sound like in the following examples: equator AOE/KWAEURT = AOE/KWAEUT + -R humor HAOURPL = HAOUPL + -R modulator PHO/SKWRAOU/HRAEURT = PHO/SKWRAOU/HRAEUT + -R shimmer SHEURPL = SHEUPL + -R Some outlines using this technique would conflict with preexisting words (e.g., TARP for “tarp” or “tapper”). In cases where A is the vowel, AE can be used as an alternative vowel chord. hammer HAERPL = HAPL + ER tapper TAERP = TAP + ER R-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » R-folding","id":"503","title":"R-folding"},"504":{"body":"Folding -L into a stroke can add a sound containing the “l” consonant on the end of the word. Usually this is the “-ly” or “l” sound as in the following examples: mostly PHOEFLT = PHOEFT + -L portal PORLT = PORT + -L final TPAOEUPBL = TPAOEUPB + -L funnel TPUPBL = TPUPB + -L This technique mostly fails whenever the steno outline already has the -L key in it, or if the stroke is too difficult to press. In these cases, folding the initial HR can sometimes work. finally TPHRAOEUPBL = TPAOEUPB + -L + HR basically PWHRAEUFBG = PWAEUFBG* + HR * See section below on dropping unstressed vowels. L-folding is low in conflicts ; use it whenever possible.","breadcrumbs":"Chapter 17: Shortening techniques » L-folding","id":"504","title":"L-folding"},"505":{"body":"Folding -T can add the “-ity” or “-ty” sounds to the end of a word: entirety EPB/TAOEURT = EPB/TAOEUR + -T eternity AOE/TERPBT = AOE/TERPB + -T porosity POR/KWROFT = POR/KWROF + -T sanity SAPBT = SAPB + -T T-folding is low in conflicts ; use it whenever possible. Using this technique might lead to difficult chords to press like -TD. Do not feel obliged to use T-folding in these scenarios.","breadcrumbs":"Chapter 17: Shortening techniques » T-folding","id":"505","title":"T-folding"},"506":{"body":"A long e /i/ vowel at the end of a word can be represented by folding the E key into a stroke: auditory AU/TKEU/TOER = AU/TKEU/TOR + E respiratory RES/PRA/TOER = RES/PRA/TOR + E antimony APB/TEU/PHOEPB = APB/TEU/PHOPB + E coffee KOEF = KOF + E crumbly KRUPL/EBL = KRUPL/-BL + E humbly HUPL/EBL = HUPL/-BL + E numerically TPHAOU/PHER/KAEL = TPHAOU/PHER/KAL + E symbolically SEUPL/PWOL/KAEL = SEUPL/PWOL/KAL + E carefully KAEUR/EFL = KAEUR/-FL + E dreadfully TKRED/EFL = TKRED/-FL + E happy HAEP = HAP + E happier HAERP (E and -R folding) fancy TPAEPBS = TPAPBS + E fancier TPAERPBS (E and -R folding)","breadcrumbs":"Chapter 17: Shortening techniques » E-folding","id":"506","title":"E-folding"},"507":{"body":"Words like “carry” would normally be written like KAEUR/KWREU. The ending long e sound can’t be represented with E-folding normally, since the previous stroke already contains the E key. Instead, AER can be used to represent this sound in one stroke. carry KAER estuary ES/KHAOU/KWRAER corollary KOR/KWRO/HRAER solitary SO/HREU/TAER E-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » E-folding with AEU","id":"507","title":"E-folding with AEU"},"508":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined)","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"508","title":"Practice material"},"509":{"body":"Keep in mind the examples may only apply to General North American English. In conversational speech, a lot of vowels typically aren’t emphasized. For example, the first “e” in the word “elephant” is enunciated very clearly, but the second is not. This second “e” can be dropped without affecting the pronunciation significantly. For example, listen to the two ways of saying “elephant”: Dropping the second “e” in “elephant” is advantageous; it is now now possible to write this word in two strokes instead of one: EL/TPA*PBT. This technique can be tricky, and it doesn’t always work with any arbitrary word. A great way to learn stress identification is to practice it in everyday life. When reading a word, pay attention to the vowels that aren’t emphasized. In particular, try dropping vowels from a word and observing if the word is still intelligible. For example, try saying “elephant” out loud in the two ways shown above. When reading the next few examples, try this out yourself.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping unstressed vowels","id":"509","title":"Dropping unstressed vowels"},"51":{"body":"Basic single syllable words drill","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice material","id":"51","title":"Section practice material"},"510":{"body":"Write-out: TKE/TPEU/TPHEUT Unstressed vowel(s) dropped: definite → defnit The first “i” is unstressed and the “f” can be moved to the right hand. Shorter outline: TKEF/TPHEUT","breadcrumbs":"Chapter 17: Shortening techniques » definite","id":"510","title":"definite"},"511":{"body":"Write-out: TKE/PHAPBD Unstressed vowel(s) dropped: demand → dmand The “e” is unstressed and the “dm” cluster can be moved to the left hand with TKPH. Shorter outline: TKPHAPBD","breadcrumbs":"Chapter 17: Shortening techniques » demand","id":"511","title":"demand"},"512":{"body":"Write-out: TKE/PHROR/-BL Unstressed vowel(s) dropped: deplorable → dplorbl Every vowel except the “o” can be dropped. The resulting consonants can easily fit on the steno layout. Shorter outline: TKPHROBL","breadcrumbs":"Chapter 17: Shortening techniques » deplorable","id":"512","title":"deplorable"},"513":{"body":"Write-out: TKE/REU/SRA/TEUF Unstressed vowel(s) dropped: derivative → drivtive The “e” and the “a” are dropped. Shorter outline: TKREUF/TEUF","breadcrumbs":"Chapter 17: Shortening techniques » derivative","id":"513","title":"derivative"},"514":{"body":"Write-out: E/HREBG/TREUBG Unstressed vowel(s) dropped: electric → lectric First vowel can be dropped. Shorter outline: HREBG/TREUBG","breadcrumbs":"Chapter 17: Shortening techniques » electric","id":"514","title":"electric"},"515":{"body":"Write-out: TKEU/TPER Unstressed vowel(s) dropped: differ → difr The “e” can be dropped and the “f” and “r” can be moved to the right hand with -FR. Shorter outline: TKEUFR","breadcrumbs":"Chapter 17: Shortening techniques » differ","id":"515","title":"differ"},"516":{"body":"Write-out: EPB/SKWREU/TPHAOER Unstressed vowel(s) dropped: engineer The “i” can be dropped so that the “ng” sound can represented with -PBG on the right hand. Shorter outline: EPBG/TPHAOER","breadcrumbs":"Chapter 17: Shortening techniques » engineer","id":"516","title":"engineer"},"517":{"body":"Write-out: SKWRAOE/KWRO/HRO/SKWREU Unstressed vowel(s) dropped: geology → geolgy The second “o” can be dropped and the “l” can be moved to the right hand. Shorter outline: SKWRAOE/KWROL/SKWREU","breadcrumbs":"Chapter 17: Shortening techniques » geology","id":"517","title":"geology"},"518":{"body":"Write-out: PHO/SKWRAOU/HRAEUT/O*R Unstressed vowel (s) dropped: modulator → modlator The “u” can be dropped and the j sound can be moved to the right hand. Shorter outline: PHOPBLG/HRAEUT/O*R NOTE: this can be combined with R-folding: PHOPBLG/HRAEURT!","breadcrumbs":"Chapter 17: Shortening techniques » modulator","id":"518","title":"modulator"},"519":{"body":"Write-out: PO/SEUBL Unstressed vowel(s) dropped: possible → posbl The “i” is unstressed, and the “s” can be represented with -F. Shorter outline: POFBL","breadcrumbs":"Chapter 17: Shortening techniques » possible","id":"519","title":"possible"},"52":{"body":"Looking at the steno layout, why is it that “car” must be written using the left K, and the right hand -R? The answer is steno order . Sounds you make on the layout are supposed to follow this order. #STKPWHRAO*EUFRPBLGTSDZ Therefore, the only correct way to write the word “car” would be KAR. #STKPWHRAO*EUFRPBLGTSDZ The following is an incorrect way to write “car”; it is actually notated like KRA: KRA It’s not necessary to memorize steno order explicitly (as in the #STKPWHRAO*EUFRPBLGTSDZ string). However, it’s important to internalize steno order with regard to the location of the keys. With enough practice, it should be immediately obvious that the “-st” sound as in “past”, for example, cannot be represented in steno order.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Steno order","id":"52","title":"Steno order"},"520":{"body":"Write-out: SU/POES Unstressed vowel(s) dropped: suppose → sppose The “u” is unstressed. Shorter outline: SPOES","breadcrumbs":"Chapter 17: Shortening techniques » suppose","id":"520","title":"suppose"},"521":{"body":"In many of these examples, the unstressed vowel is a schwa. This sound is always unstressed, and therefore can be dropped whenever possible. Identifying schwas quickly can therefore be very beneficial to automatically dropping unstressed vowels. Tom Scott has created a helpful video on understanding this sound which I highly encourage watching: At 2:41, Tom mentions three words where the schwa is dropped entirely in spoken word. Instead of writing these words in three strokes like, SE/PAR/KWRAT, KHO/KO/HRAT, and KA/PHER/KWRA, can you think of two stroke outlines for each? As an exercise, you can try looking back at the previous examples and identify the schwas. Note that not all unstressed vowels are schwas, and not all schwas in the examples are necessarily dropped.","breadcrumbs":"Chapter 17: Shortening techniques » Tom Scott and schwa","id":"521","title":"Tom Scott and schwa"},"522":{"body":"Sometimes this technique doesn’t work for a few reasons. First of all, the shortened outline might already conflict with another valid word. Here are some examples: PWOUT can be “bout” or “about” This technique may also fail if there are too many consonants in the shortened word. For example, in the word “consonant”, every other vowel after the first “o” is unstressed: consonant → consnnt However, it is not possible to include the “n” two times on the right side of the steno layout. We can, however, write it in two strokes as KOPBS/TPHAPBT. If you’re brave, KOFPBT could be a valid outline!","breadcrumbs":"Chapter 17: Shortening techniques » Caveats","id":"522","title":"Caveats"},"523":{"body":"After dropping an unstressed vowel, a word can typically be split at the point where the vowel used to be. For example, the word “literal” would be split like HREUT/RAL rather than HREU/TRAL—even if that pronunciation is more natural to you. However, if a vowel is completely silent, like the second “e” in “veterinarian”, it is often preferred to treat the remaining consonants as one sound (just like it was shown in chapter 15). This is one place where you may want to tweak your dictionary.","breadcrumbs":"Chapter 17: Shortening techniques » Consonant group splitting quirks","id":"523","title":"Consonant group splitting quirks"},"524":{"body":"Dropping unstressed vowels with folding drill","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"524","title":"Practice material"},"525":{"body":"It is sometimes acceptable to break steno order when shortening outlines. It is especially helpful to invert the order of two keys for some words where dropping unstressed vowels is not enough. For example, in the word “fabricate”, the “i” can be dropped: fabricate → fabrcate Despite this, it is still not possible to represent the resulting sound in two strokes; the “br” cluster is problematic and forces the use of three: TPAB/R/KAEUT. This is where an inversion can be helpful—if the R key moved to the previous stroke, this word can be written in two strokes: TPARB/KAEUT.","breadcrumbs":"Chapter 17: Shortening techniques » Inversions","id":"525","title":"Inversions"},"526":{"body":"migratory PHAOEURG/TOER secretary SERBG/TAER patrimony PART/PHOEPB beside SPWAOEUD *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"526","title":"Examples"},"527":{"body":"[Inversions](17-inversions.txt) work-in-progress","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"527","title":"Practice material"},"528":{"body":"In addition to the left hand chords learned in the very early chapters, there are also more advanced chords that can represent more than just a single consonant. SPW is “int” or “ent” as in “entire” or “intern” KP is “comp” as in “complement” KPW is “comb” as in “combine” KPH is “com” as in “comment” W is “v” as in “divine” STK is “d_s” as in “design” or “disarm” KPW, KPH, and STK technically aren’t compound clusters, but are the result of other shortening techniques. However, it is easy to explicitly remember these as compound clusters as they are quite common.","breadcrumbs":"Chapter 17: Shortening techniques » Left hand compound clusters","id":"528","title":"Left hand compound clusters"},"529":{"body":"entire SPWAOEUR intern SPWERPB compliant KPHRAOEUPBT compliment KPHREUPLT commend KPHEPBD commit KPHEUT device TKWAOEUS divide TKWAOEUD decide STKAOEUD disappear STKPAOER *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"529","title":"Examples"},"53":{"body":"Below are two single syllable words that cannot be written in one stroke because of steno order. trust Closest would be TRUTS #STKPWHRAO*EUPBLGTSDZ turf Closest would be TUFR #STKPWHRAO*EUFRPBLGTSDZ To represent a sound in a steno stroke, the sounds should be available on the layout and should fall in the correct order. Although the sounds are indeed available on the layout, they fail the second requirement. For now, do not worry about writing these words—they involve more advanced chords and concepts that will be introduced later.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Impossible single syllable words","id":"53","title":"Impossible single syllable words"},"530":{"body":"Left hand clusters drill NOTE: many of the words in this drill also utilize other techniques.","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"530","title":"Practice material"},"531":{"body":"Sometimes it may be convenient to arbitrarily drop more sounds to shorten steno outlines. For example, the “n” in “assignment” is not really enunciated, allowing it to be written in two strokes instead of three: assignment A/SAOEUPLT Instead of A/SAOEUPB/-PLT This technique can also be applied to the following words: confinement KOPB/TPAOEUPLT consignment KOPB/SAOEUPLT The words that work with this technique depend a lot on your accent and even personal speech patterns. If you find an intuitive outline missing from lapwing-base.json, you should not hesitate to add it to your personal dictionary. While these last few examples may have been somewhat intuitive, it is also valid to drop sounds arbitrarily whenever a stroke can be saved: abutment A/PWUPLT first “t” is dropped ambiguity APL/TKPWAOUT “b” is dropped discard STKARD “c” is dropped fragment TPRAPLT “g” is dropped efficient TPEURBT “n” is dropped patient PAEURBT “n” is dropped *crossing out indicates dropped unstressed vowels. NOTE: this technique depends heavily on if there are existing words the resulting outline may conflict with. As this technique is highly personal to each individual, it is not particularly useful to drill the words that can be found in the dictionary. Instead, cater this method to your own personal accent and speech patterns when adding new entries to your dictionary. Feel free to learn the shortened outlines in the dictionary that utilize this technique, but you are not at all obliged to follow them.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping other sounds","id":"531","title":"Dropping other sounds"},"532":{"body":"","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Chapter 18: Fingerspelling and numbers","id":"532","title":"Chapter 18: Fingerspelling and numbers"},"533":{"body":"Recommended time to spend on this chapter: 1 day. Read fingerspelling ( 10 minutes ) Read numbers ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Recommended pace","id":"533","title":"Recommended pace"},"534":{"body":"Fingerspelling graphic (lowercase) Fingerspelling graphic (uppercase) Numbers graphic","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Useful links","id":"534","title":"Useful links"},"535":{"body":"There won’t be any practice material for this chapter as these topics are easy to practise in everyday writing. It may be helpful to keep the tables on this page in an easy to read place (i.e., printed out and taped to the wall).","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Intro","id":"535","title":"Intro"},"536":{"body":"To write a short acronym or a word that is not yet defined, a letter-by-letter spelling technique called fingerspelling can be used. This is done by pressing a letter chord plus the asterisk key with the right hand.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Fingerspelling","id":"536","title":"Fingerspelling"},"537":{"body":"a b c d e f g h i j k l m n o p q r s t u v w x y z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Lowercase","id":"537","title":"Lowercase"},"538":{"body":"To write uppercase letters, use -P on the right hand. A B C D E F G H I J K L M N O P Q R S T U V W X Y Z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Uppercase","id":"538","title":"Uppercase"},"539":{"body":"Fingerspelling uses glue (&) formatting. These translations stick to other translations that also have glue. For example, writing HE/HROE/A*/PW*/KR* will result in hello abc. Since the translation for HE/HROE contains no glue, the subsequent fingerspelling chord inserts a space after hello. However, as the subsequent fingerspelling chords all contain glue, they stick together.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"539","title":"Attachment behaviour"},"54":{"body":"On the initial consonants side, there are several chords whose sounds are simply just the combination of the individual keys. Some of these are: ST as in “stop” SK as in “scar” SP as in “spot” SH as in “shop” TH as in “thug” TR as in “trap” KH as in “chug” KR as in “crop” PR as in “prat” KH for “ch” might not be immediately obvious, but just remember that K is used for the “hard c” sound. Thus, if you accept that K can represent the letter “c”, then combining it with the H key makes some sense. This does not just apply to chords with two keys. For example, THR can represent the “thr” sound as in “thread”. Chances are, if a chord makes sense based on the individual keys it is made of, it is valid.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Combining single left hand keys","id":"54","title":"Combining single left hand keys"},"540":{"body":"With Lapwing, numbers are written with a numberpad system much like the ones found on regular keyboards and calculators. The number key is pressed with the left hand, and the right hand is responsible for the number. Since there are only two rows on the steno layout, we use vertical chords to represent the middle row. 1 2 3 4 5 6 7 8 9 0 00 000 The right hand vowel keys can be combined with a number chord to add some trailing zeros: #ER 10 #EUPB 5000 #UP 800 #EB 20","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Numbers","id":"540","title":"Numbers"},"541":{"body":"Numbers use the same glue formatting as fingerspelling by default. To prevent numbers from sticking to other glued translations, include T with the chord. Examples A*/PW*/KR*/#-R/#-B/#-G abc123 A*/PW*/KR*/#T-R/#T-B/#T-G abc 1 2 3","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"541","title":"Attachment behaviour"},"542":{"body":"","breadcrumbs":"Chapter 19: Proper nouns » Chapter 19: Proper nouns","id":"542","title":"Chapter 19: Proper nouns"},"543":{"body":"Recommended time to spend on this chapter: <1 day. Read proper nouns ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 19: Proper nouns » Recommended pace","id":"543","title":"Recommended pace"},"544":{"body":"Proper nouns in Lapwing theory are written exactly the same as regular words, except with the addition of the number key in the first stroke. Proper nouns can be multiple words long, but only the first stroke has to contain the number key (see examples below). The inclusion of the number key reduces conflicts, such as between “mat” and “Mat”. Examples #A/TPHA Anna #KAL/TKPWAR/KWREU Calgary #PHAT Mat #SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns","id":"544","title":"Proper nouns"},"545":{"body":"#SKWR is a difficult chord to press, especially when writing at speed. #STKPW can be used as an alternative chord for proper nouns starting with “j”. #STKPWER/PHA/TPHEU Germany #STKPWO/TPHO/THAPB Jonathan","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns starting with “j”","id":"545","title":"Proper nouns starting with “j”"},"546":{"body":"If you have no complaints with using the number key in proper noun strokes, you can skip this section. Some machines may not be compatible with remapping the top S- key. In this case, it is also possible to use the number key as a prefix stroke for proper nouns. This is handled through the lapwing-prefixed-proper-nouns.json dictionary. To download it, right click the following link and press Save link as. https://raw.githubusercontent.com/aerickt/steno-dictionaries/main/lapwing-prefixed-proper-nouns.json To add it to your dictionary stack, in Plover’s main window, press the green plus button and Load dictionaries. Then, select the lapwing-prefixed-proper-nouns.json dictionary that you just downloaded. Examples #/A/TPHA Anna #/KAL/TKPWAR/KWREU Calgary #/PHAT Mat #/SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Alternative proper nouns with a prefix stroke","id":"546","title":"Alternative proper nouns with a prefix stroke"},"547":{"body":"","breadcrumbs":"Chapter 20: Punctuation and commands » Chapter 20: Punctuation and Commands","id":"547","title":"Chapter 20: Punctuation and Commands"},"548":{"body":"Recommended time to spend on this chapter: 1 day. Read punctuation ( 10 minutes ) Read commands ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 20: Punctuation and commands » Recommended pace","id":"548","title":"Recommended pace"},"549":{"body":"Punctuation graphic (outdated)","breadcrumbs":"Chapter 20: Punctuation and commands » Useful links","id":"549","title":"Useful links"},"55":{"body":"Basic left hand single syllable words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"55","title":"Section practice"},"550":{"body":"This chapter will cover punctuation and Plover commands. As these are not really tied to any words, they may be less intuitive. Many of these will simply have to be memorized. There is no practice material for this chapter; instead, incorporating steno into daily computer tasks can be a great way to practise these miscellaneous outlines. It may be helpful to print out the punctuation graphic and keep it in a easy to reference location (such as taped to a wall). Playing typing games such as TypeRacer or monkeytype is also a great way to practise steno at this point.","breadcrumbs":"Chapter 20: Punctuation and commands » Intro","id":"550","title":"Intro"},"551":{"body":"Punctuation is a lot different to regular words where a space is almost always inserted before. For different punctuation, there may be different scenarios for spacing on one side or the other. Furthermore, punctuation can sometimes also govern the capitalization of the next word. Therefore, punctuation strokes contain special formatting rules to control the spacing and capitalization. The following table lists several common punctuation marks along with the name, formatting, steno outline, and a mnemonic to aid with memorization. Character Name Formatting Steno outline Mnemonic . Period Attaches to the previous word and capitalizes the next word. TP-PL Top row ring and middle fingers on both hands. ? Question mark Attaches to the previous word and capitalizes the next word. KW-PL Same fingers as the period outline, but the shape resembles a rising intonation as would happen in a question. ! Exclamation mark Attaches to the previous word and capitalizes the next word. TP-BG Same fingers as the question outline, but the shape is sloped downwards to mirror the question mark outline. . Decimal point Attaches to the previous word and the next word. P-P Resembles the period outline, but with only the middle fingers. , Comma Attaches to the previous word. KW-BG Same fingers as the period outline, but on the bottom row. … Ellipses (three dots) Attaches to the previous word and capitalizes the next word. SKW-BGS Symmetrical shape of three keys. “ Opening quotation mark Attaches to the next word. KW-GS As in “ qu ota tion ”. “ Closing quotation mark Attaches to the previous word. KW*GS Same as opening quotation mark outline, but with the asterisk. ’ Opening single quotation mark Attaches to the next word KR-RG Like the double quote outline, but one key shifted over. ’ Closing single quotation mark Attaches to the previous word KR*RG Same as opening single quotation mark, but with the asterisk. ` Opening backtick Attaches to the next word. KH-FG Shape resembles a backtick. ` Closing backtick Attaches to the previous word. KH*FG Same as the opening backtick, but with the asterisk. ( Opening parenthesis Attaches to the next word. PREPB Makes the sound “pren” as in p a ren thesis ) Closing parenthesis Attaches to the previous word PR*EPB Same as the opening parenthesis outline, but with the asterisk. { Opening curly brace Attaches to the next word. TPR-BGT This symbol is also called a “ Fr ench br a ck e t ” (hence the outline). } Closing curly brace Attaches to the previous word. TPR*BGT Same as the opening curly brace outline, but with the asterisk. [ Opening square bracket Attaches to the next word. PWR-BGT Resembles “ br a ck e t ”. ] Closing square bracket Attaches to the previous word. PWR*BGT Same as the opening square bracket outline, but with the asterisk. : Colon (for writing) Attaches to the previous word STPH-FPLT The entire top row of keys apart from left hand S. ; Semicolon Attaches to the previous word. STPH*FPLT Same as the colon outline, but with the asterisk. : Colon (for time) Attaches to the previous word and the next word. KHR-PB Resembles the word “ c o l o n ”. — Emdash Attaches to the previous word and the next word. PH-RB Resembles “e m da sh ”. – Endash Attaches to the previous word and the next word. TPH-RB Resembles “e n da sh ”. – Endash Space before and after. TPH*RB Same as the outline for regular endash, but with the asterisk. - Hyphen Attaches to the previous word and the next word. H-PB Resembles “ h yphe n ”. - Hyphen Space before and after. H*PB Same as the regular hyphen outline, but with the asterisk. ‽ Interrobang Attaches to the previous word and capitalizes the next word TRAPBG Resembles the word “in t e rr ob ang ”. / Slash Attaches to the previous word and the next word OEU","breadcrumbs":"Chapter 20: Punctuation and commands » Punctuation","id":"551","title":"Punctuation"},"552":{"body":"Situations may arise where Plover will have to be explicitly told how to format a word. The following section goes over some useful formatting commands.","breadcrumbs":"Chapter 20: Punctuation and commands » Commands","id":"552","title":"Commands"},"553":{"body":"Outline: R-R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter","id":"553","title":"Enter"},"554":{"body":"Outline: R*R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter (capitalize next word)","id":"554","title":"Enter (capitalize next word)"},"555":{"body":"Outline: S-P Mnemonic: sp ace Although Plover will automatically insert spaces before regular words, it may be necessary to manually insert a space so that two strokes should not be interpreted as a multistroke outline. Example KOR/TPHET cornet KOR/S-P/TPHET core net","breadcrumbs":"Chapter 20: Punctuation and commands » Insert a space","id":"555","title":"Insert a space"},"556":{"body":"Outline: S-PD Mnemonic: the S-P outline but with -D to indicate that this is a retroactive command. Example KOR/TPHET cornet KOR/TPHET/S-PD core net NOTE: this does not work with multistroke outlines if S-PD is pressed in between two strokes part of the same word. For example, the phrase “core nettle” cannot be written like KOR/TPHET/S-PD/-L.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively insert a space","id":"556","title":"Retroactively insert a space"},"557":{"body":"Outline: SP-S Mnemonic: s u pp ress s pace Example how ever HOU/-FR however HOU/SP-S/-FR","breadcrumbs":"Chapter 20: Punctuation and commands » Suppress the next space","id":"557","title":"Suppress the next space"},"558":{"body":"Outline: SP-LS Mnemonic: s u pp ress l ast s pace Example PHOR/AUFR more over PHOR/AUFR/SP-LS moreover","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively suppress the last space","id":"558","title":"Retroactively suppress the last space"},"559":{"body":"Outline: KPA Mnemonic: the word “cap” but with the “a” and “p” out of order Example -T/KPA/AOEU/HRAPBD the island","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word","id":"559","title":"Capitalize the next word"},"56":{"body":"TK is “d” as in “dab” PW is “b” as in “bot” HR is “l” as in “let”","breadcrumbs":"Chapter 5: Lapwing setup and basics » Left hand d, b, and l","id":"56","title":"Left hand d, b, and l"},"560":{"body":"Outline: KA*PD Mnemonic: the word “capped” but with the asterisk Example -T/AOEU/HRAPBD/KA*PD the Island","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively capitalize the next word","id":"560","title":"Retroactively capitalize the next word"},"561":{"body":"Outline: KPA* Mnemonic: the KPA outline with the asterisk This is useful for starting a new sentence.","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word and suppress the next space","id":"561","title":"Capitalize the next word and suppress the next space"},"562":{"body":"Outline: HRO*ER Mnemonic: the word “lower” but with the asterisk","breadcrumbs":"Chapter 20: Punctuation and commands » Uncapitalize the next word","id":"562","title":"Uncapitalize the next word"},"563":{"body":"Outline: HRO*ERD Mnemonic: the HRO*ER outline but with -D to indicate the retro command.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively uncapitalize the next word","id":"563","title":"Retroactively uncapitalize the next word"},"564":{"body":"","breadcrumbs":"Chapter 21: UK spellings » Chapter 21: UK spellings","id":"564","title":"Chapter 21: UK spellings"},"565":{"body":"Recommended time to spend on this chapter: <1 day. Remember to take breaks!","breadcrumbs":"Chapter 21: UK spellings » Recommended pace","id":"565","title":"Recommended pace"},"566":{"body":"Lapwing theory is very North American centred as that is the dialect of English I am familiar with. However, being from Canada, I often need to use both American and British spellings of words in writing. I’ve created a dictionary that adds in British spellings with alternative outlines. Unfortunately, this dictionary does not account for pronunciation differences, and it also prioritises the American forms of words—there may not always be short briefs available for British spellings. Ideally, there would be a separate stand-alone lapwing dictionary for British English, but creating one would be very difficult, particularly for someone who does not speak this dialect. If you would like to contribute a lapwing dictionary for British speakers, please do get in touch!","breadcrumbs":"Chapter 21: UK spellings » Intro","id":"566","title":"Intro"},"567":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 21: UK spellings » Setup","id":"567","title":"Setup"},"568":{"body":"The recommended way to switch from an American word to its British form is by using #TPH as a suffix stroke of sorts. This is guaranteed to always work unlike the other methods outlined later.","breadcrumbs":"Chapter 21: UK spellings » Quick switching","id":"568","title":"Quick switching"},"569":{"body":"center SEPB/TER centre SEPB/TER/#TPH fulfill TPUL/TPEUL fulfil TPUL/TPEUL/#TPH harbor HAR/PWOR harbour HAR/PWOR/#TPH organize OR/TKPWA/TPHAOEUZ organise OR/TKPWA/TPHAOEUZ/#TPH","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"569","title":"Examples"},"57":{"body":"dad TKAD bar PWAR lap HRAP bled PWHRED","breadcrumbs":"Chapter 5: Lapwing setup and basics » Examples","id":"57","title":"Examples"},"570":{"body":"If you are writing a word with a suffix, switch the word into its British form first before writing the suffix. It is not guaranteed to work if the suffix is written before #TPH. Examples organising OR/TKPWA/TPHAOEUZ/#TPH/-G economises AOE/KO/TPHO/PHAOEUZ/#TPH/-Z energiser EPB/KWRER/SKWRAOEUZ/#TPH/*ER immortalised EUPL/PHOR/TAL/KWRAOEUZ/#TPH/-D","breadcrumbs":"Chapter 21: UK spellings » Dealing with suffixes","id":"570","title":"Dealing with suffixes"},"571":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE.","breadcrumbs":"Chapter 21: UK spellings » ae spellings","id":"571","title":"ae spellings"},"572":{"body":"aetiology AET/KWROLG encyclopaedia EPB/SAOEU/KHROE/PAE/TKEU/KWRA haemoglobin HAE/PHOE/TKPWHROE/PWEUPB leukaemia HRAOU/KAEPL/KWRA","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"572","title":"Examples"},"573":{"body":"Words spelled with “ise” can be written by using -S instead of -Z. magnetise PHAG/PHE/TAOEUS stabiliser STAEUBL/KWRAOEUS/*ER utilising AOUT/HRAOEUS/-G initialise EUPB/KWREURBL/KWRAOEUS","breadcrumbs":"Chapter 21: UK spellings » ise spellings","id":"573","title":"ise spellings"},"574":{"body":"Words spelled with “oe” can be written using OE regardless of pronunciation.","breadcrumbs":"Chapter 21: UK spellings » oe spellings","id":"574","title":"oe spellings"},"575":{"body":"oedema OE/TKE/PHA foetus TPOE/TUS homoeopathy HOEPL/KWROE/PATH/KWREU oestrogen OES/TROE/SKWREPB ou spellings Words spelled with “ou” can be written using OU only to disambiguate between British and American spellings.","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"575","title":"Examples"},"576":{"body":"candour KAPB/TKOUR colour KO/HROUR favour TPAEU/SROUR neighbour TPHAEU/PWOUR","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"576","title":"Examples"},"577":{"body":"For British words spelled with “re” the asterisk key can be included in the stroke containing ER.","breadcrumbs":"Chapter 21: UK spellings » re spellings","id":"577","title":"re spellings"},"578":{"body":"calibre KA/HREU/PW*ER litre HREU/T*ER mitre PHAOEU/T*ER centimetre SEPB/TEU/PHAO*ERT","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"578","title":"Examples"},"579":{"body":"If adding the asterisk into an a brief is possible, then it will very likely work for the British spelling.","breadcrumbs":"Chapter 21: UK spellings » Miscellaneous briefs","id":"579","title":"Miscellaneous briefs"},"58":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a column TK is pressed by the left hand ring finger PW is pressed by the left hand middle finger HR is pressed by the left hand index finger Think “DBL” double (these are double keys) From Art of Chording decibel database lover","breadcrumbs":"Chapter 5: Lapwing setup and basics » Mnemonics","id":"58","title":"Mnemonics"},"580":{"body":"metre PHAO*ERT organise O*RG neighbour TPHA*EURB","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"580","title":"Examples"},"581":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Chapter 22: Theory principles wrap-up","id":"581","title":"Chapter 22: Theory principles wrap-up"},"582":{"body":"This page serves as a reference for all the miscellaneous theory principles that only apply to a few words. It’s not important to explicitly memorize the content on this page, as it is very likely these situations will arise in everyday writing. When you do find odd entries via the lookup tool, first consult this page. If you cannot find an explanation, free to contact me on Discord (@aerbg) or start a discussion on GitHub (login required). It may be that I have not yet documented the oddity here or that the entry itself may be incorrect.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Intro","id":"582","title":"Intro"},"583":{"body":"For capitalized acronyms, Lapwing treats these as regular words for the most part. Write the first stroke with the asterisk and the number key, but continue the rest of the acronym with regular theory rules. It is generally okay to break steno order. Usually writing an acronym involves spelling the letters it is made up of. For short acronyms, it can also be faster to fingerspell. AWOL #A*EU/WOL LAN #HRA*PB PDF #P*FD","breadcrumbs":"Chapter 22: Theory principles wrap-up » Acronyms","id":"583","title":"Acronyms"},"584":{"body":"Contractions are written like regular words, but with the asterisk key. Some common contractions: Contraction Outline he’s HAO*ES he’ll HAO*EL we’re WAO*ER who’s WHO*S Some contractions that are based off of common words that are briefed in Lapwing are written a bit less intuitively: Contraction Outline what’s WHA*S that’s THA*S","breadcrumbs":"Chapter 22: Theory principles wrap-up » Contractions","id":"584","title":"Contractions"},"585":{"body":"Sometimes it can be ambiguous whether -RB represents “-rb” or “-sh” as in the following pair of words: cash carb In these cases, “-sh” gets precedence and the word with “-rb” is instead asterisked.","breadcrumbs":"Chapter 22: Theory principles wrap-up » -RB for “-rb” vs “-sh”","id":"585","title":"-RB for “-rb” vs “-sh”"},"586":{"body":"Lapwing is somewhat strict in using OU only phonetically. However, for cases where where existing outlines with OU do not exist, it is generally okay to use this chord for disambiguation. TPOUR four TPOR is already “for^” SOUL soul SOEL is already “sole” PHOURPB mourn* PHORPB is already “morn” * Not in the Lapwing dictionary","breadcrumbs":"Chapter 22: Theory principles wrap-up » Disambiguating “ou” with OU","id":"586","title":"Disambiguating “ou” with OU"},"587":{"body":"In some accents, the words “tour” and “mourn” would be written like TOR and PHORPB. However, since these two outlines already exist as other words, Lapwing uses AOUR instead. The reasoning for this is that this pronunciation of “tour” is more standard in a North American accent. PHAOURPB mourn TAOUR tour","breadcrumbs":"Chapter 22: Theory principles wrap-up » Tricky “ou” words","id":"587","title":"Tricky “ou” words"},"588":{"body":"For some words, using W for a glide might be closer phonetically: EBG/WEU/TEU equity EBGS/TEUPBG/WEURB extinguish EUPB/TAOU/WEU/TEUF intuitive AOU/PWEUBG/WEU/TEU ubiquity","breadcrumbs":"Chapter 22: Theory principles wrap-up » W for glides","id":"588","title":"W for glides"},"589":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph” words","id":"589","title":"“-graph” words"},"59":{"body":"Single syllable dbl words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"59","title":"Section practice"},"590":{"body":"Write the first part as if it is its own standalone word and then use TKPWRAF to write the “-graph” part separately: AU/TOE/TKPWRAF autograph PAEUR/KWRA/TKPWRAF paragraph PHEUPL/KWROE/TKPWRAF mimeograph TE/HRE/TKPWRAF telegraph","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph”","id":"590","title":"“-graph”"},"591":{"body":"Write the “-graph” part separately and then use the KWREU suffix to add the “-y”: SKWRAOE/KWRO/TKPWRAF/KWREU geography OR/THO/TKPWRAF/KWREU orthography STE/TPHO/TKPWRAF/KWREU stenography SREUD/KWRO/TKPWRAF/KWREU videography","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphy”","id":"591","title":"“-graphy”"},"592":{"body":"TKPWRAEF can be used as a shorter stroke for “-graphy”: SKWRAOE/KWRO/TKPWRAEF geography OR/THO/TKPWRAEF orthography STE/TPHO/TKPWRAEF stenography SREUD/KWRO/TKPWRAEF videography This alternative outline uses e-folding.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphy” outline","id":"592","title":"Alternative “-graphy” outline"},"593":{"body":"Write the “-graph” part separately and then use the *ER suffix to add the “-er”: KAR/TO/TKPWRAF/*ER cartographer KHOR/KWRO/TKPWRAF/*ER choreographer HREBG/SEU/KO/TKPWRAF/*ER lexicographer OEGS/KWRO/TKPWRAF/*ER oceanographer","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-grapher”","id":"593","title":"“-grapher”"},"594":{"body":"Instead of TKPWRAF/*ER, you can also use TKPWRAFR: KAR/TO/TKPWRAFR cartographer KHOR/KWRO/TKPWRAFR choreographer HREBG/SEU/KO/TKPWRAFR lexicographer OEGS/KWRO/TKPWRAFR oceanographer This uses a briefing technique where -FR can represent the “fer” sound.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-grapher” outline","id":"594","title":"Alternative “-grapher” outline"},"595":{"body":"Write the “-graph” part separately and then use the KWREUBG suffix to add the “-ic”: *ET/TPHOE/TKPWRAF/KWREUBG ethnographic HO/HRO/TKPWRA*F/KWREUBG holographic EUPB/TPOE/TKPWRAF/KWREUBG infographic PEUBG/TO/TKPWRAF/KWREUBG pictographic","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphic”","id":"595","title":"“-graphic”"},"596":{"body":"Instead of TKPWRAF/KWREUBG, you can also use TKPWRAFBG: *ET/TPHOE/TKPWRAFBG ethnographic HO/HRO/TKPWRAFBG holographic EUPB/TPOE/TKPWRAFBG infographic PEUBG/TO/TKPWRAFBG pictographic This alternative outline employs dropping the unstressed “i” in “graphic”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphic” outline","id":"596","title":"Alternative “-graphic” outline"},"597":{"body":"These are written using regular syllabic splitting: ARBG/KWRO/HRO/SKWREU archaeology A/STRO/HRO/SKWREU astrology AOE/KO/HRO/SKWREU ecology OR/TPHEU/THO/HRO/SKWREU ornithology","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ology” words","id":"597","title":"“-ology” words"},"598":{"body":"Instead of writing the O/HRO/SKWREU cluster, you can instead use the OLG chord. ARBG/KWROLG archaeology A/STROLG astrology AOE/KOLG ecology OR/TPHEU/THOLG ornithology This is simply just a briefing pattern. These outlines are much shorter than the write-outs and are highly recommended.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-ology” chord","id":"598","title":"Alternative “-ology” chord"},"599":{"body":"In some words containing glides represented with KWR or W, the proceeding vowel sound is spelled with two letters. The sound itself is an unstressed schwa (a short vowel ), and so the second vowel letter is what determines which key to use. Here are some examples to illustrate: KAF/KWRAT cave a t KORPB/KWRAL corne a l HRAOEPB/KWREPBS leni e nce PHA/TREU/HREUPB/KWRAL matriline a l Another way of thinking about this is that the KWR or the W glide represents the first vowel letter and the second vowel letter is represented by the vowel key in the steno stroke.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Ambiguous glide vowels","id":"599","title":"Ambiguous glide vowels"},"6":{"body":"Before we continue, it’s important to be aware of some of the terminology surrounding key presses in steno. Chord : a group of keys that represent a sound. Stroke : synonymous with chord; can also be a verb describing the action of pressing a chord. Outline : a group of one or more strokes that is mapped to a translation. Here is an excellent graphic from Jen’s steno explainers: steno terminology explainer","breadcrumbs":"Chapter 1: Introduction » “Raw steno” terminology","id":"6","title":"“Raw steno” terminology"},"60":{"body":"This chapter’s test consists of all the practice drills you have done so far in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5 test","id":"60","title":"Chapter 5 test"},"600":{"body":"It is very difficult to write the “-ual” sound using regular syllabic splitting rules. For example, to write the word “manual” in a way that the second stroke begins with a consonant is only possible as PHA/TPHAOU. It is possible to finish the word with WAL, but three strokes for such a short word is not very fast indeed. Instead, the WAL stroke on its own can represent the entire “-ual” cluster. Thus, by including the “n” consonant in the first stroke, it is possible to write this word with only two: PHAPB/WAL.","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ual” words","id":"600","title":"“-ual” words"},"601":{"body":"Another way of thinking of the WAL stroke is that the W key represents the “u”, and the AL represents the “al”. AOEBG/WAL equal HA/PWEUFP/WAL habitual PER/PEFP/WAL perpetual AOURB/WAL usual It can also be used like a suffix: KOPB/TRABGT/WAL contractual KOPB/TEGT/WAL contextual HA/PWEUT/WAL habitual SEBGS/WAL sexual","breadcrumbs":"Chapter 22: Theory principles wrap-up » WAL","id":"601","title":"WAL"},"602":{"body":"You can also use TWAL as the “chwal” cluster like in the following words: TPABG/TWAL factual HA/PWEU/TWAL habitual EUPB/TE/HREBG/TWAL intellectual SREUR/TWAL virtual I prefer using TWAL over WAL (when possible) as it more closely resembles the pronunciation it is supposed to represent.","breadcrumbs":"Chapter 22: Theory principles wrap-up » TWAL","id":"602","title":"TWAL"},"603":{"body":"You are also free to come up with your own strokes for dealing with these words. In hindsight, KWRAOUL would be a better fit to some of these words. I am already accustomed to WAL, so I am not about to change these around. That said, if PHA/TPHAOU/WAL or PHA/TPHAOUL make more sense to you, add it to your dictionary!","breadcrumbs":"Chapter 22: Theory principles wrap-up » KWRAOUL","id":"603","title":"KWRAOUL"},"604":{"body":"With prefix strokes, doubling consonants between two strokes is allowed if it makes sense to do so. EUPL/PHOE/PWAOEUL immobile EUPL is the “im-” prefix need more examples There can also be alternative strokes that exist in the dictionary (for example, EUPL/KWROE/PWAOEUL). Use whichever makes the most sense to you, or add your own!","breadcrumbs":"Chapter 22: Theory principles wrap-up » Doubling consonants with prefixes","id":"604","title":"Doubling consonants with prefixes"},"605":{"body":"To split a word at “ng”, use ...PBG/TKPW... There are also two other alternative splitting methods: ...PB/TKPW... ...PBG/KWR...","breadcrumbs":"Chapter 22: Theory principles wrap-up » Splitting a sound at “ng”","id":"605","title":"Splitting a sound at “ng”"},"606":{"body":"bingo PWEUPBG/TKPWOE or PWEUPB/TKPWOE or PWEUPBG/KWROE tango TAPBG/TKPWOE or TAPB/TKPWOE or TAPBG/KWROE","breadcrumbs":"Chapter 22: Theory principles wrap-up » Examples","id":"606","title":"Examples"},"607":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix outline conflicts","id":"607","title":"Prefix outline conflicts"},"608":{"body":"Here are once again the tables from chapter 12 and 15: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used (see below). out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Single stroke briefed prefixes","id":"608","title":"Single stroke briefed prefixes"},"609":{"body":"Press the asterisk in the last stroke of a multisyllable outline to get the word variant. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Generic way of dealing with multisyllable prefix outlines","id":"609","title":"Generic way of dealing with multisyllable prefix outlines"},"61":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended completion goal","id":"61","title":"Recommended completion goal"},"610":{"body":"Another technique for disambiguating between prefixes and words is using alternative vowels. One common case is using AU instead of OE and O. This is sometimes recommended over using the asterisk key as it is much easier to press: Prefix/word Prefix Outline Word outline on OPB AUPB or OR AUR over OEFR AUFR off OF AUF","breadcrumbs":"Chapter 22: Theory principles wrap-up » Special conflicts","id":"610","title":"Special conflicts"},"611":{"body":"Sometimes it can be arbitrary to determine whether a word should be written as a compound word rather than a word with a prefix. For example, the Lapwing dictionary by default treats words like “upright” and “downwards” as compound words; they can be only be written as UP/RAO*EUT and TKOUPB/WA*RD/-Z. It is perfectly reasonable to make changes and add extra prefix strokes if desired.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix strokes vs compound words","id":"611","title":"Prefix strokes vs compound words"},"612":{"body":"This table contains words that don’t quite follow main theory principles. Word Recommended outline Explanation alt ALT AULT is the canonical outline, but “all the” is a more useful phrase and is given priority. cache KAERB KARB and KA*RB are both already used as “cash” and “carb” so the E key is used to disambiguate. fore TPOER TPOR and TPO*R are already used so we use the E as a disambiguation key. herein HAOER/KWREUPB or HAOERPB It’s not recommended to treat this as a compound word as it would use a fingerspelling stroke: HAOER/TPH*. hi HEU HAOEU is the word “high” already. hour HOUR OUR is already used so the H key is added even though it is silent. lunch HRUFRPBLG HRUFRPB is already used so -LG is used as a disambiguation chord. This is recommended over HR*UFRPB as it is slightly easier to press. nought TPHA*UT TPHAUT, TPHOT, and TPHO*T are already used. poll/pole POL/POEL No real reason. Feel free to change things around and/or use the asterisk key for disambiguation. scene SKAOEPB SAOEPB is already the word “seen” so “scene” is written with the K to disambiguate. wolf WOEFL or WOFL While you could write this as WOEL/*F or WOL/*F, it’s just much faster to learn one of these briefs. werewolf lots of outlines You can use WAEUR or WER for the first stroke. However, if you use WER, you will have to to asterisk the second word since there is a potential conflict between the phrase “were wolves” and the word “werewolves”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Problematic words","id":"612","title":"Problematic words"},"613":{"body":"For words like “illuminate” and “immense”, there are multiple way valid outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Strokes starting with EU","id":"613","title":"Strokes starting with EU"},"614":{"body":"First, these words can be written using the same syllabic splitting rules in chapter 15. illuminate EU/HRAOU/PHEU/TPHAEUT immense EU/PHEPBS","breadcrumbs":"Chapter 22: Theory principles wrap-up » Syllabically","id":"614","title":"Syllabically"},"615":{"body":"For some words like “illuminate” and “immobilize”, it is natural to use predictions: illuminate EUL/HRAOU/PHEU/TPHAEUT immobilize EUPL/PHOEBL/KWRAOEUZ Normally, two consonant chords cannot be doubled across two strokes. In the “immobilize” outline, the -PL and PH chords are next to each other in the first and second strokes. However, since the first stroke EUPL is a prefix, this is allowed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefixes","id":"615","title":"Prefixes"},"616":{"body":"For some other words like “immense” and “immune”, using a prefix would not make much sense since the remaining letters would not form a word (“mense” and “mune” are not words). However, words starting with EU are exempt from this rule. Therefore, the following outlines are all valid: immense EUPL/KWREPBS or EUPL/PHEPBS immune EUPL/KWRAOUPB or EUPL/PHAOUPB","breadcrumbs":"Chapter 22: Theory principles wrap-up » Incorrect prefixes","id":"616","title":"Incorrect prefixes"},"617":{"body":"Since EU on its own is the word “I”, I originally had concerns that outlines like EU/HREUFT and EU/SHAOU would cause some issues. Therefore, I opted to make all of these words not adhere to syllabic splitting, and instead force them to be written with prefixes. However, upon closer examination, there are not very many conflicts. Therefore, I’ve added the syllabic splitting outlines, and am keeping the others as fallbacks. Eventually, the incorrect prefixes may be removed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Why","id":"617","title":"Why"},"618":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Chapter 23: End of basic theory","id":"618","title":"Chapter 23: End of basic theory"},"619":{"body":"Congratulations on making it this far! If your goal was to be able to write English text with steno, you’ve certainly achieved it! From here on out, there are only about two or three more things you should be thinking about in your steno journey. Being comfortable with your own dictionary Writing shorter and building finger speed Switching to steno full time (optional) This page will give a quick summary of how to achieve these 3 goals. Later chapters will discuss these in more detail, and are recommended that you read them. However, these chapters will be more like reference pages for you to read and check every so often.","breadcrumbs":"Chapter 23: End of basic theory » End of basic theory!","id":"619","title":"End of basic theory!"},"62":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation are R or -R Sounds like the letter “R” did TK did do TKO Matches the spelling I EU Matches the spelling is S Common word for a single key brief so SO Matches the spelling the -T Common word for a single key brief you U Sounds like the letter “U” . TP-PL Symmetrical shape for the period/full stop. ? KW-PL Shape resembles a rising intonation. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter briefs","id":"62","title":"Chapter briefs"},"620":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Being comfortable with your own dictionary","id":"620","title":"Being comfortable with your own dictionary"},"621":{"body":"English is a complicated language and it would be very difficult to create a theory that covers every single edge case. Furthermore, ensuring that a dictionary is complete and contains every single word is also practically impossible. As such, you may come across words that are just impossible to write using the default Lapwing dictionary. This may be because it does not exist in the dictionary, or the theory is lacking rules that dictate how it should be written. This is where Plover’s lookup tool comes in handy. If you are struggling to write a tricky word, don’t be afraid to just look it up. If several outlines show up in the lookup tool, I would first recommend trying the write-out entry which is the longest outline available . You can also identify the write-out entry as the one that follows theory rules. I will discuss later why you might want to look at any of the shorter outlines later.","breadcrumbs":"Chapter 23: End of basic theory » Looking up words","id":"621","title":"Looking up words"},"622":{"body":"If you’ve used the lookup tool and found that none of the outlines make sense, first try looking at any relevant pages and see if you’ve missed any theory. If you are on Discord, feel free to ask in the #lapwing-theory channel. However, it is possible that these outlines aren’t covered under basic Lapwing theory—you’ve encountered a theory gap! At this point, you can decide to learn one of these outlines, or add your own. To add your own entry, stroke TKUPT to bring up the add translation tool. In the strokes field, start writing the outline you want to add. Then, move to the translation field by pressing TA*B and fingerspelling the word you want to add. It is also very important that you don’t add new outlines to lapwing-base.json. If you intend to update the Lapwing dictionary, you will have to replace this entire file which will throw away any edits you have made.","breadcrumbs":"Chapter 23: End of basic theory » Adding new words","id":"622","title":"Adding new words"},"623":{"body":"We know that prefix strokes generally take precedence over word strokes when there is a conflict. However, sometimes there are more than just one conflicting entry. Here are some examples: Word/prefix Outline bi- PWAOEU buy PWAO*EU by PWEU bye PW*EU Word/prefix Outline di^ TKAOEU or TKEU die TKAO*EU dye TK*EU Word/prefix Outline tri^ TRAOEU try TREU or TRAO*EU At the moment, I have not thought of a consistent way of resolving these conflicts. This is one area where you may want to move around some outlines or come up with your own.","breadcrumbs":"Chapter 23: End of basic theory » An example of a theory gap","id":"623","title":"An example of a theory gap"},"624":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » How do I build speed?","id":"624","title":"How do I build speed?"},"625":{"body":"You need lots and lots of practice. At this point, it’s a good idea to try out sites that aren’t steno-specific. Personally, I spent about an hour or two everyday on typing sites like TypeRacer and Monkeytype after I had learned basic theory. 3 months of practice later, and I was frequently hitting 150 WPM on short TypeRacer quotes. on Monkeytype, I was reaching 180 WPM on the 60 second test. Using these sites are a great way of increasing your finger speed. If you would like to track exactly how fast your finger speed is, I would recommend using a metronome. You can use an app on your phone or a website on desktop. Start the metronome at a speed that you can handle (say, 30 BPM) and try writing some material either through a website (like any of the ones linked) or just writing into a text document. You can then gradually increase the tempo of the metronome until you find your maximum stroke speed. For me, I find this to be where going any faster results in a drop in accuracy. Three to four strokes per second (180 to 240 BPM) is quite fast and adequate for most hobbyists, though professional stenographers often reach five. Some people have also found listening to music and stroking on beat quite effective. If you’re familiar with subdivision, you could get some effective practice even from slow songs.","breadcrumbs":"Chapter 23: End of basic theory » Practice","id":"625","title":"Practice"},"626":{"body":"The other way of writing faster is by learning briefs. These abbreviated outlines are very nice because they allow you to increase your speed without having to move your fingers any quicker—you just have to be able to remember them! Obviously, it’s impossible to learn a brief for every single word, so how do you decide when you want to learn a brief? This is highly personal, but I think a good starting point is whenever you run into a word that is awkward to write. To me, this includes words that have long outlines requiring your fingers to move a lot. Here are some of the briefs I used in the last paragraph: Translation Brief Mnemonic personal PERPBL personal I think SWR-PBG Uses Jeff’s phrasing whenever WH-FR The briefs of “when” + “ever” you U that is THAS this TH into TPHAO into requiring RAOEUR/-G requiring finger TPEURPBG -R folding syllable SEUBL syllable Many of these might seem quite arbitrary, but that’s only because the you have not learned some of the techniques yet! Also, the process of memorizing briefs is quite a lot easier than you might think. Compared to, say, learning vocabulary of another language, learning briefs is much easier. How to learn briefs The easiest way to learn briefs is just by looking them up with Plover’s lookup tool. Whenever you feel like a word or phrase should be briefed, just look it up! Some people also like to learn briefs using Anki and plugins like plover-clippy-2.","breadcrumbs":"Chapter 23: End of basic theory » Learning briefs","id":"626","title":"Learning briefs"},"627":{"body":"","breadcrumbs":"Chapter 24: Phrase briefs » Chapter 24: Phrase briefs","id":"627","title":"Chapter 24: Phrase briefs"},"628":{"body":"One word briefs like SKP, T, TPH, and -T can be quite useful especially as they can also be used in phrases. Here is a non-exhaustive table of some common phrase briefs. Brief Outline Mnemonic “is it” ST “is” + “it” “is the” S-T “is” + “the” “and the” SKP-T “and” + “the” “and he” SKPE “and” + E “and I” SKPEU “and” + EU “and you” SKPU “and” + “you” “at the” TE a t th e (this one is quite arbitrary) “it is” T-S “it” + -S “in the” TPH-T “in” + “the” Again, if you come across a phrase that you think could be briefed, try looking it up first. If an outline is not available, this is where you should add your own! Lapwing doesn’t contain many phrase briefs (compared to other theories), but this is because I recommend learning Jeff’s phrasing. It is a very useful system that is already packaged in the plover-lapwing-aio plugin.","breadcrumbs":"Chapter 24: Phrase briefs » Basic phrase briefs","id":"628","title":"Basic phrase briefs"},"629":{"body":"Jeff’s phrasing system enables writing many common phrases, especially those that involve pronouns and verbs. For example, have a look at the following monkeytype quote: They used to tell me I was building a dream, and so I followed the mob. When there was earth to plow or guns to bear, I was always there, right on the job. They used to tell me I was building a dream with peace and glory ahead. Why should I be standing in line just waiting for bread? Once I built a railroad, I made it run. Made it race against time. Once I built a railroad, now it’s done. Brother, can you spare a dime? Every bolded phrase can be written in one stroke using Jeff’s phrasing. There are likely some that I have also missed, as I personally do not go beyond the basics of Jeff’s phrasing.","breadcrumbs":"Chapter 24: Phrase briefs » Jeff’s phrasing","id":"629","title":"Jeff’s phrasing"},"63":{"body":"I do tip the lad. you are so rad. is the dip bad? did you pat the cat? Answers EU/TKO/TEUP/-T/HRAD/TP-PL U/-R/SO/RAD/TP-PL S/-T/TKEUP/PWAD/KW-PL TK/U/PAT/-T/KAT/KW-PL","breadcrumbs":"Chapter 5: Lapwing setup and basics » Practice sentences","id":"63","title":"Practice sentences"},"630":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that jeff-phrasing.json is in your dictionary stack.","breadcrumbs":"Chapter 24: Phrase briefs » Setup","id":"630","title":"Setup"},"631":{"body":"Jeff’s phrasing is a Magnum-esque phrasing system that allows you to write phrases involving pronouns and verbs. In its most basic form, these are some phrases you can write: I go she does he wants they need we find it runs Jeff’s phrasing works by having pronoun chords on the left side, and verbs on the right side. While this does mean that a lot of the chords are quite arbitrary (since you don’t have vowels to work with), the speed boost you can achieve is well worth it. This is especially the case as Jeff’s phrasing is quite extensive. Pronoun Chord I SWR she SKWHR he KWHR they TWH we TWR it KPWH If you try these chords out on their own, you will find that they output the pronouns by themselves. However, these aren’t particularly useful, so let’s add in some right hand verbs. Verb Chord go -G find -PBLG want -P need -RPG To write a phrase, you just have to combine a pronoun chord and a verb chord. Try some of phrases out! SWR-RPG I need SKWHR-RPG she needs TWH-P they want KPWH-P it wants Notice how Jeff’s phrasing automatically conjugates the verb by adding an ending “s” where appropriate. If you want to see all of the possible verbs and ending chords, take a look at the documentation. Past tense verbs If you want to write a phrase like “I needed”, you only need to add the -D key to indicate past tense. SWR-RPGD I needed SKWHR-RPGD she needed TWH-PD they wanted KPWH-PD it wanted Negation If you want to negate a phrase, use the asterisk key. You can also combine this with the -D key. SWR*RPGD I didn’t need SKWHR*RPG she doesn’t need TWH*P they don’t want KPWH*PD it didn’t want Modifier words You can add in some modifier words in addition to any of the other negation or tense features. Modifier word Chord can A shall O will AO SWRORPGD I should need SKWHRAORPG she will need TWHO*PD they shouldn’t want KPWHOP it shall want","breadcrumbs":"Chapter 24: Phrase briefs » Basics","id":"631","title":"Basics"},"632":{"body":"The documentation lists out a lot more features that I have not outlined in this page. I definitely recommend you keep it bookmarked if you want to learn this system. However, I myself have only learned what I have listed on this page plus a few more ending chords and I still find this system incredibly useful. If I get the time to learn the other features, I will update this page.","breadcrumbs":"Chapter 24: Phrase briefs » Advance usage","id":"632","title":"Advance usage"},"633":{"body":"Basic punctuation and Plover commands were covered in chapter 19 but writing other symbols was not. Lapwing theory really only covers writing English prose, and so symbols is beyond its scope. However, instead of adding every symbol to your dictionary, there are preexisting ones that you can download and use. The same goes for writing keyboard shortcuts, also called “modifiers”. On this page, I’ve listed other dictionaries that I use for symbols and shortcuts. It’s difficult to learn these by drilling them, so instead I recommend referring back to the documentation pages or the graphics made by @sammdot whenever you need to. Printing the graphics out and attaching them to your wall is also very handy.","breadcrumbs":"Chapter 25: Symbols and modifiers » Chapter 25: Symbols and modifiers","id":"633","title":"Chapter 25: Symbols and modifiers"},"634":{"body":"Most dictionaries for writing symbols and modifiers use python dictionaries. In contrast to JSON or RTF dictionaries (which are essentially just lists of outlines and their translations), Python dictionaries generate their translations “on the fly”. When an outline is received, the python dictionary parses each part of the outline and determines how to combine them all in one translation. This is useful for systematic dictionaries such as those for writing keyboard shortcuts and symbols.","breadcrumbs":"Chapter 25: Symbols and modifiers » Python dictionaries","id":"634","title":"Python dictionaries"},"635":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 25: Symbols and modifiers » Setup","id":"635","title":"Setup"},"636":{"body":"This dictionary allows writing any symbol that is available on a regular keyboard. In one stroke, spacing, repetition, and capitalization of the next word can be controlled.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s symbols dictionary","id":"636","title":"Emily’s symbols dictionary"},"637":{"body":"Emily’s symbol dictionary uses a unique starting chord on the left SKWH. This chord does not represent a useful sound in English, so we can be sure any outline with this chord on the left hand side will not conflict with any preexisting words. The right hand determines which symbol to write as well as the repetition. The left hand vowels control the spacing. For example, to write !!!! (space on the right side and next word capitalized) use SKWHO*FRTS. Breaking down this stroke looks like this: SKWH left hand starting chord O insert space on the right * capitalize the next word -FR chord for the exclamation mark -TS repeat 4 times","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"637","title":"Usage"},"638":{"body":"This dictionary allows writing any keyboard shortcut that can be pressed on a regular keyboard.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s modifiers dictionary","id":"638","title":"Emily’s modifiers dictionary"},"639":{"body":"Similar to her symbols dictionary, Emily’s modifier dictionary uses a unique right hand ender chord: -LGTS. As this is a very rare chord, any modifier outline will likely not conflict with any pre-existing outlines. The Ctrl, Shift, Alt, and Super (Windows) keys are pressed with the right index and middle finger and the letter or symbol is pressed with the left hand. To write Ctrl+Shift+C you would write KR-FRLGTS. Breaking down this stroke looks like this: -LGTS right hand ending chord -FR chord for Ctrl and Shift KR chord for C NOTE: if you downloaded Emily’s modifiers dictionary, you will find that the unique ending chord is actually -LTZ by default. It was changed to -LGTS in Lapwing. Keep this in mind if you seek out official documentation on the system.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"639","title":"Usage"},"64":{"body":"Brief Outline Explanation did you TKU TK + U do you TKOU TKO + U is the S-T S + -T so the SOT SO + -T are the R-T R + -T are you RU R + U","breadcrumbs":"Chapter 5: Lapwing setup and basics » Extra briefs","id":"64","title":"Extra briefs"},"640":{"body":"This dictionary enables writing shortcuts with only one hand. Each shortcut is written using two strokes on the left.","breadcrumbs":"Chapter 25: Symbols and modifiers » Abby’s left hand modifiers dictionary","id":"640","title":"Abby’s left hand modifiers dictionary"},"641":{"body":"To write Ctrl+V you would write KHR/SR. Breaking down this outline looks like: KHR chord for Ctrl SR chord for V See the readme for more details.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"641","title":"Usage"},"642":{"body":"I recommend keeping these graphics somewhere easily visible (such as on your wall or on your desktop wallpaper). Instead of drilling random strokes, I suggest just incorporating these systems into your steno computer usage and slowly learning them gradually. Abby’s left hand modifiers dictionary is quite intuitive, and I would start there with simple shortcuts such as copying and pasting.","breadcrumbs":"Chapter 25: Symbols and modifiers » Learning these systems","id":"642","title":"Learning these systems"},"643":{"body":"Lapwing contains some limited movement commands by default. However, if you want to switch to steno full time, you will have to incorporate another method for movement. This chapter goes over the default movement commands in lapwing-base.json as well as some additional methods you can use.","breadcrumbs":"Chapter 26: Editing text » Chapter 26: Editing text","id":"643","title":"Chapter 26: Editing text"},"644":{"body":"","breadcrumbs":"Chapter 26: Editing text » Movement","id":"644","title":"Movement"},"645":{"body":"Here’s a table of all basic movement commands: Outline Description #TPH-R Left arrow key #TPH-P Up arrow key #TPH-B Down arrow key #TPH-G Right arrow key #TPH-FR Home #TPH-LG End #TPH-FPL Top (Ctrl+Home) #TPH-RBG Bottom (Ctrl+End) #TPH-RPG Page up #TPH-FBL Page down The -RPBG cluster can be thought of as arrow keys: Furthermore, other chords have distinctive shapes reminiscent of their purpose. Page up (arrow pointing up) Page down (arrow pointing down) Home (left column) End (right column) Top (top row) Bottom (bottom row) Moving word by word On a regular keyboard, the text cursor can be moved word by word by pressing Ctrl and an arrow key. This can also be done by pressing #TPH-RB and #TPH-BG. Outline Description #TPH-RB Left by one word #TPH-BG Right by one word -TS repetition By including a combination of -T and -S, a movement key command up to 4 times in one stroke. Repetition Key 1 2 -S 3 -T 4 -TS For example, #TPH-GT would move the cursor to the right by three characters and #TPH-BGT would move the cursor to the right by three words. Selection To select text, include the * key in a movement command. Repeating the same command works for incrementing the current selection. For example, #TPH*R/#TPH*R/#TPH*R/#TPH*R will select the 4 letters to the left. Repeat the last command NOTE: for this to work, you will have to disable the lapwing-prefixed-proper-nouns.json dictionary. Instead of writing #TPH*R/#TPH*R/#TPH*R/#TPH*R, the number key can be pressed to repeat the last outline: #TPH*R/#/#/#. NOTE: this requires the plover-last-translation plugin if you are not using plover-lapwing-aio. MacOS commands Replace all occurrences of “Control” with “Alt” in the movement commands if you are on macOS.","breadcrumbs":"Chapter 26: Editing text » Basic movement","id":"645","title":"Basic movement"},"646":{"body":"NOTE: this movement method is not compatible with Javelin. See Appendix C for more details. Setup Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-movement.modal is in your dictionary stack. After verifying that lapwing-movement.modal is in the dictionary stack, go to Configure → Plugins and check the modal_update box as shown below. modal update box Modal dictionaries Moving around a document can be quite tedious especially with such a long starting chord like #TPH. One way to make movement easier is to use a modal dictionary. This is a temporary dictionary that can be turned on and off with a regular outline that also outputs a translation. A modal movement dictionary contains the regular movement strokes, but with the #TPH chord removed. Writing a normal movement stroke will turn this dictionary on, so that every subsequent movement stroke can be written using only the right hand. Writing a non-movement stroke will turn this dictionary back off. NOTE: this plugin is incompatible with some plugins such as plover-clippy. The creator has expressed that it is a bit of a hacky plugin. Semi-modal movement If you do not want to use modal dictionaries, you can also use the semi-modal movement dictionary. This also contains movement strokes without the left hand starting chord. You can download the dictionary from the link above and make sure you add it to the top of your stack. Uncheck the box so that it is disabled by default. The idea is that you can enable this dictionary only when you need to move the text cursor. To achieve this, you will need to add a toggling entry to one of your dictionaries: {PLOVER:TOGGLE_DICT:!semi-modal-movement.json} Now, whenever you want to move the text cursor without having to use a left hand starting chord, just write SKWR (or whatever stroke you chose) and then SKWR again when you’re done.","breadcrumbs":"Chapter 26: Editing text » Modal movement","id":"646","title":"Modal movement"},"647":{"body":"Quick video introducing these two firmware mods: https://youtu.be/UMGT-qyJeJk. First-up chord send Steno keyboards send stroke information to Plover once all keys have been released. You can test this out for yourself. Hold down S and press other keys on the steno layout. Plover will not receive any strokes as long as S (or any other key) is being held down. Once every key has been released, Plover will register the stroke. Alternatively, you could have your keyboard send stroke information once the first key has been released. This is what “first-up chord send” refers to: stroke information is sent to Plover as soon as the first key has been released. This is very useful for repeating movement keys without using a separate dictionary or pressing the entire stroke each time. By holding down the left hand starter chord, you can tap a right hand key repeatedly to move the cursor multiple times. In fact, as long as the left hand starter chord is being held, you can tap any of the right hand movement chords. However, there are two caveats with this technique: firstly, it involves modifying your keyboard’s firmware. Secondly, it may cause your accuracy to drop if you’re writing fast. Personally, wrong strokes are very often detected by Plover when I try to use first-up chord send. It may be that my writing is sloppy and I am not too careful and deliberate about my stroke actions, but I have not been able to get used to this firmware mod. Chord repeat Chord repeat works a lot like holding down a key on a regular keyboard. However, as we often hold chords when we hesitate, it is more useful to double tap a chord and hold to signify that we want to repeat the chord. This technique also requires modifying your keyboard’s firmware. Unlike first-up chord send, I do recommend this and find it very useful. Ecosteno, Multisteno, Splitography, Uni v3 For these keyboards, prebuilt firmware binaries for these mods are available at Josh Gram’s steno-firmware repository. Flashing these firmware files are beyond the scope of this page, and instructions differ from keyboard to keyboard and machine to machine. On Linux, flashing the Multisteno is relatively straightforward as long as dfu-util is installed. I use the following command (where noll_multisteno.bin is the binary): sudo dfu-util -d 1eaf:0003 -a 2 -D \"noll_multisteno.bin\" Javelin compatible devices Javelin is a steno engine that is contained within a keyboard’s firmware. This allows the keyboard to act a steno writer without having to install Plover on the host machine. It is very useful for using steno on multiple devices without having to worry about installing Plover or syncing dictionaries; the entirety of the translation from steno strokes to text happens on the keyboard itself. Javelin is compatible with several steno keyboards such as the Uni v4 and the Polyglot. It is much easier to create custom firmware builds and flash binaries to these keyboards via the Javelin Steno Firmware Builder. By checking the “Show expert options” at the very top of the page, you have the option of enabling first up chord send and/or repeat. If you don’t intend to use Javelin’s embedded steno capability, you can also still use Plover with keyboards that have Javelin firmware. For each keyboard, you will have to press a key combination to switch it into Gemini PR for usage with Plover.","breadcrumbs":"Chapter 26: Editing text » First-up chord send and chord repeat","id":"647","title":"First-up chord send and chord repeat"},"648":{"body":"Copying and pasting of text is done by simply emulating the Ctrl+C and Ctrl+V shortcuts. Using Abby’s left hand modifiers, this would be KHR/KR and KHR/SR respectively. The same goes for cutting text. The following table lists a few helpful strokes for deleting text. It is important to note that using these strokes will mess up any undo history with the *. Outline Translation Description PW-FP {#BackSpace}{^} Backspace PW*FP {#Control(BackSpace)}{^} Backspace the last word (change translation if you’re on Mac) TKHR {#Delete}{^} Delete the next character TKHR* {#Control(Delete)}{^} Delete the next word","breadcrumbs":"Chapter 26: Editing text » Copying, pasting, and deleting text","id":"648","title":"Copying, pasting, and deleting text"},"649":{"body":"If you have learned Plover theory and are considering switching to Lapwing, have a read through of this page before deciding! Plover theory is a perfectly capable theory. After all, Mirabai Knight, the founder of the Open Steno Project, uses it in her professional work as a stenocaptioner. She has graciously provided her own dictionary (main.json) for us hobbyists to use. As with all professional stenographers, she built the majority of this dictionary by herself, having added many of the entries over the years. However, everyone writes differently. In fact, no two stenographers’ dictionaries are ever the same. Many of the entries in main.json are simply what made sense to Mirabai at the time. They do not always follow systematic and rigorous rules. Plover theory itself is not very well defined in some areas; to illustrate this, have a look at all the ways to write “monotonous” in main.json: \"PHO/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHUS\": \"monotonous\",\n\"PHOPB/OT/TPHOUS\": \"monotonous\",\n\"PHOPB/OT/TPHUS\": \"monotonous\",\n\"PHOPB/TOPB/TPHUS\": \"monotonous\",\n\"PHOPB/TPHOT/TPHOUS\": \"monotonous\", There are many different ways to write this word simply because there are no simple rules when it comes to splitting multisyllable words. This would be fine if the dictionary contained every single valid combination, but it doesn’t. After all, it is a very time consuming task to add multiple entries for every single word. In the above example, PHOPB/TPHOT/TPHUS is missing. The learning resources such as Learn Plover! and Art of Chording also do not mention any rules about doubling consonants between strokes or about using OUS vs US. While, I can advise against using US from having used main.json for a year, it is much harder for me to give a recommendation when it comes to doubling consonants in multisyllable words. It is just poorly defined, and the dictionary does not contain any easy to recognize patterns. One more issue with main.json that is illustrated in the example above is the fact that many write-out entries require briefing techniques. In this case, you must drop the third “o” in “monotonous” since it is unstressed in order to write it out. This is fine for speed, but can be confusing for learners. The common wisdom to work around these issues (if you would like to stick with Plover theory and main.json) is to simply just add entries to fill in these gaps. If you do not want to have to drop unstressed vowels, just add the entry yourself. If you disagree with the dictionary’s preference towards OUS, it’s trivial to add the alternative entries. After all, there is no such thing as a “complete” dictionary and stenographers constantly tweak their own. However, I disagree with the notion that learners should be doing this right from the start. This is my motivation behind creating Lapwing theory. It is basically “Plover theory but more defined” in that there is always one outline that is correct for a given pronunciation. I’ve also gone more into detail about my motivation behind creating Lapwing theory on my personal website.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Plover Theory","id":"649","title":"Plover Theory"},"65":{"body":"","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6: Left hand consonants continued","id":"65","title":"Chapter 6: Left hand consonants continued"},"650":{"body":"I created the initial Lapwing dictionary in early 2022 and have been refining it since then. So far, it is in a more or less stable state; I only add miscellaneous entries that I come across in my daily computer usage, or remove bad entries that I discover.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Lapwing theory","id":"650","title":"Lapwing theory"},"651":{"body":"… you have your own rules to work around the inconsistencies of Plover. … you have added well over a few hundred entries already. … you brief quite heavily and have memorized many of those main.json. Lapwing does contain many briefs, but it is still missing quite a few briefs from main.json … you prefer the openness of Plover theory and have adapted your dictionary to your writing style. … you dislike the notion of having a single “correct” way to write out a word. … you are looking for a theory that is not North American centric. Sadly, there are currently no freely available steno theories (that I know of) based on non-North American variants of English.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » You should not learn Lapwing theory if…","id":"651","title":"You should not learn Lapwing theory if…"},"652":{"body":"If you are used to many of the briefs in Plover’s default main.json dictionary, you can use this dictionary in conjunction with Lapwing. Both Plover and Lapwing theory are very similar, and you might benefit from having both dictionaries in your stack. Whether you would like to have lapwing-base above or below main.json is up to you; if you’d like to use Lapwing write-outs as a base and keep Plover briefs secondary, make sure Lapwing is higher up in your stack. On the other hand, if you’d like to prioritize Plover briefs, put main.json above Lapwing. However, main.json has a few issues (mainly compound words) which make it slightly troublesome to use with Lapwing. Therefore, instead of using the stock dictionary, I reccommend using Harri’s Lapwing compatible version of main.json.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Using both main.json and lapwing-base.json","id":"652","title":"Using both main.json and lapwing-base.json"},"653":{"body":"To switch to Lapwing theory from Plover theory, you do not necessarily need to work through every single chapter in Lapwing for Beginners. Below is a summary of the differences between Plover and Lapwing. The relevant chapters are also linked, and it is recommended you read these complete the exercises. You can assume anything not listed to be equivalent to Plover theory. If you would still like to switch to Lapwing theory, I recommend reading through this entire section (and skimming the linked chapters) before finally deciding if trying it out is for you.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Differences","id":"653","title":"Differences"},"654":{"body":"Lapwing theory uses the number key quite extensively for proper nouns (and sometimes as another disambiguator). The number bar on professional machines is in an inconvenient location. Furthermore, the finger you use differs depending on the other keys in the stroke. It is also not possible to include the number key in every single chord. Thumb number keys (thumber keys) aren’t much better either. It is impossible to write #AOEU, for example. Instead, Lapwing theory relocates the number key to the top S key on the left. Please see chapter 5 to configure Plover to use this key.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Top S number key","id":"654","title":"Top S number key"},"655":{"body":"Use KWR* for the initial “y” consonant. yes KWR*ES yurt KWR*URT Please see chapter 6 for practice. Note that this only applies to words that are spelled with a y. Words spelled without a y use no initial consonant chord. use AOUS utility AOU/TEUL/TEU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KWR* for y","id":"655","title":"KWR* for y"},"656":{"body":"Use TP* for the left hand “ph” consonant. phone TPO*EPB morphology PHOR/TPO*/HRO/SKWREU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » TP* for ph","id":"656","title":"TP* for ph"},"657":{"body":"Use WR for the left hand “wr” consonant. wrap WRAP write WRAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WR for wr","id":"657","title":"WR for wr"},"658":{"body":"Use WH for the left hand “wh-” consonant. when WHEPB white WHAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WH for wh","id":"658","title":"WH for wh"},"659":{"body":"The AU vowel has the same sound as O as in “bot”, but is used in words that are not spelled with a single o. bought PWAUT watt WAUT Please see chapter 8 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Usage of AU","id":"659","title":"Usage of AU"},"66":{"body":"Recommended time to spend on this chapter: 1–3 days. Read Left hand f, q, and m and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand g, n, and y and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand z, v, and j and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended pace","id":"66","title":"Recommended pace"},"660":{"body":"Unlike Plover theory, Lapwing exclusively uses *PL for the ending “-mp” sound. bump PW*UPL lamp HRA*PL Please see chapter 9 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » *PL for mp","id":"660","title":"*PL for mp"},"661":{"body":"Use -PLT as a compound cluster for “-ment”. garment TKPWARPLT torment TORPLT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -PLT for ment","id":"661","title":"-PLT for ment"},"662":{"body":"Use -LT as a compound cluster for “-let”. starlet STARLT roulette RAOULT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -LT for let","id":"662","title":"-LT for let"},"663":{"body":"Use KR for the initial c consonant when there is a conflicting word. cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KR to resolve c conflicts","id":"663","title":"KR to resolve c conflicts"},"664":{"body":"Make sure to read chapter 12 for wrapping up basic words. It especially covers scenarios where you must write single syllable words with more than one stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Basic words miscellaneous theory","id":"664","title":"Basic words miscellaneous theory"},"665":{"body":"Lapwing theory prioritizes prefix and suffix strokes for the most “obvious” outlines. For example, OUT is given to the {out^} prefix so you must use O*UT or AOUT to write the word “out”. Suffixes usually use KWR as a linker chord. This chord signifies that the stroke should attach to the previous word. For example, to write the word “flotation”, you would write TPHROET/KWRAEUGS. You should also only use prefixes and suffixes when it semantically makes sense. For example, you would not write the “er” in the word “coriander” using the {^er} suffix since “coriand” is not a root word that the suffix is modifying. Make sure to read chapter 13 for more detail on how prefixes and suffixes work. Here are some common prefix strokes that take precedence over words: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT O*UT or AOUT Either works. on OPB O*PB or AUPB Either works. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Multistroke prefixes also take precedence over multistroke words (e.g., UPB/TKER is the prefix “under-”) and in these cases the word variant is written by using the asterisk key in the second stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Prefixes and suffixes","id":"665","title":"Prefixes and suffixes"},"666":{"body":"Compound words are written by including the asterisk in the first stroke of the second word. eyelash AOEU/HRA*RB grasshopper TKPWRAS/HO*P/*ER Please see chapter 14 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Compound words","id":"666","title":"Compound words"},"667":{"body":"Lapwing theory uses a strict method of splitting syllables. In short, every single stroke should start with a consonant (or KWR) and should not double the same consonant sound across two strokes. bunion PWUPB/KWROPB conscientious KOPB/SHEU/KWREPB/-RBS monotonous PHO/TPHO/TO/TPHUS shatter SHA/TER tomato TO/PHAEU/TOE violet SRAOEU/KWROLT This is one of Lapwing’s key differences, so be sure to read chapter 15 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Syllabic splitting","id":"667","title":"Syllabic splitting"},"668":{"body":"Numbers are written one digit at a time using a right hand numberpad and the number key. numbers Please see chapter 17 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Right hand numberpad","id":"668","title":"Right hand numberpad"},"669":{"body":"Proper nouns are written by including the number key in the first stroke of the proper noun. Bob #PWOB Cameron #KA/PHER/KWROPB","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Proper nouns","id":"669","title":"Proper nouns"},"67":{"body":"Single syllable fqm words drill Single syllable gny words drill Single syllable zvj words drill Chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Useful links","id":"67","title":"Useful links"},"670":{"body":"Be sure to read chapter 21 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Miscellaneous theory principles","id":"670","title":"Miscellaneous theory principles"},"671":{"body":"","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » How to get started","id":"671","title":"How to get started"},"672":{"body":"It is highly recommended that you use the plover-lapwing-aio plugin. This will automatically install the right plugins, dictionaries, and adds some other quality-of-life improvements such as relocating the number key for you and reverting the special number key behaviour. See chapter 5 for setting up Lapwing with this plugin. However, if you already have several dictionaries with Plover theory, you can also just add the Lapwing dictionaries to your stack. All the Lapwing dictionaries are fully compatible with Plover without having to make any modifications. See appendix B for details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Setting up Lapwing","id":"672","title":"Setting up Lapwing"},"673":{"body":"Keep this page bookmarked and refer back to it whenever you run into trouble. Chapters 12, 13, 14, and 15 are especially important and I recommend at least skimming through these before you go “cold turkey” with Lapwing. More tips to come…","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Transitioning to Lapwing","id":"673","title":"Transitioning to Lapwing"},"674":{"body":"This page describes how to manually configure Plover to use Lapwing theory. This is not a recommended method for two reasons: there is a lot of manual work required, and Plover will have a tendency to modify the number key entries, thereby making lookups difficult. If any change is made directly to a Lapwing dictionary, Plover will change all entries with the number key so that they contain numbers in the steno strokes (i.e. #PWOB → 3W0B). To revert this, you will have to redownload the dictionary and update the dictionary in your stack. Therefore, I would suggest installing the plover-lapwing-aio plugin instead of following the instructions on this page.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Setting up Lapwing manually","id":"674","title":"Setting up Lapwing manually"},"675":{"body":"See the Plover wiki page on installing plugins for instructions. Install the following plugins: plover-dict-commands plover-last-translation plover-modal-dictionary plover-python-dictionary plover-stitching Note that you can install all four plugins before restarting Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Install required plugins","id":"675","title":"Install required plugins"},"676":{"body":"In Plover’s main window, go to Configure → Plugins and click on the modal_update box. modal_update If you don’t see this box, make sure you’ve installed the plover-modal-dictionary plugin and restarted Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Enable modal_update","id":"676","title":"Enable modal_update"},"677":{"body":"Download the dictionaries by right clicking the following links and pressing Save link as (or whatever the equivalent is for your browser): jeff-phrasing.py abby-left-hand-modifiers.py emily-modifiers.py emily-symbols.py lapwing-movement.modal lapwing-commands.json lapwing-numbers.json lapwing-uk-additions.json lapwing-proper-nouns.json lapwing-base.json Next, in the Plover main window, click on the green plus button: load dictionary button Select “Load dictionaries” and you will be greeted with a window to select all the dictionaries that you downloaded earlier. Next, click on main.json and press the red X button to delete it from your dictionary stack. Do the same for commands.json. Now, select each dictionary and make sure they are listed in your stack in the same order as shown below by using the blue arrow keys or dragging them around. dictionary stack","breadcrumbs":"Appendix B: Setting up Lapwing manually » Download the dictionaries","id":"677","title":"Download the dictionaries"},"678":{"body":"On professional steno machines, there is a long key that runs at the very top of the steno layout (called the number bar). It is in a somewhat awkward location, but for most mainstream steno theories, it doesn’t matter; it is only used for writing numbers. lever machine layout However, Lapwing theory uses the number key quite extensively (especially in proper nouns) and therefore puts it in a more convenient location. Lapwing removes one of the redundant S keys on the left and replaces it with the number key. top S layout This key is not configured by default, so you will have to change it yourself. In the main window of Plover, go to Configure → Machine. Scroll down to the keymap, and change either S1 or q to # depending on whether you are using Gemini PR or keyboard as the machine. top s remap Triple click on the cell next to the key to open the dropdown. From there, you will be able to change the action to #.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Relocate the number key","id":"678","title":"Relocate the number key"},"679":{"body":"Javelin is an embedded steno engine that runs on several hobbyist steno keyboards. Embedded steno allows a keyboard to act as a steno machine without requiring any software installed on the host device. This is useful for using steno with locked down computers (i.e., school/work machines) or devices that do not support Plover (such as Chromebooks, iOS devices, Linux distros running Wayland, etc). As this book is aimed towards Plover users, instructions specific to the Plover app will be found throughout the chapters. This page contains the afferent instructions for Javelin users in each chapter.","breadcrumbs":"Appendix C: Lapwing with Javelin » Lapwing with Javelin","id":"679","title":"Lapwing with Javelin"},"68":{"body":"TP is “f” as in “fad” KW is “q” as in “quit” PH is “m” as in “mod” f, q, and m on the steno layout","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand f, q, and m","id":"68","title":"Left hand f, q, and m"},"680":{"body":"Chapter 3 provides instructions on using the Plover lookup tool. The Javelin lookup tool can also be used; follow the same tips for affix strokes. There is also a Javelin lookup tool for the onboard dictionaries in your steno keyboard. Although this requires connecting your steno keyboard, any translations you have added will show up here too.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 3","id":"680","title":"Chapter 3"},"681":{"body":"Chapter 4 covers using Steno Jig to learn the layout. To use the Steno Jig layout drills with Javelin, go to the active dictionaries and uncheck all the boxes: dictionaries all unchecked with Javelin NOTE: it does not matter if the dictionaries for your device are different than those in the image above. Simply uncheck every single one. This will make the steno keyboard output the raw keys (rather than any translations), which is necessary for these exercises. Once you have completed chapter 4, make sure to enable the dictionaries again.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 4","id":"681","title":"Chapter 4"},"682":{"body":"Chapter 5 goes over setting up Lapwing with the Plover app. To set up Lapwing with Javelin, first go to the Javelin Firmware Builder. javelin firmware builder First select your hardware in the dropdown menu, and then press the Default Lapwing button. Scroll down to the very bottom of the page for specific instructions on flashing the firmware to your keyboard.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 5","id":"682","title":"Chapter 5"},"683":{"body":"Chapter 26 discusses editing text, and brings up modal dictionaries. These are unfortunately not supported by Javelin. If you follow the set up instructions below, you will by default use the lapwing-semi-modal-movement.json dictionary. You can also experiment with first-up chord send or creating movement key layers.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 26","id":"683","title":"Chapter 26"},"684":{"body":"Some of the content on this page is outdated, incomplete, and inaccurate. It is being worked on. Compound words are always written with the asterisk on the first stroke of the second word. KAOE/PWAO*RD → keyboard TEGT/PWAO*BG → textbook PHOUS/PA*D → mousepad STOR/KWREU/PWAO*BG/-S → storybooks","breadcrumbs":"Theory Reference Guide » Compound words","id":"684","title":"Compound words"},"685":{"body":"Proper nouns are always written with the number key on the first stroke. Everything else is written with the same rules. #A/HREU/SA → Alyssa #PWOB → Bob #PAOE/TER → Peter #AP/-L → Apple #AUS/TRAEUL/KWRA → Australia #HART/PHAPB → Hartman I highly recommend mapping the top S- key to the number key to make it easier to stroke. This also opens up the possibility for more briefs and decreases hesitation when deciding which finger to use for the number key. Unfortunately, due to how Plover handles the number key entries using the number key will not be displayed as shown above. When using the number key, the top row of keys plus A and O are converted to numbers and are stored as such in the dictionary. Looking up “Bob” in the dictionary will result in 3W0B instead of #PWOB","breadcrumbs":"Theory Reference Guide » Proper nouns","id":"685","title":"Proper nouns"},"686":{"body":"If you use something like plover-stenotype-extended where you can map the top S- key to its own key, you can find this other dictionary for proper nouns: https://github.com/AshenColors/lapwing-dict-converter/releases/tag/latest_update If you’d like to use a proper noun prefix stroke instead of a proper noun key, you can use this dictionary and perform a find and replace to insert a prefix stroke.","breadcrumbs":"Theory Reference Guide » Alternative proper noun dictionaries","id":"686","title":"Alternative proper noun dictionaries"},"687":{"body":"See commands.json. Lapwing contains everything from this dictionary by default.","breadcrumbs":"Theory Reference Guide » Movement keys, keyboard shortcuts, commands","id":"687","title":"Movement keys, keyboard shortcuts, commands"},"688":{"body":"The following is a list of commonly used punctuation marks characters. H-F → ? question mark KW-PL → ? shape can be thought of rising inflection as if asking a question TP-BG → ! shape can be thought of as falling inflection when exclaiming TP-PL → . period P-P → . period with no space on either side (when writing decimals) KW-BG → , comma KW-GS → \" opening quotation mark KW*GS → \" closing quotation mark KH-FG → ` opening backtick KH*FG → ` closing backtick PREPB → ( opening parenthesis PR*EPB → ) closing parenthesis TPR-BGT → { opening French bracket TPR*BGT → } closing French bracket PWR-BGT → [ opening bracket PWR*BGT → ] closing bracket KHR-PB → : colon with no spacing STPH-FPLT → : regular colon with a space on the right STPH*FPLT → ; regular semicolon with a space on the right TR*PL → ™ trademark symbol with a space on the right For symbols beyond these where you might require different spacing and capitalization, I recommend Emily’s symbols dictionary.","breadcrumbs":"Theory Reference Guide » Punctuation","id":"688","title":"Punctuation"},"689":{"body":"The conventional number system does not work in lapwing-base.json. You will have to delete all entries containing the glue operator and a number (e.g. {&8}) if you want to use the conventional number system. lapwing-base.json has this system by default. See rh-numpad.json.","breadcrumbs":"Theory Reference Guide » Right hand number pad","id":"689","title":"Right hand number pad"},"69":{"body":"far TPAR flat TPHRAT quill KWEUL quip KWEUP met PHET more PHOR","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"69","title":"Examples"},"690":{"body":"In addition to normal fingerspelling with *, using -FPLT instead of * will put a period after the letter. *FPLT will capitalize the word. -RBGS is used for stitching (requires plover-stitching plugin). Examples: PW*FPLT/KR*FPLT/*EFPLT → B.C.E. AFPLT/P-FPLT/P-FPLT/HR-FPLT/EFPLT → a.p.p.l.e. PW*RBGS/KR*RBGS/*ERBGS → B-C-E ARBGS/P-RBGS/P-RBGS/HR-RBGS/ERBGS → a-p-p-l-e Stroking -FPLT and -RBGS n times will stitch the n words with periods and hyphens retroactively. Examples AP/-L/-FPLT → a.p.p.l.e PHEU/TPHAEUPL/S/#TOD/-RBGS/-RBGS/-RBGS/-RBGS → M-y n-a-m-e i-s T-o-d-d Note: stroking -FPLT does not leave a trailing period.","breadcrumbs":"Theory Reference Guide » Fingerspelling","id":"690","title":"Fingerspelling"},"691":{"body":"The main principles of Plover theory have been left unchanged and Learn Plover! or Art of Chording are fully compatible with this dictionary (apart from word breaks as well as suffixes and prefixes). Although this list is quite long, a lot of these principles are actually part of stock Plover theory which I thought were worth mentioning. *PL is used as the -mp cluster intsead of -FRP Ending sounds that fall out of steno order can be written using right hand consonant strokes HEL/-P → help STRAPBG/-L → strangle HEL/-PL → helm For -F and -T, asterisk is used to prevent conflicts TKEL/*F → delve HREUPL/*F → lymph WURS/*T → wurst Briefer outlines using compound clusters and inversions are also available and should be preferred OR is used for the “or” sound, never OER KWR is used in certain diphthongs such as: SREUD/KWROE → video AEUR/KWRA → area EUPB/SOPL/TPHEU/KWRA → insomnia RAOE/KWRAL/TEU → reality #PHAR/KWROE → Mario HAUP/KWRA → haupia Entries such as HAU/PEU/KWRA (haupia) can be found in the dictionary as fallbacks but are not recommended due to being longer to write. Essentially, KWR is used if the vowel can be approximated with “Y” KHUR is always used for the “chur” sound HREBG/KHUR → lecture KAP/KHUR → capture PHA/KHUR → mature TWAL is used for “chwal” sounds found in words like the following that are usually spelled as “-tual”: SPEU/REU/TWAL → spiritual AOE/SREPB/TWAL → eventual EUPB/TE/HREBG/TWAL → intellectual Alternatively, WAL can be used to represent “-ual” with the T being left to the previous stroke: SPEU/REUT/WAL → spiritual AOE/SREPBT/WAL → eventual EUPB/TE/HREBGT/WAL → intellectual TK*EU is always used for the initial TKEU sound when starting a word. TKEU is reserved for the phrase “did I” TK*EU/REBGT → direct TK*EU/HREU/SKWREPBT → diligent TP*EU is used for sounds spelled with “ph” that are pronounced as “F” TP*EU/SEUBGS → physics TP*EU/HRO/SO/TP*EU → philosophy EU is used for long E when it is spelled with an “I” or a “Y” AR/PE/SKWREU/KWROE → arpegg i o KUFRB/KWREU → curvy PEU/KWRA/TPHOE → piano -RBL is used for the “shl” sound TK*EU/TPE/REPB/-RBL → differential TPAOEU/TPHAPB/-RBL → financial Non-initial “X” can be written using -BGS or some variation of -BG/S EBG/SE/KAOUGS → execution EBG/SEU/SKWREPBS exigence Can also be written EBG/S*EU/SKWREPBS with S* representing “Z” EBG/SULT → exult Can also be written EBG/S*ULT with S* representing “Z” EBG/SES → excess EBGS/TEPBD → extend EBGS cannot be used universally due to syllabic splitting constraints (see Syllabic splitting ) -PLT is used for the “-ment” cluster in addition to be being a suffix SE/-PLT → cement KAFP/-PLT → catchment EBGS/PE/REUPLT → experiment -LT is used for the “-let” cluster in addition to being a suffix A/PHAOULT → amulet KHEUBG/-LT → chiclet SKARLT → scarlet -BL can be used for the “-able” or “-ible” cluster in addition to being a suffix KRAOUS/-BL → crucible PAEURBL → parable A/HROUBL → allowable TEU can be used for the “-ity” cluster in addition to being a suffix SKAEURS/TEU → scarcity STEU → city EUPB/SAPB/TEU → insanity Some variation of US is used for the “us” sound whether it is spelled “ous” or “us” PHO/TPHO/TO/TPHUS → monotonous STAOU/PEPB/TKUS → stupendous TOR/KWRUS → torus RAOEUT/KHUS → righteous AU is used for the “aw” vowel when not spelled with “O” PWAUT → bought PWRAUD → broad PAUPL → palm","breadcrumbs":"Theory Reference Guide » Phonetics","id":"691","title":"Phonetics"},"692":{"body":"Orthography has also largely been preserved with a few exceptions. Much like stock Plover theory, short vowels and schwas are represented with the vowel they are spelt with despite their sound SKO/HRAR → scholar PWE/TER → better WORS → worse SU/PORT → support PHO/TPHEU/TOR → monitor Final Z sounds are represented with -Z if they are spelt as such or help to get around a conflict SREUS/-BL → visible PHEUS/RABL → miserable TPHAOEZ → knees (TPHAOES is niece) SAOEZ → seize Words beginning with “al” are written with AL despite their pronunciations AL/SOE → also AL/SA → alsa AL/TKER → alder Initial “ph” is represented with TP* to differentiate from regular “f” TPO*E/TOE → photo TP*EU/HRO/SO/TP*ER → philosopher Words starting with “X” are always written with KP KPAOEU/HRO/TPO*EPB → xylophone KPEU → xi Words beginning with “Y” use KWR (if there’s a conflict, use KWR* instead) KWREP → yep KWRERPB → yearn Other words drop KWR AOU/TPO*R/KWRA → euphoria AOUS → use UR/KWREUPB → urine Ending “ie” uses AOE KAO/KAOE → cookie WAUBG/KWRAOE → walkie Words beginning with capital “J” can use #STKPW as an alternative to #SKWR #STKPW/TPHEUS → Janice #STKPW/PHAEU/KA → Jamaica Common contractions use asterisk when there’s a conflict WAOER → weir WAO*ER → we’re HAOEL → heel HAO*EL → he’ll For the most part, contractions are just written phonetically, but asterisked variants do exists for most of them as well","breadcrumbs":"Theory Reference Guide » Orthography","id":"692","title":"Orthography"},"693":{"body":"main.json relies a lot on dropping unstressed vowels in order to break up words which is a bit of a challenge to learn especially for non-native speakers. For write-outs, this dictionary does not rely as heavily on dropping unstressed vowels, though, this principle is still used for briefer entries. In order to split a word into multiple strokes syllabically, the following rules should be used: Consonants should not be doubled across strokes e.g., PHE/PHOR/RAOEUZ would not be correct as it doubles the R Strokes after the initial one should not begin with a vowel e.g., PHEPL/OR/AOEUZ is incorrect, the last two strokes begin with vowels Apart from suffix strokes which are special e.g., A*R → “-ar” In essence, every stroke should begin with a consonant and represent a different syllable of a word. There are, of course, exceptions to these rules which are covered later. Examples of using the syllabic splitting method: PHE/PHO/RAOEUZ → memorize TPO*E/TPHE/TEUBG → phonetic PEUBG/KHUR → picture KAL/KAOU/HRAEU/TOR → calculator RE/KOG/TPHEUGS → recognition ABG/TEUF → active AD/HAOE/SEUF → adhesive EUPL/POR/TAPBT → important OE/PWAEU → obey ABG/SES → access Sometimes vowels might have to be spread across multiple strokes and it may be impossible to start a stroke with a consonant. If this is the case, use KWR as a linker between vowels. AOEU/KWROE/HREU → aioli PEU/KWRA/TPHOE → piano Depending on pronuncation, W can also begin a consecutive vowel stroke: AL/TRAOU/WEUS/TEUBG → altruistic KOPB/TKAOU/WEUT → conduit When it is ambiguous as to whether to use W or KWR, outlines containing both should be available. Add alternatives to your dictionary if none of the available are intuitive to you. However, beware of attempting to rely too heavily on linker chords as this dictionary does not use them universally. Attempting to use them excessively will result in thousands of entries needing to be added. The following are words that unnecessarily use the KWR linker: TPRAFRPB/KWRAOEUZ (franchise) ❌ TPRAPB/KHAOEUS ✔️ EUPB/SAOUL/KWREUPB(insulin) ❌ EUPB/SAOU/HREUPB ✔️ HARPS/KWREU/KORD (harpsichord) ❌ HARP/SEU/KORD ✔️ TKPWAL/KWROPB (gallon) ❌ TKPWA/HROPB ✔️","breadcrumbs":"Theory Reference Guide » Syllabic splitting","id":"693","title":"Syllabic splitting"},"694":{"body":"A Plover Discord user harrri#2137 compiled a detailed table of rules to use when splitting syllables. If you are having trouble with splitting syllables, definitely check it out!","breadcrumbs":"Theory Reference Guide » Exceptions to syllabic splitting","id":"694","title":"Exceptions to syllabic splitting"},"695":{"body":"Before you attempt to write a word syllabically, it is important to determine if a word can instead be split differently using prefixes and suffixes. Here are some examples: TAOEFP/*ER (teacher) HRURBG/*ER (lurker) SEPB/TEPBS/-S (sentences) However, do not be too quick to use suffix strokes (especially *ER) on previous translations that are not words on their own. For example, these would be incorrect outlines that should be written using syllabic splitting: SHREPBD/*ER (slender) ❌ SHREPB/TKER ✔️ AOE/RAT/KWREUBG (erratic) ❌ AOE/RA/TEUBG ✔️","breadcrumbs":"Theory Reference Guide » Words that can be written using prefix and/or suffix strokes","id":"695","title":"Words that can be written using prefix and/or suffix strokes"},"696":{"body":"If the first stroke of an outline is a prefix, there is no need to use a linker chord such as KWR on the next stroke: KOE/OR/TKEU/TPHAEUT → coordinate PRE/EPLT → preempt TKEU/AOE/HREBG/TREUBG - dielectric TKEUS/AEUBL → disable","breadcrumbs":"Theory Reference Guide » KWR linker with prefix strokes","id":"696","title":"KWR linker with prefix strokes"},"697":{"body":"Consonants can be doubled if the previous stroke is a prefix and the strokes that follow form a valid word on their own: TKEUS/SOFLS → dissolves TKEUS/SEU/PHEU/HRAR → dissimilar Of course, if it makes sense to you to disregard this exception then feel free to add entries such as TK*EU/SEU/PHEU/HRAR → dissimilar to your dictionary.","breadcrumbs":"Theory Reference Guide » Consonant doubling with prefixes","id":"697","title":"Consonant doubling with prefixes"},"698":{"body":"Words with “ng” such as “mango” would not be able to be defined accurately if consonants could not be doubled across strokes. Thus it is acceptable for these words to double the “G” across strokes: PHAPBG/TKPWOE → mango TPEUPBG/TKPWER → finger SEUPBG/TKPWAOU/HRAR → singular","breadcrumbs":"Theory Reference Guide » Consonant doubling with “ng”","id":"698","title":"Consonant doubling with “ng”"},"699":{"body":"When it comes to vowels that are combined with a final -R, it may be necessary to use suffix strokes and/or the KWR linker in order to preserve the phonetics of the vowel. For example, the word “carry” would have to be written as KAEUR/KWREU as the R changes the sound of the vowel and thus should be kept in the first stroke. If the R was treated as a consonant it was instead split as “ca|rry”, the outline could only be KAEU/REU or KA/REU which are not completely accurate to the pronunciation. Thus, if an R changes the sound of a vowel in a word, it is recommended to keep it with the vowel to preserve its sound and instead use the KWR linker to complete the next stroke. The following are some other examples of words where -R should be kept in the initial stroke: #HRAEUR/KWREU → Larry #TER/KWREU → Terry TOR/KWRUS → torus TPHROR/KWREUFT → florist NOTE: Ending a stroke with -R and starting the next stroke with KWR is preferred in ambiguous situations.","breadcrumbs":"Theory Reference Guide » The problem of the vowel/consonant “R”","id":"699","title":"The problem of the vowel/consonant “R”"},"7":{"body":"Notice how so far sounds have been emphasized rather than spellings of words. In our example, “complicate” is not spelled with a “k” and yet it still uses the K key in the first stroke. The reason for this is that English spelling is quite complicated, but its phonetics are comparatively simple. Steno takes advantage of this by being a primarily phonetic system. In general, words are written based on their pronunciation. The K key represents all “k” sounds, regardless of spelling. However, if steno were completely phonetic, it would be impossible to differentiate between “gait” and “gate”, or “site”, “cite”, and “sight”, or any of the other numerous homophones that English has. For some words, we do have to take spelling into consideration. How exactly this is done is dictated by the rules found in a steno theory.","breadcrumbs":"Chapter 1: Introduction » Steno is primarily phonetic","id":"7","title":"Steno is primarily phonetic"},"70":{"body":"Why not use PH for “f”? After all, this would be easier to remember since “ph” has the same sound as “f”. However, it would be impossible to chord “fl” sounds as the PH and HR chords overlap. PHR already represents the initial “pl” consonants. We would run into ambiguity if we also defined PHR to be the “fl” consonants (e.g., “plat” and “flat”).","breadcrumbs":"Chapter 6: Left hand consonants continued » Wouldn’t PH as “f” make more sense?","id":"70","title":"Wouldn’t PH as “f” make more sense?"},"700":{"body":"As previously mentioned in phonetics , TEU can be used to represent -ity even if not used as a suffix. This is very much a situation that is actually dropping an unstressed vowel in disguise. Consider the two outlines of writing “felicity”: TPE/HREUS/TEU TPE/HREU/SEU/TEU Notice that in the first outline, the second “i” was dropped as it is unstressed. The second outline is not recommended as it uses an extra stroke, making it slower to write. Furthermore, entries with strokes that take the shape of EU/TEU are not necessarily complete as I may have been too tired or lazy when trying to add these in. Thus, try to not use an extra stroke when it comes to TEU. Other examples of when to drop an “i” in such a manner: EBGS/TRE/PHEU/TEU → extremity Can instead be EBGS/TREPL/TEU EUPB/TPEU/TPHEU/TEU → infinity Can instead be EUPB/TPEUPB/TEU SEPB/SEU/TEUF → sensitive Can instead be SEPBS/TEUF Another situation where you should really drop a vowel is where you’ll see a word end with -ly. HAUT/KWREU/HREU → haughtily Can instead be HAUT/HREU (“i” is dropped) TRAO*UT/-FL/KWREU → truthfully Can instead be TRAO*UT/TPHREU (second “u” is dropped) PER/SO*PB/A*L/KWREU → personally Can instead be PER/SO*PB/HREU (“a” is dropped)","breadcrumbs":"Theory Reference Guide » Situations that benefit from dropping unstressed vowels","id":"700","title":"Situations that benefit from dropping unstressed vowels"},"701":{"body":"It is also important to use prefixes and suffixes. A good rule of thumb to determine whether or not it is appropriate to use suffix strokes is to examine what will be written before the suffix stroke. For example, it should be apparent that the word “tester” can be broken into the root word “test” and the suffix “-er” and thus should be written TEFT/*ER as opposed to TES/TER. On the other hand, the word “termite” should be written syllabically since it can’t be broken into smaller parts: TER/PHAOEUT. NOTE: With KWRAOEUT being the “-ite” suffix, it is technically possible to write “termite” as TERPL/KWRAOEUT but that is against the principles of this dictionary. If it is desirable to you to write in this manner, then this dictionary is probably not for you. The following list of words are other examples where suffixes should be used instead of syllabic splitting: HRERPB/*ER → learner *ER → “-er” SE/HREBGT/-BL → selectable -BL → “-able” KUT/-G → cutting -G → “-ing” TPHAOEUF/-S → knives -S → “-s” KAFP/-PLT → catchment -PLT → “-ment” RE/SPOPBD/KWREPBT → respondent KWREPBT → “-ent” TKEUBGS/KWRAEUR/KWREU → dictionary KWRAEUR/KWREU → “-ary” On the other hand, the following are examples of incorrect suffix usage: STAOUD/KWREPBT (student) ❌ STAOU/TKEPBT ✔️ WAUT/*ER (water) ❌ WAU/TER ✔️ SKOL/A*R (scholar) ❌ SKO/HRAR ✔️ For ambiguous situations where it is not clear whether to use suffixes or split a word syllabically, both options should be available to use. And of course, don’t be afraid to add your own alternatives.","breadcrumbs":"Theory Reference Guide » Using prefixes and suffixes","id":"701","title":"Using prefixes and suffixes"},"702":{"body":"As previously mentioned, prefix strokes are not outlines that usually have to be memorized. Most common prefix strokes come about when splitting words syllabically and don’t need much thought. For example, “ex-”, “super-”, and “hetero-” are written as EBGS, SAOU/PER, and HE/TER/KWROE, respectively, as if they were just regular words. With a basic grasp of syllabic splitting, most prefixes should be fairly straightforward. There can also sometimes be multiple entries for the same prefix such as PRE and PRAOE for “pre-” or UL/TRA and ULT/RA for “ultra-”. Whichever works best for a given situation should be used and multiple options are available if there is ambiguity.","breadcrumbs":"Theory Reference Guide » Prefixes","id":"702","title":"Prefixes"},"703":{"body":"Sometimes it is needed to write a prefix outline as a regular word. Take, for example, “super”. This can be a prefix as in “supernatural” or a regular word as in “super awesome”. Since syllabic splitting will go to the prefix form, asterisk is used on the last stroke to obtain the word form. Thus, SAOU/PER/AU/SOPL would output “superawesome” while SAOU/P*ER/AU/SOPL would output “super awesome”. As you write more and more using this dictionary, you will encounter many situations where you intended a word instead of a prefix stroke to be written. When this happens, take note of the prefix and remember the usage of asterisk to prevent this in future. If the prefix form of an outline is accidentally written when the word form was intended, asterisk can be toggled retroactively using #* instead of deleting the whole word and starting over. For example, consider the attempt to write “super awesome”: SAOU/PER/AU/SOPL Instead of pressing the asterisk 4 times and rewriting the entire word, an alternative would be to backspace the last two strokes, toggle asterisk with #* to get the word form, and continue with “awesome”: SAOU/PER/AU/SOPL/*/*/#*/AU/SOPL (9 strokes) SAOU/PER/AU/SOPL/*/*/*/*/SAOU/P*ER/AU/SOPL (12 strokes)","breadcrumbs":"Theory Reference Guide » Prefixes by themselves","id":"703","title":"Prefixes by themselves"},"704":{"body":"Unlike prefixes, most suffixes do have to be memorized but are quite predictable with many following patterns. The following inexhaustive list contains common suffix strokes that should be sufficient for most everyday writing: KWREU → -y KRAEUZ/KWREU → crazy KWREUF → -ive KRAOE/KWRAEUT/KWREUF → creative KWREUFPL → -ism PHAG/TPHET/KWREUFPL → magnetism KWREUPB → -in PHRUG/KWREUPB → plugin KWREUBG → -ic AOEU/KWROPB/KWREUBG → ionic KWREUFT → -ist ART/KWREUFT → artist The following outlines are primarily used in syllabic splitting with KWR representing a diphthong like in words such as “obsidian” (OB/SEUD/KWRAPB). However, by themselves, these outlines are defined without an initial “I” as shown below: KWROPB → -on KWRAPB → -an KWRAPBT → -ant KWREPB → -en KWREPBT → -ent If you come across a word that needs to be defined using one of the above suffixes, use them as is regardless of if a diphthong is present in its pronunciation. For example, “harden” and “alien” would be defined as HARD/KWREPB and AEUL/KWREPB, respectively. The suffix is still the same regardless of if an “I” is present in their spelling. However, if you need to end an arbitrary word with one of the above suffixes with a leading “I”, use an asterisk on the suffix stroke. For example, “hardan” would be written as HARD/KWRAPB while “hardian” would be written as HARD/KWRA*PB. A*R → -ar A*L → -al AEUGS → -ation O*R → -or *ER → -er -PLT → -ment -PBS → -ness -BL → -able -BLT → -ability -L → -le -LT → -let -G → -ing -S → -s -Z → -s ST-BG → -istic SH-PBS → -ishness SH*EUP → -ship","breadcrumbs":"Theory Reference Guide » Suffixes","id":"704","title":"Suffixes"},"705":{"body":"If two homophones must be resolved using asterisk, there are a few aspects of each word that will decide which word gets precedence. If there are repeat letters in a word, that will use asterisk #HART/PHAPB → Hartman #HART/PHA*PB → Hartmann If two words differ in a vowel, (especially with Y or I), the asterisk will go to the word that doesn’t match the vowel as spelt #HREUPB → Lin #HR*EUPB → Lynn “kr” gets precedence over “chr” and “cr” in KR- as it matches the keys more #KREUS/TEU → Kristy #KR*EUS/TEU → Christy Also can be written #KHREUS/TEU “x” and “ks” gets precedence over “kshun” in“ -BGS TRABGS → tracks TRA*BGS → traction RE/TPHREBGS → reflex RE/TPHR*EBGS → reflection The one exception to this rule is TKEUBGS → diction; I like being able to write “dictionary” as TKEUBGS/KWRAER. Seeing “dicks” show up before writing KWRAER seems silly. For conflicts with words ending “i” vs “y”, use EU and KWREU respectively #TE/REU → Terri #TER/KWREU → Terry #SAPL/KWREU → Sammy #SA/PHEU → Sammi","breadcrumbs":"Theory Reference Guide » Conflict resolution","id":"705","title":"Conflict resolution"},"706":{"body":"It’s no secret that writing out syllabically can be quite slow. This dictionary does have some techniques for writing significantly shorter.","breadcrumbs":"Theory Reference Guide » Beyond writing out","id":"706","title":"Beyond writing out"},"707":{"body":"This technique has already been somewhat illustrated in Situations that benefit from dropping unstressed vowels . Figuring out stress can be a bit of a challenge within a word and I unfortunately do not have any tips at this moment, apart from showing a few examples: PHEPL/RAOEUZ → memorize (“o” is dropped) T*EPL/RAEUR/KWREU → temporary (“o” is dropped) TPOFRPB/TPHAT → fortunate (“u” is dropped) KPHAPBD → command (“o” is dropped and remaining word is fit into one stroke) KPHAOUPB/KAEUT → communicate (both the “o” and the “i” are dropped) STKAOEUR → desire (“e” is dropped, and STK serves as “ds” using an inversion) STKPAOER → disappear (“i” and first “a” are both dropped, STK serving as “ds” using an inversion) RUFR → rougher (“e” is dropped, -FR representing the “fer” sound) TKEUFRPBT → different (both “e”’s are dropped, remaining consonants fit into single stroke) EBGS/PERPLT → experiment (“i” is dropped)","breadcrumbs":"Theory Reference Guide » Dropping unstressed vowels","id":"707","title":"Dropping unstressed vowels"},"708":{"body":"Most prefixes are simple to determine but may take multiple strokes. For example, PHE/TKPWA is the mega- prefix which is logical and predictable. However, a stroke can be saved by using PH*EG instead. A few examples are listed below: PHEU/HREU → milli- PH*EUL can instead be used KEU/HROE → kilo- K*EUL can instead be used RE/TROE → retro- RERT can instead be used Suffixes can be shortened in much the same way. For example, the canonical way of writing “dictionary” is TKEUBGS/KWRAEUR/KWREU with KWRAEUR/KWREU representing the -ary suffix. KWRAER serves as a shorter alternative as seen in the following examples: TKO/KAOU/-PLT/KWRAER → documentary TKEUS/PEPBS/KWRAER → dispensary SREUGS/KWRAER → visionary -ory can also be shortened to KWROER: TPABGT/KWROER → factory PRE/EPLT/KWROER → preemptory STA/KHAOUT/KWROER → statutory AER and OER are also special in that they are not just parts of suffixes, but can represent the sounds of -ary and -ory when combined with other consonants. EUPB/SREPB/TOER → inventory OB/HREU/TKPWA/TOER → obligatory UPB/TPHE/SE/SAER → unnecessary ES/KHAOU/WAER → estuary Using AER and OER are great ways to shorten your writing! Whenever you write ____AEUR or ____OR followed by KWREU, remember that these can all be compressed into one stroke!","breadcrumbs":"Theory Reference Guide » Using shorter prefixes and suffixes","id":"708","title":"Using shorter prefixes and suffixes"},"709":{"body":"Ending consonants on the right hand can be combined with ending strokes to fit more sounds into one stroke. For example, -T can be used to represent -ity conjunction with other chords: PRAOEU/KWRORT → priority SAOEPB/KWRORT → seniority EUPB/SAPBT → insanity PHOE/HRAERT → molarity -L can be used in a similar manner to represent -al or -ly: EBGS/TERPBL → external EUPL/PHORL → immoral EUPL/PEURBL → impishly RAOE/SPEBG/TEUFL → respectively -R can be used to represent an ending R sound: SOFT/KWRERPB → softener OERPB → owner KHRAOERPB → cleaner TKAOEURPB → diner","breadcrumbs":"Theory Reference Guide » Folding and stacking sounds on ending strokes","id":"709","title":"Folding and stacking sounds on ending strokes"},"71":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a row TP is the top row pressed by the ring and middle fingers KW is the bottom row pressed by the ring and middle fingers PH is the top row pressed by the middle and index fingers Think “FQM” in steno order (top to bottom, left to right!) fully qualified mountain first quill made","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"71","title":"Mnemonics"},"710":{"body":"Folding suffix keys can come with unintended conflicts (for example, SPEUGT for “spitting” vs “spigot”) but it is an easy way to reduce how many strokes you use. That said, hitting -G, -S, -D, or -Z separately is already quite fast. Folding these keys often requires more finger contortions. Do not feel obliged to fold suffix keys, despite the dictionary containing these entries.","breadcrumbs":"Theory Reference Guide » Folding suffix keys","id":"710","title":"Folding suffix keys"},"711":{"body":"The following words are a few examples of some of using two or more techniques above to form short entries. They should demonstrate how you can write shorter without having to memorize a bunch of briefs or suffix strokes. T*EPL/RAERL → temporarily Dropping the unstressed “o”, using the “AER” compound cluster, and folding a -L to represent “-ly” Written-out form: TEPL/POR/KWRAEUR/KWREU/HREU KA*LG/HRAEUGT → calculating Dropping the unstressed “u” and folding the -G suffix key Written-out form: KAL/KAOU/HRAEUT/-G TAEURLG → tailoring Dropping the unstressed “o” and folding the -G suffix key Written-out form: TAEU/HROR/-G or TAEUL/O*R/-G KOR/KWRARPBD → coriander Using KWR to represent the “i” and folding in -R to represent the “er” Written-out form: KOR/KWREU/KWRAPB/TKER AL/TERPB/TEUFL → alternatively Dropping the unstressed second “a” and folding a -L to represent “-ly” Written-out form: AL/TER/TPHA/TEUF/HREU ERTD → editor Dropping the unstressed “i” and folding in -R to represent the “or” Written-out form: ED/KWREUT/O*R","breadcrumbs":"Theory Reference Guide » Examples of short entries that I might use","id":"711","title":"Examples of short entries that I might use"},"712":{"body":"By default lapwing-base.json mainly only contains American spellings of words. lapwing-uk-additions.json adds UK spellings which is fully compatible and conflict free (with a few exceptions) to lapwing-base.json. It allows writing of UK spellings without having to turn dictionaries on and off. I made this dictionary mainly with Australian and Canadian English in mind. If you primarily write British English and wish to replace all American spellings, then this dictionary might not be ideal for you.","breadcrumbs":"Theory Reference Guide » UK Spellings","id":"712","title":"UK Spellings"},"713":{"body":"Switching with #TPH ae spellings ise spellings ll spellings oe spellings ou spellings re spellings Miscellaneous briefs","breadcrumbs":"Theory Reference Guide » Dictionary contents","id":"713","title":"Dictionary contents"},"714":{"body":"Writing #TPH after any translation will switch the previous word into its British variant (if it exists in the dictionary). Unfortunately, there is currently a limitation that requires all suffix keys (-G, -S,-D and -Z) to either be folded into the last stroke or written after the #TPH chord. For example, the following attempt to write “accessorising” will not work: ABG/SE/SOR/KWRAOEUZ/-G/#TPH Instead write it as either of the following: ABG/SE/SOR/KWRAOEUZ/#TPH/-G ABG/SES/KWROR/KWRAOEUGZ/#TPH Using #TPH is the recommended method that will always work when switching to British spellings. There are a few shorter models listed below, but they are not guaranteed to always work.","breadcrumbs":"Theory Reference Guide » Switching with #TPH","id":"714","title":"Switching with #TPH"},"715":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE Examples: EPB/SAOEU/KHROE/PAE/TKEU/KWRA → encyclopaedia AET/KWROLG → aetiology","breadcrumbs":"Theory Reference Guide » ae spellings","id":"715","title":"ae spellings"},"716":{"body":"Words spelled with “ise” use AOEUS or AOEUF (when folding in ending sounds). Examples: PHAG/PHE/TAOEUS → magnetise STAEUBL/KWRAOEUFR → stabiliser AOUT/HRAOEUFG → utilising","breadcrumbs":"Theory Reference Guide » ise spellings","id":"716","title":"ise spellings"},"717":{"body":"The rule discussed in conflict resolution is utilized where asterisk is used on the stroke with the double “L”. Examples: RAOE/TPAO*ULG → refuelling RE/SR*EL/*ER → reveller NOTE: because of this rule, single l spellings such as “instal” or “fulfil” are not possible using any method other than #TPH","breadcrumbs":"Theory Reference Guide » ll spellings","id":"717","title":"ll spellings"},"718":{"body":"Words spelled with “oe” are written with OE Examples: OES/TROE/SKWREPB → oestrogen HOEPL/KWROE/PA*T → homoeopath AOE/TKOE/PHA → edoema","breadcrumbs":"Theory Reference Guide » oe spellings","id":"718","title":"oe spellings"},"719":{"body":"Any spellings with “ou” instead of “o” can be written using OU. Examples: TPHAEU/PWOUR → neighbour KAPB/TKOUR → candour KOL/O*UR → colour","breadcrumbs":"Theory Reference Guide » ou spellings","id":"719","title":"ou spellings"},"72":{"body":"Single syllable fqm words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"72","title":"Section practice"},"720":{"body":"The stroke with ER is asterisked. There is no “-re” suffix currently and so any outlines normally written with *ER does not fall under this method. Examples: KA/HREU/PW*ER → calibre PHAOEU/T*ER → mitre HREU/T*ER → litre","breadcrumbs":"Theory Reference Guide » re spellings","id":"720","title":"re spellings"},"721":{"body":"Asterisk extravaganza! Just asterisk whenever possible. Examples: PHAO*ERT → metre *ORG → organise HRA*EUBLG → labelling TPHA*EURB → neighbour","breadcrumbs":"Theory Reference Guide » Miscellaneous briefs","id":"721","title":"Miscellaneous briefs"},"722":{"body":"","breadcrumbs":"Glossary » Glossary","id":"722","title":"Glossary"},"723":{"body":"An abbreviated outline used for greater speed that does not follow basic theory.","breadcrumbs":"Glossary » brief","id":"723","title":"brief"},"724":{"body":"A group of keys pressed all at once.","breadcrumbs":"Glossary » chord","id":"724","title":"chord"},"725":{"body":"A situation where two translations would normally be mapped to the same steno outline.","breadcrumbs":"Glossary » conflict","id":"725","title":"conflict"},"726":{"body":"A file used by a steno engine to translate from outlines to the output translation.","breadcrumbs":"Glossary » dictionary","id":"726","title":"dictionary"},"727":{"body":"Two distinct vowel sounds that blend together.","breadcrumbs":"Glossary » diphthong","id":"727","title":"diphthong"},"728":{"body":"A section in a dictionary that defines the translation of a steno outline.","breadcrumbs":"Glossary » entry","id":"728","title":"entry"},"729":{"body":"A technique to output words letter-by-letter.","breadcrumbs":"Glossary » fingerspelling","id":"729","title":"fingerspelling"},"73":{"body":"TKPW is “g” as in “get” NOTE: TKPW is only used for the “hard g” sound. For example, the word “gel” would not use TKPW as the initial consonant is a “soft g” (a “j” sound). TPH is “n” as in “not” KWH is “y” as in “yet” KWH is pressed using the left hand ring, middle, and index fingers KWH is only used when the word starts with the letter “y”; if a word has a “y” sound but doesn’t start with a “y”, simply don’t use a left hand consonant chord.","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand g, n, and y","id":"73","title":"Left hand g, n, and y"},"730":{"body":"Including keys in a previous stroke (with disregard to steno order) to fit in more sounds.","breadcrumbs":"Glossary » folding","id":"730","title":"folding"},"731":{"body":"","breadcrumbs":"Glossary » glide","id":"731","title":"glide"},"732":{"body":"International Phonetic Alphabet; a system of symbols used internationally to represent sounds in all human languages.","breadcrumbs":"Glossary » IPA","id":"732","title":"IPA"},"733":{"body":"The property of a regular keyboard to detect multiple key presses simultaneously.","breadcrumbs":"Glossary » N-key rollover","id":"733","title":"N-key rollover"},"734":{"body":"Relating to spelling.","breadcrumbs":"Glossary » orthographic","id":"734","title":"orthographic"},"735":{"body":"One or more strokes that form a translation.","breadcrumbs":"Glossary » outline","id":"735","title":"outline"},"736":{"body":"Relating to pronunciation.","breadcrumbs":"Glossary » phonetic","id":"736","title":"phonetic"},"737":{"body":"A free and open source steno engine for Linux, Mac, and Windows.","breadcrumbs":"Glossary » Plover","id":"737","title":"Plover"},"738":{"body":"A textual representation of the steno strokes pressed before being translated.","breadcrumbs":"Glossary » raw steno","id":"738","title":"raw steno"},"739":{"body":"A program used to translate steno outlines to text.","breadcrumbs":"Glossary » steno engine","id":"739","title":"steno engine"},"74":{"body":"gloss TKPWHROS gull TKPWUL nap TPHAP net TPHET yet KWHET yes KWHES use AOUS","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"74","title":"Examples"},"740":{"body":"A steno engine embedded on a keyboard’s firmware; allows for plug-and-play stenography with no setup required on the host machine.","breadcrumbs":"Glossary » embedded steno engine","id":"740","title":"embedded steno engine"},"741":{"body":"A keyboard made primarily by hobbyists and for hobbyists for use with stenography. A Nolltronics Multisteno","breadcrumbs":"Glossary » steno keyboard","id":"741","title":"steno keyboard"},"742":{"body":"A machine (can be standalone requiring no host machine) for stenography by professional court reporters and captioners. NOTE: some use “steno machine” to refer to any stenographic input device (such as hobbyist steno keyboards). A Stenograph Wave","breadcrumbs":"Glossary » steno machine","id":"742","title":"steno machine"},"743":{"body":"Any stenographic input device.","breadcrumbs":"Glossary » steno writer","id":"743","title":"steno writer"},"744":{"body":"The order in which sounds should fall on","breadcrumbs":"Glossary » steno order","id":"744","title":"steno order"},"745":{"body":"Synonymous with chord as a noun; can also be used as a verb to describe the action of pressing a chord.","breadcrumbs":"Glossary » stroke","id":"745","title":"stroke"},"746":{"body":"A stroke that attaches to words.","breadcrumbs":"Glossary » affix stroke","id":"746","title":"affix stroke"},"747":{"body":"A stroke that outputs a prefix and suppresses the next space.","breadcrumbs":"Glossary » prefix stroke","id":"747","title":"prefix stroke"},"748":{"body":"A stroke that outputs a suffix and attaches to the previous word.","breadcrumbs":"Glossary » suffix stroke","id":"748","title":"suffix stroke"},"749":{"body":"A Lapwing technique for splitting multisyllable words into steno strokes.","breadcrumbs":"Glossary » syllabic splitting","id":"749","title":"syllabic splitting"},"75":{"body":"Feel free to come up with your own or even suggest some! Grapes nourish you TKPW is a group of 4 keys pressed by the ring and middle fingers TPH is a row of 3 keys pressed by the ring, middle, and index fingers KWH is three keys in a rising shape, like the intonation when asking “why?”","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"75","title":"Mnemonics"},"750":{"body":"A set of rules that govern how words are broken down into steno outlines.","breadcrumbs":"Glossary » steno theory","id":"750","title":"steno theory"},"751":{"body":"The principles of Lapwing theory that encompass the rules for writing English text.","breadcrumbs":"Glossary » basic theory","id":"751","title":"basic theory"},"752":{"body":"The output (text, keyboard shortcut, etc) of a steno outline.","breadcrumbs":"Glossary » translation","id":"752","title":"translation"},"753":{"body":"An outline that follows basic theory.","breadcrumbs":"Glossary » write-out","id":"753","title":"write-out"},"76":{"body":"Single syllable gny words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"76","title":"Section practice"},"77":{"body":"S* is “z” as in “zit” SR is “v” as in “vat” SKWR is “j” as in “job”","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand z, v, and j","id":"77","title":"Left hand z, v, and j"},"78":{"body":"Feel free to come up with your own or even suggest some! The “z” sound is similar to the “s” sound and thus they only differ in the asterisk key The chemical element strontium (symbol Sr) is not vanadium SKWR is just the bottom row of the left hand","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"78","title":"Mnemonics"},"79":{"body":"zap SA*P zip S*EUP var SRAR ver SRER jib SKWREUB jot SKWROT","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"79","title":"Examples"},"8":{"body":"A steno theory refers to the set of rules that govern how words are broken down. While the basics (such as everything mentioned so far) are more or less the same between theories, there are some subtle differences. When it comes to learning English steno, it is not important which theory to start off with—it isn’t difficult to switch between them. The primary way steno theories differ is in their philosophy. For example, Phoenix theory is based off of a comprehensive set of rules that make it easy to break down complicated words. On the other side of the spectrum, Magnum theory places more emphasis on learning words themselves through rote memorization. In essence, there are fewer strict rules, but more arbitrary outlines to remember. Most steno theories (like the previously mentioned ones) are not free and require you to purchase textbooks along with their dictionaries. The only free theories (as of this writing) are Lapwing theory, Plover theory, and Platinum theory. Unfortunately, most steno theories are also quite specific to one accent. In particular, all of the mentioned theories are all based on a General North American accent. It may be difficult to learn one of these theories for those that speak a different variant of English; being able to comfortably subvocalize with an American accent is important. There has been one effort in the Open Steno community to create a theory based for non-rhotic accents (i.e., British English), but I cannot recommend it as the dictionary is not very complete.","breadcrumbs":"Chapter 1: Introduction » Steno theories","id":"8","title":"Steno theories"},"80":{"body":"Single syllable zvj words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"80","title":"Section practice"},"81":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6 test","id":"81","title":"Chapter 6 test"},"82":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended completion goal","id":"82","title":"Recommended completion goal"},"83":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation again TKPWEPB Drops the first vowel and SKP Completely arbitrary, but useful in phrases ask SK Drops the first vowel before PW-FR Drops all vowels have SR have it T it no TPHO Matches the spelling said SED Completely phonetic very SRE very NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter briefs","id":"83","title":"Chapter briefs"},"84":{"body":"I ask the mod again and again. before you said you quit. is it fit? yes I got it. no it is very well. Answers EU/SK/-T/PHOD/TKPWEPB/SKP/TKPWEPB/TP-PL PW-FR/U/SED/U/KWEUT/TP-PL S/T/TPEUT/KW-PL KWR*ES/EU/TKPWOT/T/TP-PL TPHO/T/S/SRE/WEL/TP-PL","breadcrumbs":"Chapter 6: Left hand consonants continued » Practice sentences","id":"84","title":"Practice sentences"},"85":{"body":"Brief Outline Explanation and you SKPU SKP + U and I SKPEU SKP + EU and the SKP-T SKP + -T so the SOT SO + -T are the R-T R + -T are you RU R + U have you SRU SR + U is it ST S + T it is T-S T + -S (for “is”)","breadcrumbs":"Chapter 6: Left hand consonants continued » Extra briefs","id":"85","title":"Extra briefs"},"86":{"body":"","breadcrumbs":"Chapter 7: Vowels » Chapter 7: Vowels","id":"86","title":"Chapter 7: Vowels"},"87":{"body":"Recommended time to spend on this chapter: 2–6 days. Read OE, OU, and OEU and complete the drill ( 25 minutes ) Repeat the drill as needed Read AEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOU and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 7: Vowels » Recommended pace","id":"87","title":"Recommended pace"},"88":{"body":"Single syllable OE, OU, and OEU words drill Single syllable AEU words drill Single syllable AOU words drill Chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Useful links","id":"88","title":"Useful links"},"89":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 7: Vowels » Intro","id":"89","title":"Intro"},"9":{"body":"The keys pressed in an outline are translated to text that shows up on screen via a steno engine . This is a program on a computer, or is embedded in a keyboard’s firmware. Steno engines use large files called dictionaries that simply contain 1-to-1 translations between steno outlines and their output. This makes steno entirely deterministic and predictable. For example, here is one section from Lapwing theory dictionary: \"TKUR/KWRABLT\": \"durability\",\n\"TKUR/KWRES\": \"duress\",\n\"TKUR/KWRUPL\": \"durum\",\n\"TKUR/PWHREU\": \"durably\",\n\"TKUR/AEUGS\": \"duration\",\n\"TKUR/-BL\": \"durable\",\n\"TKUR/-BLT\": \"durability\",\n\"TKURPB\": \"durn\",\n\"TKURBL\": \"durable\", Many steno dictionaries have upwards of hundreds of thousands of entries . It’s important to remember that the majority of these are predictable as they follow the rules governed in a steno theory. Stenographers don’t simply just memorize every single entry in their dictionary—that would be insane! This, however, does bring up the concern of what to do when a word is not defined in a a stenographer’s dictionary. In these cases, there is a technique for letter-by-letter input (called fingerspelling ). This technique is rather slow (~40 WPM), but it is not a common occurrence. Furthermore, a good stenographer is expected to add any outlines they find missing according to their theory rules. There is no such thing as a word that is difficult to represent in steno strokes. A good theory will provide a set of rules that makes it very easy to break down a complicated word into simple steno strokes. Another important feature of steno (due in part to its usage of dictionaries) are abbreviated entries, or briefs . These are outlines that do not 100% follow basic theory rules. They contain fewer strokes and, as a result, are faster to write. This helps for building speed and are often used for the most common words in English. Non-word translations Steno’s usage of dictionaries also allows for non-word translations such as symbols, keyboard shortcuts, arrow keys, commands, and so on. It is a myth that steno can only be used to write English text; there are many systems that easily mesh with English steno theories that can allow you to write anything that a regular keyboard can. These systems do not use the phonetics of English steno theories, but rather shapes and chords that are simple and easy to remember. If you’ve memorized the locations of keys on a QWERTY keyboard (even just a few), you’ve easily got the mental flexibility to use steno for non-word translations. Some hobbyists can even use steno for coding and steno with vim! Of course, that’s not to say that everyone should use steno for these purposes, but it is certainly possible and some people prefer it over using a regular keyboard. This series will focus on writing English prose, but in later chapters I will discuss tools that allow you to use steno for editing text, controlling your computer, and even a little coding!","breadcrumbs":"Chapter 1: Introduction » How steno works from the software side","id":"9","title":"How steno works from the software side"},"90":{"body":"oe ou and oeu OE is the long o vowel as in “tote” /oʊ/ Linguistically, calling this a long vowel is incorrect (this is actually a diphthong), but it’s what most people would be familiar with (see here). OU is the “ow” sound as in “cow” /aʊ/ OUR is the sound as in “hour” /aʊ ər/ OEU is the sound as in “toy” /ɔɪ/","breadcrumbs":"Chapter 7: Vowels » OE, OU, and OEU","id":"90","title":"OE, OU, and OEU"},"91":{"body":"foe TPOE sow SOE now TPHOU power POUR coil KOEUL soy SOEU","breadcrumbs":"Chapter 7: Vowels » Examples","id":"91","title":"Examples"},"92":{"body":"Feel free to come up with your own or even suggest some! The word “foe” is spelled with the letters OE. Apply this to other words with the same vowel sound! The word “our” is spelled with OU. OEU can be thought of as O + EU or “oi” which resembles its pronunciation and spelling (as in the word “s oi l”)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"92","title":"Mnemonics"},"93":{"body":"Single syllable OE, OU, and OEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"93","title":"Section practice"},"94":{"body":"aeu AEU is the long a vowel as in “pay” /eɪ/ NOTE: be careful with words like “bag”, “tank”, and “sag”; these use A for /æ/ and not AEU. The difference is subtle, but try to convince yourself that these are different vowels. AEUR is the sound as in “pair” /ɛr/","breadcrumbs":"Chapter 7: Vowels » AEU","id":"94","title":"AEU"},"95":{"body":"day TKAEU lay HRAEU care KAEUR pair PAEUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"95","title":"Examples"},"96":{"body":"Feel free to come up with your own or even suggest some! AEU can be thought as A + EU or “ai” which resembles its pronunciation and spelling (as in the word “paid”) If the notion of long vowels and short vowels (as described above) is familiar, AEU can be thought of as transforming the A key into a long a by combining it with the two keys on the other side Long a = A + (vowel keys on other hand)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"96","title":"Mnemonics"},"97":{"body":"Single syllable AEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"97","title":"Section practice"},"98":{"body":"aou AOU represents two different sounds: The long u sound as in “cube” /ju/ The “oo” sound as in “glue” /u/ Only when the sound is not spelled with “oo” E.g., “loo” would not use AOU AOUR is the sound as in “c ur e” /ʊər/","breadcrumbs":"Chapter 7: Vowels » AOU","id":"98","title":"AOU"},"99":{"body":"ew AOU sue SAOU lure HRAOUR pure PAOUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"99","title":"Examples"}},"length":754,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"273":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"394":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":17,"docs":{"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"208":{"tf":1.0},"23":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"499":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"540":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"203":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":5,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.4142135623730951},"661":{"tf":1.0},"662":{"tf":1.0}}},"2":{"df":5,"docs":{"207":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"703":{"tf":1.0}}},"3":{"df":5,"docs":{"232":{"tf":1.0},"234":{"tf":1.0},"251":{"tf":1.4142135623730951},"665":{"tf":1.0},"673":{"tf":1.0}}},"4":{"df":3,"docs":{"253":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"108":{"tf":2.23606797749979},"19":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.4142135623730951},"35":{"tf":1.0},"499":{"tf":1.0},"523":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"667":{"tf":1.0},"673":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"6":{"df":11,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"285":{"tf":1.0},"496":{"tf":1.4142135623730951},"62":{"tf":1.0},"83":{"tf":1.0}}},"7":{"df":2,"docs":{"498":{"tf":1.0},"668":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":2,"docs":{"20":{"tf":1.0},"532":{"tf":1.0}}},"9":{"df":2,"docs":{"542":{"tf":1.0},"633":{"tf":1.0}}},"df":28,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"120":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.4142135623730951},"533":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"645":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"233":{"tf":1.0},"499":{"tf":1.0}}},"3":{"df":5,"docs":{"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"66":{"tf":1.0}}},"4":{"df":1,"docs":{"144":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":5,"docs":{"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"144":{"tf":1.7320508075688772},"166":{"tf":2.0},"186":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":2.0},"286":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"540":{"tf":1.0},"547":{"tf":1.0},"66":{"tf":2.0},"87":{"tf":1.0}}},"1":{"df":2,"docs":{"564":{"tf":1.0},"670":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":1,"docs":{"581":{"tf":1.0}}},"3":{"df":1,"docs":{"618":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":1,"docs":{"627":{"tf":1.0}}},"5":{"df":2,"docs":{"633":{"tf":1.0},"87":{"tf":1.0}}},"6":{"df":3,"docs":{"21":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.4142135623730951}}},":":{"4":{"1":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"108":{"tf":1.0},"266":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"625":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":10,"docs":{"170":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"540":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"703":{"tf":1.0},"75":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"288":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"151":{"tf":1.0},"208":{"tf":1.7320508075688772},"233":{"tf":1.0},"246":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"500":{"tf":1.0},"540":{"tf":1.0},"60":{"tf":1.4142135623730951},"654":{"tf":1.0},"672":{"tf":1.0},"682":{"tf":1.4142135623730951}},"–":{"1":{"0":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"233":{"tf":1.0},"625":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"540":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.0},"210":{"tf":1.0},"540":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"8":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"288":{"tf":1.0}}},"df":6,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"138":{"tf":1.4142135623730951},"540":{"tf":1.0},"659":{"tf":1.0},"689":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":6,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"540":{"tf":1.0},"660":{"tf":1.0},"703":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":3,"docs":{"242":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":1,"docs":{"260":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"260":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"125":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"626":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"640":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"541":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"236":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":1,"docs":{"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"472":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"244":{"tf":1.0},"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"509":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"681":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"277":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"531":{"tf":1.4142135623730951},"587":{"tf":1.4142135623730951},"8":{"tf":2.0},"89":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"217":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"525":{"tf":1.0},"54":{"tf":1.0},"698":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"42":{"tf":1.4142135623730951},"496":{"tf":1.0},"60":{"tf":1.0},"693":{"tf":1.0},"81":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.0},"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0},"566":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"273":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":1,"docs":{"555":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"280":{"tf":1.0},"619":{"tf":1.4142135623730951},"631":{"tf":1.0},"646":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"536":{"tf":1.0},"583":{"tf":2.23606797749979}}}}}}},"t":{"df":3,"docs":{"472":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"191":{"tf":1.0},"242":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0},"745":{"tf":1.0}}}},"v":{"df":3,"docs":{"245":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"136":{"tf":1.0},"217":{"tf":1.0},"257":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"639":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"651":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":34,"docs":{"215":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"280":{"tf":1.0},"37":{"tf":1.0},"463":{"tf":1.0},"49":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"546":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":2.449489742783178},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":2.0},"650":{"tf":1.0},"672":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"631":{"tf":1.0},"643":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"567":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"463":{"tf":1.0},"500":{"tf":1.4142135623730951},"531":{"tf":1.0},"579":{"tf":1.0},"612":{"tf":1.0},"617":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"680":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"625":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"257":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"632":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"509":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"273":{"tf":1.0},"503":{"tf":1.0},"571":{"tf":1.7320508075688772},"713":{"tf":1.0},"715":{"tf":1.7320508075688772}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":3,"docs":{"507":{"tf":1.0},"708":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}}},"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"104":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"128":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"297":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":4,"docs":{"127":{"tf":1.0},"244":{"tf":1.0},"450":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"405":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"679":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"235":{"tf":1.0},"250":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.0},"680":{"tf":1.0},"746":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"621":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"405":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.4142135623730951},"628":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"629":{"tf":1.0},"649":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.4142135623730951},"277":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"679":{"tf":1.0},"82":{"tf":1.0}}},"o":{"df":11,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"693":{"tf":1.0}}}}},"r":{"df":1,"docs":{"450":{"tf":1.0}}},"t":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":6,"docs":{"226":{"tf":1.0},"245":{"tf":1.0},"601":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"709":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":2.0}}}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"248":{"tf":1.0},"260":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"604":{"tf":1.0},"615":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0},"740":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"238":{"tf":1.0},"26":{"tf":1.0},"566":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"551":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"732":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"136":{"tf":2.0},"151":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"586":{"tf":1.7320508075688772},"587":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.4142135623730951},"612":{"tf":2.6457513110645907},"628":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"612":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"273":{"tf":1.0},"280":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"381":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"596":{"tf":1.4142135623730951},"598":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"53":{"tf":1.0},"555":{"tf":1.0},"680":{"tf":1.0},"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":19,"docs":{"124":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"269":{"tf":1.4142135623730951},"44":{"tf":1.0},"486":{"tf":1.0},"531":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.4142135623730951},"226":{"tf":1.0},"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.7320508075688772},"568":{"tf":1.0},"575":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"612":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"229":{"tf":1.0},"230":{"tf":1.0},"487":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"198":{"tf":1.0},"214":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"522":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"643":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"231":{"tf":1.0},"653":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"210":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"213":{"tf":1.0},"29":{"tf":1.0},"631":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"273":{"tf":2.0},"692":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"182":{"tf":1.0},"464":{"tf":1.0}}},"df":1,"docs":{"341":{"tf":1.0}}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"277":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"29":{"tf":1.4142135623730951},"310":{"tf":1.0},"654":{"tf":1.0},"716":{"tf":1.0}},"f":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"218":{"tf":1.0},"276":{"tf":1.0},"336":{"tf":1.0},"655":{"tf":1.0},"692":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"218":{"tf":1.0},"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"98":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"329":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"551":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"340":{"tf":1.0}}},"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"685":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"500":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"582":{"tf":1.0},"655":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.4142135623730951},"276":{"tf":1.0},"631":{"tf":1.0},"701":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"278":{"tf":1.7320508075688772},"691":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"273":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"611":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"704":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"234":{"tf":1.0},"242":{"tf":1.4142135623730951},"693":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"121":{"tf":1.0},"29":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"509":{"tf":1.4142135623730951},"528":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"149":{"tf":1.0},"280":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.0},"478":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"645":{"tf":2.8284271247461903},"677":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"58":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"474":{"tf":1.0},"622":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"225":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"286":{"tf":1.0},"653":{"tf":1.0}}}}},"t":{"df":1,"docs":{"558":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"158":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"26":{"tf":2.0},"261":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":3.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.4142135623730951},"631":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"539":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":5.0990195135927845},"633":{"tf":1.0},"665":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"693":{"tf":1.4142135623730951},"695":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"509":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":11,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"381":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.4142135623730951},"691":{"tf":1.0}},"f":{"df":2,"docs":{"480":{"tf":1.0},"610":{"tf":1.0}},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"685":{"tf":1.0}},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.0},"521":{"tf":1.0},"555":{"tf":1.0},"631":{"tf":1.0},"672":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"270":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"566":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"636":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"622":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"333":{"tf":1.0},"339":{"tf":1.0},"427":{"tf":1.0},"626":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"290":{"tf":1.0},"406":{"tf":1.0},"521":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.0},"27":{"tf":1.0},"648":{"tf":1.7320508075688772},"703":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"63":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":3,"docs":{"57":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"39":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.0},"652":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"584":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"i":{"c":{"df":37,"docs":{"19":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"645":{"tf":1.4142135623730951},"649":{"tf":1.0},"664":{"tf":1.4142135623730951},"702":{"tf":1.0},"723":{"tf":1.0},"751":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":18,"docs":{"182":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"56":{"tf":1.4142135623730951},"608":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0},"690":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"629":{"tf":1.0}}},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"566":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"647":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":2.449489742783178},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"313":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"278":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"432":{"tf":1.0},"50":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"570":{"tf":1.4142135623730951},"6":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"276":{"tf":1.7320508075688772},"600":{"tf":1.0},"692":{"tf":1.7320508075688772},"693":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"213":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"539":{"tf":1.0},"541":{"tf":1.0},"672":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"280":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"504":{"tf":1.0},"53":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"652":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"702":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"603":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"214":{"tf":1.0},"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"4":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"575":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"629":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"688":{"tf":1.0},"706":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"691":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":2.0},"230":{"tf":1.0},"270":{"tf":1.0},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0}},"t":{"df":3,"docs":{"551":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"468":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}},"t":{"df":8,"docs":{"172":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"478":{"tf":1.0},"584":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}},"l":{"df":15,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":3.1622776601683795},"273":{"tf":1.0},"506":{"tf":1.4142135623730951},"512":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"727":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"234":{"tf":1.0},"244":{"tf":2.8284271247461903},"704":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"677":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"669":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"679":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"632":{"tf":1.0},"673":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"t":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"56":{"tf":1.0},"659":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"149":{"tf":1.4142135623730951},"178":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"295":{"tf":1.0},"44":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":1.7320508075688772},"693":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"551":{"tf":1.0},"645":{"tf":1.7320508075688772},"682":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0}}},"y":{"df":1,"docs":{"440":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"522":{"tf":1.0}}}}},"df":2,"docs":{"525":{"tf":1.0},"551":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"133":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"583":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":127,"docs":{"104":{"tf":2.0},"106":{"tf":1.4142135623730951},"140":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"182":{"tf":2.6457513110645907},"184":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"204":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"223":{"tf":1.0},"229":{"tf":1.7320508075688772},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"257":{"tf":1.0},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":2.23606797749979},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"566":{"tf":1.0},"579":{"tf":1.4142135623730951},"584":{"tf":1.0},"594":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"612":{"tf":1.0},"62":{"tf":2.23606797749979},"626":{"tf":3.605551275463989},"627":{"tf":1.0},"628":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"665":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"622":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"566":{"tf":2.23606797749979},"568":{"tf":1.0},"570":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"701":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"492":{"tf":1.0},"500":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"647":{"tf":1.0},"682":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"629":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":1.0},"660":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"540":{"tf":1.0},"693":{"tf":1.0},"711":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"m":{"df":2,"docs":{"152":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"412":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"669":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"566":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"221":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"612":{"tf":1.0},"708":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"208":{"tf":1.0},"221":{"tf":1.0},"507":{"tf":1.0},"701":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"647":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"559":{"tf":1.0},"560":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"551":{"tf":2.6457513110645907},"554":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"583":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}},"t":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"742":{"tf":1.0}}}},"v":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"df":5,"docs":{"105":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"647":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.4142135623730951},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"149":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"546":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}}}}}}},"df":8,"docs":{"183":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":2.0}}}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"280":{"tf":1.0},"434":{"tf":1.0},"617":{"tf":1.0},"647":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"647":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"599":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":15,"docs":{"178":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"27":{"tf":1.0},"37":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"663":{"tf":1.4142135623730951},"690":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"678":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"691":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"578":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"566":{"tf":1.0},"569":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"238":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"619":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"693":{"tf":1.0},"707":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"210":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":20,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"476":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"639":{"tf":1.0},"648":{"tf":1.0},"674":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"622":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":139,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":3.3166247903554},"20":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.4142135623730951},"564":{"tf":1.0},"565":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.7320508075688772},"608":{"tf":1.0},"61":{"tf":1.0},"614":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"627":{"tf":1.0},"633":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"’":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"220":{"tf":1.0},"551":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":1.7320508075688772},"179":{"tf":1.0},"215":{"tf":2.449489742783178},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"694":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"215":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":86,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":2.23606797749979},"197":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.449489742783178},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"381":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"545":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"586":{"tf":1.0},"598":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"612":{"tf":1.0},"615":{"tf":1.4142135623730951},"631":{"tf":3.0},"632":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":2.449489742783178},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":2.0},"647":{"tf":3.872983346207417},"649":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"665":{"tf":1.4142135623730951},"683":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"71":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"745":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}},"i":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"646":{"tf":1.0}}}}},"r":{"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"246":{"tf":1.0},"273":{"tf":1.0},"691":{"tf":1.0}}}}},"k":{"df":1,"docs":{"551":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"701":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"29":{"tf":1.0},"509":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"496":{"tf":1.0},"546":{"tf":1.0},"60":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"626":{"tf":1.0},"646":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"170":{"tf":1.0},"261":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"551":{"tf":2.449489742783178},"602":{"tf":1.0},"688":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"226":{"tf":1.0},"270":{"tf":1.0},"588":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"170":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"244":{"tf":2.8284271247461903},"269":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.7320508075688772},"530":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"602":{"tf":1.0},"645":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"691":{"tf":2.449489742783178},"711":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"506":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":1.7320508075688772},"540":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"96":{"tf":1.0}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":40,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.0},"603":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"628":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"500":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"n":{"d":{"df":14,"docs":{"547":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.4142135623730951},"556":{"tf":1.0},"563":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"675":{"tf":1.0},"687":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"677":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"529":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"104":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"19":{"tf":1.0},"217":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.4142135623730951},"610":{"tf":1.0},"62":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"688":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"236":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"546":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"652":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0}}}},"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"694":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"546":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"528":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":2.23606797749979},"121":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"276":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"487":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"523":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772},"681":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"c":{"df":7,"docs":{"248":{"tf":1.0},"278":{"tf":1.0},"4":{"tf":2.0},"621":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"270":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"243":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":22,"docs":{"185":{"tf":1.0},"188":{"tf":1.0},"244":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.7320508075688772},"263":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":2.449489742783178},"499":{"tf":1.0},"528":{"tf":1.7320508075688772},"611":{"tf":1.7320508075688772},"612":{"tf":1.0},"652":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"691":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"244":{"tf":1.0},"278":{"tf":1.0},"500":{"tf":1.0},"708":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"550":{"tf":1.0},"642":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"111":{"tf":2.0},"121":{"tf":2.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":2.23606797749979},"225":{"tf":1.0},"236":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"312":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"531":{"tf":1.0},"544":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.0},"663":{"tf":1.4142135623730951},"665":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.7320508075688772},"705":{"tf":1.4142135623730951},"710":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"238":{"tf":1.0},"290":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"667":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"39":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"623":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"162":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"270":{"tf":3.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.4142135623730951},"528":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.4142135623730951},"604":{"tf":1.4142135623730951},"615":{"tf":1.0},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"655":{"tf":1.4142135623730951},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"691":{"tf":1.0},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"70":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"649":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"174":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"539":{"tf":1.4142135623730951},"544":{"tf":1.0},"551":{"tf":1.0},"577":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"582":{"tf":1.0},"684":{"tf":1.0},"713":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":7,"docs":{"107":{"tf":1.0},"165":{"tf":1.0},"210":{"tf":1.0},"583":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"703":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"584":{"tf":2.449489742783178},"692":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"21":{"tf":1.0},"634":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"566":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"551":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"531":{"tf":1.0},"678":{"tf":1.0}}},"t":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"509":{"tf":1.0}}},"t":{"df":1,"docs":{"685":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"686":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"250":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"665":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"599":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"242":{"tf":1.0},"280":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"221":{"tf":1.0},"500":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"248":{"tf":1.0}}}},"t":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"226":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"248":{"tf":1.0},"693":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"500":{"tf":1.0},"550":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"633":{"tf":1.4142135623730951},"664":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":1,"docs":{"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}},"df":2,"docs":{"270":{"tf":1.0},"705":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"217":{"tf":1.0},"521":{"tf":1.0},"566":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"704":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"500":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}},"df":4,"docs":{"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}},"p":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"273":{"tf":1.0},"50":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"714":{"tf":1.0},"720":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}},"v":{"df":2,"docs":{"173":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"648":{"tf":1.0},"701":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"528":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"550":{"tf":1.0},"650":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"370":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":18,"docs":{"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"556":{"tf":1.0},"56":{"tf":1.4142135623730951},"563":{"tf":1.0},"570":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"312":{"tf":1.0},"570":{"tf":1.0},"603":{"tf":1.0},"609":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"273":{"tf":1.0},"500":{"tf":1.0},"529":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"685":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"134":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"500":{"tf":1.0},"541":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"712":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"45":{"tf":1.0},"536":{"tf":1.0},"649":{"tf":1.7320508075688772},"698":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.7320508075688772},"728":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"46":{"tf":1.0},"510":{"tf":1.4142135623730951},"632":{"tf":1.0},"694":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"26":{"tf":2.23606797749979},"39":{"tf":1.0},"648":{"tf":2.23606797749979},"677":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"691":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"711":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"199":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"273":{"tf":1.0},"513":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"6":{"tf":1.0},"674":{"tf":1.0},"745":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"217":{"tf":1.0},"528":{"tf":1.0}}}},"r":{"df":3,"docs":{"611":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"642":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"44":{"tf":1.0},"525":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"619":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"647":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"244":{"tf":1.0},"599":{"tf":1.0},"611":{"tf":1.0},"634":{"tf":1.0},"637":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"529":{"tf":1.0},"647":{"tf":1.4142135623730951},"679":{"tf":1.7320508075688772},"681":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"345":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"566":{"tf":1.4142135623730951},"89":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"705":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"675":{"tf":1.0},"686":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":83,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":2.6457513110645907},"40":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.7320508075688772},"523":{"tf":1.0},"531":{"tf":2.0},"546":{"tf":2.0},"566":{"tf":2.0},"567":{"tf":1.0},"586":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":2.6457513110645907},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":3.605551275463989},"647":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":2.0},"672":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":2.8284271247461903},"680":{"tf":1.0},"681":{"tf":2.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":1.7320508075688772},"687":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.0},"701":{"tf":1.7320508075688772},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"546":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"e":{"df":1,"docs":{"623":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"110":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"247":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"31":{"tf":1.0},"437":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"515":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"566":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"688":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"217":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"674":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"515":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"668":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.4142135623730951},"727":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"696":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"133":{"tf":1.0},"575":{"tf":1.0},"586":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":2.23606797749979},"654":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"582":{"tf":1.0},"622":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"281":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"609":{"tf":1.0},"650":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"683":{"tf":1.0},"717":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"651":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"697":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"45":{"tf":1.0},"645":{"tf":1.0},"727":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"528":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":7,"docs":{"582":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"73":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"163":{"tf":1.0},"242":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"102":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":1.0},"536":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"250":{"tf":1.4142135623730951},"282":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"676":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"551":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"246":{"tf":1.4142135623730951},"268":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.4142135623730951},"604":{"tf":1.4142135623730951},"615":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"667":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"717":{"tf":1.0}}},"t":{"df":2,"docs":{"289":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"389":{"tf":1.0},"4":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":2.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"546":{"tf":1.4142135623730951},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"551":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":3.1622776601683795},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":2.8284271247461903},"145":{"tf":2.0},"160":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":2.449489742783178},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"219":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":2.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":2.449489742783178},"267":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"42":{"tf":1.0},"499":{"tf":2.8284271247461903},"501":{"tf":3.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"60":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}},"df":38,"docs":{"104":{"tf":1.0},"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"487":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":2.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":3.1622776601683795},"596":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"700":{"tf":2.8284271247461903},"707":{"tf":3.4641016151377544},"711":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"707":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"345":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"39":{"tf":1.0},"503":{"tf":1.0},"665":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.7320508075688772},"70":{"tf":1.0},"98":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"154":{"tf":1.0},"19":{"tf":2.23606797749979},"241":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"341":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"615":{"tf":1.0},"634":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"677":{"tf":1.0},"679":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"528":{"tf":1.0},"650":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"677":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"494":{"tf":1.0},"629":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"381":{"tf":1.0},"528":{"tf":1.0},"535":{"tf":1.4142135623730951},"550":{"tf":1.0},"649":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"182":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"39":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"626":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"512":{"tf":1.0},"642":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"540":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"691":{"tf":1.0},"702":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"588":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"g":{"df":1,"docs":{"621":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"711":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"112":{"tf":1.0},"114":{"tf":2.0},"198":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"506":{"tf":4.123105625617661},"507":{"tf":2.23606797749979},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"511":{"tf":1.0},"513":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":2.23606797749979},"592":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"707":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"278":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"414":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"278":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"509":{"tf":2.0}}}}},"f":{"df":1,"docs":{"222":{"tf":1.0}}},"g":{"df":1,"docs":{"157":{"tf":1.0}}},"k":{"df":1,"docs":{"157":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"688":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"198":{"tf":1.0},"509":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"236":{"tf":1.0},"27":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"676":{"tf":1.0},"681":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"751":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"49":{"tf":1.0},"622":{"tf":1.0},"703":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}}},"df":37,"docs":{"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"455":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"618":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"660":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":2.0},"716":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"639":{"tf":1.0}}}}},"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.7320508075688772},"280":{"tf":1.0},"516":{"tf":1.4142135623730951},"647":{"tf":1.0},"679":{"tf":1.0},"726":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":25,"docs":{"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"285":{"tf":1.0},"288":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"651":{"tf":1.0},"7":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"567":{"tf":1.4142135623730951},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"270":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"500":{"tf":1.4142135623730951},"521":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"551":{"tf":1.0},"600":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"653":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"505":{"tf":1.0},"647":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"486":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":2.6457513110645907},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.4142135623730951},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"728":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"46":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"570":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"455":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"588":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"234":{"tf":1.0},"242":{"tf":1.7320508075688772},"270":{"tf":1.0},"503":{"tf":1.4142135623730951},"540":{"tf":1.0},"577":{"tf":1.0},"593":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"720":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":1,"docs":{"494":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"500":{"tf":1.0},"525":{"tf":1.0},"545":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"631":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"693":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"226":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"507":{"tf":1.0},"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"679":{"tf":1.0},"752":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"505":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"614":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"118":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":2.23606797749979},"266":{"tf":1.0},"273":{"tf":2.6457513110645907},"29":{"tf":1.0},"310":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"613":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"243":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"588":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"df":8,"docs":{"237":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"298":{"tf":1.0},"540":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"464":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"121":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"206":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"99":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"544":{"tf":1.0},"625":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.0},"134":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":2.8284271247461903},"245":{"tf":2.0},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"273":{"tf":2.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.23606797749979},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.4142135623730951},"539":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.4142135623730951},"606":{"tf":1.0},"611":{"tf":1.0},"623":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"665":{"tf":1.7320508075688772},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":2.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.7320508075688772},"47":{"tf":1.0},"512":{"tf":1.0},"544":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"712":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"688":{"tf":1.0}}}},"m":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"637":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"660":{"tf":1.0}}}}}},"df":1,"docs":{"702":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"41":{"tf":1.0},"501":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"681":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"628":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"238":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"604":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"500":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"683":{"tf":1.0},"691":{"tf":1.0},"707":{"tf":1.0}}},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"665":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"686":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"631":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"709":{"tf":1.0}}}}},"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":{"588":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"257":{"tf":1.0},"33":{"tf":1.0},"611":{"tf":1.0},"64":{"tf":1.0},"700":{"tf":1.4142135623730951},"85":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"721":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"290":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"273":{"tf":1.0},"310":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"707":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"256":{"tf":1.0}}},"t":{"df":7,"docs":{"110":{"tf":1.0},"16":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"504":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"236":{"tf":1.0},"248":{"tf":1.0},"49":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"44":{"tf":1.0},"53":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"720":{"tf":1.0},"744":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"244":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"566":{"tf":1.0},"625":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":2,"docs":{"241":{"tf":1.0},"500":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"188":{"tf":1.0},"211":{"tf":1.0},"220":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"288":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"650":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"278":{"tf":1.0},"500":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.4142135623730951},"647":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"257":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":25,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"151":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"29":{"tf":1.4142135623730951},"294":{"tf":1.0},"44":{"tf":1.0},"493":{"tf":1.4142135623730951},"510":{"tf":1.0},"515":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.7320508075688772},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.4142135623730951},"30":{"tf":1.0},"478":{"tf":1.7320508075688772},"505":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"594":{"tf":1.0},"707":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"134":{"tf":1.0},"213":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"278":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"140":{"tf":1.0},"236":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"622":{"tf":1.0},"647":{"tf":1.0},"726":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}},"m":{"df":1,"docs":{"222":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.4142135623730951},"653":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":18,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"257":{"tf":1.4142135623730951},"289":{"tf":1.0},"39":{"tf":1.0},"393":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":2,"docs":{"42":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":2.0},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"500":{"tf":1.0},"551":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.7320508075688772},"639":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"698":{"tf":1.0},"71":{"tf":1.7320508075688772},"710":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"539":{"tf":1.7320508075688772},"541":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"690":{"tf":1.4142135623730951},"729":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"221":{"tf":1.0},"600":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"647":{"tf":3.3166247903554},"682":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"136":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.6457513110645907},"278":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"544":{"tf":1.4142135623730951},"570":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"628":{"tf":1.0},"647":{"tf":2.8284271247461903},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"512":{"tf":1.0},"603":{"tf":1.0},"707":{"tf":1.4142135623730951},"709":{"tf":1.0},"730":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"647":{"tf":1.7320508075688772},"682":{"tf":1.0}}}},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":2.0},"506":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"634":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"229":{"tf":1.0},"257":{"tf":4.358898943540674},"499":{"tf":1.0},"501":{"tf":2.449489742783178},"502":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":2.0},"505":{"tf":2.0},"506":{"tf":2.0},"507":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"518":{"tf":1.0},"524":{"tf":1.0},"592":{"tf":1.0},"626":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"716":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"471":{"tf":1.0},"496":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"546":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"723":{"tf":1.0},"753":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"525":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"612":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":1.4142135623730951}}}},"df":15,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.0},"278":{"tf":1.0},"424":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":2.23606797749979},"711":{"tf":2.6457513110645907},"735":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0},"502":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"256":{"tf":1.0},"278":{"tf":1.0},"586":{"tf":1.0},"625":{"tf":1.0},"675":{"tf":1.0}}}}},"p":{"df":3,"docs":{"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"648":{"tf":1.0}},"l":{"df":1,"docs":{"645":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"551":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"172":{"tf":1.7320508075688772},"174":{"tf":1.0}}},"df":12,"docs":{"182":{"tf":1.0},"432":{"tf":1.0},"515":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"594":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"707":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"737":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"651":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"288":{"tf":1.0},"625":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}},"df":1,"docs":{"691":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"569":{"tf":1.4142135623730951},"717":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":3.0},"29":{"tf":1.4142135623730951},"619":{"tf":1.0},"643":{"tf":1.0}},"i":{"df":4,"docs":{"672":{"tf":1.0},"691":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.0},"238":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"703":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"550":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"158":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"280":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"66":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":2.23606797749979},"714":{"tf":1.4142135623730951},"73":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"647":{"tf":1.0},"678":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"609":{"tf":1.0},"623":{"tf":1.0},"634":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"585":{"tf":1.0},"705":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"582":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"196":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"26":{"tf":1.0},"417":{"tf":1.0},"619":{"tf":1.0},"649":{"tf":1.0}},"n":{"df":14,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"277":{"tf":1.4142135623730951},"588":{"tf":1.4142135623730951},"599":{"tf":1.7320508075688772},"731":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"629":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"722":{"tf":1.0}}}}},"df":1,"docs":{"74":{"tf":1.0}}}}},"u":{"df":2,"docs":{"256":{"tf":1.0},"541":{"tf":1.0}},"e":{"df":4,"docs":{"539":{"tf":2.0},"541":{"tf":1.0},"689":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"278":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"619":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":19,"docs":{"11":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":5,"docs":{"552":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"648":{"tf":1.0},"682":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"649":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"415":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"701":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"551":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0}}},"t":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}},"h":{"df":5,"docs":{"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"534":{"tf":1.7320508075688772},"549":{"tf":1.0},"550":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.4142135623730951},"6":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0}}},"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"702":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"210":{"tf":1.0},"278":{"tf":1.0},"426":{"tf":1.0},"509":{"tf":1.0},"550":{"tf":1.4142135623730951},"625":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"723":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"677":{"tf":1.0}}}},"w":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"225":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":2.0},"270":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"6":{"tf":1.4142135623730951},"724":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"189":{"tf":1.0},"192":{"tf":1.0},"551":{"tf":1.0},"688":{"tf":1.0}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"645":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"568":{"tf":1.0},"570":{"tf":1.0},"714":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}},"r":{"df":1,"docs":{"273":{"tf":1.0}},"p":{"df":1,"docs":{"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":1,"docs":{"151":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"316":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"316":{"tf":1.0}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"n":{"d":{"df":103,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":2.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.23606797749979},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":2.0},"270":{"tf":1.0},"28":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"459":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0},"648":{"tf":1.0},"65":{"tf":1.0},"652":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951},"677":{"tf":1.0},"68":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"239":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0}}},"l":{"df":4,"docs":{"247":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}},"l":{"df":1,"docs":{"692":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":3,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"466":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"469":{"tf":1.0},"612":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"257":{"tf":1.0},"551":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":4,"docs":{"215":{"tf":2.0},"290":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"682":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"652":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"694":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"247":{"tf":1.0}},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"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":4,"docs":{"183":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"44":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"320":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"612":{"tf":1.0},"688":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"539":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":3,"docs":{"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"288":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}},"df":5,"docs":{"222":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0},"429":{"tf":1.0},"691":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"222":{"tf":1.0},"691":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"429":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"273":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"229":{"tf":1.0},"33":{"tf":1.0},"429":{"tf":1.0}},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"466":{"tf":1.0},"496":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"665":{"tf":1.0},"680":{"tf":1.0},"695":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}}},"’":{"df":4,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"5":{"tf":1.0},"645":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"257":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"311":{"tf":1.0},"612":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"df":1,"docs":{"612":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"469":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0},"612":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"652":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"250":{"tf":1.4142135623730951},"521":{"tf":1.0},"531":{"tf":1.0},"598":{"tf":1.0},"626":{"tf":1.0},"672":{"tf":1.0},"685":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"496":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"250":{"tf":1.0},"648":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":3,"docs":{"48":{"tf":1.0},"625":{"tf":1.0},"710":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"679":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"718":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"457":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"457":{"tf":1.0},"645":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"718":{"tf":1.0}},"i":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"215":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"273":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":3,"docs":{"322":{"tf":1.4142135623730951},"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":3,"docs":{"338":{"tf":1.0},"482":{"tf":1.0},"557":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":1,"docs":{"482":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"222":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}},"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"599":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"431":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"478":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"349":{"tf":1.4142135623730951},"452":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"246":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"403":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"407":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"407":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"563":{"tf":1.0}}},"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"430":{"tf":1.0}}},"f":{"df":1,"docs":{"147":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":1.0},"349":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"686":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.7320508075688772},"506":{"tf":1.0}}}},"df":1,"docs":{"44":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"651":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"244":{"tf":1.4142135623730951},"506":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.23606797749979},"551":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"43":{"tf":1.0},"535":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"278":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"l":{"df":2,"docs":{"198":{"tf":1.0},"691":{"tf":1.0}}}},"c":{"df":6,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"566":{"tf":1.0},"712":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":4,"docs":{"278":{"tf":1.0},"50":{"tf":1.0},"521":{"tf":1.4142135623730951},"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"130":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"692":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"707":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"681":{"tf":1.0}}}},"df":1,"docs":{"604":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"616":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"221":{"tf":1.0},"53":{"tf":1.0},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":1,"docs":{"242":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"110":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"600":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951},"654":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"730":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"544":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"651":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"654":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.4142135623730951},"30":{"tf":1.0},"501":{"tf":1.0},"550":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"136":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"626":{"tf":1.0}}}},"d":{"df":1,"docs":{"632":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"600":{"tf":1.0}},"x":{"df":7,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"563":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"700":{"tf":1.0}}},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"647":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"231":{"tf":1.0},"256":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":15,"docs":{"215":{"tf":1.0},"43":{"tf":1.7320508075688772},"5":{"tf":1.0},"504":{"tf":1.0},"54":{"tf":1.0},"650":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"691":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"502":{"tf":1.0},"539":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"637":{"tf":1.0},"686":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"672":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":2.0},"676":{"tf":1.0},"679":{"tf":1.0},"717":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.4142135623730951},"290":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.7320508075688772},"550":{"tf":1.0},"573":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":2.449489742783178},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"708":{"tf":2.0},"714":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"647":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"45":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"df":5,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"732":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"257":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}},"t":{"df":4,"docs":{"286":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"110":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"281":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"566":{"tf":1.0},"582":{"tf":1.0},"609":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"213":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"531":{"tf":1.4142135623730951},"550":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"642":{"tf":1.0},"693":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.4142135623730951},"691":{"tf":1.0},"707":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"123":{"tf":1.0},"276":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"278":{"tf":1.0},"679":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"110":{"tf":1.0},"45":{"tf":2.8284271247461903},"50":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"df":3,"docs":{"573":{"tf":1.4142135623730951},"713":{"tf":1.0},"716":{"tf":1.4142135623730951}},"h":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"544":{"tf":1.0},"546":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"617":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"701":{"tf":1.0}},"i":{"df":4,"docs":{"505":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"1":{"tf":1.0},"276":{"tf":1.0},"39":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"582":{"tf":1.0},"6":{"tf":1.0},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}},"v":{"df":5,"docs":{"273":{"tf":1.0},"566":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":2.23606797749979},"679":{"tf":1.7320508075688772},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.7320508075688772},"683":{"tf":1.0}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":12,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"171":{"tf":1.0},"518":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"545":{"tf":1.4142135623730951},"66":{"tf":1.0},"692":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"630":{"tf":1.0},"677":{"tf":1.0}},"’":{"df":4,"docs":{"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":2.0},"631":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"681":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"210":{"tf":1.0},"245":{"tf":1.0},"629":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"261":{"tf":1.0},"272":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"647":{"tf":1.0}}}},"t":{"df":1,"docs":{"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"210":{"tf":1.0},"619":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"634":{"tf":1.0}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"669":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":1,"docs":{"507":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"412":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.0},"699":{"tf":1.0}}}}}}}},"df":2,"docs":{"506":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":4,"docs":{"273":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"t":{"df":5,"docs":{"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":1,"docs":{"434":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"158":{"tf":1.0},"192":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"328":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"612":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"632":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"652":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"222":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":1,"docs":{"273":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"140":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"540":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":3.4641016151377544},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"733":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"647":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":108,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"120":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":4.0},"258":{"tf":1.0},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"273":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.4142135623730951},"536":{"tf":1.0},"54":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"577":{"tf":1.0},"58":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"601":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":2.0},"62":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"639":{"tf":1.0},"645":{"tf":3.1622776601683795},"647":{"tf":3.1622776601683795},"654":{"tf":3.0},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":2.6457513110645907},"681":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":2.8284271247461903},"686":{"tf":1.7320508075688772},"687":{"tf":1.0},"7":{"tf":1.4142135623730951},"705":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":1.4142135623730951},"714":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"733":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"215":{"tf":2.449489742783178},"344":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"551":{"tf":1.0},"641":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"210":{"tf":1.0},"479":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"17":{"tf":1.0},"396":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"701":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"623":{"tf":1.0},"651":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":1,"docs":{"506":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"238":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"373":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"555":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"711":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}},"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"226":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"140":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"528":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"528":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"528":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}}},"u":{"df":2,"docs":{"216":{"tf":1.0},"691":{"tf":1.0}}}}},"df":6,"docs":{"214":{"tf":1.4142135623730951},"54":{"tf":1.0},"551":{"tf":1.0},"639":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"705":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"506":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"705":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"705":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"204":{"tf":1.0},"33":{"tf":1.0},"371":{"tf":1.0},"49":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"701":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"df":6,"docs":{"104":{"tf":1.0},"551":{"tf":1.7320508075688772},"62":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":1,"docs":{"74":{"tf":1.0}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"e":{"df":2,"docs":{"218":{"tf":1.0},"655":{"tf":1.0}},"l":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":1,"docs":{"218":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"705":{"tf":1.0},"708":{"tf":1.0}}},"u":{"df":1,"docs":{"278":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"245":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"411":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.4142135623730951}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"333":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":2.23606797749979},"218":{"tf":1.0},"234":{"tf":1.0},"245":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"473":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"704":{"tf":1.0},"711":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"270":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}}},"df":1,"docs":{"692":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"245":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}}},"df":6,"docs":{"246":{"tf":1.4142135623730951},"270":{"tf":1.0},"591":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0}},"f":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}},"e":{"df":1,"docs":{"278":{"tf":1.0}},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"721":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"621":{"tf":1.0}}}},"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"660":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":1,"docs":{"583":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":74,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"45":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"566":{"tf":1.7320508075688772},"567":{"tf":2.0},"583":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":2.0},"628":{"tf":1.4142135623730951},"630":{"tf":1.7320508075688772},"633":{"tf":1.0},"635":{"tf":2.0},"639":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"652":{"tf":3.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"660":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"674":{"tf":2.0},"677":{"tf":2.449489742783178},"678":{"tf":1.4142135623730951},"679":{"tf":1.0},"682":{"tf":1.7320508075688772},"683":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.7320508075688772},"749":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"667":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"461":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.0},"60":{"tf":1.0},"609":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"675":{"tf":1.0},"693":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"501":{"tf":1.0},"53":{"tf":1.0},"568":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"168":{"tf":1.0}}}},"y":{"df":3,"docs":{"198":{"tf":1.0},"257":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"53":{"tf":1.4142135623730951},"540":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"170":{"tf":1.0}}}},"df":32,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"35":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"504":{"tf":3.3166247903554},"508":{"tf":1.0},"517":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"257":{"tf":1.0},"505":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":53,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"140":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.0},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"21":{"tf":2.0},"211":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":3.1622776601683795},"628":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.0},"642":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"651":{"tf":1.0},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"649":{"tf":1.4142135623730951},"701":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"261":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"v":{"df":1,"docs":{"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":50,"docs":{"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.4142135623730951},"530":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"677":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"599":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"241":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"650":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"104":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"536":{"tf":1.7320508075688772},"538":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":2.0},"616":{"tf":1.0},"62":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":1.0},"705":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"’":{"df":1,"docs":{"631":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"612":{"tf":1.0},"645":{"tf":1.0}},"t":{"df":1,"docs":{"639":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"509":{"tf":1.0},"672":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"478":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"df":1,"docs":{"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"643":{"tf":1.0},"714":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"705":{"tf":1.0}},"e":{"df":2,"docs":{"431":{"tf":1.0},"629":{"tf":1.0}}},"g":{"df":1,"docs":{"173":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"277":{"tf":1.0},"45":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"267":{"tf":1.0},"277":{"tf":1.0},"287":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"501":{"tf":1.0},"534":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.4142135623730951},"67":{"tf":1.0},"677":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"245":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"737":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"222":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"45":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"551":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"509":{"tf":1.0},"625":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"523":{"tf":1.0}}}},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"407":{"tf":1.0},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"403":{"tf":1.0}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772}}},"k":{"df":4,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0}}},"l":{"df":2,"docs":{"713":{"tf":1.0},"717":{"tf":1.0}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"44":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"100":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"123":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"3":{"tf":1.0},"361":{"tf":1.0},"5":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.0},"544":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"678":{"tf":1.0},"691":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"257":{"tf":1.0},"3":{"tf":1.0},"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"621":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"98":{"tf":1.0}},"k":{"df":28,"docs":{"123":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"220":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"281":{"tf":1.0},"368":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"609":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"685":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"626":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"674":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"280":{"tf":1.0}},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"430":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"537":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"225":{"tf":1.0},"562":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"558":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"662":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"704":{"tf":1.0}},"z":{"df":1,"docs":{"639":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"504":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"648":{"tf":1.0},"737":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"546":{"tf":1.0},"647":{"tf":1.7320508075688772},"654":{"tf":1.0},"678":{"tf":2.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.0},"742":{"tf":2.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"645":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"278":{"tf":1.0},"402":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"631":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"246":{"tf":1.0},"649":{"tf":2.449489742783178},"651":{"tf":1.4142135623730951},"652":{"tf":2.449489742783178},"677":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":14,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"546":{"tf":1.0},"612":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"652":{"tf":1.0},"712":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":62,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"339":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"486":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"60":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"611":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.0},"646":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":1,"docs":{"410":{"tf":1.0}},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.0},"352":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":2.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"229":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"700":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"555":{"tf":1.0},"567":{"tf":1.0},"600":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"725":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"k":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"27":{"tf":1.0},"551":{"tf":3.1622776601683795},"637":{"tf":1.0},"688":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"162":{"tf":1.0},"178":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"665":{"tf":1.0},"705":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":2,"docs":{"544":{"tf":1.7320508075688772},"546":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"103":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"599":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"678":{"tf":1.0},"681":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"223":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.7320508075688772},"282":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"582":{"tf":1.0},"626":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"475":{"tf":1.0}},"s":{"df":1,"docs":{"616":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"661":{"tf":1.4142135623730951},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"521":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"682":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"648":{"tf":1.0}},"i":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"4":{"tf":1.0},"531":{"tf":1.0},"568":{"tf":1.0},"605":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"229":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"237":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"121":{"tf":1.0},"17":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"639":{"tf":1.0},"712":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"186":{"tf":2.0},"19":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.449489742783178},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"499":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"66":{"tf":2.0},"87":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.0},"212":{"tf":1.0},"550":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"713":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"237":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"29":{"tf":2.23606797749979},"551":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"58":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"b":{"df":1,"docs":{"629":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"245":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"646":{"tf":1.0},"676":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":4,"docs":{"646":{"tf":3.0},"675":{"tf":1.0},"676":{"tf":1.0},"683":{"tf":1.4142135623730951}}}},"df":3,"docs":{"647":{"tf":1.7320508075688772},"68":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":1,"docs":{"280":{"tf":1.0}},"l":{"df":1,"docs":{"714":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"672":{"tf":1.0}},"i":{"df":21,"docs":{"238":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"665":{"tf":1.0},"674":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"503":{"tf":1.0},"518":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"623":{"tf":1.0},"707":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"649":{"tf":3.0},"667":{"tf":1.0},"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"625":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":65,"docs":{"1":{"tf":1.7320508075688772},"134":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"235":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"369":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.4142135623730951},"523":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"650":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.4142135623730951},"705":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"558":{"tf":1.0}}}}},"n":{"df":1,"docs":{"586":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"246":{"tf":1.0},"257":{"tf":1.0},"504":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"489":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"282":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"438":{"tf":1.0},"497":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"525":{"tf":1.0},"61":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"645":{"tf":2.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.0},"82":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"646":{"tf":1.0},"683":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"244":{"tf":1.0},"280":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":3.3166247903554},"647":{"tf":1.4142135623730951},"683":{"tf":1.0},"687":{"tf":1.0}}}}}}}}},"p":{"df":7,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"270":{"tf":1.0},"660":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"425":{"tf":1.0},"43":{"tf":1.0},"540":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"188":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"544":{"tf":1.0},"613":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"693":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"708":{"tf":1.0},"733":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"647":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"220":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"609":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"749":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"616":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"273":{"tf":1.0},"632":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"420":{"tf":1.0},"551":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"523":{"tf":1.0},"615":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"599":{"tf":1.0}}},"h":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"171":{"tf":1.0},"174":{"tf":1.0},"43":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.7320508075688772},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.7320508075688772},"600":{"tf":1.0},"66":{"tf":1.0},"690":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"733":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"491":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"236":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"555":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"17":{"tf":1.0},"186":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"226":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"266":{"tf":2.0},"273":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"481":{"tf":1.0},"499":{"tf":2.0},"566":{"tf":1.0},"604":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":3.4641016151377544},"633":{"tf":1.0},"646":{"tf":1.4142135623730951},"653":{"tf":1.0},"66":{"tf":2.0},"693":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"87":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"576":{"tf":1.0},"580":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772},"704":{"tf":1.0}}}},"t":{"df":3,"docs":{"555":{"tf":1.0},"556":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"250":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"396":{"tf":1.0},"531":{"tf":1.0},"561":{"tf":1.0},"622":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.4142135623730951},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"497":{"tf":1.0},"509":{"tf":1.0},"551":{"tf":4.242640687119285},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"747":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":8,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"516":{"tf":1.0},"605":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"172":{"tf":1.0}}},"k":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"628":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"693":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"225":{"tf":1.0},"257":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"615":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0},"720":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"62":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"655":{"tf":1.0},"675":{"tf":1.0},"681":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"717":{"tf":1.0},"73":{"tf":1.0},"742":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":2,"docs":{"261":{"tf":1.0},"43":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"244":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"631":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"n":{"df":14,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"654":{"tf":1.0},"669":{"tf":1.7320508075688772},"678":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":2.0},"745":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"546":{"tf":1.7320508075688772},"645":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"141":{"tf":1.0},"210":{"tf":1.0},"238":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"392":{"tf":1.0},"43":{"tf":1.0},"509":{"tf":1.4142135623730951},"53":{"tf":1.0},"629":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"379":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":2.23606797749979},"541":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"583":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":2.449489742783178},"668":{"tf":1.7320508075688772},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"678":{"tf":2.23606797749979},"685":{"tf":2.6457513110645907},"689":{"tf":2.0}},"p":{"a":{"d":{"df":2,"docs":{"540":{"tf":1.0},"668":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"506":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"306":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"242":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}},"g":{"df":1,"docs":{"580":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"136":{"tf":1.0}},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"151":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":3,"docs":{"505":{"tf":1.0},"531":{"tf":1.0},"710":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"509":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"250":{"tf":1.4142135623730951},"280":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"665":{"tf":1.0}},"s":{"df":1,"docs":{"626":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"277":{"tf":1.0}},"r":{"df":2,"docs":{"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"192":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"182":{"tf":1.0},"582":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"120":{"tf":2.449489742783178},"278":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"707":{"tf":2.0},"711":{"tf":1.4142135623730951},"719":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"574":{"tf":1.7320508075688772},"610":{"tf":1.0},"713":{"tf":1.0},"718":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"441":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"408":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"408":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"229":{"tf":1.0},"330":{"tf":1.0},"691":{"tf":1.0},"708":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"551":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"583":{"tf":1.0},"586":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"441":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"680":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"681":{"tf":1.0},"724":{"tf":1.0},"83":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":2.0},"246":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.23606797749979},"276":{"tf":1.0},"281":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"487":{"tf":1.0},"500":{"tf":1.7320508075688772},"507":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"566":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"211":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"100":{"tf":1.0},"136":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"551":{"tf":3.4641016151377544},"649":{"tf":1.0},"651":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":2.23606797749979},"737":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"689":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"276":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"701":{"tf":1.0}}}}},"t":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"37":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"647":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0},"83":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"569":{"tf":1.0},"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"386":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"52":{"tf":2.449489742783178},"525":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"559":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"699":{"tf":1.0},"71":{"tf":1.0},"730":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"569":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"569":{"tf":1.0},"570":{"tf":1.0},"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":1,"docs":{"721":{"tf":1.0}}},"i":{"df":1,"docs":{"708":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"617":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"219":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"734":{"tf":1.0}},"i":{"df":6,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"692":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"282":{"tf":1.0},"617":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"575":{"tf":1.7320508075688772},"586":{"tf":2.0},"587":{"tf":1.0},"649":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"549":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"196":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":2.23606797749979},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"559":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":2.23606797749979},"691":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0},"711":{"tf":2.449489742783178},"753":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":3.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":2.23606797749979},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"295":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":2.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":2.0},"550":{"tf":1.0},"551":{"tf":4.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"584":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"596":{"tf":1.4142135623730951},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":2.0},"610":{"tf":1.4142135623730951},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":2.23606797749979},"623":{"tf":2.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"634":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"720":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"735":{"tf":1.0},"739":{"tf":1.0},"750":{"tf":1.0},"752":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"631":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"281":{"tf":1.0},"381":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"558":{"tf":1.0},"602":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"612":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"244":{"tf":2.6457513110645907},"70":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"483":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"628":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"689":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"126":{"tf":1.0},"134":{"tf":1.0}}},"u":{"df":1,"docs":{"273":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":6,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"273":{"tf":1.0},"95":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"177":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"535":{"tf":1.0},"582":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"622":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"105":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":2.8284271247461903},"50":{"tf":1.0},"585":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"387":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"590":{"tf":1.0},"626":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"134":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"634":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":21,"docs":{"110":{"tf":1.4142135623730951},"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"398":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":2.0},"49":{"tf":1.0},"556":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"250":{"tf":1.0},"509":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"188":{"tf":1.0},"531":{"tf":1.0},"566":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"151":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":4,"docs":{"256":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0}},"h":{"df":1,"docs":{"156":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951},"598":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}}},"y":{"df":5,"docs":{"105":{"tf":1.0},"241":{"tf":1.0},"273":{"tf":1.0},"509":{"tf":1.0},"94":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":12,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"243":{"tf":2.0},"391":{"tf":1.0},"419":{"tf":1.0},"43":{"tf":1.0},"551":{"tf":1.4142135623730951},"688":{"tf":1.0},"704":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":4,"docs":{"172":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"516":{"tf":1.0},"626":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"631":{"tf":1.0}}}}},"d":{"df":2,"docs":{"556":{"tf":2.0},"631":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":21,"docs":{"140":{"tf":1.0},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"28":{"tf":1.0},"387":{"tf":1.0},"429":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"631":{"tf":1.7320508075688772},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"131":{"tf":1.0},"629":{"tf":1.0}}},"df":1,"docs":{"131":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"245":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"17":{"tf":1.7320508075688772},"387":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"500":{"tf":1.4142135623730951},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"217":{"tf":1.0},"244":{"tf":1.4142135623730951},"42":{"tf":1.0},"611":{"tf":1.0},"649":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"686":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":15,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"49":{"tf":1.0},"531":{"tf":2.0},"625":{"tf":1.0},"626":{"tf":1.7320508075688772},"629":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"280":{"tf":1.4142135623730951},"500":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.0},"693":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"708":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"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":2,"docs":{"229":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"603":{"tf":1.0}}}},"df":1,"docs":{"600":{"tf":1.0}},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"599":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"402":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":1,"docs":{"388":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"416":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"436":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"375":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"438":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"410":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"229":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"t":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}},"df":10,"docs":{"213":{"tf":1.0},"29":{"tf":1.0},"551":{"tf":1.0},"615":{"tf":1.0},"656":{"tf":1.4142135623730951},"68":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"475":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"237":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":2,"docs":{"691":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"667":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":2,"docs":{"378":{"tf":1.0},"504":{"tf":1.0}}}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"625":{"tf":1.0},"656":{"tf":1.0}},"t":{"df":17,"docs":{"111":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"586":{"tf":1.0},"588":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.0},"700":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"369":{"tf":1.0},"69":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":3,"docs":{"244":{"tf":1.0},"401":{"tf":1.0},"453":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":31,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"248":{"tf":1.7320508075688772},"269":{"tf":1.0},"280":{"tf":2.449489742783178},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"4":{"tf":1.0},"473":{"tf":1.0},"556":{"tf":1.0},"608":{"tf":1.7320508075688772},"612":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":2.449489742783178},"629":{"tf":2.449489742783178},"631":{"tf":3.3166247903554},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"83":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"425":{"tf":1.0}}},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.0},"693":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}},"df":2,"docs":{"242":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"44":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"205":{"tf":1.0},"25":{"tf":1.0},"401":{"tf":1.0},"523":{"tf":1.0},"535":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"257":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":1,"docs":{"70":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"199":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"123":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"453":{"tf":1.0},"550":{"tf":1.0},"740":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"df":24,"docs":{"105":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":2.449489742783178},"183":{"tf":2.0},"205":{"tf":2.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"615":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"660":{"tf":1.4142135623730951},"688":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":1.0},"566":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":52,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"550":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":3.0},"649":{"tf":2.6457513110645907},"651":{"tf":1.4142135623730951},"652":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"660":{"tf":1.0},"672":{"tf":1.7320508075688772},"674":{"tf":2.0},"675":{"tf":2.6457513110645907},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.7320508075688772},"680":{"tf":1.0},"682":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"694":{"tf":1.0},"737":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":10,"docs":{"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"629":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":2.8284271247461903},"29":{"tf":1.0},"531":{"tf":1.0},"661":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0}}},"u":{"df":5,"docs":{"536":{"tf":1.0},"546":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0}},"g":{"df":1,"docs":{"740":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"245":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":2.0},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":1,"docs":{"154":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"256":{"tf":1.0},"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"244":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"41":{"tf":1.0},"488":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"460":{"tf":1.4142135623730951},"504":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"509":{"tf":1.0},"519":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"546":{"tf":1.0},"579":{"tf":1.0},"600":{"tf":1.7320508075688772},"602":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"717":{"tf":1.0},"721":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"242":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"612":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"91":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":2.449489742783178},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"535":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":2.0},"63":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":15,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"702":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":3,"docs":{"54":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":1,"docs":{"696":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"236":{"tf":1.0},"273":{"tf":1.0},"585":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.4142135623730951},"705":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"615":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"639":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"503":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"523":{"tf":1.0},"602":{"tf":1.0},"62":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":2.8284271247461903},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"239":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"259":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.0},"273":{"tf":2.0},"280":{"tf":2.6457513110645907},"281":{"tf":2.0},"297":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"381":{"tf":1.0},"419":{"tf":1.0},"480":{"tf":1.0},"484":{"tf":1.0},"546":{"tf":2.23606797749979},"604":{"tf":1.7320508075688772},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"616":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"623":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":3.0},"686":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":2.6457513110645907},"704":{"tf":1.0},"708":{"tf":1.7320508075688772},"747":{"tf":1.4142135623730951}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"704":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"268":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.4142135623730951}}}}},"s":{"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"140":{"tf":1.0},"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"381":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"536":{"tf":1.0},"540":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"556":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"677":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"71":{"tf":1.7320508075688772},"724":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.0},"75":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"223":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"541":{"tf":1.0},"691":{"tf":1.0},"703":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"178":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"551":{"tf":4.47213595499958},"665":{"tf":1.0},"691":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"748":{"tf":1.0}},"s":{"df":5,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"111":{"tf":1.0},"7":{"tf":1.4142135623730951},"704":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"612":{"tf":1.0},"670":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.0},"701":{"tf":1.0},"751":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"665":{"tf":1.0}},"i":{"df":19,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"248":{"tf":1.4142135623730951},"266":{"tf":1.0},"280":{"tf":1.0},"612":{"tf":1.0},"709":{"tf":1.0}},"s":{"df":1,"docs":{"566":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"244":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.0},"612":{"tf":1.0}}}},"df":1,"docs":{"699":{"tf":1.0}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"599":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"626":{"tf":1.0}}}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"625":{"tf":1.0},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"742":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"527":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"199":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"239":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"29":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}},"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"693":{"tf":1.0}},"i":{"df":21,"docs":{"136":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0},"566":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"587":{"tf":1.0},"602":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"715":{"tf":1.0},"736":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"104":{"tf":1.0},"257":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"645":{"tf":1.0},"654":{"tf":1.0},"669":{"tf":1.7320508075688772},"677":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"733":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"134":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"649":{"tf":1.0},"680":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":2.449489742783178},"633":{"tf":1.0},"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"247":{"tf":1.0},"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"250":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"33":{"tf":1.0},"456":{"tf":1.4142135623730951},"500":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"648":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"313":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":2.23606797749979},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":3,"docs":{"120":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"df":11,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"182":{"tf":1.0},"351":{"tf":1.0},"391":{"tf":1.0},"432":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"648":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"432":{"tf":1.0}}}}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"321":{"tf":1.0},"608":{"tf":1.4142135623730951},"623":{"tf":1.0},"665":{"tf":1.0}},"g":{"df":1,"docs":{"468":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"492":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"669":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"440":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"133":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"323":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"634":{"tf":2.0},"675":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"250":{"tf":1.0},"568":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"626":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"247":{"tf":1.0},"273":{"tf":1.4142135623730951},"523":{"tf":1.0}}}},"t":{"df":33,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"217":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"478":{"tf":1.0},"528":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":2.449489742783178},"688":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"551":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"554":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"629":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.0},"31":{"tf":1.0},"458":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"217":{"tf":1.0}},"z":{"df":2,"docs":{"217":{"tf":1.0},"257":{"tf":1.0}}}},"z":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"257":{"tf":1.0}}},"z":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"642":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}},"r":{"df":1,"docs":{"626":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":2,"docs":{"243":{"tf":1.0},"439":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"243":{"tf":1.0},"639":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"269":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"681":{"tf":1.0},"738":{"tf":1.0}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"585":{"tf":2.23606797749979},"645":{"tf":1.4142135623730951},"667":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"176":{"tf":1.7320508075688772},"178":{"tf":1.0}}}},"df":51,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":2.6457513110645907},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"229":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":2.6457513110645907},"28":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":2.0},"326":{"tf":1.0},"404":{"tf":1.0},"44":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.7320508075688772},"501":{"tf":1.0},"503":{"tf":2.8284271247461903},"506":{"tf":1.4142135623730951},"508":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"553":{"tf":1.4142135623730951},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"626":{"tf":1.0},"64":{"tf":1.7320508075688772},"645":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":2.6457513110645907},"709":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"625":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"108":{"tf":2.23606797749979},"13":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.23606797749979},"27":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"458":{"tf":1.0},"499":{"tf":2.23606797749979},"509":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"535":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"87":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"641":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"700":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"250":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.0},"587":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"674":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"250":{"tf":1.0},"29":{"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":1,"docs":{"652":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"125":{"tf":1.0},"634":{"tf":1.0},"647":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"533":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"665":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"677":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"544":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"33":{"tf":1.0},"577":{"tf":1.4142135623730951},"713":{"tf":1.0},"720":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"188":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"289":{"tf":1.0},"550":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"650":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"216":{"tf":1.0},"257":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.4142135623730951},"715":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"4":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"733":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"647":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0}}}},"i":{"df":2,"docs":{"500":{"tf":1.0},"693":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"654":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"268":{"tf":1.0},"270":{"tf":1.0},"523":{"tf":1.0},"616":{"tf":1.0},"707":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"121":{"tf":1.0},"546":{"tf":1.0},"678":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"493":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"533":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"617":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"678":{"tf":1.0}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":2.23606797749979},"144":{"tf":2.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"233":{"tf":1.0},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":2.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"705":{"tf":1.0},"87":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"712":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":3.0},"280":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":3.1622776601683795},"502":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"585":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.7320508075688772},"6":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.4142135623730951},"709":{"tf":1.7320508075688772},"711":{"tf":2.23606797749979},"732":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"61":{"tf":1.0},"626":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"170":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.0},"5":{"tf":1.0},"551":{"tf":3.0},"602":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"104":{"tf":1.0},"149":{"tf":1.0},"691":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"705":{"tf":1.0},"717":{"tf":1.0}}}},"v":{"df":6,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"623":{"tf":1.0},"663":{"tf":1.0},"705":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"43":{"tf":1.0},"648":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"540":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":2.0},"39":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}}},"df":9,"docs":{"163":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"583":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.4142135623730951},"270":{"tf":1.0},"4":{"tf":1.0},"512":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"539":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"556":{"tf":1.4142135623730951},"558":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0},"690":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"563":{"tf":1.0},"708":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"672":{"tf":1.0},"674":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.0}}},"h":{"df":1,"docs":{"689":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}}}},"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":75,"docs":{"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":2.23606797749979},"245":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.0},"510":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.4142135623730951},"546":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"668":{"tf":1.4142135623730951},"672":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"691":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"649":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"257":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"551":{"tf":1.0},"62":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"136":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":2,"docs":{"136":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"733":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"270":{"tf":1.7320508075688772},"280":{"tf":1.0},"665":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"154":{"tf":1.7320508075688772},"178":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"540":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"685":{"tf":1.0},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}},"df":2,"docs":{"631":{"tf":1.7320508075688772},"645":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"551":{"tf":1.0}}},"t":{"df":6,"docs":{"106":{"tf":1.0},"206":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":1,"docs":{"634":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"120":{"tf":2.0},"134":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"281":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"551":{"tf":1.0},"583":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"651":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"717":{"tf":1.4142135623730951},"750":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"49":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"678":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"153":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"428":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"121":{"tf":1.0},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.4142135623730951},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"435":{"tf":1.0},"50":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":3.4641016151377544},"556":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.4142135623730951},"680":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"725":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":2,"docs":{"257":{"tf":1.0},"364":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"256":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"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":1,"docs":{"703":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"44":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.4142135623730951},"257":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0},"708":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"269":{"tf":1.0},"509":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"505":{"tf":1.0},"551":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"236":{"tf":1.0},"612":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"120":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"521":{"tf":2.6457513110645907},"599":{"tf":1.0},"692":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"647":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}}},"df":56,"docs":{"142":{"tf":3.3166247903554},"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"229":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"270":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"299":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"452":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"573":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":1.0},"64":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"654":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"191":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"652":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":2.8284271247461903},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"517":{"tf":1.0},"523":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":1,"docs":{"706":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"504":{"tf":1.0},"51":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"552":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"653":{"tf":1.0},"72":{"tf":1.0},"728":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"’":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.4142135623730951},"33":{"tf":1.0},"691":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"290":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"705":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":1,"docs":{"639":{"tf":1.0}}},"m":{"df":2,"docs":{"626":{"tf":1.0},"705":{"tf":1.0}}},"n":{"df":2,"docs":{"612":{"tf":1.0},"708":{"tf":1.0}}},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"182":{"tf":1.0},"493":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"493":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"3":{"tf":1.0},"493":{"tf":1.0}}},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"646":{"tf":1.4142135623730951},"683":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"647":{"tf":2.8284271247461903},"683":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"238":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"54":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"616":{"tf":1.0},"622":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":3,"docs":{"214":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"105":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"446":{"tf":1.0},"561":{"tf":1.0},"63":{"tf":1.0},"695":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"208":{"tf":1.0},"220":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":1.0},"566":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"647":{"tf":1.0},"710":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"446":{"tf":1.0},"695":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"df":1,"docs":{"244":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"173":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"582":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":33,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"496":{"tf":1.0},"567":{"tf":1.0},"60":{"tf":1.4142135623730951},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"740":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"500":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"667":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"342":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"551":{"tf":2.0},"62":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"700":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"667":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":1.7320508075688772},"179":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"585":{"tf":1.7320508075688772},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"278":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"413":{"tf":1.0}}},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.0},"687":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.8284271247461903},"133":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":3.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"536":{"tf":1.0},"566":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.0},"711":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"250":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"714":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.4142135623730951},"413":{"tf":1.0},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"680":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"204":{"tf":1.0}}},"df":1,"docs":{"176":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}},"n":{"df":5,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"256":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"390":{"tf":1.0},"42":{"tf":1.0},"522":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"169":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"248":{"tf":1.0},"509":{"tf":1.0},"706":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"647":{"tf":1.0},"665":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.4142135623730951},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"523":{"tf":1.0},"612":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"705":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"29":{"tf":1.0},"639":{"tf":1.0},"652":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"642":{"tf":1.0},"649":{"tf":1.0},"7":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"148":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"290":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"550":{"tf":1.0},"58":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.7320508075688772},"681":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}},"l":{"df":77,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"43":{"tf":2.0},"47":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.7320508075688772},"59":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"707":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"625":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"273":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":3,"docs":{"474":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"i":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0}}},"p":{"df":3,"docs":{"200":{"tf":1.0},"285":{"tf":1.0},"546":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"296":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":2.0}},"e":{"df":1,"docs":{"628":{"tf":1.0}},"u":{"df":2,"docs":{"628":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":3,"docs":{"296":{"tf":1.0},"628":{"tf":1.0},"85":{"tf":1.0}}}},"w":{"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"h":{"df":1,"docs":{"637":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"637":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"545":{"tf":1.0},"646":{"tf":1.4142135623730951},"692":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"551":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"486":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"w":{"df":4,"docs":{"278":{"tf":1.0},"625":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"257":{"tf":1.0},"700":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"642":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":1,"docs":{"586":{"tf":1.0}}},"u":{"df":1,"docs":{"91":{"tf":1.0}}}},"f":{"df":2,"docs":{"147":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"586":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"217":{"tf":1.0},"29":{"tf":1.0},"566":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"288":{"tf":1.0},"686":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"140":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"280":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"504":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"585":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"623":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"333":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"642":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"47":{"tf":1.0}},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"324":{"tf":1.0}}}},"r":{"df":2,"docs":{"136":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"568":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"586":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":2.449489742783178},"123":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"376":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":2.0},"493":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.7320508075688772},"531":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"551":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":1.0},"62":{"tf":1.4142135623730951},"637":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":2.8284271247461903},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.7320508075688772},"716":{"tf":1.0},"727":{"tf":1.0},"73":{"tf":1.7320508075688772},"730":{"tf":1.0},"732":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"376":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"737":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"91":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"539":{"tf":1.0},"551":{"tf":2.23606797749979},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"688":{"tf":2.449489742783178},"747":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":4,"docs":{"54":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"110":{"tf":1.0},"566":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"239":{"tf":1.0},"566":{"tf":1.0},"693":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"551":{"tf":1.0},"610":{"tf":1.0},"672":{"tf":1.0},"693":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"126":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"250":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"500":{"tf":1.4142135623730951},"545":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.0},"626":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"462":{"tf":1.0}},"l":{"df":65,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"226":{"tf":1.0},"247":{"tf":2.23606797749979},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"462":{"tf":1.0},"47":{"tf":2.0},"486":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"536":{"tf":1.0},"564":{"tf":1.0},"566":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"577":{"tf":1.4142135623730951},"579":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"62":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"691":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"704":{"tf":1.0},"712":{"tf":2.23606797749979},"713":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"734":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}}},"t":{"df":2,"docs":{"692":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"710":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"222":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"25":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":2.449489742783178},"269":{"tf":1.7320508075688772},"270":{"tf":3.7416573867739413},"271":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":1.7320508075688772},"597":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":1.7320508075688772},"614":{"tf":1.0},"617":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"694":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"749":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"521":{"tf":1.0}}}}},"t":{"df":2,"docs":{"225":{"tf":1.0},"54":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"529":{"tf":1.0}}}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"544":{"tf":1.0},"546":{"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":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":6,"docs":{"316":{"tf":1.4142135623730951},"641":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":2,"docs":{"421":{"tf":1.0},"83":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"421":{"tf":1.0}}}}}}}},"df":1,"docs":{"79":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"278":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"692":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"316":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"l":{"df":2,"docs":{"39":{"tf":1.0},"650":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.7320508075688772},"709":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"716":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"573":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"590":{"tf":1.0},"742":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"566":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"496":{"tf":1.0},"545":{"tf":1.4142135623730951},"561":{"tf":1.0},"582":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"649":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"151":{"tf":1.0},"217":{"tf":1.0},"650":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":9,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.23606797749979},"222":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"628":{"tf":1.0},"704":{"tf":1.0},"85":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":90,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"110":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":3.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"178":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.449489742783178},"211":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"27":{"tf":2.23606797749979},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"48":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":2.0},"500":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.4142135623730951},"531":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"583":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":2.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":3.1622776601683795},"649":{"tf":1.0},"651":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":2.23606797749979},"68":{"tf":1.0},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"691":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"730":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"742":{"tf":1.7320508075688772},"743":{"tf":1.0},"744":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.4142135623730951},"752":{"tf":1.0},"8":{"tf":2.6457513110645907},"89":{"tf":1.0},"9":{"tf":4.242640687119285}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"743":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"210":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"686":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"446":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"df":1,"docs":{"317":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"215":{"tf":1.0},"29":{"tf":1.0},"539":{"tf":1.4142135623730951},"541":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"278":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.0},"509":{"tf":1.0},"525":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"675":{"tf":1.0},"690":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"528":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":2,"docs":{"545":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"545":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"652":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"235":{"tf":1.0},"647":{"tf":1.0},"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"198":{"tf":1.0},"509":{"tf":1.0},"707":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"586":{"tf":1.0},"667":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":2.8284271247461903},"237":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":2.6457513110645907},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":4.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"256":{"tf":1.7320508075688772},"257":{"tf":3.3166247903554},"259":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"261":{"tf":1.4142135623730951},"268":{"tf":2.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":4.242640687119285},"272":{"tf":1.4142135623730951},"273":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"487":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.7320508075688772},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"577":{"tf":1.0},"583":{"tf":1.0},"592":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.4142135623730951},"600":{"tf":2.0},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.7320508075688772},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"629":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.449489742783178},"647":{"tf":3.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"669":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":3.0},"695":{"tf":1.4142135623730951},"696":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"709":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"749":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"701":{"tf":1.0}}}}},"i":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"230":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"651":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"520":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"df":3,"docs":{"237":{"tf":1.4142135623730951},"244":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"241":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"539":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"277":{"tf":1.0},"278":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"110":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"500":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.4142135623730951},"60":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"634":{"tf":1.0},"642":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"672":{"tf":1.0},"679":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"717":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"242":{"tf":1.0},"246":{"tf":1.0},"38":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":44,"docs":{"20":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.449489742783178},"242":{"tf":2.23606797749979},"243":{"tf":2.449489742783178},"244":{"tf":3.3166247903554},"245":{"tf":2.449489742783178},"246":{"tf":2.6457513110645907},"247":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":3.0},"258":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"568":{"tf":1.0},"570":{"tf":2.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":2.6457513110645907},"691":{"tf":2.23606797749979},"693":{"tf":1.0},"695":{"tf":1.7320508075688772},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":3.0},"704":{"tf":2.6457513110645907},"708":{"tf":2.0},"710":{"tf":1.7320508075688772},"711":{"tf":1.7320508075688772},"714":{"tf":1.0},"720":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"470":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"642":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}},"i":{"df":4,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"43":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}},"df":3,"docs":{"639":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"46":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0}}}},"s":{"df":3,"docs":{"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"602":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"140":{"tf":1.0},"236":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"747":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"81":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":2,"docs":{"204":{"tf":1.0},"478":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"225":{"tf":1.0},"568":{"tf":1.4142135623730951},"570":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":1.7320508075688772},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"626":{"tf":1.0},"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":27,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"667":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"749":{"tf":1.0}},"l":{"df":44,"docs":{"101":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"36":{"tf":1.7320508075688772},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"626":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"21":{"tf":1.0},"506":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":2.23606797749979},"634":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"688":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"745":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"634":{"tf":1.0},"649":{"tf":1.0}}}},"df":17,"docs":{"111":{"tf":1.0},"38":{"tf":1.7320508075688772},"540":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"635":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.4142135623730951},"646":{"tf":1.0},"689":{"tf":1.7320508075688772},"7":{"tf":1.0},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"560":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"622":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"694":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"126":{"tf":1.0}},"p":{"df":1,"docs":{"503":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"399":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"250":{"tf":1.0},"500":{"tf":1.0},"711":{"tf":1.0}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"399":{"tf":1.0},"499":{"tf":1.0},"50":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"66":{"tf":1.0},"665":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.4142135623730951},"708":{"tf":1.0},"87":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"157":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":1,"docs":{"606":{"tf":1.0}}}},"k":{"df":2,"docs":{"173":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":1,"docs":{"442":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}},"l":{"df":1,"docs":{"347":{"tf":1.0}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"l":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"295":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"587":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"503":{"tf":1.0},"647":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"535":{"tf":1.0},"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}},"p":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"217":{"tf":1.0},"550":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":45,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"164":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"44":{"tf":1.4142135623730951},"473":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"505":{"tf":2.8284271247461903},"508":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"599":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":2.6457513110645907},"64":{"tf":2.23606797749979},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":1,"docs":{"131":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":33,"docs":{"182":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"268":{"tf":1.0},"386":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":2.8284271247461903},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":2.23606797749979},"536":{"tf":1.0},"594":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"729":{"tf":1.0},"749":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"628":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"246":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"224":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"444":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"236":{"tf":1.0},"241":{"tf":1.0},"444":{"tf":1.0},"629":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"625":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"136":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":2,"docs":{"256":{"tf":1.0},"631":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"45":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}}}},"t":{"df":1,"docs":{"701":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":2.0},"203":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":1.7320508075688772},"497":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"701":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"684":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":20,"docs":{"140":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":2.0},"683":{"tf":1.0},"739":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"738":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"df":4,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"302":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"302":{"tf":1.0}},"r":{"df":2,"docs":{"162":{"tf":1.0},"346":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"359":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"384":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"584":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"229":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"54":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"631":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":56,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"111":{"tf":1.0},"12":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"217":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"544":{"tf":1.0},"566":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":3.0},"650":{"tf":1.0},"651":{"tf":2.0},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"660":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"7":{"tf":1.0},"723":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.4142135623730951},"753":{"tf":1.0},"8":{"tf":4.0},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"622":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"353":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"r":{"df":2,"docs":{"184":{"tf":1.0},"312":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"217":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"136":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"280":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.4142135623730951},"551":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"652":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.0}}}}},"’":{"df":2,"docs":{"142":{"tf":1.0},"692":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"551":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"184":{"tf":1.0},"29":{"tf":1.0},"312":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"134":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"363":{"tf":1.0},"612":{"tf":1.0},"619":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.7320508075688772},"4":{"tf":1.0},"427":{"tf":1.0},"521":{"tf":1.0},"58":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"619":{"tf":1.0},"626":{"tf":1.7320508075688772},"628":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"270":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"651":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"226":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"693":{"tf":1.0}},"t":{"df":9,"docs":{"100":{"tf":1.0},"245":{"tf":1.0},"623":{"tf":1.0},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"702":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"693":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"448":{"tf":1.0}}},"u":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}}},"df":5,"docs":{"140":{"tf":1.0},"142":{"tf":2.449489742783178},"307":{"tf":1.0},"326":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"448":{"tf":1.0},"521":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"290":{"tf":1.0},"422":{"tf":1.0},"500":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"673":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"45":{"tf":1.0},"679":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"622":{"tf":1.0}}}},"u":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.0},"422":{"tf":1.0}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"u":{"df":9,"docs":{"217":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"273":{"tf":1.0},"278":{"tf":1.4142135623730951},"654":{"tf":1.0},"701":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"654":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"550":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"347":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"551":{"tf":1.0},"565":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"66":{"tf":1.0},"668":{"tf":1.0},"690":{"tf":1.0},"703":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"551":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"673":{"tf":1.0},"680":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"700":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"370":{"tf":1.0},"95":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"623":{"tf":1.0}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":5,"docs":{"374":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"437":{"tf":1.0},"515":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"705":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"437":{"tf":1.0},"515":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"345":{"tf":1.0},"443":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":1,"docs":{"64":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"486":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"400":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"417":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"372":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}},"t":{"df":1,"docs":{"426":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":1,"docs":{"590":{"tf":1.0}},"r":{"df":1,"docs":{"594":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"374":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"622":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":1,"docs":{"529":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.4142135623730951},"5":{"tf":1.0},"539":{"tf":1.0},"727":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"703":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":1,"docs":{"521":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"136":{"tf":1.0},"20":{"tf":2.6457513110645907},"236":{"tf":1.0},"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"38":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"680":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"285":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"647":{"tf":1.0},"654":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"71":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"211":{"tf":1.0},"535":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"587":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"566":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}},"r":{"df":1,"docs":{"587":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"649":{"tf":1.0},"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"256":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"393":{"tf":1.0}}},"df":1,"docs":{"504":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":16,"docs":{"104":{"tf":1.7320508075688772},"106":{"tf":2.0},"213":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"305":{"tf":1.0},"348":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"62":{"tf":1.0},"656":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"68":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"244":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"204":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"222":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"645":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"420":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"481":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":1,"docs":{"692":{"tf":1.0}},"r":{"df":1,"docs":{"491":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"256":{"tf":1.0},"701":{"tf":1.0}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"z":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":20,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"298":{"tf":1.0},"419":{"tf":1.0},"551":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"608":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"645":{"tf":4.0},"646":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":2.0},"717":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":3,"docs":{"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"395":{"tf":1.0}},"g":{"df":1,"docs":{"231":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"377":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":2,"docs":{"377":{"tf":1.0},"382":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"612":{"tf":1.0}}},"u":{"df":2,"docs":{"392":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"656":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"471":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"df":1,"docs":{"91":{"tf":1.0}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"204":{"tf":1.0},"471":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":9,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"586":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"665":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"424":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"586":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"318":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"348":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"688":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"625":{"tf":1.0},"705":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"688":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"540":{"tf":1.0},"690":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"673":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"539":{"tf":1.7320508075688772},"541":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"634":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"675":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"695":{"tf":1.0},"714":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.4142135623730951},"728":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}},"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"226":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"523":{"tf":1.0},"583":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"699":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"111":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"587":{"tf":1.0},"621":{"tf":1.0}}}}},"df":30,"docs":{"126":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"484":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"608":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"678":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"673":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"652":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"637":{"tf":1.0},"645":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"673":{"tf":1.0}}}}},"n":{"df":3,"docs":{"433":{"tf":1.0},"646":{"tf":1.7320508075688772},"712":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":1.7320508075688772},"691":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"523":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":2.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":2.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"366":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"487":{"tf":1.0},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"587":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"y":{"df":1,"docs":{"505":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"550":{"tf":1.0},"625":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"290":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"215":{"tf":1.0},"502":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"600":{"tf":1.7320508075688772},"691":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":24,"docs":{"100":{"tf":2.23606797749979},"104":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.7320508075688772},"301":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.0},"520":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"601":{"tf":1.0},"62":{"tf":1.4142135623730951},"626":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"700":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"85":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"k":{"df":5,"docs":{"564":{"tf":1.0},"567":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":2.0}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"31":{"tf":1.0},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"646":{"tf":1.0},"681":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"478":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"246":{"tf":1.0},"281":{"tf":1.0},"419":{"tf":1.4142135623730951},"609":{"tf":1.0},"622":{"tf":1.0},"665":{"tf":1.0},"720":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"270":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"211":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.4142135623730951},"278":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"273":{"tf":1.0},"566":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"647":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"637":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"241":{"tf":1.0},"568":{"tf":1.0},"647":{"tf":1.0},"660":{"tf":1.0},"704":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"500":{"tf":1.0},"708":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"487":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"711":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"419":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"39":{"tf":2.23606797749979},"622":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{}},"df":71,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"500":{"tf":1.0},"540":{"tf":1.0},"567":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.0},"603":{"tf":1.0},"609":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"693":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"617":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"538":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"611":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.4142135623730951},"213":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.0},"659":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"167":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.449489742783178},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":2.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":2.6457513110645907},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":2.449489742783178},"280":{"tf":3.1622776601683795},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"374":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"427":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"501":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"552":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":2.23606797749979},"609":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"612":{"tf":3.605551275463989},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.0},"640":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"647":{"tf":3.3166247903554},"648":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"652":{"tf":2.6457513110645907},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":3.1622776601683795},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":4.69041575982343},"692":{"tf":2.449489742783178},"693":{"tf":2.8284271247461903},"694":{"tf":1.0},"695":{"tf":2.0},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":2.0},"701":{"tf":2.449489742783178},"702":{"tf":1.0},"703":{"tf":1.7320508075688772},"704":{"tf":2.0},"705":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"708":{"tf":2.449489742783178},"709":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"719":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0},"73":{"tf":2.23606797749979},"732":{"tf":1.0},"739":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"745":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":3.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"679":{"tf":1.4142135623730951},"694":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"218":{"tf":1.0},"500":{"tf":1.0},"504":{"tf":1.0},"583":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":1.0},"691":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.4142135623730951},"655":{"tf":1.0},"717":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"4":{"df":1,"docs":{"647":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"29":{"tf":1.0},"295":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"649":{"tf":1.0},"697":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"199":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"609":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"229":{"tf":1.0},"35":{"tf":1.0},"500":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":16,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"6":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.8284271247461903},"745":{"tf":1.0}}},"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"421":{"tf":1.0},"45":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.0},"528":{"tf":1.0},"566":{"tf":1.4142135623730951},"579":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":2.23606797749979},"649":{"tf":1.4142135623730951},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"250":{"tf":1.0},"39":{"tf":1.0},"652":{"tf":1.0}}}}},"u":{"df":1,"docs":{"289":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"582":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"278":{"tf":1.0},"521":{"tf":1.0},"647":{"tf":1.0},"691":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"642":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"148":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":79,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.0},"138":{"tf":1.0},"182":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"273":{"tf":2.449489742783178},"276":{"tf":1.0},"277":{"tf":2.0},"278":{"tf":3.872983346207417},"28":{"tf":1.0},"280":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"487":{"tf":1.0},"49":{"tf":1.7320508075688772},"499":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"501":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":2.0},"512":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.7320508075688772},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"599":{"tf":2.6457513110645907},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"700":{"tf":1.7320508075688772},"705":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"727":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":6,"docs":{"273":{"tf":1.0},"585":{"tf":1.0},"611":{"tf":1.0},"649":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"350":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"t":{"df":1,"docs":{"629":{"tf":1.0}}},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"603":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"df":4,"docs":{"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"642":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"449":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":3.3166247903554},"632":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"689":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"327":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"521":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.0},"701":{"tf":1.0}}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"659":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.0},"701":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"659":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"280":{"tf":1.0},"742":{"tf":1.0}}}},"y":{"df":41,"docs":{"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"213":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.449489742783178},"273":{"tf":1.0},"278":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.0},"509":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"568":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"665":{"tf":1.0},"708":{"tf":1.7320508075688772},"710":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":15,"docs":{"140":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"29":{"tf":1.0},"308":{"tf":1.4142135623730951},"404":{"tf":1.0},"44":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"588":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"693":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"327":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"257":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"451":{"tf":1.0}},"l":{"df":15,"docs":{"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"200":{"tf":1.0},"210":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"451":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"331":{"tf":1.0},"612":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"162":{"tf":1.0},"344":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}},"v":{"df":4,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"142":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"325":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"658":{"tf":1.0}}}}},"u":{"df":1,"docs":{"380":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":6,"docs":{"140":{"tf":1.0},"142":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"626":{"tf":1.0},"658":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"244":{"tf":1.0},"270":{"tf":1.0},"44":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"626":{"tf":1.7320508075688772},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"708":{"tf":1.0},"721":{"tf":1.0}}}},"’":{"df":1,"docs":{"142":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"658":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"244":{"tf":1.0},"585":{"tf":1.0},"611":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"w":{"df":1,"docs":{"380":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"604":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"658":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"42":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"334":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"675":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"546":{"tf":1.0},"639":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"737":{"tf":1.0}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"215":{"tf":1.0},"40":{"tf":1.0},"712":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"276":{"tf":1.4142135623730951},"647":{"tf":1.0},"707":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"655":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"535":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"397":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"280":{"tf":1.0},"623":{"tf":1.7320508075688772}}}}}}}}},"df":259,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":2.0},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":2.449489742783178},"145":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"182":{"tf":2.0},"187":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.8284271247461903},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":2.6457513110645907},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.4142135623730951},"234":{"tf":2.6457513110645907},"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"242":{"tf":2.449489742783178},"243":{"tf":2.0},"244":{"tf":3.0},"245":{"tf":2.23606797749979},"246":{"tf":2.0},"247":{"tf":2.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"261":{"tf":2.23606797749979},"263":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"270":{"tf":3.7416573867739413},"273":{"tf":2.23606797749979},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":3.4641016151377544},"281":{"tf":2.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":2.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.7320508075688772},"377":{"tf":1.0},"380":{"tf":1.0},"396":{"tf":1.0},"4":{"tf":2.23606797749979},"42":{"tf":1.0},"422":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"486":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":2.23606797749979},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.7320508075688772},"523":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":2.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":6.4031242374328485},"552":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"60":{"tf":1.7320508075688772},"600":{"tf":2.23606797749979},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":2.449489742783178},"612":{"tf":2.8284271247461903},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":2.0},"617":{"tf":1.4142135623730951},"62":{"tf":2.0},"621":{"tf":2.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"626":{"tf":2.0},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"645":{"tf":2.6457513110645907},"648":{"tf":1.4142135623730951},"649":{"tf":2.0},"651":{"tf":1.0},"652":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"665":{"tf":3.0},"666":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":2.23606797749979},"693":{"tf":2.0},"695":{"tf":2.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"700":{"tf":1.0},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"704":{"tf":1.7320508075688772},"705":{"tf":2.449489742783178},"707":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"718":{"tf":1.0},"72":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.7320508075688772},"746":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"566":{"tf":1.0}}},"y":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"692":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.0},"3":{"tf":1.0},"397":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"579":{"tf":1.0},"631":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.7320508075688772},"674":{"tf":1.0},"684":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"714":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"490":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":2.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"657":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"581":{"tf":1.0},"657":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":5,"docs":{"162":{"tf":1.0},"164":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"657":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"121":{"tf":1.0},"136":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.23606797749979},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"570":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772},"612":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":2.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.7320508075688772},"634":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"654":{"tf":1.0},"657":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"678":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.7320508075688772},"708":{"tf":1.7320508075688772},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"714":{"tf":1.7320508075688772},"751":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"647":{"tf":1.0},"743":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"120":{"tf":2.0},"124":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"584":{"tf":1.4142135623730951},"587":{"tf":1.0},"597":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"614":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"691":{"tf":2.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"647":{"tf":1.0}}}}},"u":{"df":2,"docs":{"164":{"tf":1.0},"331":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"31":{"tf":1.0},"355":{"tf":1.0}}},"df":2,"docs":{"308":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"182":{"tf":1.0},"184":{"tf":1.0},"315":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"270":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0}},"i":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":25,"docs":{"140":{"tf":1.0},"218":{"tf":2.23606797749979},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"277":{"tf":1.4142135623730951},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"591":{"tf":1.0},"655":{"tf":2.0},"66":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"411":{"tf":1.0},"649":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":4,"docs":{"218":{"tf":1.0},"655":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"218":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"509":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"94":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"652":{"tf":1.4142135623730951},"686":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"427":{"tf":1.0},"522":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0}}},"v":{"df":8,"docs":{"210":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.4142135623730951},"676":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"270":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"611":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"540":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"67":{"tf":1.0},"80":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"273":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"394":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"499":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"540":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"203":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":24,"docs":{"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0}}},"2":{"df":29,"docs":{"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"703":{"tf":1.0}}},"3":{"df":23,"docs":{"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"665":{"tf":1.0},"673":{"tf":1.0}}},"4":{"df":14,"docs":{"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"108":{"tf":2.23606797749979},"19":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":2.0},"284":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"523":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"667":{"tf":1.0},"673":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"6":{"df":222,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.0},"497":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"7":{"df":35,"docs":{"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"668":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":11,"docs":{"20":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0}}},"9":{"df":6,"docs":{"542":{"tf":1.7320508075688772},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"633":{"tf":1.0}}},"df":34,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"120":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.4142135623730951},"496":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"533":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"645":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"233":{"tf":1.0},"499":{"tf":1.0}}},"3":{"df":5,"docs":{"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"66":{"tf":1.0}}},"4":{"df":1,"docs":{"144":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"292":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":213,"docs":{"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{}},"df":32,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"144":{"tf":1.7320508075688772},"166":{"tf":2.0},"186":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":2.0},"286":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"540":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"66":{"tf":2.0},"87":{"tf":1.0}}},"1":{"df":18,"docs":{"564":{"tf":1.7320508075688772},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"670":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":37,"docs":{"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"3":{"df":9,"docs":{"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":6,"docs":{"627":{"tf":1.7320508075688772},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0}}},"5":{"df":11,"docs":{"633":{"tf":1.7320508075688772},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"87":{"tf":1.0}}},"6":{"df":8,"docs":{"21":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"683":{"tf":1.7320508075688772}}},":":{"4":{"1":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"108":{"tf":1.0},"266":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"625":{"tf":1.0}}},"df":26,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.7320508075688772},"75":{"tf":1.0},"81":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":19,"docs":{"170":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"540":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"681":{"tf":2.0},"703":{"tf":1.0},"75":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"288":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"343":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":46,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"151":{"tf":1.0},"208":{"tf":1.7320508075688772},"233":{"tf":1.0},"246":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"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},"500":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"540":{"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":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"654":{"tf":1.0},"672":{"tf":1.0},"682":{"tf":1.7320508075688772}},"–":{"1":{"0":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"233":{"tf":1.0},"625":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"540":{"tf":1.0},"65":{"tf":1.7320508075688772},"655":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"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":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"7":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"138":{"tf":1.0},"210":{"tf":1.0},"540":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"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}}},"8":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"288":{"tf":1.0}}},"df":39,"docs":{"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"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.0},"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":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"540":{"tf":1.0},"659":{"tf":1.0},"689":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":25,"docs":{"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"540":{"tf":1.0},"660":{"tf":1.0},"703":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":3,"docs":{"242":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":1,"docs":{"260":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"260":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"626":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"541":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"236":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":1,"docs":{"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"472":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"244":{"tf":1.0},"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"509":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"681":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"277":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"531":{"tf":1.4142135623730951},"587":{"tf":1.4142135623730951},"8":{"tf":2.0},"89":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"217":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"525":{"tf":1.0},"54":{"tf":1.0},"698":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"42":{"tf":1.7320508075688772},"496":{"tf":1.0},"60":{"tf":1.0},"693":{"tf":1.0},"81":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.0},"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0},"566":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"273":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":1,"docs":{"555":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"280":{"tf":1.0},"619":{"tf":1.4142135623730951},"631":{"tf":1.0},"646":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"536":{"tf":1.0},"583":{"tf":2.449489742783178}}}}}}},"t":{"df":3,"docs":{"472":{"tf":1.4142135623730951},"647":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"191":{"tf":1.0},"242":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0},"745":{"tf":1.0}}}},"v":{"df":3,"docs":{"245":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"136":{"tf":1.0},"217":{"tf":1.0},"257":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"639":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"651":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":34,"docs":{"215":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"280":{"tf":1.0},"37":{"tf":1.0},"463":{"tf":1.4142135623730951},"49":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"546":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":2.449489742783178},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":2.0},"650":{"tf":1.0},"672":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"631":{"tf":1.0},"643":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"567":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"463":{"tf":1.0},"500":{"tf":1.4142135623730951},"531":{"tf":1.0},"579":{"tf":1.0},"612":{"tf":1.0},"617":{"tf":1.0},"622":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"680":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"625":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"257":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"632":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"509":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"273":{"tf":1.0},"503":{"tf":1.0},"571":{"tf":2.0},"713":{"tf":1.0},"715":{"tf":2.0}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":3,"docs":{"507":{"tf":1.0},"708":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}}},"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"104":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"128":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"297":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"608":{"tf":1.0},"665":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":4,"docs":{"127":{"tf":1.0},"244":{"tf":1.0},"450":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"405":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"679":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"235":{"tf":1.0},"250":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.0},"680":{"tf":1.0},"746":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"621":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"405":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"486":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"628":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"629":{"tf":1.0},"649":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.7320508075688772},"277":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"679":{"tf":1.0},"82":{"tf":1.0}}},"o":{"df":11,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"693":{"tf":1.0}}}}},"r":{"df":1,"docs":{"450":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":6,"docs":{"226":{"tf":1.4142135623730951},"245":{"tf":1.0},"601":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"709":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":2.0}}}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"248":{"tf":1.0},"260":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"604":{"tf":1.0},"615":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0},"740":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"238":{"tf":1.0},"26":{"tf":1.0},"566":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"551":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"732":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"136":{"tf":2.0},"151":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"586":{"tf":1.7320508075688772},"587":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.4142135623730951},"612":{"tf":2.6457513110645907},"628":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"612":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"273":{"tf":1.0},"280":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"381":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"566":{"tf":1.0},"567":{"tf":1.0},"592":{"tf":1.7320508075688772},"594":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"686":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"53":{"tf":1.0},"555":{"tf":1.0},"680":{"tf":1.0},"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":19,"docs":{"124":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"269":{"tf":1.7320508075688772},"44":{"tf":1.0},"486":{"tf":1.0},"531":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.4142135623730951},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.4142135623730951},"226":{"tf":1.0},"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.7320508075688772},"568":{"tf":1.0},"575":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"612":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"229":{"tf":1.0},"230":{"tf":1.0},"487":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"198":{"tf":1.0},"214":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"522":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"643":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"231":{"tf":1.0},"653":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"210":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"213":{"tf":1.0},"29":{"tf":1.0},"631":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"273":{"tf":2.0},"692":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"182":{"tf":1.0},"464":{"tf":1.0}}},"df":1,"docs":{"341":{"tf":1.0}}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"277":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"29":{"tf":1.4142135623730951},"310":{"tf":1.0},"654":{"tf":1.0},"716":{"tf":1.0}},"f":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"218":{"tf":1.0},"276":{"tf":1.0},"336":{"tf":1.0},"655":{"tf":1.0},"692":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"218":{"tf":1.0},"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"98":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"329":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"551":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"340":{"tf":1.0}}},"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":40,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"685":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"500":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"582":{"tf":1.0},"655":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.4142135623730951},"276":{"tf":1.0},"631":{"tf":1.0},"701":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"278":{"tf":1.7320508075688772},"691":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"273":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"611":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"704":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"234":{"tf":1.0},"242":{"tf":1.4142135623730951},"693":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"121":{"tf":1.0},"29":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"509":{"tf":1.4142135623730951},"528":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"149":{"tf":1.0},"280":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.0},"478":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"645":{"tf":2.8284271247461903},"677":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"58":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"474":{"tf":1.4142135623730951},"622":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"225":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"286":{"tf":1.0},"653":{"tf":1.0}}}}},"t":{"df":1,"docs":{"558":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"158":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"26":{"tf":2.0},"261":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":3.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.4142135623730951},"631":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"551":{"tf":5.0990195135927845},"633":{"tf":1.0},"665":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"693":{"tf":1.4142135623730951},"695":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"509":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":11,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"381":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.7320508075688772},"691":{"tf":1.0}},"f":{"df":2,"docs":{"480":{"tf":1.0},"610":{"tf":1.0}},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"685":{"tf":1.0}},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.0},"521":{"tf":1.0},"555":{"tf":1.0},"631":{"tf":1.0},"672":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"270":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"566":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"636":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"622":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"333":{"tf":1.0},"339":{"tf":1.0},"427":{"tf":1.0},"626":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"290":{"tf":1.0},"406":{"tf":1.4142135623730951},"521":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.23606797749979},"27":{"tf":1.0},"648":{"tf":1.7320508075688772},"703":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"63":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":3,"docs":{"57":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"39":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.0},"652":{"tf":1.4142135623730951},"677":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"584":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"i":{"c":{"df":91,"docs":{"19":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"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},"504":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"64":{"tf":1.0},"645":{"tf":1.7320508075688772},"649":{"tf":1.0},"664":{"tf":1.7320508075688772},"702":{"tf":1.0},"723":{"tf":1.0},"751":{"tf":1.4142135623730951},"753":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":23,"docs":{"182":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"56":{"tf":1.7320508075688772},"608":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"629":{"tf":1.0}}},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"566":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":2.449489742783178},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"313":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"278":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"432":{"tf":1.4142135623730951},"50":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"570":{"tf":1.4142135623730951},"6":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"276":{"tf":1.7320508075688772},"600":{"tf":1.0},"692":{"tf":1.7320508075688772},"693":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"213":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"539":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"672":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"280":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"504":{"tf":1.0},"53":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"652":{"tf":1.0},"700":{"tf":1.4142135623730951},"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"702":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"603":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"214":{"tf":1.0},"225":{"tf":1.7320508075688772},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"4":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"575":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"629":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"688":{"tf":1.0},"706":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"691":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":2.0},"230":{"tf":1.0},"270":{"tf":1.0},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0}},"t":{"df":3,"docs":{"551":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}},"t":{"df":8,"docs":{"172":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"478":{"tf":1.0},"584":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}},"l":{"df":15,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":2.449489742783178},"200":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":3.1622776601683795},"273":{"tf":1.0},"506":{"tf":1.4142135623730951},"512":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"727":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"234":{"tf":1.0},"244":{"tf":2.8284271247461903},"704":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"677":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"669":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"679":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"632":{"tf":1.0},"673":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"t":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"56":{"tf":1.0},"659":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"149":{"tf":1.4142135623730951},"178":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"295":{"tf":1.0},"44":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":2.0},"693":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"551":{"tf":1.0},"645":{"tf":1.7320508075688772},"682":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0}}},"y":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"522":{"tf":1.0}}}}},"df":2,"docs":{"525":{"tf":1.0},"551":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"133":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"583":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":131,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"140":{"tf":2.6457513110645907},"142":{"tf":1.7320508075688772},"162":{"tf":2.0},"164":{"tf":1.7320508075688772},"182":{"tf":2.8284271247461903},"184":{"tf":1.7320508075688772},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"204":{"tf":2.0},"206":{"tf":1.7320508075688772},"223":{"tf":1.0},"229":{"tf":2.0},"231":{"tf":1.7320508075688772},"236":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"257":{"tf":1.0},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":2.449489742783178},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"566":{"tf":1.0},"579":{"tf":1.7320508075688772},"584":{"tf":1.0},"594":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.7320508075688772},"609":{"tf":1.4142135623730951},"612":{"tf":1.0},"62":{"tf":2.449489742783178},"626":{"tf":3.7416573867739413},"627":{"tf":1.7320508075688772},"628":{"tf":2.8284271247461903},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"64":{"tf":1.7320508075688772},"649":{"tf":1.0},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"665":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"721":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"622":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"566":{"tf":2.23606797749979},"568":{"tf":1.0},"570":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"701":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"492":{"tf":1.4142135623730951},"500":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"647":{"tf":1.0},"682":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"629":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":1.0},"660":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"540":{"tf":1.0},"693":{"tf":1.0},"711":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"m":{"df":2,"docs":{"152":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"412":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"669":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"566":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"221":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"612":{"tf":1.0},"708":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"208":{"tf":1.0},"221":{"tf":1.4142135623730951},"507":{"tf":1.0},"701":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"647":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"559":{"tf":1.0},"560":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"551":{"tf":2.6457513110645907},"554":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"583":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}},"t":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"742":{"tf":1.0}}}},"v":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"df":5,"docs":{"105":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"647":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.4142135623730951},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"149":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"546":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}}}}}}},"df":8,"docs":{"183":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":2.0}}}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"280":{"tf":1.0},"434":{"tf":1.4142135623730951},"617":{"tf":1.0},"647":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.4142135623730951},"647":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"599":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":20,"docs":{"178":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.6457513110645907},"27":{"tf":1.0},"37":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"663":{"tf":1.7320508075688772},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"678":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"691":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"578":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"566":{"tf":1.0},"569":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"238":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"619":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"693":{"tf":1.0},"707":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"210":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":20,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"476":{"tf":1.4142135623730951},"603":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"639":{"tf":1.0},"648":{"tf":1.0},"674":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"622":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":667,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"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.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"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":2.23606797749979},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.23606797749979},"181":{"tf":1.4142135623730951},"182":{"tf":2.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":3.605551275463989},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"283":{"tf":2.23606797749979},"284":{"tf":1.4142135623730951},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.4142135623730951},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.7320508075688772},"565":{"tf":1.4142135623730951},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"62":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.7320508075688772},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":2.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"670":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.4142135623730951},"68":{"tf":1.0},"680":{"tf":1.7320508075688772},"681":{"tf":2.0},"682":{"tf":1.7320508075688772},"683":{"tf":1.7320508075688772},"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},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"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":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"220":{"tf":1.0},"551":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":2.0},"179":{"tf":1.0},"215":{"tf":2.6457513110645907},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"694":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"215":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":121,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":2.23606797749979},"197":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":2.449489742783178},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"381":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"545":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"586":{"tf":1.0},"598":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"612":{"tf":1.0},"615":{"tf":1.4142135623730951},"631":{"tf":3.0},"632":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":2.449489742783178},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":2.0},"647":{"tf":4.123105625617661},"649":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"665":{"tf":1.4142135623730951},"683":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"71":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"73":{"tf":1.0},"745":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}},"i":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"646":{"tf":1.0}}}}},"r":{"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"246":{"tf":1.0},"273":{"tf":1.0},"691":{"tf":1.0}}}}},"k":{"df":1,"docs":{"551":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"701":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"29":{"tf":1.0},"509":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":2.0},"496":{"tf":1.0},"546":{"tf":1.0},"60":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"626":{"tf":1.0},"646":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"170":{"tf":1.0},"261":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"551":{"tf":2.449489742783178},"602":{"tf":1.0},"688":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"226":{"tf":1.0},"270":{"tf":1.0},"588":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":40,"docs":{"170":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"244":{"tf":3.0},"269":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":2.0},"530":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"602":{"tf":1.0},"645":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"691":{"tf":2.449489742783178},"711":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"506":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":2.0},"540":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"96":{"tf":1.0}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":40,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.4142135623730951},"38":{"tf":1.0},"58":{"tf":1.0},"603":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"628":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"500":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":2.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"633":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"675":{"tf":1.0},"687":{"tf":1.4142135623730951},"707":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"677":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"529":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":237,"docs":{"104":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"19":{"tf":1.0},"217":{"tf":1.0},"237":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.4142135623730951},"610":{"tf":1.0},"62":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"688":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"236":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"546":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"652":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0}}}},"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"694":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"546":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"528":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":2.23606797749979},"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"276":{"tf":1.0},"284":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"487":{"tf":1.0},"497":{"tf":1.4142135623730951},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"523":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772},"681":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"c":{"df":7,"docs":{"248":{"tf":1.0},"278":{"tf":1.0},"4":{"tf":2.0},"621":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"270":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"243":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":49,"docs":{"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"244":{"tf":3.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":2.23606797749979},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":2.449489742783178},"499":{"tf":1.0},"528":{"tf":2.0},"611":{"tf":2.0},"612":{"tf":1.0},"652":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"691":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"244":{"tf":1.0},"278":{"tf":1.0},"500":{"tf":1.0},"708":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"550":{"tf":1.0},"642":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"111":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"149":{"tf":1.7320508075688772},"151":{"tf":1.0},"191":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":2.449489742783178},"225":{"tf":1.4142135623730951},"236":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"312":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"531":{"tf":1.0},"544":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"612":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.0},"663":{"tf":1.7320508075688772},"665":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.7320508075688772},"705":{"tf":1.7320508075688772},"710":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":1.0},"725":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"238":{"tf":1.0},"290":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"667":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"39":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"623":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":68,"docs":{"162":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.6457513110645907},"270":{"tf":3.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.7320508075688772},"528":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.4142135623730951},"604":{"tf":1.7320508075688772},"615":{"tf":1.0},"649":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"698":{"tf":1.7320508075688772},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"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}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"649":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"174":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"539":{"tf":1.4142135623730951},"544":{"tf":1.0},"551":{"tf":1.0},"577":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"582":{"tf":1.0},"684":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":81,"docs":{"107":{"tf":1.7320508075688772},"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.0},"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},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"210":{"tf":1.0},"583":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"703":{"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}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"584":{"tf":2.6457513110645907},"692":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"21":{"tf":1.0},"634":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"566":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"551":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"531":{"tf":1.0},"678":{"tf":1.0}}},"t":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"509":{"tf":1.0}}},"t":{"df":1,"docs":{"685":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"686":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"250":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"665":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"599":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"242":{"tf":1.0},"280":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"221":{"tf":1.0},"500":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"248":{"tf":1.0}}}},"t":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"226":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"248":{"tf":1.0},"693":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"500":{"tf":1.0},"550":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"633":{"tf":1.4142135623730951},"664":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":1,"docs":{"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}},"df":2,"docs":{"270":{"tf":1.0},"705":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"217":{"tf":1.0},"521":{"tf":1.0},"566":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"704":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"500":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}},"df":4,"docs":{"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}},"p":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"273":{"tf":1.0},"50":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"714":{"tf":1.0},"720":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}},"v":{"df":2,"docs":{"173":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"648":{"tf":1.0},"701":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"528":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"550":{"tf":1.0},"650":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"370":{"tf":1.4142135623730951},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":18,"docs":{"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"556":{"tf":1.0},"56":{"tf":1.7320508075688772},"563":{"tf":1.0},"570":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"312":{"tf":1.0},"570":{"tf":1.4142135623730951},"603":{"tf":1.0},"609":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"273":{"tf":1.0},"500":{"tf":1.0},"529":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"685":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"134":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"500":{"tf":1.0},"541":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"712":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"45":{"tf":1.0},"536":{"tf":1.0},"649":{"tf":1.7320508075688772},"698":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.7320508075688772},"728":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"46":{"tf":1.0},"510":{"tf":1.7320508075688772},"632":{"tf":1.0},"694":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"26":{"tf":2.23606797749979},"39":{"tf":1.0},"648":{"tf":2.449489742783178},"677":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"691":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"711":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"199":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"273":{"tf":1.0},"513":{"tf":1.7320508075688772}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"6":{"tf":1.0},"674":{"tf":1.0},"745":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"217":{"tf":1.0},"528":{"tf":1.0}}}},"r":{"df":3,"docs":{"611":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"642":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"44":{"tf":1.0},"525":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"619":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"647":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"244":{"tf":1.0},"599":{"tf":1.0},"611":{"tf":1.0},"634":{"tf":1.0},"637":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"529":{"tf":1.0},"647":{"tf":1.4142135623730951},"679":{"tf":1.7320508075688772},"681":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"345":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"566":{"tf":1.4142135623730951},"89":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"705":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"675":{"tf":1.0},"686":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":83,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":2.8284271247461903},"40":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.7320508075688772},"523":{"tf":1.0},"531":{"tf":2.0},"546":{"tf":2.0},"566":{"tf":2.0},"567":{"tf":1.0},"586":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":2.8284271247461903},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"640":{"tf":1.7320508075688772},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":3.605551275463989},"647":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":2.0},"672":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":3.0},"680":{"tf":1.0},"681":{"tf":2.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":2.0},"687":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.0},"701":{"tf":1.7320508075688772},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.4142135623730951},"714":{"tf":1.0},"726":{"tf":1.4142135623730951},"728":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"546":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"e":{"df":1,"docs":{"623":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"110":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"241":{"tf":1.0},"247":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"31":{"tf":1.0},"437":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"515":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"566":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"688":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"217":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"674":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"515":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"668":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"696":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"575":{"tf":1.0},"586":{"tf":1.7320508075688772},"610":{"tf":1.0},"612":{"tf":2.23606797749979},"654":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"582":{"tf":1.0},"622":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"281":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"609":{"tf":1.0},"650":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"683":{"tf":1.0},"717":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"651":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"697":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"45":{"tf":1.0},"645":{"tf":1.0},"727":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"528":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":7,"docs":{"582":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"73":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"163":{"tf":1.0},"242":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"102":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":1.0},"536":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"250":{"tf":1.4142135623730951},"282":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"676":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"551":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"246":{"tf":1.4142135623730951},"268":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.4142135623730951},"604":{"tf":1.7320508075688772},"615":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"667":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"698":{"tf":2.0},"717":{"tf":1.0}}},"t":{"df":2,"docs":{"289":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"389":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":2.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"546":{"tf":1.4142135623730951},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"551":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":3.1622776601683795},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":2.8284271247461903},"145":{"tf":2.0},"160":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":2.449489742783178},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"219":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":2.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":2.449489742783178},"267":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"42":{"tf":1.0},"499":{"tf":2.8284271247461903},"501":{"tf":3.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"60":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}},"df":38,"docs":{"104":{"tf":1.0},"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"487":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.23606797749979},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":2.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":3.3166247903554},"596":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"700":{"tf":3.0},"707":{"tf":3.605551275463989},"711":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"707":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"345":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"39":{"tf":1.0},"503":{"tf":1.0},"665":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.7320508075688772},"70":{"tf":1.0},"98":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"154":{"tf":1.0},"19":{"tf":2.23606797749979},"241":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"341":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"615":{"tf":1.0},"634":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"677":{"tf":1.0},"679":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"528":{"tf":1.0},"650":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"677":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"494":{"tf":1.4142135623730951},"629":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"381":{"tf":1.0},"528":{"tf":1.0},"535":{"tf":1.4142135623730951},"550":{"tf":1.0},"649":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"182":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"39":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"626":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"512":{"tf":1.0},"642":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"540":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"691":{"tf":1.0},"702":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"588":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"g":{"df":1,"docs":{"621":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"711":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"112":{"tf":1.0},"114":{"tf":2.0},"198":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"506":{"tf":4.242640687119285},"507":{"tf":2.449489742783178},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"511":{"tf":1.0},"513":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":2.23606797749979},"592":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"707":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"278":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"414":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"124":{"tf":1.7320508075688772},"278":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"509":{"tf":2.0}}}}},"f":{"df":1,"docs":{"222":{"tf":1.0}}},"g":{"df":1,"docs":{"157":{"tf":1.0}}},"k":{"df":1,"docs":{"157":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"688":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"198":{"tf":1.0},"509":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"236":{"tf":1.0},"27":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"676":{"tf":1.4142135623730951},"681":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"751":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"49":{"tf":1.0},"622":{"tf":1.0},"703":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}}},"df":44,"docs":{"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"455":{"tf":1.4142135623730951},"493":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"660":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":2.23606797749979},"716":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"639":{"tf":1.0}}}}},"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.7320508075688772},"280":{"tf":1.0},"516":{"tf":1.7320508075688772},"647":{"tf":1.0},"679":{"tf":1.0},"726":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":236,"docs":{"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"651":{"tf":1.0},"7":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"567":{"tf":1.4142135623730951},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"270":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"500":{"tf":1.4142135623730951},"521":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"551":{"tf":1.0},"600":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"653":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"505":{"tf":1.0},"647":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"486":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":2.6457513110645907},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.4142135623730951},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"46":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"570":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"455":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"588":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"234":{"tf":1.0},"242":{"tf":1.7320508075688772},"270":{"tf":1.0},"503":{"tf":1.4142135623730951},"540":{"tf":1.0},"577":{"tf":1.0},"593":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"720":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":1,"docs":{"494":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"500":{"tf":1.0},"525":{"tf":1.0},"545":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"631":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"693":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"226":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"507":{"tf":1.0},"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"679":{"tf":1.0},"752":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"505":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":2.0}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"614":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"118":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":2.449489742783178},"266":{"tf":1.0},"273":{"tf":2.6457513110645907},"29":{"tf":1.0},"310":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"616":{"tf":1.0},"617":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"243":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"588":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"df":8,"docs":{"237":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"298":{"tf":1.0},"540":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"464":{"tf":1.4142135623730951},"50":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"121":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"206":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"99":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"544":{"tf":1.0},"625":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"111":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"195":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":2.8284271247461903},"245":{"tf":2.0},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":2.0},"273":{"tf":2.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.23606797749979},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"539":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"576":{"tf":1.4142135623730951},"578":{"tf":1.4142135623730951},"580":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"611":{"tf":1.0},"623":{"tf":1.7320508075688772},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"665":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":2.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.7320508075688772},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.7320508075688772},"47":{"tf":1.0},"512":{"tf":1.0},"544":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"712":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"688":{"tf":1.0}}}},"m":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"637":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"660":{"tf":1.0}}}}}},"df":1,"docs":{"702":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"41":{"tf":1.0},"501":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"681":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"628":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"238":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"604":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"500":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"683":{"tf":1.0},"691":{"tf":1.0},"707":{"tf":1.0}}},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.4142135623730951},"280":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"665":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"686":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"631":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"709":{"tf":1.0}}}}},"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":{"588":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"257":{"tf":1.0},"33":{"tf":1.4142135623730951},"611":{"tf":1.0},"64":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"721":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"290":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"273":{"tf":1.0},"310":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"707":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"256":{"tf":1.0}}},"t":{"df":7,"docs":{"110":{"tf":1.0},"16":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"504":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"236":{"tf":1.0},"248":{"tf":1.0},"49":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"44":{"tf":1.0},"53":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"720":{"tf":1.0},"744":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"244":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"566":{"tf":1.0},"625":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":2,"docs":{"241":{"tf":1.0},"500":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"188":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"288":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"650":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"278":{"tf":1.0},"500":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.4142135623730951},"647":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"257":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":25,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":2.6457513110645907},"151":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"29":{"tf":1.4142135623730951},"294":{"tf":1.0},"44":{"tf":1.0},"493":{"tf":1.4142135623730951},"510":{"tf":1.0},"515":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.4142135623730951},"30":{"tf":1.0},"478":{"tf":1.7320508075688772},"505":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"594":{"tf":1.0},"707":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"134":{"tf":1.0},"213":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"278":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"140":{"tf":1.0},"236":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"622":{"tf":1.0},"647":{"tf":1.0},"726":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}},"m":{"df":1,"docs":{"222":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.4142135623730951},"653":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":18,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"257":{"tf":1.4142135623730951},"289":{"tf":1.0},"39":{"tf":1.0},"393":{"tf":1.4142135623730951},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":2,"docs":{"42":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"500":{"tf":1.0},"551":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.7320508075688772},"639":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"698":{"tf":1.0},"71":{"tf":1.7320508075688772},"710":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":1.7320508075688772},"535":{"tf":1.0},"536":{"tf":2.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"583":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"690":{"tf":1.7320508075688772},"729":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"221":{"tf":1.0},"600":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"647":{"tf":3.3166247903554},"682":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"136":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.6457513110645907},"278":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"386":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"544":{"tf":1.4142135623730951},"570":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"628":{"tf":1.0},"647":{"tf":3.0},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"512":{"tf":1.0},"603":{"tf":1.0},"707":{"tf":1.4142135623730951},"709":{"tf":1.0},"730":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"647":{"tf":1.7320508075688772},"682":{"tf":1.0}}}},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":2.0},"506":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"634":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":2.0},"132":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"229":{"tf":1.0},"257":{"tf":4.47213595499958},"499":{"tf":1.0},"501":{"tf":2.449489742783178},"502":{"tf":1.7320508075688772},"503":{"tf":2.0},"504":{"tf":2.23606797749979},"505":{"tf":2.23606797749979},"506":{"tf":2.23606797749979},"507":{"tf":2.0},"508":{"tf":2.23606797749979},"518":{"tf":1.0},"524":{"tf":1.0},"592":{"tf":1.0},"626":{"tf":1.0},"709":{"tf":1.4142135623730951},"710":{"tf":2.23606797749979},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"716":{"tf":1.0},"730":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.4142135623730951},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"471":{"tf":1.4142135623730951},"496":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"546":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"723":{"tf":1.0},"753":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"525":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"612":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":1.4142135623730951}}}},"df":15,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.0},"278":{"tf":1.0},"424":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":2.23606797749979},"711":{"tf":2.6457513110645907},"735":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0},"502":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"256":{"tf":1.0},"278":{"tf":1.0},"586":{"tf":1.0},"625":{"tf":1.0},"675":{"tf":1.0}}}}},"p":{"df":3,"docs":{"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"648":{"tf":1.0}},"l":{"df":1,"docs":{"645":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"551":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"172":{"tf":1.7320508075688772},"174":{"tf":1.0}}},"df":12,"docs":{"182":{"tf":1.0},"432":{"tf":1.0},"515":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"594":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"707":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"737":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"651":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"288":{"tf":1.0},"625":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}},"df":1,"docs":{"691":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"569":{"tf":1.4142135623730951},"717":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":3.0},"29":{"tf":1.4142135623730951},"619":{"tf":1.0},"643":{"tf":1.0}},"i":{"df":4,"docs":{"672":{"tf":1.0},"691":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.0},"238":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"703":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"550":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"158":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"280":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"66":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":2.23606797749979},"714":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"647":{"tf":1.0},"678":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"609":{"tf":1.4142135623730951},"623":{"tf":1.0},"634":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"585":{"tf":1.0},"705":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"582":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"196":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"26":{"tf":1.0},"417":{"tf":1.4142135623730951},"619":{"tf":1.0},"649":{"tf":1.0}},"n":{"df":14,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"277":{"tf":1.4142135623730951},"588":{"tf":1.7320508075688772},"599":{"tf":2.0},"731":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"629":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":32,"docs":{"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"753":{"tf":1.0}}}}},"df":1,"docs":{"74":{"tf":1.0}}}}},"u":{"df":2,"docs":{"256":{"tf":1.0},"541":{"tf":1.0}},"e":{"df":4,"docs":{"539":{"tf":2.0},"541":{"tf":1.0},"689":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"21":{"tf":1.0},"252":{"tf":1.4142135623730951},"278":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"df":19,"docs":{"11":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":5,"docs":{"552":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"648":{"tf":1.0},"682":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"649":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"415":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"701":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"551":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0}}},"t":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}},"h":{"df":5,"docs":{"589":{"tf":1.4142135623730951},"590":{"tf":1.7320508075688772},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"593":{"tf":1.4142135623730951},"594":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"534":{"tf":1.7320508075688772},"549":{"tf":1.0},"550":{"tf":1.0},"595":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"6":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0}}},"df":2,"docs":{"591":{"tf":1.4142135623730951},"592":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"702":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"210":{"tf":1.4142135623730951},"278":{"tf":1.0},"426":{"tf":1.4142135623730951},"509":{"tf":1.0},"550":{"tf":1.4142135623730951},"625":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"723":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"677":{"tf":1.0}}}},"w":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"225":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":2.23606797749979},"270":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"724":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"189":{"tf":1.0},"192":{"tf":1.0},"551":{"tf":1.0},"688":{"tf":1.0}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"645":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"568":{"tf":1.0},"570":{"tf":1.0},"714":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":41,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}},"r":{"df":1,"docs":{"273":{"tf":1.0}},"p":{"df":1,"docs":{"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":1,"docs":{"151":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"316":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"316":{"tf":1.0}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"n":{"d":{"df":154,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":2.0},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.7320508075688772},"234":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":2.449489742783178},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":2.0},"270":{"tf":1.0},"28":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"459":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.7320508075688772},"530":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.7320508075688772},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":2.0},"668":{"tf":1.7320508075688772},"67":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951},"69":{"tf":1.0},"691":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"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},"96":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"239":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0}}},"l":{"df":4,"docs":{"247":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}},"l":{"df":1,"docs":{"692":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":3,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"466":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"469":{"tf":1.0},"612":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"257":{"tf":1.0},"551":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":4,"docs":{"215":{"tf":2.23606797749979},"290":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":2.23606797749979},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"682":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"652":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"694":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"247":{"tf":1.0}},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"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":4,"docs":{"183":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"44":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"320":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"612":{"tf":1.0},"688":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"539":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":3,"docs":{"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"288":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}},"df":5,"docs":{"222":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0},"429":{"tf":1.0},"691":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"222":{"tf":1.0},"691":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"429":{"tf":1.4142135623730951},"500":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"273":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"229":{"tf":1.0},"33":{"tf":1.0},"429":{"tf":1.0}},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":2.0},"466":{"tf":1.4142135623730951},"496":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"665":{"tf":1.0},"680":{"tf":1.0},"695":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}}},"’":{"df":4,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"5":{"tf":1.0},"645":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"257":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"311":{"tf":1.0},"612":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"df":1,"docs":{"612":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"469":{"tf":1.4142135623730951},"503":{"tf":1.0},"507":{"tf":1.0},"612":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"652":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"250":{"tf":1.4142135623730951},"521":{"tf":1.0},"531":{"tf":1.0},"598":{"tf":1.0},"626":{"tf":1.0},"672":{"tf":1.0},"685":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"496":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"250":{"tf":1.0},"648":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":3,"docs":{"48":{"tf":1.0},"625":{"tf":1.0},"710":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"679":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"718":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"457":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"457":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"718":{"tf":1.0}},"i":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"215":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"273":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":3,"docs":{"322":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":3,"docs":{"338":{"tf":1.0},"482":{"tf":1.0},"557":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":1,"docs":{"482":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"222":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}},"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"599":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"431":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"478":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"349":{"tf":1.4142135623730951},"452":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"246":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"403":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"407":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"407":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"563":{"tf":1.0}}},"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"430":{"tf":1.0}}},"f":{"df":1,"docs":{"147":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":1.0},"349":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"686":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.7320508075688772},"506":{"tf":1.0}}}},"df":1,"docs":{"44":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"651":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"244":{"tf":1.4142135623730951},"506":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.449489742783178},"551":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"43":{"tf":1.0},"535":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"278":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"l":{"df":2,"docs":{"198":{"tf":1.0},"691":{"tf":1.0}}}},"c":{"df":6,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"566":{"tf":1.0},"712":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":4,"docs":{"278":{"tf":1.0},"50":{"tf":1.0},"521":{"tf":1.4142135623730951},"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"692":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"707":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"681":{"tf":1.0}}}},"df":1,"docs":{"604":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"616":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"221":{"tf":1.0},"53":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":1,"docs":{"242":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"110":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"600":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951},"654":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"730":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"544":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"651":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"654":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.7320508075688772},"30":{"tf":1.0},"501":{"tf":1.0},"550":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"136":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"616":{"tf":1.4142135623730951},"617":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"626":{"tf":1.0}}}},"d":{"df":1,"docs":{"632":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"600":{"tf":1.0}},"x":{"df":7,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"563":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"700":{"tf":1.0}}},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"647":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"231":{"tf":1.0},"256":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":15,"docs":{"215":{"tf":1.0},"43":{"tf":1.7320508075688772},"5":{"tf":1.0},"504":{"tf":1.0},"54":{"tf":1.0},"650":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"691":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"502":{"tf":1.0},"539":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":2.0},"556":{"tf":1.4142135623730951},"637":{"tf":1.0},"686":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"672":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":2.23606797749979},"676":{"tf":1.0},"679":{"tf":1.0},"717":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.4142135623730951},"290":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.7320508075688772},"550":{"tf":1.0},"573":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":2.449489742783178},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"708":{"tf":2.0},"714":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"647":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"45":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"df":5,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"732":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"257":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"110":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"281":{"tf":1.0},"535":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"566":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"609":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"213":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"531":{"tf":1.4142135623730951},"550":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"642":{"tf":1.0},"693":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.7320508075688772},"691":{"tf":1.0},"707":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"123":{"tf":1.0},"276":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"278":{"tf":1.0},"679":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"110":{"tf":1.0},"45":{"tf":2.8284271247461903},"50":{"tf":1.0},"732":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"df":3,"docs":{"573":{"tf":1.7320508075688772},"713":{"tf":1.0},"716":{"tf":1.7320508075688772}},"h":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"544":{"tf":1.0},"546":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"617":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"701":{"tf":1.0}},"i":{"df":4,"docs":{"505":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"1":{"tf":1.0},"276":{"tf":1.0},"39":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"582":{"tf":1.0},"6":{"tf":1.0},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}},"v":{"df":5,"docs":{"273":{"tf":1.0},"566":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":2.23606797749979},"679":{"tf":2.23606797749979},"680":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"682":{"tf":2.0},"683":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":12,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"518":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"545":{"tf":1.7320508075688772},"66":{"tf":1.0},"692":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"630":{"tf":1.0},"677":{"tf":1.0}},"’":{"df":4,"docs":{"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":2.23606797749979},"631":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"681":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"210":{"tf":1.4142135623730951},"245":{"tf":1.0},"629":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"261":{"tf":1.0},"272":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"647":{"tf":1.0}}}},"t":{"df":1,"docs":{"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"210":{"tf":1.0},"619":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"634":{"tf":1.0}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"669":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":1,"docs":{"507":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"412":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.0},"699":{"tf":1.0}}}}}}}},"df":2,"docs":{"506":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":4,"docs":{"273":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"t":{"df":5,"docs":{"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":1,"docs":{"434":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"158":{"tf":1.0},"192":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"328":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"612":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"632":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"652":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"222":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":1,"docs":{"273":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"140":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"540":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":3.4641016151377544},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.4142135623730951},"733":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"647":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":113,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"120":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"257":{"tf":4.123105625617661},"258":{"tf":1.4142135623730951},"259":{"tf":2.23606797749979},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":2.0},"273":{"tf":2.0},"278":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"43":{"tf":2.8284271247461903},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.4142135623730951},"536":{"tf":1.0},"54":{"tf":2.449489742783178},"540":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"577":{"tf":1.0},"58":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"601":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":2.0},"62":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"639":{"tf":1.0},"645":{"tf":3.1622776601683795},"647":{"tf":3.1622776601683795},"654":{"tf":3.1622776601683795},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":2.8284271247461903},"681":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":2.8284271247461903},"686":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"705":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.23606797749979},"711":{"tf":1.4142135623730951},"714":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"733":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"215":{"tf":2.6457513110645907},"344":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"551":{"tf":1.0},"641":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"210":{"tf":1.0},"479":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"17":{"tf":1.0},"396":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"701":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.4142135623730951},"623":{"tf":1.0},"651":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":1,"docs":{"506":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"238":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"373":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"555":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"711":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}},"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"226":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"140":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"528":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"528":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"528":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}}},"u":{"df":2,"docs":{"216":{"tf":1.0},"691":{"tf":1.0}}}}},"df":6,"docs":{"214":{"tf":1.7320508075688772},"54":{"tf":1.0},"551":{"tf":1.0},"639":{"tf":1.4142135623730951},"663":{"tf":1.7320508075688772},"705":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"506":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"705":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"705":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"204":{"tf":1.0},"33":{"tf":1.0},"371":{"tf":1.0},"49":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"701":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"df":6,"docs":{"104":{"tf":1.0},"551":{"tf":1.7320508075688772},"62":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":1,"docs":{"74":{"tf":1.0}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"e":{"df":2,"docs":{"218":{"tf":1.0},"655":{"tf":1.0}},"l":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":1,"docs":{"218":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"705":{"tf":1.0},"708":{"tf":1.0}}},"u":{"df":1,"docs":{"278":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"245":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"411":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.7320508075688772}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"333":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":2.23606797749979},"218":{"tf":1.0},"234":{"tf":1.0},"245":{"tf":2.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"473":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"665":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"699":{"tf":1.7320508075688772},"704":{"tf":1.0},"711":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"270":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}}},"df":1,"docs":{"692":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"245":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}}},"df":6,"docs":{"246":{"tf":1.4142135623730951},"270":{"tf":1.0},"591":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0}},"f":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}},"e":{"df":1,"docs":{"278":{"tf":1.0}},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"721":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"621":{"tf":1.0}}}},"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"660":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"465":{"tf":1.4142135623730951}}},"df":1,"docs":{"583":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":116,"docs":{"0":{"tf":2.6457513110645907},"1":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.6457513110645907},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"566":{"tf":1.7320508075688772},"567":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":2.0},"628":{"tf":1.4142135623730951},"63":{"tf":1.0},"630":{"tf":1.7320508075688772},"633":{"tf":1.0},"635":{"tf":2.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":2.23606797749979},"649":{"tf":2.0},"650":{"tf":2.0},"651":{"tf":2.0},"652":{"tf":3.3166247903554},"653":{"tf":2.23606797749979},"654":{"tf":1.7320508075688772},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":2.6457513110645907},"673":{"tf":2.0},"674":{"tf":2.449489742783178},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":2.6457513110645907},"678":{"tf":1.7320508075688772},"679":{"tf":1.7320508075688772},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":2.0},"683":{"tf":1.4142135623730951},"687":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.7320508075688772},"749":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"667":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"461":{"tf":1.4142135623730951},"692":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.4142135623730951},"60":{"tf":1.0},"609":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"675":{"tf":1.0},"693":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"501":{"tf":1.0},"53":{"tf":1.0},"568":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"168":{"tf":1.0}}}},"y":{"df":3,"docs":{"198":{"tf":1.0},"257":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"53":{"tf":1.4142135623730951},"540":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"170":{"tf":1.0}}}},"df":32,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"35":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"504":{"tf":3.4641016151377544},"508":{"tf":1.0},"517":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"257":{"tf":1.0},"505":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":53,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"140":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"162":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"204":{"tf":1.0},"21":{"tf":2.23606797749979},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":3.3166247903554},"628":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.0},"642":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"649":{"tf":1.4142135623730951},"701":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"261":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"v":{"df":1,"docs":{"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":64,"docs":{"209":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.7320508075688772},"530":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.0},"640":{"tf":1.7320508075688772},"642":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"654":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"691":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"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}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"599":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"241":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"650":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"104":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"536":{"tf":1.7320508075688772},"538":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":2.0},"616":{"tf":1.0},"62":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":1.0},"705":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"’":{"df":1,"docs":{"631":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"612":{"tf":1.0},"645":{"tf":1.0}},"t":{"df":1,"docs":{"639":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"509":{"tf":1.0},"672":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"478":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"df":1,"docs":{"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"643":{"tf":1.0},"714":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"705":{"tf":1.0}},"e":{"df":2,"docs":{"431":{"tf":1.4142135623730951},"629":{"tf":1.0}}},"g":{"df":1,"docs":{"173":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"277":{"tf":1.0},"45":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"145":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"534":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"625":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"245":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"737":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"222":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"45":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"551":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"509":{"tf":1.0},"625":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"523":{"tf":1.0}}}},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"407":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"403":{"tf":1.4142135623730951}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0}}},"k":{"df":4,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"159":{"tf":1.0}}},"l":{"df":2,"docs":{"713":{"tf":1.0},"717":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"44":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"100":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"123":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"3":{"tf":1.0},"361":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.0},"544":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"678":{"tf":1.0},"691":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"257":{"tf":1.0},"3":{"tf":1.0},"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"621":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"98":{"tf":1.0}},"k":{"df":28,"docs":{"123":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"220":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"281":{"tf":1.0},"368":{"tf":1.4142135623730951},"38":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"609":{"tf":1.0},"621":{"tf":2.0},"622":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"685":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"626":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"674":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"280":{"tf":1.0}},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"430":{"tf":1.4142135623730951},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"537":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"225":{"tf":1.0},"562":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951}}}}}}},"s":{"df":1,"docs":{"558":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"662":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"704":{"tf":1.0}},"z":{"df":1,"docs":{"639":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"504":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"648":{"tf":1.0},"737":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"546":{"tf":1.0},"647":{"tf":1.7320508075688772},"654":{"tf":1.0},"678":{"tf":2.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.0},"742":{"tf":2.23606797749979}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"645":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"278":{"tf":1.0},"402":{"tf":1.4142135623730951},"43":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"631":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"246":{"tf":1.0},"649":{"tf":2.449489742783178},"651":{"tf":1.4142135623730951},"652":{"tf":2.6457513110645907},"677":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":14,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"546":{"tf":1.0},"612":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"652":{"tf":1.0},"712":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":62,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"339":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"486":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"60":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"611":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.0},"646":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.4142135623730951},"700":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":1,"docs":{"410":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.0},"352":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":2.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"229":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"700":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"555":{"tf":1.0},"567":{"tf":1.0},"600":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":2.23606797749979},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"725":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"k":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"27":{"tf":1.0},"551":{"tf":3.1622776601683795},"637":{"tf":1.0},"688":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"162":{"tf":1.0},"178":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"665":{"tf":1.0},"705":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":2,"docs":{"544":{"tf":1.7320508075688772},"546":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"103":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"240":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"535":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"599":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"678":{"tf":1.0},"681":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"690":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"631":{"tf":1.0}},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"223":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.7320508075688772},"282":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"582":{"tf":1.0},"626":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"475":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"616":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":2.0},"196":{"tf":1.0},"197":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"661":{"tf":1.7320508075688772},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"521":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"682":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"648":{"tf":1.0}},"i":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"4":{"tf":1.0},"531":{"tf":1.0},"568":{"tf":1.0},"605":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"229":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"237":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"121":{"tf":1.0},"17":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"639":{"tf":1.0},"712":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"186":{"tf":2.0},"19":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.449489742783178},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"499":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"66":{"tf":2.0},"87":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.0},"212":{"tf":1.4142135623730951},"550":{"tf":1.0},"579":{"tf":1.4142135623730951},"582":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"713":{"tf":1.0},"721":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"237":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"551":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"58":{"tf":1.4142135623730951},"626":{"tf":1.0},"628":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":1,"docs":{"629":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"245":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"646":{"tf":1.0},"676":{"tf":2.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"646":{"tf":3.1622776601683795},"675":{"tf":1.0},"676":{"tf":1.0},"683":{"tf":1.4142135623730951}}}},"df":3,"docs":{"647":{"tf":1.7320508075688772},"68":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":1,"docs":{"280":{"tf":1.0}},"l":{"df":1,"docs":{"714":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"672":{"tf":1.0}},"i":{"df":25,"docs":{"238":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":2.0},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":2.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.0},"642":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"665":{"tf":1.0},"674":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"503":{"tf":1.0},"518":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"623":{"tf":1.0},"707":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"649":{"tf":3.0},"667":{"tf":1.0},"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"625":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":65,"docs":{"1":{"tf":1.7320508075688772},"134":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"235":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.4142135623730951},"523":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"650":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"705":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"558":{"tf":1.0}}}}},"n":{"df":1,"docs":{"586":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"246":{"tf":1.0},"257":{"tf":1.0},"504":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"489":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"17":{"tf":1.0},"282":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"438":{"tf":1.4142135623730951},"497":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"525":{"tf":1.0},"61":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"645":{"tf":2.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.0},"82":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"646":{"tf":1.0},"683":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"244":{"tf":1.0},"280":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"645":{"tf":2.449489742783178},"646":{"tf":3.4641016151377544},"647":{"tf":1.4142135623730951},"683":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}}}},"p":{"df":7,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"159":{"tf":1.0},"270":{"tf":1.0},"660":{"tf":1.7320508075688772},"691":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"425":{"tf":1.4142135623730951},"43":{"tf":1.0},"540":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"188":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"544":{"tf":1.0},"613":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"693":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"708":{"tf":1.0},"733":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"647":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"220":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"609":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"749":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"616":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"273":{"tf":1.0},"632":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"420":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"523":{"tf":1.0},"615":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"599":{"tf":1.0}}},"h":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"174":{"tf":1.0},"43":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.7320508075688772},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.7320508075688772},"600":{"tf":1.0},"66":{"tf":1.0},"690":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"733":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"491":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"236":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"555":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"17":{"tf":1.0},"186":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"226":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"266":{"tf":2.0},"273":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"481":{"tf":1.4142135623730951},"499":{"tf":2.0},"566":{"tf":1.0},"604":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":3.4641016151377544},"633":{"tf":1.0},"646":{"tf":1.4142135623730951},"653":{"tf":1.0},"66":{"tf":2.0},"693":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"87":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"576":{"tf":1.0},"580":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772},"704":{"tf":1.0}}}},"t":{"df":3,"docs":{"555":{"tf":1.0},"556":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"250":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"396":{"tf":1.4142135623730951},"531":{"tf":1.0},"561":{"tf":1.0},"622":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.7320508075688772},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"497":{"tf":1.0},"509":{"tf":1.0},"551":{"tf":4.242640687119285},"554":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"561":{"tf":2.0},"562":{"tf":1.4142135623730951},"563":{"tf":1.4142135623730951},"61":{"tf":1.0},"615":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"747":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":8,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"516":{"tf":1.0},"605":{"tf":1.7320508075688772},"698":{"tf":1.7320508075688772}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"172":{"tf":1.0}}},"k":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"628":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"693":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"225":{"tf":1.0},"257":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"615":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0},"720":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"62":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"655":{"tf":1.0},"675":{"tf":1.0},"681":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"717":{"tf":1.0},"73":{"tf":1.0},"742":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":2,"docs":{"261":{"tf":1.0},"43":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"244":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"631":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"n":{"df":14,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":2.23606797749979},"545":{"tf":2.0},"546":{"tf":2.23606797749979},"654":{"tf":1.0},"669":{"tf":2.0},"678":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":2.23606797749979},"745":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"546":{"tf":1.7320508075688772},"645":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"141":{"tf":1.0},"210":{"tf":1.0},"238":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"392":{"tf":1.4142135623730951},"43":{"tf":1.0},"509":{"tf":1.4142135623730951},"53":{"tf":1.0},"629":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"379":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":1.4142135623730951},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":2.6457513110645907},"541":{"tf":1.7320508075688772},"544":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"583":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":2.6457513110645907},"668":{"tf":1.7320508075688772},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"678":{"tf":2.449489742783178},"685":{"tf":2.6457513110645907},"689":{"tf":2.23606797749979}},"p":{"a":{"d":{"df":2,"docs":{"540":{"tf":1.0},"668":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"506":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"306":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"242":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}},"g":{"df":1,"docs":{"580":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"136":{"tf":1.0}},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"151":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":3,"docs":{"505":{"tf":1.0},"531":{"tf":1.0},"710":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"509":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"250":{"tf":1.4142135623730951},"280":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"665":{"tf":1.0}},"s":{"df":1,"docs":{"626":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"277":{"tf":1.0}},"r":{"df":2,"docs":{"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"192":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"182":{"tf":1.0},"582":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"120":{"tf":2.449489742783178},"278":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"707":{"tf":2.0},"711":{"tf":1.4142135623730951},"719":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"574":{"tf":2.0},"610":{"tf":1.0},"713":{"tf":1.0},"718":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"441":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"408":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"408":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"229":{"tf":1.0},"330":{"tf":1.0},"691":{"tf":1.0},"708":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"551":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"583":{"tf":1.0},"586":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"441":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"597":{"tf":1.4142135623730951},"598":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"680":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"681":{"tf":1.0},"724":{"tf":1.0},"83":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":2.0},"246":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.23606797749979},"276":{"tf":1.0},"281":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.4142135623730951},"333":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"487":{"tf":1.0},"500":{"tf":1.7320508075688772},"507":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"566":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"211":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"100":{"tf":1.0},"136":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"551":{"tf":3.4641016151377544},"649":{"tf":1.0},"651":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":2.23606797749979},"737":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"689":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"276":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"701":{"tf":1.0}}}}},"t":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"37":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"647":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0},"83":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"569":{"tf":1.0},"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.4142135623730951},"229":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"386":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"52":{"tf":2.6457513110645907},"525":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"559":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"699":{"tf":1.0},"71":{"tf":1.0},"730":{"tf":1.0},"744":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"569":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"569":{"tf":1.0},"570":{"tf":1.0},"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":1,"docs":{"721":{"tf":1.0}}},"i":{"df":1,"docs":{"708":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"617":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"219":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"734":{"tf":1.4142135623730951}},"i":{"df":6,"docs":{"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"692":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"282":{"tf":1.0},"617":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"575":{"tf":1.7320508075688772},"586":{"tf":2.449489742783178},"587":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"549":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"196":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":2.449489742783178},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":2.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"559":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":2.23606797749979},"691":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.7320508075688772},"707":{"tf":1.0},"711":{"tf":2.449489742783178},"753":{"tf":1.4142135623730951},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":3.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":2.23606797749979},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"295":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":2.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":2.0},"550":{"tf":1.0},"551":{"tf":4.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"584":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"592":{"tf":1.7320508075688772},"594":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":2.0},"609":{"tf":2.23606797749979},"610":{"tf":1.4142135623730951},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":2.23606797749979},"623":{"tf":2.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"634":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"720":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"735":{"tf":1.4142135623730951},"739":{"tf":1.0},"750":{"tf":1.0},"752":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.0},"631":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"281":{"tf":1.0},"381":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":1.0},"558":{"tf":1.0},"602":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"612":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"244":{"tf":2.6457513110645907},"70":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"483":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"108":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"565":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"628":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"689":{"tf":1.4142135623730951}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"126":{"tf":1.0},"134":{"tf":1.0}}},"u":{"df":1,"docs":{"273":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":6,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"273":{"tf":1.0},"95":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"177":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"535":{"tf":1.0},"582":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"622":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"105":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":3.0},"50":{"tf":1.0},"585":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"387":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"590":{"tf":1.0},"626":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"134":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"634":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":21,"docs":{"110":{"tf":1.4142135623730951},"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"398":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.0},"49":{"tf":1.0},"556":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"250":{"tf":1.0},"509":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"188":{"tf":1.0},"531":{"tf":1.0},"566":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"151":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":4,"docs":{"256":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0}},"h":{"df":1,"docs":{"156":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951},"598":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}}},"y":{"df":5,"docs":{"105":{"tf":1.0},"241":{"tf":1.0},"273":{"tf":1.0},"509":{"tf":1.0},"94":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":12,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"243":{"tf":2.0},"391":{"tf":1.0},"419":{"tf":1.0},"43":{"tf":1.0},"551":{"tf":1.4142135623730951},"688":{"tf":1.0},"704":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":4,"docs":{"172":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"516":{"tf":1.0},"626":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"631":{"tf":1.0}}}}},"d":{"df":2,"docs":{"556":{"tf":2.0},"631":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":21,"docs":{"140":{"tf":1.0},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"28":{"tf":1.0},"387":{"tf":1.0},"429":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"631":{"tf":1.7320508075688772},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"131":{"tf":1.0},"629":{"tf":1.0}}},"df":1,"docs":{"131":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"245":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"17":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"500":{"tf":1.4142135623730951},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"217":{"tf":1.0},"244":{"tf":1.4142135623730951},"42":{"tf":1.0},"611":{"tf":1.0},"649":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"686":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":15,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"49":{"tf":1.0},"531":{"tf":2.0},"625":{"tf":1.0},"626":{"tf":1.7320508075688772},"629":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"280":{"tf":1.4142135623730951},"500":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.0},"693":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"708":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"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":2,"docs":{"229":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"603":{"tf":1.0}}}},"df":1,"docs":{"600":{"tf":1.0}},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"599":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"402":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":1,"docs":{"388":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"416":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"436":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"375":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"438":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"410":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"229":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"t":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}},"df":10,"docs":{"213":{"tf":1.0},"29":{"tf":1.0},"551":{"tf":1.0},"615":{"tf":1.0},"656":{"tf":1.7320508075688772},"68":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"475":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"237":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":2,"docs":{"691":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"667":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":2,"docs":{"378":{"tf":1.0},"504":{"tf":1.0}}}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"625":{"tf":1.0},"656":{"tf":1.0}},"t":{"df":17,"docs":{"111":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"586":{"tf":1.0},"588":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"700":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"369":{"tf":1.0},"69":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":3,"docs":{"244":{"tf":1.0},"401":{"tf":1.0},"453":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":33,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"248":{"tf":1.7320508075688772},"269":{"tf":1.0},"280":{"tf":2.449489742783178},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"4":{"tf":1.0},"473":{"tf":1.0},"556":{"tf":1.0},"608":{"tf":1.7320508075688772},"612":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"627":{"tf":1.7320508075688772},"628":{"tf":2.8284271247461903},"629":{"tf":2.8284271247461903},"630":{"tf":1.0},"631":{"tf":3.4641016151377544},"632":{"tf":1.0},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"83":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"425":{"tf":1.0}}},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.4142135623730951},"693":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}},"df":2,"docs":{"242":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"44":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"205":{"tf":1.0},"25":{"tf":1.0},"401":{"tf":1.4142135623730951},"523":{"tf":1.0},"535":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"257":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":1,"docs":{"70":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"199":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"123":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"453":{"tf":1.4142135623730951},"550":{"tf":1.0},"740":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"df":24,"docs":{"105":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":2.449489742783178},"183":{"tf":2.0},"205":{"tf":2.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"615":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"660":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":1.0},"566":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":70,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"236":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":2.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"550":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":3.0},"649":{"tf":3.0},"650":{"tf":1.0},"651":{"tf":1.7320508075688772},"652":{"tf":2.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":2.0},"673":{"tf":1.0},"674":{"tf":2.0},"675":{"tf":2.6457513110645907},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.7320508075688772},"680":{"tf":1.0},"682":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"694":{"tf":1.0},"737":{"tf":1.4142135623730951},"8":{"tf":1.0}},"’":{"df":10,"docs":{"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"629":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":2.8284271247461903},"29":{"tf":1.0},"531":{"tf":1.0},"661":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0}}},"u":{"df":5,"docs":{"536":{"tf":1.0},"546":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0}},"g":{"df":1,"docs":{"740":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"245":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":2.23606797749979},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":1,"docs":{"154":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"256":{"tf":1.0},"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"244":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"41":{"tf":1.0},"488":{"tf":1.4142135623730951},"500":{"tf":1.0},"523":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"460":{"tf":1.7320508075688772},"504":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"509":{"tf":1.0},"519":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"546":{"tf":1.0},"579":{"tf":1.0},"600":{"tf":1.7320508075688772},"602":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"717":{"tf":1.0},"721":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"242":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"612":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"91":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"193":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"497":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"535":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":15,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"702":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":3,"docs":{"54":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":1,"docs":{"696":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"236":{"tf":1.0},"273":{"tf":1.0},"585":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.4142135623730951},"705":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"615":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"639":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"503":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"523":{"tf":1.0},"602":{"tf":1.0},"62":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":65,"docs":{"232":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":3.1622776601683795},"237":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"241":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":2.449489742783178},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"259":{"tf":2.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.0},"273":{"tf":2.0},"280":{"tf":2.8284271247461903},"281":{"tf":2.23606797749979},"297":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"381":{"tf":1.0},"419":{"tf":1.0},"480":{"tf":1.0},"484":{"tf":1.0},"546":{"tf":2.449489742783178},"604":{"tf":2.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"609":{"tf":1.7320508075688772},"610":{"tf":1.4142135623730951},"611":{"tf":2.0},"615":{"tf":1.7320508075688772},"616":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"623":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":3.1622776601683795},"686":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"701":{"tf":1.7320508075688772},"702":{"tf":2.449489742783178},"703":{"tf":2.8284271247461903},"704":{"tf":1.0},"708":{"tf":2.0},"747":{"tf":1.7320508075688772}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"704":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"268":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.4142135623730951}}}}},"s":{"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"140":{"tf":1.0},"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"381":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"536":{"tf":1.0},"540":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"556":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"677":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"71":{"tf":1.7320508075688772},"724":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.0},"75":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"223":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"541":{"tf":1.0},"691":{"tf":1.0},"703":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"178":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"551":{"tf":4.47213595499958},"665":{"tf":1.0},"691":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"748":{"tf":1.0}},"s":{"df":5,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"111":{"tf":1.0},"7":{"tf":1.7320508075688772},"704":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":45,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.4142135623730951},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"670":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":1.0},"701":{"tf":1.0},"751":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"665":{"tf":1.0}},"i":{"df":19,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"248":{"tf":1.7320508075688772},"266":{"tf":1.0},"280":{"tf":1.4142135623730951},"612":{"tf":1.0},"709":{"tf":1.0}},"s":{"df":1,"docs":{"566":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"244":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.0},"612":{"tf":1.4142135623730951}}}},"df":1,"docs":{"699":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"599":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"626":{"tf":1.0}}}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"625":{"tf":1.0},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"742":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"527":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"199":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"239":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"29":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}},"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"693":{"tf":1.0}},"i":{"df":21,"docs":{"136":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0},"566":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"587":{"tf":1.0},"602":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"715":{"tf":1.0},"736":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"104":{"tf":1.0},"257":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":2.23606797749979},"545":{"tf":2.0},"546":{"tf":2.8284271247461903},"645":{"tf":1.0},"654":{"tf":1.0},"669":{"tf":2.0},"677":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"733":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"134":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"649":{"tf":1.0},"680":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":19,"docs":{"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"551":{"tf":2.8284271247461903},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"633":{"tf":1.0},"688":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"247":{"tf":1.0},"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"250":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"33":{"tf":1.0},"456":{"tf":1.7320508075688772},"500":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"648":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"313":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":2.23606797749979},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":3,"docs":{"120":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"df":11,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"182":{"tf":1.0},"351":{"tf":1.0},"391":{"tf":1.0},"432":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"648":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"432":{"tf":1.0}}}}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"321":{"tf":1.0},"608":{"tf":1.4142135623730951},"623":{"tf":1.0},"665":{"tf":1.0}},"g":{"df":1,"docs":{"468":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"492":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"669":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"440":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"133":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"323":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"634":{"tf":2.23606797749979},"675":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":2.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"250":{"tf":1.0},"568":{"tf":1.4142135623730951},"619":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"626":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"247":{"tf":1.0},"273":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}}}},"t":{"df":33,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"217":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"478":{"tf":1.0},"528":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":2.449489742783178},"688":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"551":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"554":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"629":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.0},"31":{"tf":1.0},"458":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"217":{"tf":1.0}},"z":{"df":2,"docs":{"217":{"tf":1.0},"257":{"tf":1.0}}}},"z":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"257":{"tf":1.0}}},"z":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"642":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}},"r":{"df":1,"docs":{"626":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":2,"docs":{"243":{"tf":1.0},"439":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"243":{"tf":1.0},"639":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"269":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.4142135623730951},"681":{"tf":1.0},"738":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"585":{"tf":2.6457513110645907},"645":{"tf":1.4142135623730951},"667":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"176":{"tf":2.0},"178":{"tf":1.0}}}},"df":51,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":2.6457513110645907},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"229":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":2.8284271247461903},"28":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":2.0},"326":{"tf":1.0},"404":{"tf":1.0},"44":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":2.0},"501":{"tf":1.0},"503":{"tf":3.0},"506":{"tf":1.4142135623730951},"508":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"553":{"tf":1.4142135623730951},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"626":{"tf":1.0},"64":{"tf":1.7320508075688772},"645":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":2.8284271247461903},"709":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"625":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"108":{"tf":2.23606797749979},"13":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.23606797749979},"27":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"458":{"tf":1.4142135623730951},"499":{"tf":2.23606797749979},"509":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"535":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"87":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"641":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"700":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"250":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.0},"587":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"674":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"250":{"tf":1.0},"29":{"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":1,"docs":{"652":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"125":{"tf":1.0},"634":{"tf":1.0},"647":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"244":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"333":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"497":{"tf":1.4142135623730951},"499":{"tf":1.7320508075688772},"500":{"tf":1.0},"501":{"tf":1.0},"533":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"548":{"tf":1.7320508075688772},"565":{"tf":1.7320508075688772},"567":{"tf":1.0},"568":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"665":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"677":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"544":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"33":{"tf":1.0},"577":{"tf":1.7320508075688772},"713":{"tf":1.0},"720":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":52,"docs":{"188":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"289":{"tf":1.0},"550":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"650":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"216":{"tf":1.0},"257":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.4142135623730951},"715":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"4":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"733":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"647":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0}}}},"i":{"df":2,"docs":{"500":{"tf":1.0},"693":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"654":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"268":{"tf":1.0},"270":{"tf":1.0},"523":{"tf":1.0},"616":{"tf":1.0},"707":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"121":{"tf":1.0},"546":{"tf":1.0},"678":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"493":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"533":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"617":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"678":{"tf":1.0}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":2.23606797749979},"144":{"tf":2.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"233":{"tf":1.0},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":2.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":2.6457513110645907},"66":{"tf":1.7320508075688772},"705":{"tf":1.0},"87":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"712":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":3.0},"280":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":3.1622776601683795},"502":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"585":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.7320508075688772},"6":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.4142135623730951},"709":{"tf":1.7320508075688772},"711":{"tf":2.23606797749979},"732":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"61":{"tf":1.0},"626":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.4142135623730951},"679":{"tf":1.0},"680":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"170":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.0},"5":{"tf":1.0},"551":{"tf":3.0},"602":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"104":{"tf":1.0},"149":{"tf":1.0},"691":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"705":{"tf":1.4142135623730951},"717":{"tf":1.0}}}},"v":{"df":6,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"623":{"tf":1.0},"663":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"43":{"tf":1.0},"648":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"540":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":2.0},"39":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}}},"df":9,"docs":{"163":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"583":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.4142135623730951},"270":{"tf":1.0},"4":{"tf":1.0},"512":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"539":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"556":{"tf":1.7320508075688772},"558":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"563":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"563":{"tf":1.0},"708":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"672":{"tf":1.0},"674":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.0}}},"h":{"df":1,"docs":{"689":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}}}},"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":111,"docs":{"143":{"tf":1.7320508075688772},"144":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":2.0},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"234":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":2.449489742783178},"245":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"510":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.4142135623730951},"546":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"668":{"tf":1.7320508075688772},"672":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951},"691":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"649":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"257":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"551":{"tf":1.0},"62":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"136":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":2,"docs":{"136":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"270":{"tf":1.7320508075688772},"280":{"tf":1.0},"665":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"409":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"154":{"tf":1.7320508075688772},"178":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"540":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"685":{"tf":1.0},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}},"df":2,"docs":{"631":{"tf":1.7320508075688772},"645":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"551":{"tf":1.0}}},"t":{"df":6,"docs":{"106":{"tf":1.0},"206":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":1,"docs":{"634":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"120":{"tf":2.0},"134":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"281":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"551":{"tf":1.0},"583":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"651":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"717":{"tf":1.4142135623730951},"750":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"49":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"678":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"153":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"428":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"121":{"tf":1.0},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.4142135623730951},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"435":{"tf":1.4142135623730951},"50":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":3.4641016151377544},"556":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.4142135623730951},"680":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"725":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":2,"docs":{"257":{"tf":1.0},"364":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"256":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"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":1,"docs":{"703":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"44":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.4142135623730951},"257":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0},"708":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"269":{"tf":1.0},"509":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"505":{"tf":1.0},"551":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"236":{"tf":1.0},"612":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"120":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"521":{"tf":2.8284271247461903},"599":{"tf":1.0},"692":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"647":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}}},"df":56,"docs":{"142":{"tf":3.3166247903554},"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.449489742783178},"217":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"229":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"270":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"299":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"452":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"573":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":1.0},"64":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"654":{"tf":1.7320508075688772},"678":{"tf":1.7320508075688772},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"191":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"652":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":2.8284271247461903},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"517":{"tf":1.0},"523":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":1,"docs":{"706":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"182":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"204":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"504":{"tf":1.0},"51":{"tf":1.4142135623730951},"546":{"tf":1.0},"55":{"tf":1.4142135623730951},"552":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"653":{"tf":1.0},"72":{"tf":1.4142135623730951},"728":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.4142135623730951},"33":{"tf":1.0},"691":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"290":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"364":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"705":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":1,"docs":{"639":{"tf":1.0}}},"m":{"df":2,"docs":{"626":{"tf":1.0},"705":{"tf":1.0}}},"n":{"df":2,"docs":{"612":{"tf":1.0},"708":{"tf":1.0}}},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"182":{"tf":1.0},"493":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"493":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"3":{"tf":1.0},"493":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"646":{"tf":1.4142135623730951},"683":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"647":{"tf":3.0},"683":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"238":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"54":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"616":{"tf":1.0},"622":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":3,"docs":{"214":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"105":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"561":{"tf":1.0},"63":{"tf":1.4142135623730951},"695":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"257":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":1.0},"566":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"647":{"tf":1.0},"710":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"446":{"tf":1.0},"695":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"df":1,"docs":{"244":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"173":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"582":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":37,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"496":{"tf":1.0},"567":{"tf":1.0},"60":{"tf":1.4142135623730951},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":36,"docs":{"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"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},"567":{"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},"630":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"64":{"tf":1.0},"646":{"tf":1.0},"740":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"500":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"667":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"342":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"551":{"tf":2.0},"62":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"700":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"667":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":2.0},"179":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"585":{"tf":2.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"278":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"413":{"tf":1.0}}},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.0},"687":{"tf":1.4142135623730951},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.8284271247461903},"133":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":3.1622776601683795},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"536":{"tf":1.0},"566":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.0},"711":{"tf":1.7320508075688772},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"250":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.7320508075688772},"708":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.7320508075688772},"711":{"tf":1.0},"714":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"680":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"509":{"tf":1.0},"523":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"204":{"tf":1.0}}},"df":1,"docs":{"176":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}},"n":{"df":5,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"256":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"42":{"tf":1.0},"522":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"169":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"248":{"tf":1.0},"509":{"tf":1.0},"706":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"647":{"tf":1.0},"665":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.7320508075688772},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"523":{"tf":1.0},"612":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"705":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"29":{"tf":1.0},"639":{"tf":1.0},"652":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"642":{"tf":1.0},"649":{"tf":1.0},"7":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"148":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"290":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"550":{"tf":1.0},"58":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.7320508075688772},"681":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}},"l":{"df":77,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"47":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"551":{"tf":1.7320508075688772},"59":{"tf":1.0},"608":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"707":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"625":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"273":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":2.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":3,"docs":{"474":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"i":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0}}},"p":{"df":3,"docs":{"200":{"tf":1.0},"285":{"tf":1.0},"546":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"296":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":2.0}},"e":{"df":1,"docs":{"628":{"tf":1.0}},"u":{"df":2,"docs":{"628":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":3,"docs":{"296":{"tf":1.0},"628":{"tf":1.0},"85":{"tf":1.0}}}},"w":{"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"h":{"df":1,"docs":{"637":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"637":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"545":{"tf":1.0},"646":{"tf":1.4142135623730951},"692":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"551":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"486":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"w":{"df":4,"docs":{"278":{"tf":1.0},"625":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"257":{"tf":1.0},"700":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"642":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":1,"docs":{"586":{"tf":1.0}}},"u":{"df":1,"docs":{"91":{"tf":1.0}}}},"f":{"df":2,"docs":{"147":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"586":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"217":{"tf":1.0},"29":{"tf":1.0},"566":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"288":{"tf":1.0},"686":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"140":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"280":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"504":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"585":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"623":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"333":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"642":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"47":{"tf":1.0}},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"324":{"tf":1.0}}}},"r":{"df":2,"docs":{"136":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"568":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"586":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":2.449489742783178},"123":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"376":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":2.0},"493":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.7320508075688772},"531":{"tf":2.0},"54":{"tf":1.7320508075688772},"551":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"637":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":2.8284271247461903},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":2.0},"716":{"tf":1.0},"727":{"tf":1.0},"73":{"tf":1.7320508075688772},"730":{"tf":1.0},"732":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"376":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"737":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"91":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"539":{"tf":1.0},"551":{"tf":2.23606797749979},"555":{"tf":2.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"688":{"tf":2.449489742783178},"747":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":4,"docs":{"54":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"110":{"tf":1.0},"566":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"239":{"tf":1.0},"566":{"tf":1.0},"693":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"551":{"tf":1.0},"610":{"tf":1.4142135623730951},"672":{"tf":1.0},"693":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"126":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"250":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"500":{"tf":1.4142135623730951},"545":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":2.0},"626":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"462":{"tf":1.0}},"l":{"df":74,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.8284271247461903},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"226":{"tf":1.0},"247":{"tf":2.23606797749979},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"462":{"tf":1.4142135623730951},"47":{"tf":2.0},"486":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"536":{"tf":1.0},"564":{"tf":1.7320508075688772},"565":{"tf":1.0},"566":{"tf":2.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":2.0},"572":{"tf":1.0},"573":{"tf":2.0},"574":{"tf":2.0},"575":{"tf":2.0},"576":{"tf":1.0},"577":{"tf":2.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"62":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"691":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"704":{"tf":1.0},"712":{"tf":2.449489742783178},"713":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"734":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}}},"t":{"df":2,"docs":{"692":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"710":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":47,"docs":{"222":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"25":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":2.8284271247461903},"269":{"tf":2.0},"270":{"tf":3.872983346207417},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":2.0},"597":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":2.0},"614":{"tf":1.0},"617":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"693":{"tf":2.0},"694":{"tf":2.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"749":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"521":{"tf":1.0}}}}},"t":{"df":2,"docs":{"225":{"tf":1.0},"54":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"529":{"tf":1.0}}}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"544":{"tf":1.0},"546":{"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":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":6,"docs":{"316":{"tf":1.4142135623730951},"641":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":2,"docs":{"421":{"tf":1.0},"83":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"421":{"tf":1.0}}}}}}}},"df":1,"docs":{"79":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"278":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"692":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"316":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"l":{"df":2,"docs":{"39":{"tf":1.0},"650":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.7320508075688772},"709":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"716":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"573":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"590":{"tf":1.0},"742":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"566":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.7320508075688772},"42":{"tf":1.0},"496":{"tf":1.0},"545":{"tf":1.7320508075688772},"561":{"tf":1.0},"582":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.4142135623730951},"616":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"649":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"151":{"tf":1.0},"217":{"tf":1.0},"650":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":9,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.449489742783178},"222":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"628":{"tf":1.0},"704":{"tf":1.0},"85":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":92,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":3.3166247903554},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"16":{"tf":2.6457513110645907},"17":{"tf":3.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":2.0},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"211":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"27":{"tf":2.449489742783178},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"48":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":2.0},"500":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":2.6457513110645907},"522":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.4142135623730951},"531":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"583":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":2.23606797749979},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":3.1622776601683795},"649":{"tf":1.0},"651":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":2.23606797749979},"68":{"tf":1.0},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"691":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"730":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.7320508075688772},"739":{"tf":1.7320508075688772},"740":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":2.0},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"749":{"tf":1.0},"750":{"tf":1.7320508075688772},"752":{"tf":1.0},"8":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":4.358898943540674}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"743":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"210":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"686":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"446":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"df":1,"docs":{"317":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"215":{"tf":1.0},"29":{"tf":1.0},"539":{"tf":1.4142135623730951},"541":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"278":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.0},"509":{"tf":1.0},"525":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"675":{"tf":1.0},"690":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"528":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":2,"docs":{"545":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"545":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"652":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"235":{"tf":1.0},"647":{"tf":1.0},"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"198":{"tf":1.0},"509":{"tf":1.0},"707":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"586":{"tf":1.0},"667":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":3.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":2.8284271247461903},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":4.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"256":{"tf":1.7320508075688772},"257":{"tf":3.3166247903554},"259":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"261":{"tf":1.4142135623730951},"268":{"tf":2.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":4.242640687119285},"272":{"tf":1.4142135623730951},"273":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"487":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.7320508075688772},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":2.0},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"577":{"tf":1.0},"583":{"tf":1.0},"592":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.4142135623730951},"600":{"tf":2.0},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"629":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.449489742783178},"647":{"tf":3.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"669":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":3.0},"695":{"tf":1.7320508075688772},"696":{"tf":2.0},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"709":{"tf":2.0},"710":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.7320508075688772},"747":{"tf":1.7320508075688772},"748":{"tf":1.7320508075688772},"749":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"701":{"tf":1.0}}}}},"i":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"230":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"651":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"520":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"df":3,"docs":{"237":{"tf":1.4142135623730951},"244":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"241":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"539":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"277":{"tf":1.0},"278":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"110":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"500":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.4142135623730951},"60":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"634":{"tf":1.0},"642":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"672":{"tf":1.0},"679":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"717":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"242":{"tf":1.0},"246":{"tf":1.0},"38":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":56,"docs":{"20":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":2.23606797749979},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":2.8284271247461903},"242":{"tf":2.6457513110645907},"243":{"tf":2.8284271247461903},"244":{"tf":3.605551275463989},"245":{"tf":2.8284271247461903},"246":{"tf":3.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.6457513110645907},"257":{"tf":3.1622776601683795},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"568":{"tf":1.0},"570":{"tf":2.23606797749979},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":2.8284271247461903},"691":{"tf":2.23606797749979},"693":{"tf":1.0},"695":{"tf":2.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":3.1622776601683795},"704":{"tf":2.8284271247461903},"708":{"tf":2.23606797749979},"710":{"tf":2.0},"711":{"tf":1.7320508075688772},"714":{"tf":1.0},"720":{"tf":1.0},"748":{"tf":1.7320508075688772}}}}},"p":{"df":1,"docs":{"470":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"642":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}},"i":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"43":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}},"df":3,"docs":{"639":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"46":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0}}}},"s":{"df":3,"docs":{"52":{"tf":1.0},"520":{"tf":1.7320508075688772},"602":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"140":{"tf":1.0},"236":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"81":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":2,"docs":{"204":{"tf":1.0},"478":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":39,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"568":{"tf":1.7320508075688772},"570":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"626":{"tf":1.0},"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":40,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"749":{"tf":1.4142135623730951}},"l":{"df":44,"docs":{"101":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"36":{"tf":1.7320508075688772},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"59":{"tf":1.0},"626":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.0},"506":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":2.6457513110645907},"634":{"tf":1.7320508075688772},"635":{"tf":1.0},"636":{"tf":2.0},"637":{"tf":1.7320508075688772},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"688":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"745":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"634":{"tf":1.0},"649":{"tf":1.0}}}},"df":17,"docs":{"111":{"tf":1.0},"38":{"tf":1.7320508075688772},"540":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"635":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.7320508075688772},"646":{"tf":1.0},"689":{"tf":1.7320508075688772},"7":{"tf":1.0},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"560":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"622":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"694":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"126":{"tf":1.0}},"p":{"df":1,"docs":{"503":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"399":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"250":{"tf":1.4142135623730951},"500":{"tf":1.0},"711":{"tf":1.0}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"399":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"66":{"tf":1.0},"665":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.4142135623730951},"708":{"tf":1.0},"87":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"157":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":1,"docs":{"606":{"tf":1.0}}}},"k":{"df":2,"docs":{"173":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":1,"docs":{"442":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}},"l":{"df":1,"docs":{"347":{"tf":1.0}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"l":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"295":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"587":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"503":{"tf":1.0},"647":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"535":{"tf":1.0},"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}},"p":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"217":{"tf":1.0},"550":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":45,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"164":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"44":{"tf":1.4142135623730951},"473":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"505":{"tf":3.0},"508":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"599":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":2.6457513110645907},"64":{"tf":2.23606797749979},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":1,"docs":{"131":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":54,"docs":{"182":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"268":{"tf":1.0},"386":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":3.0},"501":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":2.449489742783178},"536":{"tf":1.0},"594":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"729":{"tf":1.0},"749":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"628":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"246":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"224":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"444":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"236":{"tf":1.0},"241":{"tf":1.0},"444":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"625":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"136":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":2,"docs":{"256":{"tf":1.0},"631":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"45":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":2.0}}}}}}},"t":{"df":1,"docs":{"701":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"102":{"tf":2.23606797749979},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.23606797749979},"181":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":2.23606797749979},"203":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.0},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":2.0},"497":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"701":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"684":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":21,"docs":{"140":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"647":{"tf":1.4142135623730951},"648":{"tf":2.449489742783178},"683":{"tf":1.0},"739":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"738":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"df":4,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"302":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"302":{"tf":1.0}},"r":{"df":2,"docs":{"162":{"tf":1.0},"346":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"359":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"384":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"584":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"159":{"tf":1.0},"229":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"54":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"631":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":128,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"111":{"tf":1.0},"12":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"217":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"544":{"tf":1.0},"566":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.4142135623730951},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":2.0},"622":{"tf":2.0},"623":{"tf":1.7320508075688772},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":3.1622776601683795},"650":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"660":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"750":{"tf":1.4142135623730951},"751":{"tf":1.7320508075688772},"753":{"tf":1.0},"8":{"tf":4.123105625617661},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"622":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"353":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"r":{"df":2,"docs":{"184":{"tf":1.0},"312":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"217":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"136":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"280":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.4142135623730951},"551":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"652":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.0}}}}},"’":{"df":2,"docs":{"142":{"tf":1.0},"692":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"551":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"184":{"tf":1.0},"29":{"tf":1.0},"312":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"134":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"363":{"tf":1.4142135623730951},"612":{"tf":1.0},"619":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.7320508075688772},"4":{"tf":1.0},"427":{"tf":1.4142135623730951},"521":{"tf":1.0},"58":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"619":{"tf":1.0},"626":{"tf":1.7320508075688772},"628":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"270":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"651":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"226":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"693":{"tf":1.0}},"t":{"df":9,"docs":{"100":{"tf":1.0},"245":{"tf":1.0},"623":{"tf":1.0},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"702":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"693":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"448":{"tf":1.0}}},"u":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}}},"df":5,"docs":{"140":{"tf":1.0},"142":{"tf":2.449489742783178},"307":{"tf":1.0},"326":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"448":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"290":{"tf":1.0},"422":{"tf":1.4142135623730951},"500":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"673":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"45":{"tf":1.0},"679":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"622":{"tf":1.0}}}},"u":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.0},"422":{"tf":1.0}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"u":{"df":9,"docs":{"217":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"273":{"tf":1.0},"278":{"tf":1.4142135623730951},"654":{"tf":1.0},"701":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"654":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"550":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"347":{"tf":1.4142135623730951},"35":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"551":{"tf":1.0},"565":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"66":{"tf":1.0},"668":{"tf":1.0},"690":{"tf":1.0},"703":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"551":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"673":{"tf":1.0},"680":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"700":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"370":{"tf":1.0},"95":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"623":{"tf":1.0}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":5,"docs":{"374":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"437":{"tf":1.0},"515":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"705":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"437":{"tf":1.0},"515":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"345":{"tf":1.0},"443":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":1,"docs":{"64":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"486":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"400":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"417":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"372":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}},"t":{"df":1,"docs":{"426":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":1,"docs":{"590":{"tf":1.0}},"r":{"df":1,"docs":{"594":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"374":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"622":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":1,"docs":{"529":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.4142135623730951},"5":{"tf":1.0},"539":{"tf":1.0},"727":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"703":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":1,"docs":{"521":{"tf":2.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"136":{"tf":1.0},"20":{"tf":2.6457513110645907},"236":{"tf":1.0},"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"38":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"680":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":229,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"647":{"tf":1.0},"654":{"tf":1.7320508075688772},"678":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"71":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"211":{"tf":1.0},"535":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"587":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"566":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}},"r":{"df":1,"docs":{"587":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"649":{"tf":1.0},"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"256":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"393":{"tf":1.0}}},"df":1,"docs":{"504":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":16,"docs":{"104":{"tf":1.7320508075688772},"106":{"tf":2.0},"213":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"305":{"tf":1.0},"348":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"62":{"tf":1.0},"656":{"tf":1.7320508075688772},"665":{"tf":1.4142135623730951},"68":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"244":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"204":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"222":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"645":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"420":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"481":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":1,"docs":{"692":{"tf":1.0}},"r":{"df":1,"docs":{"491":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"256":{"tf":1.0},"701":{"tf":1.0}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"z":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":20,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"298":{"tf":1.0},"419":{"tf":1.0},"551":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"608":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"645":{"tf":4.0},"646":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":2.23606797749979},"717":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":3,"docs":{"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"395":{"tf":1.0}},"g":{"df":1,"docs":{"231":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"377":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":2,"docs":{"377":{"tf":1.0},"382":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"612":{"tf":1.0}}},"u":{"df":2,"docs":{"392":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"656":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"471":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"df":1,"docs":{"91":{"tf":1.0}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"204":{"tf":1.0},"471":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":9,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"586":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"665":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"424":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"586":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"318":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"348":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"688":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"625":{"tf":1.0},"705":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"688":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"540":{"tf":1.0},"690":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"673":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"539":{"tf":1.7320508075688772},"541":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"634":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"675":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"695":{"tf":1.0},"714":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.4142135623730951},"728":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"752":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}},"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"226":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"523":{"tf":1.0},"583":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"699":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"111":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"587":{"tf":1.4142135623730951},"621":{"tf":1.0}}}}},"df":30,"docs":{"126":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"484":{"tf":1.7320508075688772},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"608":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"678":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"673":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"652":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"637":{"tf":1.0},"645":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"673":{"tf":1.0}}}}},"n":{"df":3,"docs":{"433":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"712":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":2.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"523":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":2.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":1.0},"366":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"487":{"tf":1.0},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"587":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"y":{"df":1,"docs":{"505":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"550":{"tf":1.0},"625":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"290":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.7320508075688772}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"215":{"tf":1.0},"502":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"600":{"tf":2.0},"691":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":24,"docs":{"100":{"tf":2.23606797749979},"104":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.7320508075688772},"301":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.0},"520":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"601":{"tf":1.0},"62":{"tf":1.4142135623730951},"626":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"700":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"85":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"k":{"df":20,"docs":{"564":{"tf":1.7320508075688772},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":2.23606797749979}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.4142135623730951},"563":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"31":{"tf":1.0},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"646":{"tf":1.0},"681":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"478":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"246":{"tf":1.0},"281":{"tf":1.0},"419":{"tf":1.7320508075688772},"609":{"tf":1.0},"622":{"tf":1.0},"665":{"tf":1.0},"720":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"270":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"211":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.7320508075688772},"278":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"273":{"tf":1.0},"566":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"647":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"637":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"241":{"tf":1.0},"568":{"tf":1.0},"647":{"tf":1.0},"660":{"tf":1.0},"704":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"500":{"tf":1.0},"708":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"487":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"700":{"tf":2.0},"707":{"tf":1.7320508075688772},"711":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"419":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"39":{"tf":2.449489742783178},"622":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{}},"df":130,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"500":{"tf":1.0},"540":{"tf":1.0},"567":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":2.0},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.6457513110645907},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"693":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"617":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"538":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"611":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.7320508075688772},"213":{"tf":1.0},"238":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0},"632":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"642":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.0},"659":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.449489742783178},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":2.0},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":2.6457513110645907},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":2.449489742783178},"280":{"tf":3.1622776601683795},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"374":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"427":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"501":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.4142135623730951},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"552":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":2.23606797749979},"609":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"612":{"tf":3.605551275463989},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.0},"640":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"647":{"tf":3.3166247903554},"648":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"652":{"tf":2.8284271247461903},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":3.1622776601683795},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":4.69041575982343},"692":{"tf":2.449489742783178},"693":{"tf":2.8284271247461903},"694":{"tf":1.0},"695":{"tf":2.23606797749979},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":2.0},"701":{"tf":2.6457513110645907},"702":{"tf":1.0},"703":{"tf":1.7320508075688772},"704":{"tf":2.0},"705":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"708":{"tf":2.6457513110645907},"709":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":2.23606797749979},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"719":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0},"73":{"tf":2.23606797749979},"732":{"tf":1.0},"739":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"745":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":3.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"679":{"tf":1.4142135623730951},"694":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"218":{"tf":1.0},"500":{"tf":1.0},"504":{"tf":1.0},"583":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":1.0},"691":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.4142135623730951},"655":{"tf":1.0},"717":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"4":{"df":1,"docs":{"647":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"29":{"tf":1.0},"295":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"649":{"tf":1.0},"697":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"199":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"609":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"229":{"tf":1.0},"35":{"tf":1.0},"500":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":16,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"6":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.8284271247461903},"745":{"tf":1.0}}},"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"421":{"tf":1.4142135623730951},"45":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.0},"528":{"tf":1.0},"566":{"tf":1.4142135623730951},"579":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":2.23606797749979},"649":{"tf":1.4142135623730951},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"250":{"tf":1.0},"39":{"tf":1.0},"652":{"tf":1.0}}}}},"u":{"df":1,"docs":{"289":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"582":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"278":{"tf":1.0},"521":{"tf":1.0},"647":{"tf":1.0},"691":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"642":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"148":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":119,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"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},"182":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"273":{"tf":2.449489742783178},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"278":{"tf":4.0},"28":{"tf":1.0},"280":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.449489742783178},"46":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"487":{"tf":1.0},"49":{"tf":2.0},"499":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":3.0},"501":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":2.23606797749979},"512":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.7320508075688772},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"599":{"tf":2.8284271247461903},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"700":{"tf":2.0},"705":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772},"727":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":6,"docs":{"273":{"tf":1.0},"585":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"649":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"350":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"t":{"df":1,"docs":{"629":{"tf":1.0}}},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.7320508075688772},"602":{"tf":1.0},"603":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"df":4,"docs":{"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"642":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"449":{"tf":1.4142135623730951},"500":{"tf":1.0},"523":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":3.3166247903554},"632":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"689":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"327":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"521":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.4142135623730951},"701":{"tf":1.0}}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"659":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.0},"701":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"659":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"280":{"tf":1.0},"742":{"tf":1.0}}}},"y":{"df":41,"docs":{"111":{"tf":1.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"213":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.449489742783178},"273":{"tf":1.0},"278":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"568":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"665":{"tf":1.0},"708":{"tf":1.7320508075688772},"710":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":15,"docs":{"140":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"29":{"tf":1.0},"308":{"tf":1.4142135623730951},"404":{"tf":1.0},"44":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"588":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"693":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"327":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"257":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"451":{"tf":1.0}},"l":{"df":15,"docs":{"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"200":{"tf":1.0},"210":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"451":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"331":{"tf":1.0},"612":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"162":{"tf":1.0},"344":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}},"v":{"df":4,"docs":{"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"142":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"325":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"658":{"tf":1.0}}}}},"u":{"df":1,"docs":{"380":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":6,"docs":{"140":{"tf":1.0},"142":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"626":{"tf":1.0},"658":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"244":{"tf":1.0},"270":{"tf":1.0},"44":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"626":{"tf":1.7320508075688772},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"708":{"tf":1.0},"721":{"tf":1.0}}}},"’":{"df":1,"docs":{"142":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"658":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"244":{"tf":1.0},"585":{"tf":1.0},"611":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"w":{"df":1,"docs":{"380":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"604":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"658":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"42":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"334":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"675":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"546":{"tf":1.0},"639":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"737":{"tf":1.0}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"215":{"tf":1.0},"40":{"tf":1.0},"712":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"276":{"tf":1.4142135623730951},"647":{"tf":1.0},"707":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"655":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"535":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"397":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"280":{"tf":1.0},"623":{"tf":1.7320508075688772}}}}}}}}},"df":465,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":2.0},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":2.449489742783178},"145":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"182":{"tf":2.0},"187":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.8284271247461903},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.8284271247461903},"216":{"tf":1.0},"217":{"tf":2.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":2.449489742783178},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":2.6457513110645907},"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"242":{"tf":2.449489742783178},"243":{"tf":2.0},"244":{"tf":3.0},"245":{"tf":2.23606797749979},"246":{"tf":2.0},"247":{"tf":2.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"260":{"tf":1.0},"261":{"tf":2.6457513110645907},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"270":{"tf":3.7416573867739413},"273":{"tf":2.23606797749979},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":3.4641016151377544},"281":{"tf":2.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.23606797749979},"289":{"tf":1.7320508075688772},"290":{"tf":2.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":2.23606797749979},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.4142135623730951},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.23606797749979},"497":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":2.23606797749979},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.7320508075688772},"523":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"530":{"tf":1.0},"531":{"tf":2.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":6.4031242374328485},"552":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.7320508075688772},"560":{"tf":1.7320508075688772},"561":{"tf":1.4142135623730951},"562":{"tf":1.7320508075688772},"563":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.4142135623730951},"587":{"tf":2.0},"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"590":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"60":{"tf":1.7320508075688772},"600":{"tf":2.449489742783178},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":2.6457513110645907},"612":{"tf":3.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":2.0},"617":{"tf":1.4142135623730951},"62":{"tf":2.0},"621":{"tf":2.23606797749979},"622":{"tf":1.7320508075688772},"623":{"tf":1.0},"626":{"tf":2.0},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"645":{"tf":2.6457513110645907},"648":{"tf":1.4142135623730951},"649":{"tf":2.0},"651":{"tf":1.0},"652":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"665":{"tf":3.0},"666":{"tf":2.0},"67":{"tf":1.7320508075688772},"684":{"tf":2.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":2.23606797749979},"693":{"tf":2.0},"695":{"tf":2.23606797749979},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"700":{"tf":1.0},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"704":{"tf":1.7320508075688772},"705":{"tf":2.449489742783178},"707":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"718":{"tf":1.0},"72":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.7320508075688772},"746":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"566":{"tf":1.0}}},"y":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"692":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.0},"3":{"tf":1.0},"397":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"579":{"tf":1.0},"631":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.7320508075688772},"674":{"tf":1.0},"684":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"714":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"l":{"d":{"df":1,"docs":{"490":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":2.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"657":{"tf":1.0}}}}}},"p":{"df":64,"docs":{"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"657":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":5,"docs":{"162":{"tf":1.0},"164":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"657":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"121":{"tf":1.0},"136":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.449489742783178},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"570":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772},"612":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":2.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.7320508075688772},"634":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"654":{"tf":1.0},"657":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"678":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":2.0},"708":{"tf":1.7320508075688772},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"714":{"tf":1.7320508075688772},"751":{"tf":1.0},"753":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"647":{"tf":1.0},"743":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"120":{"tf":2.0},"124":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"584":{"tf":1.4142135623730951},"587":{"tf":1.0},"597":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"614":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"691":{"tf":2.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"647":{"tf":1.0}}}}},"u":{"df":2,"docs":{"164":{"tf":1.0},"331":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"31":{"tf":1.0},"355":{"tf":1.0}}},"df":2,"docs":{"308":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"182":{"tf":1.0},"184":{"tf":1.0},"315":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"187":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"270":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0}},"i":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":2.0}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":25,"docs":{"140":{"tf":1.0},"218":{"tf":2.6457513110645907},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.449489742783178},"277":{"tf":1.4142135623730951},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"591":{"tf":1.0},"655":{"tf":2.23606797749979},"66":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"411":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":4,"docs":{"218":{"tf":1.0},"655":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"218":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"509":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"94":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"652":{"tf":1.4142135623730951},"686":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"427":{"tf":1.0},"522":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0}}},"v":{"df":8,"docs":{"210":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.4142135623730951},"676":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"270":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"611":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"540":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"67":{"tf":1.0},"80":{"tf":1.0}}}}}}},"title":{"root":{"1":{"0":{"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"394":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":1.0},"180":{"tf":1.0}}},"1":{"df":2,"docs":{"185":{"tf":1.0},"202":{"tf":1.0}}},"2":{"df":1,"docs":{"207":{"tf":1.0}}},"3":{"df":2,"docs":{"232":{"tf":1.0},"251":{"tf":1.0}}},"4":{"df":1,"docs":{"253":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"265":{"tf":1.0},"283":{"tf":1.0}}},"6":{"df":2,"docs":{"285":{"tf":1.0},"496":{"tf":1.0}}},"7":{"df":1,"docs":{"498":{"tf":1.0}}},"8":{"df":1,"docs":{"532":{"tf":1.0}}},"9":{"df":1,"docs":{"542":{"tf":1.0}}},"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}},"–":{"5":{"0":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"285":{"tf":1.0}}},"df":1,"docs":{"547":{"tf":1.0}}},"1":{"df":1,"docs":{"564":{"tf":1.0}}},"2":{"df":1,"docs":{"581":{"tf":1.0}}},"3":{"df":1,"docs":{"618":{"tf":1.0}}},"4":{"df":1,"docs":{"627":{"tf":1.0}}},"5":{"df":1,"docs":{"633":{"tf":1.0}}},"6":{"df":2,"docs":{"643":{"tf":1.0},"683":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}},"3":{"df":3,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"680":{"tf":1.0}}},"4":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"681":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"34":{"tf":1.0},"60":{"tf":1.0},"682":{"tf":1.0}}},"6":{"df":2,"docs":{"65":{"tf":1.0},"81":{"tf":1.0}}},"7":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}},"8":{"df":2,"docs":{"107":{"tf":1.0},"138":{"tf":1.0}}},"9":{"df":2,"docs":{"143":{"tf":1.0},"160":{"tf":1.0}}},"a":{"_":{"df":1,"docs":{"125":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"640":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"472":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"463":{"tf":1.0}}},"df":1,"docs":{"622":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"632":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"571":{"tf":1.0},"715":{"tf":1.0}},"u":{"df":3,"docs":{"123":{"tf":1.0},"507":{"tf":1.0},"94":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"746":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"r":{"df":1,"docs":{"450":{"tf":1.0}}}},"l":{"df":1,"docs":{"226":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"546":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"598":{"tf":1.0},"686":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"269":{"tf":1.0},"599":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"487":{"tf":1.0}}}}},"o":{"df":1,"docs":{"136":{"tf":1.0}},"e":{"df":2,"docs":{"112":{"tf":1.0},"128":{"tf":1.0}},"u":{"df":1,"docs":{"116":{"tf":1.0}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"474":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"539":{"tf":1.0},"541":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":2,"docs":{"120":{"tf":1.0},"659":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"406":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"652":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":12,"docs":{"207":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"664":{"tf":1.0},"751":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"df":1,"docs":{"620":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"432":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"539":{"tf":1.0},"541":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"277":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"468":{"tf":1.0}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"652":{"tf":1.0}}}},"y":{"df":1,"docs":{"440":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":24,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"289":{"tf":1.0},"579":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"64":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"492":{"tf":1.0},"624":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"385":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"412":{"tf":1.0}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"554":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"434":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"214":{"tf":1.0},"215":{"tf":1.0},"663":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"476":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":54,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.0},"618":{"tf":1.0},"62":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"65":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":2,"docs":{"176":{"tf":1.0},"215":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"d":{"df":10,"docs":{"143":{"tf":1.0},"165":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"598":{"tf":1.0},"647":{"tf":1.4142135623730951},"724":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"185":{"tf":1.0},"244":{"tf":1.0},"528":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"620":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"547":{"tf":1.0},"552":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"237":{"tf":1.0},"285":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"185":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"528":{"tf":1.0},"611":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"149":{"tf":1.0},"191":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"663":{"tf":1.0},"705":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"269":{"tf":1.0},"44":{"tf":1.0},"523":{"tf":1.0},"604":{"tf":1.0},"65":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"713":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"107":{"tf":1.0},"165":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"584":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"21":{"tf":1.0},"370":{"tf":1.0}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"570":{"tf":1.0},"609":{"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":{"510":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"513":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"250":{"tf":1.0},"39":{"tf":1.0},"620":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"677":{"tf":1.0},"686":{"tf":1.0},"713":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"239":{"tf":1.0},"437":{"tf":1.0},"515":{"tf":1.0},"653":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"133":{"tf":1.0},"586":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"604":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"389":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"509":{"tf":1.0},"531":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"341":{"tf":1.0}}}},"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":2,"docs":{"506":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":2,"docs":{"636":{"tf":1.0},"638":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"676":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"455":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"516":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"553":{"tf":1.0},"554":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"711":{"tf":1.0},"728":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"u":{"df":2,"docs":{"246":{"tf":1.0},"613":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"464":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":35,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"580":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":9,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}}},"df":3,"docs":{"149":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"393":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"532":{"tf":1.0},"536":{"tf":1.0},"690":{"tf":1.0},"729":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"647":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"257":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"221":{"tf":1.0},"471":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"424":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"609":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"417":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"588":{"tf":1.0},"599":{"tf":1.0},"731":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"722":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}}},"df":1,"docs":{"372":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"589":{"tf":1.0},"590":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}},"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"426":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"269":{"tf":1.0},"523":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":28,"docs":{"143":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"213":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"459":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"668":{"tf":1.0},"68":{"tf":1.0},"689":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"215":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"429":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"466":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"469":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"129":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"457":{"tf":1.0}}}},"t":{"df":1,"docs":{"322":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"482":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"675":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"288":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"110":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"566":{"tf":1.0},"582":{"tf":1.0},"89":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"p":{"a":{"df":1,"docs":{"732":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}},"j":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"679":{"tf":1.0}}}}}}}},"df":3,"docs":{"168":{"tf":1.0},"545":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"’":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"152":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"687":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"225":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0},"687":{"tf":1.0},"710":{"tf":1.0},"733":{"tf":1.0}}}},"h":{"df":1,"docs":{"215":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"382":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"191":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}},"df":6,"docs":{"245":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"655":{"tf":1.0},"696":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":12,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"461":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":2,"docs":{"504":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"626":{"tf":1.0},"642":{"tf":1.0},"651":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"213":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"431":{"tf":1.0}}},"k":{"df":16,"docs":{"109":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"36":{"tf":1.0},"501":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"67":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"272":{"tf":1.0},"696":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"407":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"403":{"tf":1.0}}}}},"j":{"df":1,"docs":{"168":{"tf":1.0}}},"k":{"df":1,"docs":{"156":{"tf":1.0}}},"l":{"df":1,"docs":{"717":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"249":{"tf":1.0},"368":{"tf":1.0},"621":{"tf":1.0}}}},"w":{"df":1,"docs":{"430":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"537":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"652":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"362":{"tf":1.0},"70":{"tf":1.0}}}},"n":{"df":1,"docs":{"410":{"tf":1.0}},"i":{"df":1,"docs":{"352":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"240":{"tf":1.0},"291":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0}}}}}}},"df":2,"docs":{"152":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"475":{"tf":1.0}},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"212":{"tf":1.0},"579":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"676":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"633":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"369":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"438":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"687":{"tf":1.0}}}}}}}}},"p":{"df":2,"docs":{"156":{"tf":1.0},"660":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"425":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"609":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"420":{"tf":1.0}}}}},"df":3,"docs":{"168":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"491":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"481":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"396":{"tf":1.0},"622":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"282":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0}}}}},"g":{"df":3,"docs":{"172":{"tf":1.0},"605":{"tf":1.0},"698":{"tf":1.0}}},"k":{"df":1,"docs":{"172":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"542":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"669":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0}}}},"w":{"df":1,"docs":{"392":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"379":{"tf":1.0},"532":{"tf":1.0},"540":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0},"689":{"tf":1.0}},"p":{"a":{"d":{"df":1,"docs":{"668":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":3,"docs":{"574":{"tf":1.0},"718":{"tf":1.0},"90":{"tf":1.0}},"u":{"df":1,"docs":{"90":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"441":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}},"n":{"df":2,"docs":{"315":{"tf":1.0},"38":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"221":{"tf":1.0},"52":{"tf":1.0},"744":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"212":{"tf":1.0},"734":{"tf":1.0}},"i":{"df":2,"docs":{"247":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":4,"docs":{"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"719":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":4,"docs":{"289":{"tf":1.0},"329":{"tf":1.0},"706":{"tf":1.0},"753":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"592":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"735":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"381":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":18,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}},"d":{"df":1,"docs":{"689":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"278":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"387":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"656":{"tf":1.0},"70":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"691":{"tf":1.0},"7":{"tf":1.0},"736":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"483":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":1,"docs":{"453":{"tf":1.0}}}},"df":1,"docs":{"660":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"649":{"tf":1.0},"737":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"675":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"460":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":45,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"33":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":27,"docs":{"232":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"546":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"665":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"747":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"581":{"tf":1.0},"670":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"542":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"669":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"547":{"tf":1.0},"551":{"tf":1.0},"688":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"456":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"634":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"68":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"568":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"523":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"738":{"tf":1.0}}}},"b":{"df":1,"docs":{"585":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"273":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"699":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"458":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"577":{"tf":1.0},"720":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"675":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"705":{"tf":1.0}}}},"v":{"df":1,"docs":{"663":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"556":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":1,"docs":{"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":19,"docs":{"143":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"439":{"tf":1.0},"668":{"tf":1.0},"689":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"733":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"435":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"a":{"df":2,"docs":{"46":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}}},"df":2,"docs":{"216":{"tf":1.4142135623730951},"654":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"219":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"364":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"493":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"446":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"40":{"tf":1.0},"447":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"176":{"tf":1.0},"585":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"687":{"tf":1.0}}}}},"df":2,"docs":{"45":{"tf":1.0},"711":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"498":{"tf":1.0}}},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"413":{"tf":1.0}},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"390":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"608":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"218":{"tf":1.0},"221":{"tf":1.0},"376":{"tf":1.0},"45":{"tf":1.0},"531":{"tf":1.0},"605":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"624":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"215":{"tf":1.0},"462":{"tf":1.0},"564":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"265":{"tf":1.0},"268":{"tf":1.0},"523":{"tf":1.0},"605":{"tf":1.0},"667":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"749":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"276":{"tf":1.0},"29":{"tf":1.0},"545":{"tf":1.0},"613":{"tf":1.0},"671":{"tf":1.0}}}}},"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":24,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"220":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"546":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"709":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"470":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":19,"docs":{"232":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"570":{"tf":1.0},"665":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"748":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"568":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":7,"docs":{"265":{"tf":1.0},"268":{"tf":1.0},"614":{"tf":1.0},"667":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"749":{"tf":1.0}},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"633":{"tf":1.0},"636":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"642":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"399":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"498":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"444":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"648":{"tf":1.0}}}}},"h":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"581":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"363":{"tf":1.0}}},"k":{"df":1,"docs":{"427":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"448":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"347":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"521":{"tf":1.0}}},"p":{"df":2,"docs":{"285":{"tf":1.0},"654":{"tf":1.0}}}},"p":{"df":1,"docs":{"656":{"tf":1.0}},"h":{"df":1,"docs":{"714":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"673":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"752":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":1,"docs":{"484":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"433":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"277":{"tf":1.0},"366":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"y":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"564":{"tf":1.0},"712":{"tf":1.0}}},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"419":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"509":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"207":{"tf":1.0},"249":{"tf":1.0},"335":{"tf":1.0},"40":{"tf":1.0},"581":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"538":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"20":{"tf":1.0},"238":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"659":{"tf":1.0}}}},"df":24,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"336":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"501":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"652":{"tf":1.0},"67":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"421":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"289":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"107":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"599":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"86":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"585":{"tf":1.0},"611":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"383":{"tf":1.0}}}}},"y":{"df":3,"docs":{"134":{"tf":1.0},"350":{"tf":1.0},"609":{"tf":1.0}}}},"df":1,"docs":{"588":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"451":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"211":{"tf":1.0}}}}},"h":{"df":1,"docs":{"658":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":25,"docs":{"207":{"tf":1.0},"226":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"285":{"tf":1.0},"337":{"tf":1.0},"53":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"587":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0},"695":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":3,"docs":{"397":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"207":{"tf":1.0},"581":{"tf":1.0}}}},"df":1,"docs":{"657":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"289":{"tf":1.0},"356":{"tf":1.0},"706":{"tf":1.0},"753":{"tf":1.0}},"r":{"df":1,"docs":{"743":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"695":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"189":{"tf":1.0},"191":{"tf":1.0}},"t":{"df":1,"docs":{"223":{"tf":1.0}}}},"y":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"275":{"tf":1.0},"655":{"tf":1.0},"73":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"411":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"77":{"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/book/searchindex.json b/book/searchindex.json
index 19c2bf7..a4d04b5 100644
--- a/book/searchindex.json
+++ b/book/searchindex.json
@@ -1 +1 @@
-{"doc_urls":["Home.html#lapwing-for-beginners","Home.html#motivation","Home.html#contributing","Chapter-01.html#chapter-1-introduction","Chapter-01.html#how-does-steno-work","Chapter-01.html#why-koplphreukaeut","Chapter-01.html#raw-steno-terminology","Chapter-01.html#steno-is-primarily-phonetic","Chapter-01.html#steno-theories","Chapter-01.html#how-steno-works-from-the-software-side","Chapter-01.html#conclusion","Chapter-02.html#chapter-2-steno-hardware-and-software","Chapter-02.html#steno-hardware","Chapter-02.html#steno-software","Chapter-02.html#beginners-guide-to-plover","Chapter-03.html#chapter-3-how-to-learn-steno","Chapter-03.html#steno-is-difficult","Chapter-03.html#take-steno-as-a-challenge","Chapter-03.html#how-do-i-learn","Chapter-03.html#lapwing-chapters","Chapter-03.html#incorporating-steno-into-your-computer-usage","Chapter-03.html#switching-to-steno-completely-from-day-1","Chapter-04.html#chapter-4-the-layout","Chapter-04.html#recommended-pace","Chapter-04.html#useful-links","Chapter-04.html#finger-positions","Chapter-04.html#the-backspace-key","Chapter-04.html#steno-jig","Chapter-04.html#why-does-plover-output-a-hyphen","Chapter-04.html#how-should-i-start","Chapter-04.html#other-drills","Chapter-04.html#chapter-4-test","Chapter-04.html#recommended-completion-goal","Chapter-04.html#extra-practice","Chapter-05.html#chapter-5-lapwing-setup-and-basics","Chapter-05.html#recommended-pace","Chapter-05.html#useful-links","Chapter-05.html#lapwing-setup","Chapter-05.html#using-the-all-in-one-plugin","Chapter-05.html#setting-up-lapwing-manually","Chapter-05.html#typey-type","Chapter-05.html#click-here-to-access-typey-type-shown-above","Chapter-05.html#single-key-basics","Chapter-05.html#consonant-keys","Chapter-05.html#short-vowel-sounds","Chapter-05.html#the-schwa","Chapter-05.html#simple-vowels-rule-1","Chapter-05.html#the-i-chord","Chapter-05.html#simple-vowels-rule-2","Chapter-05.html#vowels-with-r","Chapter-05.html#section-practice-material","Chapter-05.html#steno-order","Chapter-05.html#impossible-single-syllable-words","Chapter-05.html#combining-single-left-hand-keys","Chapter-05.html#section-practice","Chapter-05.html#left-hand-d-b-and-l","Chapter-05.html#examples","Chapter-05.html#mnemonics","Chapter-05.html#section-practice-1","Chapter-05.html#chapter-5-test","Chapter-05.html#recommended-completion-goal","Chapter-05.html#chapter-briefs","Chapter-05.html#practice-sentences","Chapter-05.html#extra-briefs","Chapter-06.html#chapter-6-left-hand-consonants-continued","Chapter-06.html#recommended-pace","Chapter-06.html#useful-links","Chapter-06.html#left-hand-f-q-and-m","Chapter-06.html#examples","Chapter-06.html#wouldnt-ph-as-f-make-more-sense","Chapter-06.html#mnemonics","Chapter-06.html#section-practice","Chapter-06.html#left-hand-g-n-and-y","Chapter-06.html#examples-1","Chapter-06.html#mnemonics-1","Chapter-06.html#section-practice-1","Chapter-06.html#left-hand-z-v-and-j","Chapter-06.html#mnemonics-2","Chapter-06.html#examples-2","Chapter-06.html#section-practice-2","Chapter-06.html#chapter-6-test","Chapter-06.html#recommended-completion-goal","Chapter-06.html#chapter-briefs","Chapter-06.html#practice-sentences","Chapter-06.html#extra-briefs","Chapter-07.html#chapter-7-vowels","Chapter-07.html#recommended-pace","Chapter-07.html#useful-links","Chapter-07.html#intro","Chapter-07.html#oe-ou-and-oeu","Chapter-07.html#examples","Chapter-07.html#mnemonics","Chapter-07.html#section-practice","Chapter-07.html#aeu","Chapter-07.html#examples-1","Chapter-07.html#mnemonics-1","Chapter-07.html#section-practice-1","Chapter-07.html#aou","Chapter-07.html#examples-2","Chapter-07.html#mnemonics-2","Chapter-07.html#section-practice-2","Chapter-07.html#chapter-7-test","Chapter-07.html#recommended-completion-goal","Chapter-07.html#chapter-briefs","Chapter-07.html#practice-sentences","Chapter-07.html#extra-briefs","Chapter-08.html#chapter-8-vowels-continued","Chapter-08.html#recommended-pace","Chapter-08.html#useful-links","Chapter-08.html#intro","Chapter-08.html#what-is-a-conflict","Chapter-08.html#aoe","Chapter-08.html#examples","Chapter-08.html#mnemonics","Chapter-08.html#section-practice","Chapter-08.html#aoeu","Chapter-08.html#examples-1","Chapter-08.html#mnemonics-1","Chapter-08.html#section-practice-1","Chapter-08.html#au","Chapter-08.html#minor-conflicts","Chapter-08.html#section-practice-2","Chapter-08.html#ae-for-aeu","Chapter-08.html#highest-priority-ai-or-ei-spellings","Chapter-08.html#medium-priority-a_e-spellings","Chapter-08.html#lowest-priority-ea-spellings","Chapter-08.html#flowchart-summary","Chapter-08.html#ae-for-aoe","Chapter-08.html#highest-priority-ee-spellings","Chapter-08.html#medium-priority-ie-spellings","Chapter-08.html#lowest-priority-ea-spellings-1","Chapter-08.html#flowchart-summary-1","Chapter-08.html#other-uses-of-ae-for-disambiguating","Chapter-08.html#ae-3-way-conflicts","Chapter-08.html#section-practice-3","Chapter-08.html#ao","Chapter-08.html#section-practice-4","Chapter-08.html#chapter-8-test","Chapter-08.html#recommended-completion-goal","Chapter-08.html#chapter-briefs","Chapter-08.html#practice-sentences","Chapter-08.html#extra-briefs","Chapter-09.html#chapter-9-right-hand-chords","Chapter-09.html#recommended-pace","Chapter-09.html#useful-links","Chapter-09.html#right-hand-v","Chapter-09.html#examples","Chapter-09.html#mnemonics","Chapter-09.html#conflicts-with-f","Chapter-09.html#section-practice","Chapter-09.html#right-hand-st","Chapter-09.html#right-hand-m-and-k","Chapter-09.html#examples-1","Chapter-09.html#mnemonics-1","Chapter-09.html#section-practice-1","Chapter-09.html#right-hand-mp-th-and-lk","Chapter-09.html#examples-2","Chapter-09.html#mnemonics-2","Chapter-09.html#section-practice-2","Chapter-09.html#chapter-9-test","Chapter-09.html#recommended-completion-goal","Chapter-09.html#chapter-briefs","Chapter-09.html#practice-sentences","Chapter-09.html#extra-briefs","Chapter-10.html#chapter-10-right-hand-chords-continued","Chapter-10.html#recommended-pace","Chapter-10.html#useful-links","Chapter-10.html#right-hand-n-j-and-lj","Chapter-10.html#examples","Chapter-10.html#mnemonics","Chapter-10.html#section-practice","Chapter-10.html#right-hand-rv-rf-ng-and-nk","Chapter-10.html#examples-1","Chapter-10.html#mnemonics-1","Chapter-10.html#section-practice-1","Chapter-10.html#right-hand-ch-sh-and-rch","Chapter-10.html#examples-2","Chapter-10.html#mnemonics-2","Chapter-10.html#section-practice-2","Chapter-10.html#chapter-10-test","Chapter-10.html#recommended-completion-goal","Chapter-10.html#chapter-briefs","Chapter-10.html#practice-sentences","Chapter-10.html#extra-briefs","Chapter-11.html#chapter-11-right-hand-compound-clusters","Chapter-11.html#recommended-pace","Chapter-11.html#useful-links","Chapter-11.html#intro","Chapter-11.html#right-hand-shun-kshun-and-x","Chapter-11.html#examples","Chapter-11.html#-kshun-and--x-conflicts","Chapter-11.html#mnemonics","Chapter-11.html#section-practice","Chapter-11.html#right-hand-ment-and-let","Chapter-11.html#examples-1","Chapter-11.html#mnemonics-1","Chapter-11.html#section-practice-1","Chapter-11.html#right-hand--bl","Chapter-11.html#examples-2","Chapter-11.html#mnemonics-2","Chapter-11.html#section-practice-2","Chapter-11.html#chapter-11-test","Chapter-11.html#recommended-completion-goal","Chapter-11.html#chapter-briefs","Chapter-11.html#practice-sentences","Chapter-11.html#extra-briefs","Chapter-12.html#chapter-12-wrapping-up-basic-words","Chapter-12.html#recommended-pace","Chapter-12.html#useful-links","Chapter-12.html#great-job","Chapter-12.html#what-weve-learned-so-far","Chapter-12.html#miscellaneous-orthographic-chords","Chapter-12.html#left-hand-chords","Chapter-12.html#kr-for-c-in-conflicts","Chapter-12.html#kh-for-hard-c-spelled-ch","Chapter-12.html#-s-for-all-s","Chapter-12.html#conflicts","Chapter-12.html#y-sound-without-the-letter-y","Chapter-12.html#section-practice","Chapter-12.html#the-stroke-separator","Chapter-12.html#when-sounds-cant-follow-steno-order","Chapter-12.html#examples","Chapter-12.html#right-hand-xt","Chapter-12.html#examples-1","Chapter-12.html#conflicts-between-chords-and-individual-keys","Chapter-12.html#-al--words","Chapter-12.html#examples-2","Chapter-12.html#no-test-this-chapter","Chapter-12.html#chapter-briefs","Chapter-12.html#practice-sentences","Chapter-12.html#extra-briefs","Chapter-13.html#chapter-13-prefixes-and-suffixes","Chapter-13.html#recommended-pace","Chapter-13.html#useful-links","Chapter-13.html#intro","Chapter-13.html#prefix-strokes","Chapter-13.html#common-prefix-strokes","Chapter-13.html#prefix-usage","Chapter-13.html#prefixes-with-different-pronunciations","Chapter-13.html#practice-material","Chapter-13.html#suffix-strokes","Chapter-13.html#-suffixes","Chapter-13.html#right-hand-chord-suffixes","Chapter-13.html#right-hand-compound-cluster-suffixes","Chapter-13.html#kwr-suffixes","Chapter-13.html#eu-suffixes","Chapter-13.html#suffixes-and-orthography","Chapter-13.html#prefix-priority","Chapter-13.html#looking-up-prefixes-and-suffixes","Chapter-13.html#tailoring-your-own-dictionary-to-your-understanding-of-etymology","Chapter-13.html#chapter-13-test","Chapter-13.html#recommended-completion-goal","Chapter-14.html#chapter-14-suffix-keys-and-compound-words","Chapter-14.html#recommended-pace","Chapter-14.html#useful-links","Chapter-14.html#suffix-keys","Chapter-14.html#folding","Chapter-14.html#section-practice","Chapter-14.html#the-a-prefix-key","Chapter-14.html#examples","Chapter-14.html#compound-words","Chapter-14.html#examples-1","Chapter-14.html#section-practice-1","Chapter-14.html#no-test-this-chapter","Chapter-15.html#chapter-15-syllabic-splitting","Chapter-15.html#recommended-pace","Chapter-15.html#useful-links","Chapter-15.html#syllabic-splitting-basics","Chapter-15.html#consonant-group-ambiguity","Chapter-15.html#basic-examples-and-explanations","Chapter-15.html#section-practice","Chapter-15.html#kwr-as-a-silent-linker","Chapter-15.html#kwr-with-the--r-key","Chapter-15.html#section-practice-1","Chapter-15.html#kwr-as-y","Chapter-15.html#to-start-a-vowel","Chapter-15.html#between-two-vowels","Chapter-15.html#as-a-vowel-pair","Chapter-15.html#section-practice-2","Chapter-15.html#prefix-priority","Chapter-15.html#multistroke-prefixes","Chapter-15.html#next-chapter","Chapter-15.html#chapter-15-test","Chapter-15.html#recommended-completion-goal","Chapter-16.html#chapter-16-top-200-common-english-words","Chapter-16.html#recommended-pace","Chapter-16.html#useful-links","Chapter-16.html#introduction","Chapter-16.html#write-outs-versus-briefs","Chapter-16.html#how-to-complete-this-chapter","Chapter-16.html#practice-material","Chapter-16.html#150","Chapter-16.html#the","Chapter-16.html#of","Chapter-16.html#to","Chapter-16.html#and","Chapter-16.html#a","Chapter-16.html#in","Chapter-16.html#is","Chapter-16.html#it","Chapter-16.html#you","Chapter-16.html#that","Chapter-16.html#he","Chapter-16.html#was","Chapter-16.html#for","Chapter-16.html#on","Chapter-16.html#are","Chapter-16.html#with","Chapter-16.html#as","Chapter-16.html#i","Chapter-16.html#his","Chapter-16.html#they","Chapter-16.html#be","Chapter-16.html#at","Chapter-16.html#one","Chapter-16.html#have","Chapter-16.html#this","Chapter-16.html#from","Chapter-16.html#or","Chapter-16.html#had","Chapter-16.html#by","Chapter-16.html#hot","Chapter-16.html#but","Chapter-16.html#some","Chapter-16.html#what","Chapter-16.html#there","Chapter-16.html#we","Chapter-16.html#can","Chapter-16.html#out","Chapter-16.html#other","Chapter-16.html#were","Chapter-16.html#all","Chapter-16.html#your","Chapter-16.html#when","Chapter-16.html#up","Chapter-16.html#use","Chapter-16.html#word","Chapter-16.html#how","Chapter-16.html#said","Chapter-16.html#an","Chapter-16.html#each","Chapter-16.html#she","Chapter-16.html#51100","Chapter-16.html#which","Chapter-16.html#do","Chapter-16.html#their","Chapter-16.html#time","Chapter-16.html#if","Chapter-16.html#will","Chapter-16.html#way","Chapter-16.html#about","Chapter-16.html#many","Chapter-16.html#then","Chapter-16.html#them","Chapter-16.html#would","Chapter-16.html#write","Chapter-16.html#like","Chapter-16.html#so","Chapter-16.html#these","Chapter-16.html#her","Chapter-16.html#long","Chapter-16.html#make","Chapter-16.html#thing","Chapter-16.html#see","Chapter-16.html#him","Chapter-16.html#two","Chapter-16.html#has","Chapter-16.html#look","Chapter-16.html#more","Chapter-16.html#day","Chapter-16.html#could","Chapter-16.html#go","Chapter-16.html#come","Chapter-16.html#did","Chapter-16.html#my","Chapter-16.html#sound","Chapter-16.html#no","Chapter-16.html#most","Chapter-16.html#number","Chapter-16.html#who","Chapter-16.html#over","Chapter-16.html#know","Chapter-16.html#water","Chapter-16.html#than","Chapter-16.html#call","Chapter-16.html#first","Chapter-16.html#people","Chapter-16.html#may","Chapter-16.html#down","Chapter-16.html#side","Chapter-16.html#been","Chapter-16.html#now","Chapter-16.html#find","Chapter-16.html#101150","Chapter-16.html#any","Chapter-16.html#new","Chapter-16.html#work","Chapter-16.html#part","Chapter-16.html#take","Chapter-16.html#get","Chapter-16.html#place","Chapter-16.html#made","Chapter-16.html#live","Chapter-16.html#where","Chapter-16.html#after","Chapter-16.html#back","Chapter-16.html#little","Chapter-16.html#only","Chapter-16.html#round","Chapter-16.html#man","Chapter-16.html#year","Chapter-16.html#came","Chapter-16.html#show","Chapter-16.html#every","Chapter-16.html#good","Chapter-16.html#me","Chapter-16.html#give","Chapter-16.html#our","Chapter-16.html#under","Chapter-16.html#name","Chapter-16.html#very","Chapter-16.html#through","Chapter-16.html#just","Chapter-16.html#form","Chapter-16.html#much","Chapter-16.html#great","Chapter-16.html#think","Chapter-16.html#say","Chapter-16.html#help","Chapter-16.html#low","Chapter-16.html#line","Chapter-16.html#before","Chapter-16.html#turn","Chapter-16.html#cause","Chapter-16.html#same","Chapter-16.html#mean","Chapter-16.html#differ","Chapter-16.html#move","Chapter-16.html#right","Chapter-16.html#boy","Chapter-16.html#old","Chapter-16.html#too","Chapter-16.html#does","Chapter-16.html#tell","Chapter-16.html#151200","Chapter-16.html#sentence","Chapter-16.html#set","Chapter-16.html#three","Chapter-16.html#want","Chapter-16.html#air","Chapter-16.html#well","Chapter-16.html#also","Chapter-16.html#play","Chapter-16.html#small","Chapter-16.html#end","Chapter-16.html#put","Chapter-16.html#home","Chapter-16.html#read","Chapter-16.html#hand","Chapter-16.html#port","Chapter-16.html#large","Chapter-16.html#spell","Chapter-16.html#add","Chapter-16.html#even","Chapter-16.html#land","Chapter-16.html#here","Chapter-16.html#must","Chapter-16.html#big","Chapter-16.html#high","Chapter-16.html#such","Chapter-16.html#follow","Chapter-16.html#act","Chapter-16.html#why","Chapter-16.html#ask","Chapter-16.html#men","Chapter-16.html#change","Chapter-16.html#went","Chapter-16.html#light","Chapter-16.html#kind","Chapter-16.html#off","Chapter-16.html#need","Chapter-16.html#house","Chapter-16.html#picture","Chapter-16.html#try","Chapter-16.html#us","Chapter-16.html#again","Chapter-16.html#animal","Chapter-16.html#point","Chapter-16.html#mother","Chapter-16.html#world","Chapter-16.html#near","Chapter-16.html#build","Chapter-16.html#self","Chapter-16.html#earth","Chapter-16.html#father","Chapter-16.html#chapter-16-test","Chapter-16.html#recommended-completion-goal","Chapter-17.html#chapter-17-shortening-techniques","Chapter-17.html#recommended-pace","Chapter-17.html#introduction","Chapter-17.html#useful-links","Chapter-17.html#folding","Chapter-17.html#r-folding","Chapter-17.html#l-folding","Chapter-17.html#t-folding","Chapter-17.html#e-folding","Chapter-17.html#e-folding-with-aeu","Chapter-17.html#practice-material","Chapter-17.html#dropping-unstressed-vowels","Chapter-17.html#definite","Chapter-17.html#demand","Chapter-17.html#deplorable","Chapter-17.html#derivative","Chapter-17.html#electric","Chapter-17.html#differ","Chapter-17.html#engineer","Chapter-17.html#geology","Chapter-17.html#modulator","Chapter-17.html#possible","Chapter-17.html#suppose","Chapter-17.html#tom-scott-and-schwa","Chapter-17.html#caveats","Chapter-17.html#consonant-group-splitting-quirks","Chapter-17.html#practice-material-1","Chapter-17.html#inversions","Chapter-17.html#examples","Chapter-17.html#practice-material-2","Chapter-17.html#left-hand-compound-clusters","Chapter-17.html#examples-1","Chapter-17.html#practice-material-3","Chapter-17.html#dropping-other-sounds","Chapter-18.html#chapter-18-fingerspelling-and-numbers","Chapter-18.html#recommended-pace","Chapter-18.html#useful-links","Chapter-18.html#intro","Chapter-18.html#fingerspelling","Chapter-18.html#lowercase","Chapter-18.html#uppercase","Chapter-18.html#attachment-behaviour","Chapter-18.html#numbers","Chapter-18.html#attachment-behaviour-1","Chapter-19.html#chapter-19-proper-nouns","Chapter-19.html#recommended-pace","Chapter-19.html#proper-nouns","Chapter-19.html#proper-nouns-starting-with-j","Chapter-19.html#alternative-proper-nouns-with-a-prefix-stroke","Chapter-20.html#chapter-20-punctuation-and-commands","Chapter-20.html#recommended-pace","Chapter-20.html#useful-links","Chapter-20.html#intro","Chapter-20.html#punctuation","Chapter-20.html#commands","Chapter-20.html#enter","Chapter-20.html#enter-capitalize-next-word","Chapter-20.html#insert-a-space","Chapter-20.html#retroactively-insert-a-space","Chapter-20.html#suppress-the-next-space","Chapter-20.html#retroactively-suppress-the-last-space","Chapter-20.html#capitalize-the-next-word","Chapter-20.html#retroactively-capitalize-the-next-word","Chapter-20.html#capitalize-the-next-word-and-suppress-the-next-space","Chapter-20.html#uncapitalize-the-next-word","Chapter-20.html#retroactively-uncapitalize-the-next-word","Chapter-21.html#chapter-21-uk-spellings","Chapter-21.html#recommended-pace","Chapter-21.html#intro","Chapter-21.html#setup","Chapter-21.html#quick-switching","Chapter-21.html#examples","Chapter-21.html#dealing-with-suffixes","Chapter-21.html#ae-spellings","Chapter-21.html#examples-1","Chapter-21.html#ise-spellings","Chapter-21.html#oe-spellings","Chapter-21.html#examples-2","Chapter-21.html#examples-3","Chapter-21.html#re-spellings","Chapter-21.html#examples-4","Chapter-21.html#miscellaneous-briefs","Chapter-21.html#examples-5","Chapter-22.html#chapter-22-theory-principles-wrap-up","Chapter-22.html#intro","Chapter-22.html#acronyms","Chapter-22.html#contractions","Chapter-22.html#-rb-for--rb-vs--sh","Chapter-22.html#disambiguating-ou-with-ou","Chapter-22.html#tricky-ou-words","Chapter-22.html#w-for-glides","Chapter-22.html#-graph-words","Chapter-22.html#-graph","Chapter-22.html#-graphy","Chapter-22.html#alternative--graphy-outline","Chapter-22.html#-grapher","Chapter-22.html#alternative--grapher-outline","Chapter-22.html#-graphic","Chapter-22.html#alternative--graphic-outline","Chapter-22.html#-ology-words","Chapter-22.html#alternative--ology-chord","Chapter-22.html#ambiguous-glide-vowels","Chapter-22.html#-ual-words","Chapter-22.html#wal","Chapter-22.html#twal","Chapter-22.html#kwraoul","Chapter-22.html#doubling-consonants-with-prefixes","Chapter-22.html#splitting-a-sound-at-ng","Chapter-22.html#examples","Chapter-22.html#prefix-outline-conflicts","Chapter-22.html#single-stroke-briefed-prefixes","Chapter-22.html#generic-way-of-dealing-with-multisyllable-prefix-outlines","Chapter-22.html#special-conflicts","Chapter-22.html#prefix-strokes-vs-compound-words","Chapter-22.html#problematic-words","Chapter-22.html#strokes-starting-with-eu","Chapter-22.html#syllabically","Chapter-22.html#prefixes","Chapter-22.html#incorrect-prefixes","Chapter-22.html#why","Chapter-23.html#chapter-23-end-of-basic-theory","Chapter-23.html#end-of-basic-theory","Chapter-23.html#being-comfortable-with-your-own-dictionary","Chapter-23.html#looking-up-words","Chapter-23.html#adding-new-words","Chapter-23.html#an-example-of-a-theory-gap","Chapter-23.html#how-do-i-build-speed","Chapter-23.html#practice","Chapter-23.html#learning-briefs","Chapter-24.html#chapter-24-phrase-briefs","Chapter-24.html#basic-phrase-briefs","Chapter-24.html#jeffs-phrasing","Chapter-24.html#setup","Chapter-24.html#basics","Chapter-24.html#advance-usage","Chapter-25.html#chapter-25-symbols-and-modifiers","Chapter-25.html#python-dictionaries","Chapter-25.html#setup","Chapter-25.html#emilys-symbols-dictionary","Chapter-25.html#usage","Chapter-25.html#emilys-modifiers-dictionary","Chapter-25.html#usage-1","Chapter-25.html#abbys-left-hand-modifiers-dictionary","Chapter-25.html#usage-2","Chapter-25.html#learning-these-systems","Chapter-26.html#chapter-26-editing-text","Chapter-26.html#movement","Chapter-26.html#basic-movement","Chapter-26.html#modal-movement","Chapter-26.html#first-up-chord-send-and-chord-repeat","Chapter-26.html#copying-pasting-and-deleting-text","Appendix-A.html#plover-theory","Appendix-A.html#lapwing-theory","Appendix-A.html#you-should-not-learn-lapwing-theory-if","Appendix-A.html#using-both-mainjson-and-lapwing-basejson","Appendix-A.html#differences","Appendix-A.html#top-s-number-key","Appendix-A.html#kwr-for-y","Appendix-A.html#tp-for-ph","Appendix-A.html#wr-for-wr","Appendix-A.html#wh-for-wh","Appendix-A.html#usage-of-au","Appendix-A.html#pl-for-mp","Appendix-A.html#-plt-for-ment","Appendix-A.html#-lt-for-let","Appendix-A.html#kr-to-resolve-c-conflicts","Appendix-A.html#basic-words-miscellaneous-theory","Appendix-A.html#prefixes-and-suffixes","Appendix-A.html#compound-words","Appendix-A.html#syllabic-splitting","Appendix-A.html#right-hand-numberpad","Appendix-A.html#proper-nouns","Appendix-A.html#miscellaneous-theory-principles","Appendix-A.html#how-to-get-started","Appendix-A.html#setting-up-lapwing","Appendix-A.html#transitioning-to-lapwing","Appendix-B.html#setting-up-lapwing-manually","Appendix-B.html#install-required-plugins","Appendix-B.html#enable-modal_update","Appendix-B.html#download-the-dictionaries","Appendix-B.html#relocate-the-number-key","Appendix-C.html#lapwing-with-javelin","Appendix-C.html#chapter-3","Appendix-C.html#chapter-4","Appendix-C.html#chapter-5","Appendix-C.html#chapter-26","theory-reference.html#compound-words","theory-reference.html#proper-nouns","theory-reference.html#alternative-proper-noun-dictionaries","theory-reference.html#movement-keys-keyboard-shortcuts-commands","theory-reference.html#punctuation","theory-reference.html#right-hand-number-pad","theory-reference.html#fingerspelling","theory-reference.html#phonetics","theory-reference.html#orthography","theory-reference.html#syllabic-splitting","theory-reference.html#exceptions-to-syllabic-splitting","theory-reference.html#words-that-can-be-written-using-prefix-andor-suffix-strokes","theory-reference.html#kwr-linker-with-prefix-strokes","theory-reference.html#consonant-doubling-with-prefixes","theory-reference.html#consonant-doubling-with-ng","theory-reference.html#the-problem-of-the-vowelconsonant-r","theory-reference.html#situations-that-benefit-from-dropping-unstressed-vowels","theory-reference.html#using-prefixes-and-suffixes","theory-reference.html#prefixes","theory-reference.html#prefixes-by-themselves","theory-reference.html#suffixes","theory-reference.html#conflict-resolution","theory-reference.html#beyond-writing-out","theory-reference.html#dropping-unstressed-vowels","theory-reference.html#using-shorter-prefixes-and-suffixes","theory-reference.html#folding-and-stacking-sounds-on-ending-strokes","theory-reference.html#folding-suffix-keys","theory-reference.html#examples-of-short-entries-that-i-might-use","theory-reference.html#uk-spellings","theory-reference.html#dictionary-contents","theory-reference.html#switching-with-tph","theory-reference.html#ae-spellings","theory-reference.html#ise-spellings","theory-reference.html#ll-spellings","theory-reference.html#oe-spellings","theory-reference.html#ou-spellings","theory-reference.html#re-spellings","theory-reference.html#miscellaneous-briefs","Glossary.html#glossary","Glossary.html#brief","Glossary.html#chord","Glossary.html#conflict","Glossary.html#dictionary","Glossary.html#diphthong","Glossary.html#entry","Glossary.html#fingerspelling","Glossary.html#folding","Glossary.html#glide","Glossary.html#ipa","Glossary.html#n-key-rollover","Glossary.html#orthographic","Glossary.html#outline","Glossary.html#phonetic","Glossary.html#plover","Glossary.html#raw-steno","Glossary.html#steno-engine","Glossary.html#embedded-steno-engine","Glossary.html#steno-keyboard","Glossary.html#steno-machine","Glossary.html#steno-writer","Glossary.html#steno-order","Glossary.html#stroke","Glossary.html#affix-stroke","Glossary.html#prefix-stroke","Glossary.html#suffix-stroke","Glossary.html#syllabic-splitting","Glossary.html#steno-theory","Glossary.html#basic-theory","Glossary.html#translation","Glossary.html#write-out"],"index":{"documentStore":{"docInfo":{"0":{"body":53,"breadcrumbs":3,"title":2},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":13,"breadcrumbs":4,"title":1},"100":{"body":5,"breadcrumbs":5,"title":2},"101":{"body":44,"breadcrumbs":6,"title":3},"102":{"body":15,"breadcrumbs":6,"title":3},"103":{"body":69,"breadcrumbs":5,"title":2},"104":{"body":22,"breadcrumbs":5,"title":2},"105":{"body":21,"breadcrumbs":5,"title":2},"106":{"body":0,"breadcrumbs":8,"title":4},"107":{"body":60,"breadcrumbs":6,"title":2},"108":{"body":28,"breadcrumbs":6,"title":2},"109":{"body":54,"breadcrumbs":5,"title":1},"11":{"body":30,"breadcrumbs":10,"title":5},"110":{"body":40,"breadcrumbs":5,"title":1},"111":{"body":10,"breadcrumbs":5,"title":1},"112":{"body":8,"breadcrumbs":5,"title":1},"113":{"body":31,"breadcrumbs":5,"title":1},"114":{"body":5,"breadcrumbs":6,"title":2},"115":{"body":9,"breadcrumbs":5,"title":1},"116":{"body":8,"breadcrumbs":5,"title":1},"117":{"body":28,"breadcrumbs":5,"title":1},"118":{"body":5,"breadcrumbs":6,"title":2},"119":{"body":88,"breadcrumbs":5,"title":1},"12":{"body":187,"breadcrumbs":7,"title":2},"120":{"body":52,"breadcrumbs":6,"title":2},"121":{"body":5,"breadcrumbs":6,"title":2},"122":{"body":45,"breadcrumbs":6,"title":2},"123":{"body":18,"breadcrumbs":9,"title":5},"124":{"body":30,"breadcrumbs":8,"title":4},"125":{"body":36,"breadcrumbs":8,"title":4},"126":{"body":6,"breadcrumbs":6,"title":2},"127":{"body":19,"breadcrumbs":6,"title":2},"128":{"body":13,"breadcrumbs":8,"title":4},"129":{"body":2,"breadcrumbs":8,"title":4},"13":{"body":33,"breadcrumbs":7,"title":2},"130":{"body":20,"breadcrumbs":8,"title":4},"131":{"body":4,"breadcrumbs":6,"title":2},"132":{"body":17,"breadcrumbs":7,"title":3},"133":{"body":67,"breadcrumbs":8,"title":4},"134":{"body":5,"breadcrumbs":6,"title":2},"135":{"body":58,"breadcrumbs":5,"title":1},"136":{"body":5,"breadcrumbs":6,"title":2},"137":{"body":46,"breadcrumbs":7,"title":3},"138":{"body":14,"breadcrumbs":7,"title":3},"139":{"body":75,"breadcrumbs":6,"title":2},"14":{"body":0,"breadcrumbs":8,"title":3},"140":{"body":19,"breadcrumbs":6,"title":2},"141":{"body":58,"breadcrumbs":6,"title":2},"142":{"body":0,"breadcrumbs":10,"title":5},"143":{"body":62,"breadcrumbs":7,"title":2},"144":{"body":34,"breadcrumbs":7,"title":2},"145":{"body":4,"breadcrumbs":8,"title":3},"146":{"body":6,"breadcrumbs":6,"title":1},"147":{"body":15,"breadcrumbs":6,"title":1},"148":{"body":31,"breadcrumbs":7,"title":2},"149":{"body":4,"breadcrumbs":7,"title":2},"15":{"body":0,"breadcrumbs":8,"title":4},"150":{"body":71,"breadcrumbs":8,"title":3},"151":{"body":8,"breadcrumbs":9,"title":4},"152":{"body":8,"breadcrumbs":6,"title":1},"153":{"body":23,"breadcrumbs":6,"title":1},"154":{"body":5,"breadcrumbs":7,"title":2},"155":{"body":12,"breadcrumbs":10,"title":5},"156":{"body":12,"breadcrumbs":6,"title":1},"157":{"body":23,"breadcrumbs":6,"title":1},"158":{"body":6,"breadcrumbs":7,"title":2},"159":{"body":43,"breadcrumbs":8,"title":3},"16":{"body":109,"breadcrumbs":6,"title":2},"160":{"body":14,"breadcrumbs":8,"title":3},"161":{"body":47,"breadcrumbs":7,"title":2},"162":{"body":19,"breadcrumbs":7,"title":2},"163":{"body":26,"breadcrumbs":7,"title":2},"164":{"body":0,"breadcrumbs":12,"title":6},"165":{"body":55,"breadcrumbs":8,"title":2},"166":{"body":29,"breadcrumbs":8,"title":2},"167":{"body":18,"breadcrumbs":11,"title":5},"168":{"body":14,"breadcrumbs":7,"title":1},"169":{"body":29,"breadcrumbs":7,"title":1},"17":{"body":104,"breadcrumbs":7,"title":3},"170":{"body":8,"breadcrumbs":8,"title":2},"171":{"body":29,"breadcrumbs":12,"title":6},"172":{"body":16,"breadcrumbs":7,"title":1},"173":{"body":40,"breadcrumbs":7,"title":1},"174":{"body":9,"breadcrumbs":8,"title":2},"175":{"body":21,"breadcrumbs":11,"title":5},"176":{"body":20,"breadcrumbs":7,"title":1},"177":{"body":42,"breadcrumbs":7,"title":1},"178":{"body":8,"breadcrumbs":8,"title":2},"179":{"body":43,"breadcrumbs":9,"title":3},"18":{"body":0,"breadcrumbs":5,"title":1},"180":{"body":14,"breadcrumbs":9,"title":3},"181":{"body":72,"breadcrumbs":8,"title":2},"182":{"body":23,"breadcrumbs":8,"title":2},"183":{"body":12,"breadcrumbs":8,"title":2},"184":{"body":0,"breadcrumbs":12,"title":6},"185":{"body":49,"breadcrumbs":8,"title":2},"186":{"body":19,"breadcrumbs":8,"title":2},"187":{"body":16,"breadcrumbs":7,"title":1},"188":{"body":11,"breadcrumbs":11,"title":5},"189":{"body":8,"breadcrumbs":7,"title":1},"19":{"body":230,"breadcrumbs":6,"title":2},"190":{"body":32,"breadcrumbs":9,"title":3},"191":{"body":28,"breadcrumbs":7,"title":1},"192":{"body":6,"breadcrumbs":8,"title":2},"193":{"body":6,"breadcrumbs":9,"title":3},"194":{"body":8,"breadcrumbs":7,"title":1},"195":{"body":21,"breadcrumbs":7,"title":1},"196":{"body":13,"breadcrumbs":8,"title":2},"197":{"body":43,"breadcrumbs":9,"title":3},"198":{"body":29,"breadcrumbs":7,"title":1},"199":{"body":18,"breadcrumbs":7,"title":1},"2":{"body":18,"breadcrumbs":2,"title":1},"20":{"body":190,"breadcrumbs":8,"title":4},"200":{"body":14,"breadcrumbs":8,"title":2},"201":{"body":43,"breadcrumbs":9,"title":3},"202":{"body":14,"breadcrumbs":9,"title":3},"203":{"body":46,"breadcrumbs":8,"title":2},"204":{"body":17,"breadcrumbs":8,"title":2},"205":{"body":21,"breadcrumbs":8,"title":2},"206":{"body":0,"breadcrumbs":12,"title":6},"207":{"body":36,"breadcrumbs":8,"title":2},"208":{"body":7,"breadcrumbs":8,"title":2},"209":{"body":22,"breadcrumbs":8,"title":2},"21":{"body":99,"breadcrumbs":9,"title":5},"210":{"body":23,"breadcrumbs":9,"title":3},"211":{"body":0,"breadcrumbs":9,"title":3},"212":{"body":41,"breadcrumbs":9,"title":3},"213":{"body":24,"breadcrumbs":9,"title":3},"214":{"body":85,"breadcrumbs":11,"title":5},"215":{"body":13,"breadcrumbs":8,"title":2},"216":{"body":124,"breadcrumbs":7,"title":1},"217":{"body":33,"breadcrumbs":11,"title":5},"218":{"body":12,"breadcrumbs":8,"title":2},"219":{"body":31,"breadcrumbs":8,"title":2},"22":{"body":0,"breadcrumbs":6,"title":3},"220":{"body":53,"breadcrumbs":11,"title":5},"221":{"body":56,"breadcrumbs":7,"title":1},"222":{"body":18,"breadcrumbs":9,"title":3},"223":{"body":4,"breadcrumbs":7,"title":1},"224":{"body":62,"breadcrumbs":11,"title":5},"225":{"body":48,"breadcrumbs":8,"title":2},"226":{"body":11,"breadcrumbs":7,"title":1},"227":{"body":0,"breadcrumbs":8,"title":2},"228":{"body":69,"breadcrumbs":8,"title":2},"229":{"body":16,"breadcrumbs":8,"title":2},"23":{"body":31,"breadcrumbs":5,"title":2},"230":{"body":14,"breadcrumbs":8,"title":2},"231":{"body":0,"breadcrumbs":8,"title":4},"232":{"body":35,"breadcrumbs":6,"title":2},"233":{"body":38,"breadcrumbs":6,"title":2},"234":{"body":23,"breadcrumbs":5,"title":1},"235":{"body":95,"breadcrumbs":6,"title":2},"236":{"body":36,"breadcrumbs":7,"title":3},"237":{"body":48,"breadcrumbs":6,"title":2},"238":{"body":53,"breadcrumbs":7,"title":3},"239":{"body":18,"breadcrumbs":6,"title":2},"24":{"body":12,"breadcrumbs":5,"title":2},"240":{"body":57,"breadcrumbs":6,"title":2},"241":{"body":116,"breadcrumbs":5,"title":1},"242":{"body":72,"breadcrumbs":8,"title":4},"243":{"body":294,"breadcrumbs":9,"title":5},"244":{"body":137,"breadcrumbs":6,"title":2},"245":{"body":130,"breadcrumbs":6,"title":2},"246":{"body":69,"breadcrumbs":6,"title":2},"247":{"body":112,"breadcrumbs":6,"title":2},"248":{"body":36,"breadcrumbs":8,"title":4},"249":{"body":157,"breadcrumbs":8,"title":4},"25":{"body":57,"breadcrumbs":5,"title":2},"250":{"body":43,"breadcrumbs":7,"title":3},"251":{"body":14,"breadcrumbs":7,"title":3},"252":{"body":0,"breadcrumbs":12,"title":6},"253":{"body":34,"breadcrumbs":8,"title":2},"254":{"body":7,"breadcrumbs":8,"title":2},"255":{"body":78,"breadcrumbs":8,"title":2},"256":{"body":262,"breadcrumbs":7,"title":1},"257":{"body":4,"breadcrumbs":8,"title":2},"258":{"body":22,"breadcrumbs":8,"title":2},"259":{"body":7,"breadcrumbs":7,"title":1},"26":{"body":117,"breadcrumbs":5,"title":2},"260":{"body":24,"breadcrumbs":8,"title":2},"261":{"body":9,"breadcrumbs":7,"title":1},"262":{"body":3,"breadcrumbs":8,"title":2},"263":{"body":0,"breadcrumbs":8,"title":2},"264":{"body":0,"breadcrumbs":8,"title":4},"265":{"body":58,"breadcrumbs":6,"title":2},"266":{"body":14,"breadcrumbs":6,"title":2},"267":{"body":55,"breadcrumbs":7,"title":3},"268":{"body":66,"breadcrumbs":7,"title":3},"269":{"body":272,"breadcrumbs":7,"title":3},"27":{"body":106,"breadcrumbs":5,"title":2},"270":{"body":4,"breadcrumbs":6,"title":2},"271":{"body":14,"breadcrumbs":7,"title":3},"272":{"body":216,"breadcrumbs":7,"title":3},"273":{"body":4,"breadcrumbs":6,"title":2},"274":{"body":0,"breadcrumbs":6,"title":2},"275":{"body":64,"breadcrumbs":6,"title":2},"276":{"body":68,"breadcrumbs":7,"title":3},"277":{"body":205,"breadcrumbs":6,"title":2},"278":{"body":3,"breadcrumbs":6,"title":2},"279":{"body":185,"breadcrumbs":6,"title":2},"28":{"body":80,"breadcrumbs":6,"title":3},"280":{"body":69,"breadcrumbs":6,"title":2},"281":{"body":23,"breadcrumbs":6,"title":2},"282":{"body":41,"breadcrumbs":7,"title":3},"283":{"body":14,"breadcrumbs":7,"title":3},"284":{"body":7,"breadcrumbs":14,"title":7},"285":{"body":28,"breadcrumbs":9,"title":2},"286":{"body":5,"breadcrumbs":9,"title":2},"287":{"body":37,"breadcrumbs":8,"title":1},"288":{"body":57,"breadcrumbs":11,"title":4},"289":{"body":51,"breadcrumbs":9,"title":2},"29":{"body":160,"breadcrumbs":4,"title":1},"290":{"body":5,"breadcrumbs":9,"title":2},"291":{"body":0,"breadcrumbs":8,"title":1},"292":{"body":2,"breadcrumbs":7,"title":0},"293":{"body":2,"breadcrumbs":7,"title":0},"294":{"body":8,"breadcrumbs":7,"title":0},"295":{"body":8,"breadcrumbs":7,"title":0},"296":{"body":4,"breadcrumbs":7,"title":0},"297":{"body":4,"breadcrumbs":7,"title":0},"298":{"body":2,"breadcrumbs":7,"title":0},"299":{"body":2,"breadcrumbs":7,"title":0},"3":{"body":40,"breadcrumbs":6,"title":3},"30":{"body":34,"breadcrumbs":4,"title":1},"300":{"body":2,"breadcrumbs":7,"title":0},"301":{"body":6,"breadcrumbs":7,"title":0},"302":{"body":3,"breadcrumbs":7,"title":0},"303":{"body":2,"breadcrumbs":7,"title":0},"304":{"body":5,"breadcrumbs":7,"title":0},"305":{"body":5,"breadcrumbs":7,"title":0},"306":{"body":11,"breadcrumbs":7,"title":0},"307":{"body":9,"breadcrumbs":7,"title":0},"308":{"body":2,"breadcrumbs":7,"title":0},"309":{"body":5,"breadcrumbs":7,"title":0},"31":{"body":169,"breadcrumbs":6,"title":3},"310":{"body":3,"breadcrumbs":7,"title":0},"311":{"body":10,"breadcrumbs":7,"title":0},"312":{"body":7,"breadcrumbs":7,"title":0},"313":{"body":2,"breadcrumbs":7,"title":0},"314":{"body":3,"breadcrumbs":8,"title":1},"315":{"body":10,"breadcrumbs":7,"title":0},"316":{"body":7,"breadcrumbs":7,"title":0},"317":{"body":3,"breadcrumbs":7,"title":0},"318":{"body":4,"breadcrumbs":7,"title":0},"319":{"body":2,"breadcrumbs":7,"title":0},"32":{"body":12,"breadcrumbs":6,"title":3},"320":{"body":5,"breadcrumbs":7,"title":0},"321":{"body":3,"breadcrumbs":8,"title":1},"322":{"body":3,"breadcrumbs":7,"title":0},"323":{"body":3,"breadcrumbs":7,"title":0},"324":{"body":5,"breadcrumbs":7,"title":0},"325":{"body":8,"breadcrumbs":7,"title":0},"326":{"body":8,"breadcrumbs":7,"title":0},"327":{"body":2,"breadcrumbs":7,"title":0},"328":{"body":6,"breadcrumbs":8,"title":1},"329":{"body":9,"breadcrumbs":7,"title":0},"33":{"body":179,"breadcrumbs":5,"title":2},"330":{"body":12,"breadcrumbs":7,"title":0},"331":{"body":3,"breadcrumbs":7,"title":0},"332":{"body":15,"breadcrumbs":7,"title":0},"333":{"body":8,"breadcrumbs":7,"title":0},"334":{"body":3,"breadcrumbs":8,"title":1},"335":{"body":3,"breadcrumbs":8,"title":1},"336":{"body":3,"breadcrumbs":8,"title":1},"337":{"body":3,"breadcrumbs":7,"title":0},"338":{"body":9,"breadcrumbs":7,"title":0},"339":{"body":3,"breadcrumbs":7,"title":0},"34":{"body":0,"breadcrumbs":10,"title":5},"340":{"body":3,"breadcrumbs":8,"title":1},"341":{"body":3,"breadcrumbs":7,"title":0},"342":{"body":0,"breadcrumbs":8,"title":1},"343":{"body":8,"breadcrumbs":7,"title":0},"344":{"body":7,"breadcrumbs":7,"title":0},"345":{"body":3,"breadcrumbs":7,"title":0},"346":{"body":3,"breadcrumbs":8,"title":1},"347":{"body":7,"breadcrumbs":7,"title":0},"348":{"body":7,"breadcrumbs":7,"title":0},"349":{"body":3,"breadcrumbs":8,"title":1},"35":{"body":68,"breadcrumbs":7,"title":2},"350":{"body":2,"breadcrumbs":7,"title":0},"351":{"body":2,"breadcrumbs":8,"title":1},"352":{"body":3,"breadcrumbs":7,"title":0},"353":{"body":3,"breadcrumbs":7,"title":0},"354":{"body":3,"breadcrumbs":7,"title":0},"355":{"body":3,"breadcrumbs":8,"title":1},"356":{"body":3,"breadcrumbs":7,"title":0},"357":{"body":4,"breadcrumbs":7,"title":0},"358":{"body":3,"breadcrumbs":7,"title":0},"359":{"body":2,"breadcrumbs":7,"title":0},"36":{"body":24,"breadcrumbs":7,"title":2},"360":{"body":3,"breadcrumbs":8,"title":1},"361":{"body":3,"breadcrumbs":8,"title":1},"362":{"body":3,"breadcrumbs":8,"title":1},"363":{"body":3,"breadcrumbs":8,"title":1},"364":{"body":3,"breadcrumbs":7,"title":0},"365":{"body":2,"breadcrumbs":8,"title":1},"366":{"body":2,"breadcrumbs":7,"title":0},"367":{"body":3,"breadcrumbs":8,"title":1},"368":{"body":3,"breadcrumbs":8,"title":1},"369":{"body":3,"breadcrumbs":8,"title":1},"37":{"body":50,"breadcrumbs":7,"title":2},"370":{"body":3,"breadcrumbs":7,"title":0},"371":{"body":3,"breadcrumbs":8,"title":1},"372":{"body":3,"breadcrumbs":8,"title":1},"373":{"body":7,"breadcrumbs":7,"title":0},"374":{"body":3,"breadcrumbs":7,"title":0},"375":{"body":3,"breadcrumbs":8,"title":1},"376":{"body":5,"breadcrumbs":7,"title":0},"377":{"body":3,"breadcrumbs":7,"title":0},"378":{"body":3,"breadcrumbs":8,"title":1},"379":{"body":4,"breadcrumbs":7,"title":0},"38":{"body":75,"breadcrumbs":8,"title":3},"380":{"body":9,"breadcrumbs":8,"title":1},"381":{"body":3,"breadcrumbs":8,"title":1},"382":{"body":3,"breadcrumbs":8,"title":1},"383":{"body":3,"breadcrumbs":7,"title":0},"384":{"body":3,"breadcrumbs":8,"title":1},"385":{"body":16,"breadcrumbs":8,"title":1},"386":{"body":5,"breadcrumbs":8,"title":1},"387":{"body":2,"breadcrumbs":7,"title":0},"388":{"body":3,"breadcrumbs":8,"title":1},"389":{"body":3,"breadcrumbs":8,"title":1},"39":{"body":15,"breadcrumbs":9,"title":4},"390":{"body":3,"breadcrumbs":7,"title":0},"391":{"body":3,"breadcrumbs":8,"title":1},"392":{"body":3,"breadcrumbs":8,"title":1},"393":{"body":0,"breadcrumbs":8,"title":1},"394":{"body":2,"breadcrumbs":7,"title":0},"395":{"body":5,"breadcrumbs":8,"title":1},"396":{"body":3,"breadcrumbs":8,"title":1},"397":{"body":3,"breadcrumbs":8,"title":1},"398":{"body":3,"breadcrumbs":8,"title":1},"399":{"body":3,"breadcrumbs":7,"title":0},"4":{"body":87,"breadcrumbs":5,"title":2},"40":{"body":15,"breadcrumbs":7,"title":2},"400":{"body":3,"breadcrumbs":8,"title":1},"401":{"body":3,"breadcrumbs":8,"title":1},"402":{"body":3,"breadcrumbs":8,"title":1},"403":{"body":6,"breadcrumbs":7,"title":0},"404":{"body":6,"breadcrumbs":7,"title":0},"405":{"body":3,"breadcrumbs":8,"title":1},"406":{"body":6,"breadcrumbs":8,"title":1},"407":{"body":5,"breadcrumbs":7,"title":0},"408":{"body":3,"breadcrumbs":8,"title":1},"409":{"body":3,"breadcrumbs":8,"title":1},"41":{"body":60,"breadcrumbs":12,"title":7},"410":{"body":3,"breadcrumbs":8,"title":1},"411":{"body":3,"breadcrumbs":8,"title":1},"412":{"body":3,"breadcrumbs":8,"title":1},"413":{"body":2,"breadcrumbs":7,"title":0},"414":{"body":3,"breadcrumbs":8,"title":1},"415":{"body":3,"breadcrumbs":7,"title":0},"416":{"body":3,"breadcrumbs":8,"title":1},"417":{"body":2,"breadcrumbs":7,"title":0},"418":{"body":10,"breadcrumbs":8,"title":1},"419":{"body":3,"breadcrumbs":8,"title":1},"42":{"body":126,"breadcrumbs":8,"title":3},"420":{"body":5,"breadcrumbs":8,"title":1},"421":{"body":5,"breadcrumbs":8,"title":1},"422":{"body":3,"breadcrumbs":7,"title":0},"423":{"body":3,"breadcrumbs":8,"title":1},"424":{"body":3,"breadcrumbs":8,"title":1},"425":{"body":3,"breadcrumbs":8,"title":1},"426":{"body":14,"breadcrumbs":8,"title":1},"427":{"body":3,"breadcrumbs":7,"title":0},"428":{"body":6,"breadcrumbs":8,"title":1},"429":{"body":3,"breadcrumbs":8,"title":1},"43":{"body":74,"breadcrumbs":7,"title":2},"430":{"body":3,"breadcrumbs":8,"title":1},"431":{"body":6,"breadcrumbs":8,"title":1},"432":{"body":3,"breadcrumbs":8,"title":1},"433":{"body":3,"breadcrumbs":8,"title":1},"434":{"body":3,"breadcrumbs":8,"title":1},"435":{"body":3,"breadcrumbs":8,"title":1},"436":{"body":5,"breadcrumbs":8,"title":1},"437":{"body":3,"breadcrumbs":8,"title":1},"438":{"body":3,"breadcrumbs":8,"title":1},"439":{"body":3,"breadcrumbs":8,"title":1},"44":{"body":84,"breadcrumbs":8,"title":3},"440":{"body":3,"breadcrumbs":8,"title":1},"441":{"body":3,"breadcrumbs":7,"title":0},"442":{"body":3,"breadcrumbs":7,"title":0},"443":{"body":3,"breadcrumbs":8,"title":1},"444":{"body":0,"breadcrumbs":8,"title":1},"445":{"body":5,"breadcrumbs":8,"title":1},"446":{"body":3,"breadcrumbs":8,"title":1},"447":{"body":3,"breadcrumbs":8,"title":1},"448":{"body":3,"breadcrumbs":8,"title":1},"449":{"body":3,"breadcrumbs":8,"title":1},"45":{"body":22,"breadcrumbs":6,"title":1},"450":{"body":3,"breadcrumbs":8,"title":1},"451":{"body":3,"breadcrumbs":7,"title":0},"452":{"body":3,"breadcrumbs":8,"title":1},"453":{"body":3,"breadcrumbs":8,"title":1},"454":{"body":3,"breadcrumbs":8,"title":1},"455":{"body":3,"breadcrumbs":8,"title":1},"456":{"body":3,"breadcrumbs":8,"title":1},"457":{"body":3,"breadcrumbs":8,"title":1},"458":{"body":3,"breadcrumbs":8,"title":1},"459":{"body":3,"breadcrumbs":8,"title":1},"46":{"body":44,"breadcrumbs":9,"title":4},"460":{"body":3,"breadcrumbs":8,"title":1},"461":{"body":3,"breadcrumbs":8,"title":1},"462":{"body":3,"breadcrumbs":8,"title":1},"463":{"body":2,"breadcrumbs":8,"title":1},"464":{"body":3,"breadcrumbs":8,"title":1},"465":{"body":3,"breadcrumbs":8,"title":1},"466":{"body":3,"breadcrumbs":7,"title":0},"467":{"body":3,"breadcrumbs":8,"title":1},"468":{"body":3,"breadcrumbs":8,"title":1},"469":{"body":3,"breadcrumbs":8,"title":1},"47":{"body":16,"breadcrumbs":6,"title":1},"470":{"body":5,"breadcrumbs":8,"title":1},"471":{"body":3,"breadcrumbs":8,"title":1},"472":{"body":9,"breadcrumbs":7,"title":0},"473":{"body":5,"breadcrumbs":8,"title":1},"474":{"body":3,"breadcrumbs":8,"title":1},"475":{"body":3,"breadcrumbs":8,"title":1},"476":{"body":3,"breadcrumbs":8,"title":1},"477":{"body":19,"breadcrumbs":8,"title":1},"478":{"body":3,"breadcrumbs":8,"title":1},"479":{"body":3,"breadcrumbs":7,"title":0},"48":{"body":38,"breadcrumbs":9,"title":4},"480":{"body":3,"breadcrumbs":8,"title":1},"481":{"body":3,"breadcrumbs":8,"title":1},"482":{"body":5,"breadcrumbs":8,"title":1},"483":{"body":5,"breadcrumbs":8,"title":1},"484":{"body":2,"breadcrumbs":7,"title":0},"485":{"body":15,"breadcrumbs":8,"title":1},"486":{"body":20,"breadcrumbs":8,"title":1},"487":{"body":3,"breadcrumbs":8,"title":1},"488":{"body":6,"breadcrumbs":8,"title":1},"489":{"body":3,"breadcrumbs":8,"title":1},"49":{"body":74,"breadcrumbs":7,"title":2},"490":{"body":3,"breadcrumbs":8,"title":1},"491":{"body":3,"breadcrumbs":8,"title":1},"492":{"body":12,"breadcrumbs":8,"title":1},"493":{"body":3,"breadcrumbs":8,"title":1},"494":{"body":5,"breadcrumbs":8,"title":1},"495":{"body":39,"breadcrumbs":10,"title":3},"496":{"body":14,"breadcrumbs":10,"title":3},"497":{"body":0,"breadcrumbs":8,"title":4},"498":{"body":55,"breadcrumbs":6,"title":2},"499":{"body":133,"breadcrumbs":5,"title":1},"5":{"body":114,"breadcrumbs":4,"title":1},"50":{"body":5,"breadcrumbs":8,"title":3},"500":{"body":40,"breadcrumbs":6,"title":2},"501":{"body":12,"breadcrumbs":5,"title":1},"502":{"body":67,"breadcrumbs":6,"title":2},"503":{"body":72,"breadcrumbs":6,"title":2},"504":{"body":44,"breadcrumbs":6,"title":2},"505":{"body":72,"breadcrumbs":6,"title":2},"506":{"body":52,"breadcrumbs":7,"title":3},"507":{"body":15,"breadcrumbs":6,"title":2},"508":{"body":100,"breadcrumbs":7,"title":3},"509":{"body":17,"breadcrumbs":5,"title":1},"51":{"body":65,"breadcrumbs":7,"title":2},"510":{"body":19,"breadcrumbs":5,"title":1},"511":{"body":22,"breadcrumbs":5,"title":1},"512":{"body":13,"breadcrumbs":5,"title":1},"513":{"body":14,"breadcrumbs":5,"title":1},"514":{"body":19,"breadcrumbs":5,"title":1},"515":{"body":17,"breadcrumbs":5,"title":1},"516":{"body":18,"breadcrumbs":5,"title":1},"517":{"body":24,"breadcrumbs":5,"title":1},"518":{"body":15,"breadcrumbs":5,"title":1},"519":{"body":13,"breadcrumbs":5,"title":1},"52":{"body":47,"breadcrumbs":9,"title":4},"520":{"body":71,"breadcrumbs":7,"title":3},"521":{"body":51,"breadcrumbs":5,"title":1},"522":{"body":38,"breadcrumbs":8,"title":4},"523":{"body":5,"breadcrumbs":6,"title":2},"524":{"body":51,"breadcrumbs":5,"title":1},"525":{"body":14,"breadcrumbs":5,"title":1},"526":{"body":4,"breadcrumbs":6,"title":2},"527":{"body":53,"breadcrumbs":8,"title":4},"528":{"body":26,"breadcrumbs":5,"title":1},"529":{"body":10,"breadcrumbs":6,"title":2},"53":{"body":69,"breadcrumbs":10,"title":5},"530":{"body":137,"breadcrumbs":6,"title":2},"531":{"body":0,"breadcrumbs":8,"title":4},"532":{"body":17,"breadcrumbs":6,"title":2},"533":{"body":8,"breadcrumbs":6,"title":2},"534":{"body":21,"breadcrumbs":5,"title":1},"535":{"body":21,"breadcrumbs":5,"title":1},"536":{"body":24,"breadcrumbs":5,"title":1},"537":{"body":31,"breadcrumbs":5,"title":1},"538":{"body":31,"breadcrumbs":6,"title":2},"539":{"body":60,"breadcrumbs":5,"title":1},"54":{"body":6,"breadcrumbs":7,"title":2},"540":{"body":29,"breadcrumbs":6,"title":2},"541":{"body":0,"breadcrumbs":8,"title":4},"542":{"body":14,"breadcrumbs":6,"title":2},"543":{"body":47,"breadcrumbs":6,"title":2},"544":{"body":19,"breadcrumbs":8,"title":4},"545":{"body":73,"breadcrumbs":9,"title":5},"546":{"body":0,"breadcrumbs":8,"title":4},"547":{"body":17,"breadcrumbs":6,"title":2},"548":{"body":3,"breadcrumbs":6,"title":2},"549":{"body":50,"breadcrumbs":5,"title":1},"55":{"body":8,"breadcrumbs":10,"title":5},"550":{"body":424,"breadcrumbs":5,"title":1},"551":{"body":14,"breadcrumbs":5,"title":1},"552":{"body":3,"breadcrumbs":5,"title":1},"553":{"body":2,"breadcrumbs":8,"title":4},"554":{"body":30,"breadcrumbs":6,"title":2},"555":{"body":39,"breadcrumbs":7,"title":3},"556":{"body":16,"breadcrumbs":7,"title":3},"557":{"body":19,"breadcrumbs":8,"title":4},"558":{"body":11,"breadcrumbs":7,"title":3},"559":{"body":9,"breadcrumbs":8,"title":4},"56":{"body":8,"breadcrumbs":6,"title":1},"560":{"body":10,"breadcrumbs":10,"title":6},"561":{"body":6,"breadcrumbs":7,"title":3},"562":{"body":9,"breadcrumbs":8,"title":4},"563":{"body":0,"breadcrumbs":8,"title":4},"564":{"body":9,"breadcrumbs":6,"title":2},"565":{"body":65,"breadcrumbs":5,"title":1},"566":{"body":20,"breadcrumbs":5,"title":1},"567":{"body":19,"breadcrumbs":6,"title":2},"568":{"body":16,"breadcrumbs":5,"title":1},"569":{"body":29,"breadcrumbs":6,"title":2},"57":{"body":40,"breadcrumbs":6,"title":1},"570":{"body":7,"breadcrumbs":6,"title":2},"571":{"body":8,"breadcrumbs":5,"title":1},"572":{"body":17,"breadcrumbs":6,"title":2},"573":{"body":8,"breadcrumbs":6,"title":2},"574":{"body":21,"breadcrumbs":5,"title":1},"575":{"body":8,"breadcrumbs":5,"title":1},"576":{"body":10,"breadcrumbs":6,"title":2},"577":{"body":8,"breadcrumbs":5,"title":1},"578":{"body":8,"breadcrumbs":6,"title":2},"579":{"body":6,"breadcrumbs":5,"title":1},"58":{"body":4,"breadcrumbs":7,"title":2},"580":{"body":0,"breadcrumbs":12,"title":6},"581":{"body":46,"breadcrumbs":7,"title":1},"582":{"body":42,"breadcrumbs":7,"title":1},"583":{"body":34,"breadcrumbs":7,"title":1},"584":{"body":20,"breadcrumbs":10,"title":4},"585":{"body":32,"breadcrumbs":9,"title":3},"586":{"body":28,"breadcrumbs":9,"title":3},"587":{"body":14,"breadcrumbs":8,"title":2},"588":{"body":0,"breadcrumbs":8,"title":2},"589":{"body":19,"breadcrumbs":7,"title":1},"59":{"body":45,"breadcrumbs":8,"title":3},"590":{"body":17,"breadcrumbs":7,"title":1},"591":{"body":18,"breadcrumbs":9,"title":3},"592":{"body":17,"breadcrumbs":7,"title":1},"593":{"body":19,"breadcrumbs":9,"title":3},"594":{"body":17,"breadcrumbs":7,"title":1},"595":{"body":18,"breadcrumbs":9,"title":3},"596":{"body":13,"breadcrumbs":8,"title":2},"597":{"body":26,"breadcrumbs":9,"title":3},"598":{"body":58,"breadcrumbs":9,"title":3},"599":{"body":51,"breadcrumbs":8,"title":2},"6":{"body":39,"breadcrumbs":6,"title":3},"60":{"body":14,"breadcrumbs":8,"title":3},"600":{"body":30,"breadcrumbs":7,"title":1},"601":{"body":26,"breadcrumbs":7,"title":1},"602":{"body":23,"breadcrumbs":7,"title":1},"603":{"body":29,"breadcrumbs":9,"title":3},"604":{"body":11,"breadcrumbs":9,"title":3},"605":{"body":8,"breadcrumbs":7,"title":1},"606":{"body":0,"breadcrumbs":9,"title":3},"607":{"body":94,"breadcrumbs":10,"title":4},"608":{"body":33,"breadcrumbs":12,"title":6},"609":{"body":38,"breadcrumbs":8,"title":2},"61":{"body":62,"breadcrumbs":7,"title":2},"610":{"body":33,"breadcrumbs":11,"title":5},"611":{"body":152,"breadcrumbs":8,"title":2},"612":{"body":7,"breadcrumbs":9,"title":3},"613":{"body":14,"breadcrumbs":7,"title":1},"614":{"body":32,"breadcrumbs":7,"title":1},"615":{"body":30,"breadcrumbs":8,"title":2},"616":{"body":39,"breadcrumbs":6,"title":0},"617":{"body":0,"breadcrumbs":10,"title":5},"618":{"body":53,"breadcrumbs":8,"title":3},"619":{"body":0,"breadcrumbs":8,"title":3},"62":{"body":20,"breadcrumbs":7,"title":2},"620":{"body":79,"breadcrumbs":8,"title":3},"621":{"body":86,"breadcrumbs":8,"title":3},"622":{"body":56,"breadcrumbs":8,"title":3},"623":{"body":0,"breadcrumbs":7,"title":2},"624":{"body":128,"breadcrumbs":6,"title":1},"625":{"body":134,"breadcrumbs":7,"title":2},"626":{"body":0,"breadcrumbs":8,"title":4},"627":{"body":77,"breadcrumbs":7,"title":3},"628":{"body":75,"breadcrumbs":6,"title":2},"629":{"body":19,"breadcrumbs":5,"title":1},"63":{"body":22,"breadcrumbs":7,"title":2},"630":{"body":196,"breadcrumbs":5,"title":1},"631":{"body":34,"breadcrumbs":6,"title":2},"632":{"body":63,"breadcrumbs":8,"title":4},"633":{"body":41,"breadcrumbs":6,"title":2},"634":{"body":20,"breadcrumbs":5,"title":1},"635":{"body":15,"breadcrumbs":7,"title":3},"636":{"body":69,"breadcrumbs":5,"title":1},"637":{"body":8,"breadcrumbs":7,"title":3},"638":{"body":81,"breadcrumbs":5,"title":1},"639":{"body":13,"breadcrumbs":9,"title":5},"64":{"body":0,"breadcrumbs":12,"title":6},"640":{"body":18,"breadcrumbs":5,"title":1},"641":{"body":36,"breadcrumbs":6,"title":2},"642":{"body":27,"breadcrumbs":8,"title":4},"643":{"body":0,"breadcrumbs":5,"title":1},"644":{"body":212,"breadcrumbs":6,"title":2},"645":{"body":188,"breadcrumbs":6,"title":2},"646":{"body":337,"breadcrumbs":10,"title":6},"647":{"body":63,"breadcrumbs":8,"title":4},"648":{"body":262,"breadcrumbs":6,"title":2},"649":{"body":23,"breadcrumbs":6,"title":2},"65":{"body":54,"breadcrumbs":8,"title":2},"650":{"body":64,"breadcrumbs":7,"title":3},"651":{"body":77,"breadcrumbs":9,"title":5},"652":{"body":49,"breadcrumbs":5,"title":1},"653":{"body":61,"breadcrumbs":8,"title":4},"654":{"body":31,"breadcrumbs":6,"title":2},"655":{"body":10,"breadcrumbs":6,"title":2},"656":{"body":10,"breadcrumbs":6,"title":2},"657":{"body":9,"breadcrumbs":6,"title":2},"658":{"body":20,"breadcrumbs":6,"title":2},"659":{"body":19,"breadcrumbs":6,"title":2},"66":{"body":18,"breadcrumbs":8,"title":2},"660":{"body":14,"breadcrumbs":6,"title":2},"661":{"body":13,"breadcrumbs":5,"title":1},"662":{"body":17,"breadcrumbs":8,"title":4},"663":{"body":19,"breadcrumbs":8,"title":4},"664":{"body":158,"breadcrumbs":6,"title":2},"665":{"body":19,"breadcrumbs":6,"title":2},"666":{"body":40,"breadcrumbs":6,"title":2},"667":{"body":18,"breadcrumbs":7,"title":3},"668":{"body":14,"breadcrumbs":6,"title":2},"669":{"body":4,"breadcrumbs":7,"title":3},"67":{"body":14,"breadcrumbs":11,"title":5},"670":{"body":0,"breadcrumbs":5,"title":1},"671":{"body":54,"breadcrumbs":7,"title":3},"672":{"body":26,"breadcrumbs":6,"title":2},"673":{"body":60,"breadcrumbs":10,"title":4},"674":{"body":31,"breadcrumbs":9,"title":3},"675":{"body":23,"breadcrumbs":8,"title":2},"676":{"body":88,"breadcrumbs":8,"title":2},"677":{"body":91,"breadcrumbs":9,"title":3},"678":{"body":63,"breadcrumbs":6,"title":2},"679":{"body":34,"breadcrumbs":6,"title":2},"68":{"body":12,"breadcrumbs":7,"title":1},"680":{"body":52,"breadcrumbs":6,"title":2},"681":{"body":40,"breadcrumbs":6,"title":2},"682":{"body":33,"breadcrumbs":6,"title":2},"683":{"body":25,"breadcrumbs":5,"title":2},"684":{"body":82,"breadcrumbs":5,"title":2},"685":{"body":35,"breadcrumbs":7,"title":4},"686":{"body":7,"breadcrumbs":8,"title":5},"687":{"body":107,"breadcrumbs":4,"title":1},"688":{"body":26,"breadcrumbs":7,"title":4},"689":{"body":76,"breadcrumbs":4,"title":1},"69":{"body":32,"breadcrumbs":12,"title":6},"690":{"body":330,"breadcrumbs":4,"title":1},"691":{"body":146,"breadcrumbs":4,"title":1},"692":{"body":185,"breadcrumbs":5,"title":2},"693":{"body":18,"breadcrumbs":6,"title":3},"694":{"body":45,"breadcrumbs":10,"title":7},"695":{"body":20,"breadcrumbs":7,"title":4},"696":{"body":27,"breadcrumbs":6,"title":3},"697":{"body":21,"breadcrumbs":6,"title":3},"698":{"body":85,"breadcrumbs":6,"title":3},"699":{"body":103,"breadcrumbs":8,"title":5},"7":{"body":68,"breadcrumbs":6,"title":3},"70":{"body":47,"breadcrumbs":7,"title":1},"700":{"body":134,"breadcrumbs":6,"title":3},"701":{"body":58,"breadcrumbs":4,"title":1},"702":{"body":109,"breadcrumbs":5,"title":2},"703":{"body":148,"breadcrumbs":4,"title":1},"704":{"body":105,"breadcrumbs":5,"title":2},"705":{"body":12,"breadcrumbs":6,"title":3},"706":{"body":89,"breadcrumbs":6,"title":3},"707":{"body":110,"breadcrumbs":7,"title":4},"708":{"body":56,"breadcrumbs":8,"title":5},"709":{"body":41,"breadcrumbs":6,"title":3},"71":{"body":4,"breadcrumbs":8,"title":2},"710":{"body":106,"breadcrumbs":7,"title":4},"711":{"body":47,"breadcrumbs":5,"title":2},"712":{"body":16,"breadcrumbs":5,"title":2},"713":{"body":57,"breadcrumbs":5,"title":2},"714":{"body":12,"breadcrumbs":5,"title":2},"715":{"body":16,"breadcrumbs":5,"title":2},"716":{"body":27,"breadcrumbs":5,"title":2},"717":{"body":12,"breadcrumbs":5,"title":2},"718":{"body":14,"breadcrumbs":5,"title":2},"719":{"body":20,"breadcrumbs":5,"title":2},"72":{"body":51,"breadcrumbs":11,"title":5},"720":{"body":14,"breadcrumbs":5,"title":2},"721":{"body":0,"breadcrumbs":2,"title":1},"722":{"body":8,"breadcrumbs":2,"title":1},"723":{"body":4,"breadcrumbs":2,"title":1},"724":{"body":8,"breadcrumbs":2,"title":1},"725":{"body":8,"breadcrumbs":2,"title":1},"726":{"body":6,"breadcrumbs":2,"title":1},"727":{"body":6,"breadcrumbs":2,"title":1},"728":{"body":5,"breadcrumbs":2,"title":1},"729":{"body":10,"breadcrumbs":2,"title":1},"73":{"body":13,"breadcrumbs":7,"title":1},"730":{"body":0,"breadcrumbs":2,"title":1},"731":{"body":11,"breadcrumbs":2,"title":1},"732":{"body":8,"breadcrumbs":4,"title":3},"733":{"body":2,"breadcrumbs":2,"title":1},"734":{"body":5,"breadcrumbs":2,"title":1},"735":{"body":2,"breadcrumbs":2,"title":1},"736":{"body":8,"breadcrumbs":2,"title":1},"737":{"body":8,"breadcrumbs":3,"title":2},"738":{"body":6,"breadcrumbs":3,"title":2},"739":{"body":13,"breadcrumbs":4,"title":3},"74":{"body":32,"breadcrumbs":7,"title":1},"740":{"body":9,"breadcrumbs":3,"title":2},"741":{"body":24,"breadcrumbs":3,"title":2},"742":{"body":3,"breadcrumbs":3,"title":2},"743":{"body":3,"breadcrumbs":3,"title":2},"744":{"body":9,"breadcrumbs":2,"title":1},"745":{"body":3,"breadcrumbs":3,"title":2},"746":{"body":6,"breadcrumbs":3,"title":2},"747":{"body":6,"breadcrumbs":3,"title":2},"748":{"body":7,"breadcrumbs":3,"title":2},"749":{"body":8,"breadcrumbs":3,"title":2},"75":{"body":4,"breadcrumbs":8,"title":2},"750":{"body":8,"breadcrumbs":3,"title":2},"751":{"body":7,"breadcrumbs":2,"title":1},"752":{"body":4,"breadcrumbs":3,"title":2},"76":{"body":9,"breadcrumbs":11,"title":5},"77":{"body":26,"breadcrumbs":7,"title":1},"78":{"body":12,"breadcrumbs":7,"title":1},"79":{"body":4,"breadcrumbs":8,"title":2},"8":{"body":141,"breadcrumbs":5,"title":2},"80":{"body":43,"breadcrumbs":9,"title":3},"81":{"body":14,"breadcrumbs":9,"title":3},"82":{"body":51,"breadcrumbs":8,"title":2},"83":{"body":23,"breadcrumbs":8,"title":2},"84":{"body":32,"breadcrumbs":8,"title":2},"85":{"body":0,"breadcrumbs":6,"title":3},"86":{"body":44,"breadcrumbs":5,"title":2},"87":{"body":20,"breadcrumbs":5,"title":2},"88":{"body":54,"breadcrumbs":4,"title":1},"89":{"body":31,"breadcrumbs":6,"title":3},"9":{"body":275,"breadcrumbs":7,"title":4},"90":{"body":12,"breadcrumbs":4,"title":1},"91":{"body":31,"breadcrumbs":4,"title":1},"92":{"body":7,"breadcrumbs":5,"title":2},"93":{"body":25,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":4,"title":1},"95":{"body":36,"breadcrumbs":4,"title":1},"96":{"body":5,"breadcrumbs":5,"title":2},"97":{"body":28,"breadcrumbs":4,"title":1},"98":{"body":8,"breadcrumbs":4,"title":1},"99":{"body":39,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"Welcome to Lapwing for beginners—the online book for hobbyists to teach themselves stenography with Lapwing theory! To get started: as a complete beginner: Chapter 1 as a current Plover user thinking about switching to Lapwing: Appendix A NOTE: setting up Lapwing with the Plover app is covered in Chapter 5 . This resource is still in development and feedback is highly appreciated. You can reach out to me by: posting a message on the Plover Discord server’s lapwing-theory channel creating a new post on GitHub discussions","breadcrumbs":"Home » Lapwing for Beginners","id":"0","title":"Lapwing for Beginners"},"1":{"body":"In early 2022, I was dissatisfied with the state of learning resources for Plover theory and started working on a new dictionary. However, throughout this process, I realized that Plover theory itself had many gaps and adding all the valid outlines would be impossible. I added more and more rules to account for these theory gaps, and slowly the entire project diverged far enough from Plover to be considered its own theory. Over two years later, Lapwing is used by several community members and is a regarded as a viable theory to learn. I created this resource to make stenography more accessible to hobbyists.","breadcrumbs":"Home » Motivation","id":"1","title":"Motivation"},"10":{"body":"I hope this has helped to demystify stenography! In the next chapter, I will be discussing steno hardware and software to get you started on learning steno!","breadcrumbs":"Chapter 1: Introduction » Conclusion","id":"10","title":"Conclusion"},"100":{"body":"Single syllable AOU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"100","title":"Section practice"},"101":{"body":"This chapter’s test consists of all the practice drills you have done in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Chapter 7 test","id":"101","title":"Chapter 7 test"},"102":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5-20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 7: Vowels » Recommended completion goal","id":"102","title":"Recommended completion goal"},"103":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation a AEU Sounds like the letter “A” can K Single key brief for a common word for TP-R Drops the vowel in TPH in if TP if new TPHU The proper long u TPHAOU vowel is reserved for the word “knew” to TO Matches the spelling two TWO Matches the spelling , KW-BG Symmetrical shape like the period/full stop. ! TP-BG Shape resembles a lowering intonation (not accurate to the exclamation mark, but contrasts with the question mark). NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 7: Vowels » Chapter briefs","id":"103","title":"Chapter briefs"},"104":{"body":"can you say two? I paid for a can! I got a new car in the ice. if you trade, can I pay for the rice? Answers K/U/SAEU/TWO/KW-PL EU/PAEUD/TP-R/AEU/K/TP-BG EU/TKPWOT/AEU/TPHU/KAR/TPH/-T/AOEUS/TP-PL TP/U/TRAEUD/KW-BG/K/EU/PAEU/TP-R/-T/RAOEUS/KW-PL","breadcrumbs":"Chapter 7: Vowels » Practice sentences","id":"104","title":"Practice sentences"},"105":{"body":"Brief Outline Explanation for the TP-RT TP-R + -t can you KU K + U in the TPH-T TPH + -T if the TP-T TP + -T to the TOT TO + -T","breadcrumbs":"Chapter 7: Vowels » Extra briefs","id":"105","title":"Extra briefs"},"106":{"body":"","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8: Vowels continued","id":"106","title":"Chapter 8: Vowels continued"},"107":{"body":"Recommended time to spend on this chapter: 2–6 days. Read AOE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AO and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 8: Vowels continued » Recommended pace","id":"107","title":"Recommended pace"},"108":{"body":"Single syllable AOE words drill Single syllable AOEU words drill Single syllable AU words drill Single syllable AE words drill Single syllable AO words drill Chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Useful links","id":"108","title":"Useful links"},"109":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 8: Vowels continued » Intro","id":"109","title":"Intro"},"11":{"body":"Steno is unlike alternative keyboard layouts that can easily be switched in your operating system’s settings. Steno requires specialized hardware and a steno engine that translates the keys you press into the words to be outputted. This chapter will go over both steno keyboards (hardware) and the software required.","breadcrumbs":"Chapter 2: Steno hardware and software » Chapter 2: Steno hardware and software","id":"11","title":"Chapter 2: Steno hardware and software"},"110":{"body":"Since steno is a primarily phonetic system, homophones can be tricky to deal with. For example, the words “pair” and “pear” are pronounced exactly the same, but it is not possible to assign them both to PAEUR. We would call this an example of a conflict ; two words conflict with the same outline. In Lapwing theory, spelling is the primary way to resolve conflicts. This particular example of “pair” and “pear” is covered later in this chapter.","breadcrumbs":"Chapter 8: Vowels continued » What is a conflict?","id":"110","title":"What is a conflict?"},"111":{"body":"aoe AOE is the long e sound as in “beet” /i/ AOER is the sound as in “peer” /ɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOE","id":"111","title":"AOE"},"112":{"body":"peel PAOEL teal TAOEL here HAOER seer SAOER","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"112","title":"Examples"},"113":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described in the previous chapter) is familiar, you can think of transforming the E key into a long e by combining it with the two keys on the other side Long e = E + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"113","title":"Mnemonics"},"114":{"body":"Single syllable AOE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"114","title":"Section practice"},"115":{"body":"aoeu AOEU is the long i sound as in “ice” /aɪ/ AOEUR is the sound as in “ire” /aɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOEU","id":"115","title":"AOEU"},"116":{"body":"light HRAOEUT tile TAOEUL liar HRAOEUR tire TAOEUR","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"116","title":"Examples"},"117":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowel and short vowels (as described in the previous chapter) is familiar, you can think of transforming the “i” chord into a long i by combining it with the two keys on the other side Long i = EU + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"117","title":"Mnemonics"},"118":{"body":"Single syllable AOEU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"118","title":"Section practice"},"119":{"body":"au In chapter 5, the short vowel rules suggest that words like “bought” and “caught” would use the O key. Short vowel rule #1: short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Short vowel rule #2: Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. However, “bought” and “caught” are homophones with “bot” and “cot” (at least with the accent Lapwing assumes). Therefore, we instead give an exception to the short o sound with regard to the two rules above. The short o sound is only written with O if it is spelled with a single “o”. Any other spellings of the short o sound are written with AU. So while “bot” and “cot” are written as PWOT and KOT, respectively, “bought” and “caught” are written like so: bought PWAUT caught KAUT","breadcrumbs":"Chapter 8: Vowels continued » AU","id":"119","title":"AU"},"12":{"body":"I would highly recommend purchasing a steno keyboard before starting to learn steno. Any of the ones listed on the supported hardware wiki page are really good; they will work for many years as you get faster. $100 is a little steep for a simple keyboard, but that is unfortunately the price point for custom keyboards which don’t see much demand. There are two reasons why specialized keyboards are needed for steno. First of all, regular keyboards have row stagger making it difficult to press two keys at once with the same finger. Second of all, most keyboards lack n-key rollover : the ability to detect multiple simultaneous key presses. Standard keyboards are typically only able to detect two to six key presses at once. layout finger diagram. That being said, the first steno board I ever used was an NKRO keyboard that I bought second hand for $30. It came with loud and heavy 60 gram switches. As you’ll often be pressing around 6 keys per stroke, you want to have very light keys. With this cheap keyboard, I could only steno for about a minute before my wrists started burning. For comparison, professional steno machines have tension mechanisms that bottom out at as low as 10 grams regardless of how many keys are pressed. If you do choose to use a regular keyboard for learning steno, make sure you know where the correct key positions are. I’d recommend printing out or keeping a graphic like this handy: steno keys on QWERTY layout If possible, I would also recommend flipping the top row of keycaps to bring the top row a little closer to the bottom row. This helps a lot with pressing two keys vertically: It is definitely possible to learn theory with a regular keyboard (even one that doesn’t support n-key rollover), but it might be frustrating depending on your patience.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno hardware","id":"12","title":"Steno hardware"},"120":{"body":"Words spelled with “au” are given A*UL when there is a conflict: call KAUL caul KA*UL hall HAUL haul HA*UL Words spelled with “awl” are also given A*UL when there is a conflict: all AUL awl A*UL ball PWAUL bawl PWA*UL There aren’t very many of these conflicts to warrant a practice drill, but it is important to keep this in mind when you encounter unexpected output in everyday writing. This is also one area where it is completely safe to change the logic and remap words in your own personal dictionary.","breadcrumbs":"Chapter 8: Vowels continued » Minor conflicts","id":"120","title":"Minor conflicts"},"121":{"body":"Single syllable AU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"121","title":"Section practice"},"122":{"body":"ae Take a look at the following words: pair pear The PAEUR outline cannot be assigned to both of these words. This is where AE comes into play. It is a secondary chord that can represent the same vowel as AEU when there is conflict. In these conflicts involving the long a sound, one word will use AEU. This is the word with higher priority. The other word will use AE; this is the word with lower priority. Spelling is used to determine the priority to assign to a word.","breadcrumbs":"Chapter 8: Vowels continued » AE for AEU","id":"122","title":"AE for AEU"},"123":{"body":"Words spelled with “ai” or “ei” get the highest priority, and are always written using AEU: AEUT eight TPAEUR fair PHAEUPB main PAEUR pair","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ai” or “ei” spellings","id":"123","title":"Highest priority: “ai” or “ei” spellings"},"124":{"body":"These words receive medium priority. Use AE for these words if there is a conflict with a word in the above category. AET ate (AEUT is already “eight”) TPAER fare (TPAEUR is already “fair”) TAEUR tare (“tair” is not a word) PHAEPB mane (PHAEUPB is already “main”)","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “a_e” spellings","id":"124","title":"Medium priority: “a_e” spellings"},"125":{"body":"These words get lowest priority. If there is a conflict with any of the two categories above, use AE. TAER tear (TAEUR is already “tare”) PAER pear (PAEUR is already “pair”) SWAEUR swear (“swair” and “sware” are not words) NOTE: remember that AE is only used to resolve conflicts . Try not to associate this chord with any specific spelling or sound.","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"125","title":"Lowest priority: “ea” spellings"},"126":{"body":"Here’s a flowchart to summarize the above: aeur flowchart","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"126","title":"Flowchart Summary"},"127":{"body":"In addition to the AEU vowel, AE can also represent the AOE vowel when there are conflicts. Again, certain spellings are assigned to higher priority, while lower priority spellings use AE.","breadcrumbs":"Chapter 8: Vowels continued » AE for AOE","id":"127","title":"AE for AOE"},"128":{"body":"All words spelled with “ee” use AOE TPAOET feet PAOE pee SAOED seed TAOE tee","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ee” spellings","id":"128","title":"Highest priority: “ee” spellings"},"129":{"body":"PAOES piece","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “ie” spellings","id":"129","title":"Medium priority: “ie” spellings"},"13":{"body":"This series requires you to use Plover ; a free and open source steno engine available on Linux, macOS, and Windows. Follow the instructions in the Plover wiki (link below) to set up the app and your machine. If you are using a QWERTY keyboard, make sure to read over the page and the relevant sections.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno software","id":"13","title":"Steno software"},"130":{"body":"TPAET feat (TPAOET is already “feet”) PAE pea (PAOE is already “pee”) PAES peace (PAOES is already “piece”) TAE tea (TAOE is already “tee”)","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"130","title":"Lowest priority: “ea” spellings"},"131":{"body":"Here’s a flowchart to summarize the above:","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"131","title":"Flowchart Summary"},"132":{"body":"AE can also be used for “ea” spellings that conflict with short vowels. lead HRAED (HRED is already “led”) bread PWRAED (PWRED is already “bred”)","breadcrumbs":"Chapter 8: Vowels continued » Other uses of AE for disambiguating","id":"132","title":"Other uses of AE for disambiguating"},"133":{"body":"You may wonder about, or even encounter a few 3-way conflicts. For example, “pair”, “pare”, and “pear”. There really aren’t that many of these so Lapwing doesn’t actually provide any rules on how to deal with these. By default the Lapwing dictionary assigns PAER to “pear” and PA*EUR to “pare”. The reason for this is that “pear” is much more common and is considered higher priority than “pare”. You are, of course, free to disagree with this logic and change things around! It is really up to you how you want to deal with these conflicts. NOTE: considering priority based on how common words are is generally used as a last resort where the rules are fuzzy or nonexistent (like in this example). You will not see this in any concrete Lapwing rules.","breadcrumbs":"Chapter 8: Vowels continued » AE 3-way conflicts","id":"133","title":"AE 3-way conflicts"},"134":{"body":"Single syllable AE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"134","title":"Section practice"},"135":{"body":"This chord has two uses: Words spelled with “oo”, regardless of their pronunciation wood WAOD hood HAOD blood PWHRAOD tool TAOL Words spelled with “oa” to resolve conflicts oar AOR (OR is already “or”) soar SAOR (SOR is already “sore”) boar PWAOR (PWOR is already “bore”) road RAOD (ROED is already “rode”) NOTE: you may be tempted to write “boat” as PWAOT, but this is incorrect. The word “boat” should be written as PWOET, first and foremost (since there are no homophones with “boat”). Therefore, PWAOT is actually the word “boot”.","breadcrumbs":"Chapter 8: Vowels continued » AO","id":"135","title":"AO"},"136":{"body":"Single syllable AO words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"136","title":"Section practice"},"137":{"body":"This chapter’s test consists of all the vowel drills (including chapter 7 material). Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8 test","id":"137","title":"Chapter 8 test"},"138":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 8: Vowels continued » Recommended completion goal","id":"138","title":"Recommended completion goal"},"139":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation had H Single key brief for a common word people P Single key brief for a common word this TH this there THR there when WH when why KWR KWR is (sometimes) used for the “Y” letter will HR will with W Single key brief for a common word Enter or Return R-R return (equivalent to pressing Enter or Return on a keyboard). Capitalize the next word and suppress a space KPA* This useful for starting new sentences in text fields where you don’t want a leading space. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 8: Vowels continued » Chapter briefs","id":"139","title":"Chapter briefs"},"14":{"body":"","breadcrumbs":"Chapter 2: Steno hardware and software » Beginner’s Guide to Plover","id":"14","title":"Beginner’s Guide to Plover"},"140":{"body":"When are the people here? This is why we fight. There are no moose! Will you sleep now? I have had it with you! Answers KPA*/WH/R/-T/P/HAOER/KW-PL KPA*/TH/S/KWR/WAOE/TPAOEUT/TP-PL KPA*/THR/-R/TPHO/PHAOS/TP-BG KPA*/HR/U/SHRAOEP/TPHOU/KW-PL KPA*/EU/SR/H/T/W/U/TP-BG","breadcrumbs":"Chapter 8: Vowels continued » Practice sentences","id":"140","title":"Practice sentences"},"141":{"body":"Brief Outline Explanation had the H-T H + -T this is TH-S TH + -S there is THR-S THR + -S there’s THR*S THR + -S + * there are THR-R THR + -R there’re THR*R THR + -R + * when is WH-S WH + -S when’s WH*S WH + -S + * when are WH-R WH + -R why is KWR-S KWR + -S why’s KWR*S KWR + -S + * why are KWR-R KWR + R will the HR-T HR + -T will you HRU HR + U","breadcrumbs":"Chapter 8: Vowels continued » Extra briefs","id":"141","title":"Extra briefs"},"142":{"body":"","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9: Right hand chords","id":"142","title":"Chapter 9: Right hand chords"},"143":{"body":"Recommended time to spend on this chapter: 1–4 days. Read right hand v and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand st and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand m and k and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand mp, th, and lk and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 9: Right hand chords » Recommended pace","id":"143","title":"Recommended pace"},"144":{"body":"Single syllable right hand v words drill Single syllable right hand st words drill Single syllable right hand m and k words drill Single syllable right hand mp, th, and lk words drill Chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Useful links","id":"144","title":"Useful links"},"145":{"body":"“v” as in in “cave” is -F v","breadcrumbs":"Chapter 9: Right hand chords » Right hand v","id":"145","title":"Right hand v"},"146":{"body":"solve SOF move PHAOUF love HROF","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"146","title":"Examples"},"147":{"body":"Feel free to come up with your own or even suggest some! The “v” sound is quite similar to “f” (“v” is simply voiced “f”)","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics:","id":"147","title":"Mnemonics:"},"148":{"body":"With -F as both “f” and “v”, conflicts such as “safe” and “save” can arise; both of these would be written as SAEUF. In these cases, -F is reserved for the word spelled with “f” and *F is used for the word spelled with “v”: safe SAEUF save SA*EUF waif WAEUF waive WA*EUF","breadcrumbs":"Chapter 9: Right hand chords » Conflicts with f","id":"148","title":"Conflicts with f"},"149":{"body":"Single syllable v words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"149","title":"Section practice"},"15":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » Chapter 3: How to learn steno","id":"15","title":"Chapter 3: How to learn steno"},"150":{"body":"In chapter 5, it was stated that “-st” in words like “past” cannot be written in a way that obeys steno order. In Lapwing theory, -FT can be used to represent this sound. cast KAFT fast TPAFT haste HAEUFT mast PHAFT For conflicts, *S is used as a secondary chord. Words with “-ft” are given higher priority than words with “-st”. lost HRO*S (HROFT is already “loft”) list HR*EUS (HREUFT is already “lift”) st Note: the -F key can be used for “s” in general when steno order cannot be followed. Section practice This section’s practice material also includes some “-ft” words like “loft” and “lift”. Single syllable -st words","breadcrumbs":"Chapter 9: Right hand chords » Right hand st","id":"150","title":"Right hand st"},"151":{"body":"-PL is “-m” as in “calm” -BG is “k” as in “back” m and k","breadcrumbs":"Chapter 9: Right hand chords » Right hand m and k","id":"151","title":"Right hand m and k"},"152":{"body":"crumb KRUPL form TPORPL lark HRARBG sack SABG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"152","title":"Examples"},"153":{"body":"Each of these chords are simply two keys in a row -PL is the top row pressed by the middle and ring fingers -BG is the bottom row pressed by the middle and ring fingers Think “plum” for -PL","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"153","title":"Mnemonics"},"154":{"body":"Single syllable m and k words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"154","title":"Section practice"},"155":{"body":"*PL is “-mp” as in “bump” *T is “-th” as in “path” *LG is “-lk” as in “calc” mp th and lk","breadcrumbs":"Chapter 9: Right hand chords » Right hand mp, th, and lk","id":"155","title":"Right hand mp, th, and lk"},"156":{"body":"crimp KR*EUPL shrimp SHR*EUPL bath PWA*T moth PHO*T elk *ELG talc TA*LG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"156","title":"Examples"},"157":{"body":"Feel free to come up with your own or even suggest some! *PL is the “m” chord with an asterisk *T is the -T key with an asterisk The “g” and “k” sounds are quite similar and *LG is the -LG chord with an asterisk","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"157","title":"Mnemonics"},"158":{"body":"Single syllable mp, th, and lk words","breadcrumbs":"Chapter 9: Right hand chords » Section practice:","id":"158","title":"Section practice:"},"159":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9 test","id":"159","title":"Chapter 9 test"},"16":{"body":"Before starting to learn steno, it is important to know that it is not something that can be easily picked up within a week. Personally, it took me about 3 months to achieve a consistent 30 WPM speed. While not nearly as difficult as learning a new language, the difficulty is definitely comparable to something like learning a musical instrument. Learning steno takes a lot of (good) practice and patience. You should not be expecting to double your typing speed in just a month. In fact, it took me 6 months to reach 150 WPM on some TypeRacer quotes, but my speed varied quite a lot as novel and unfamiliar words would throw me off. While my top speed was indeed quite fast during this period, my average speed of 90 WPM wasn’t significantly faster than a good QWERTY typist. Another 6 months later, I was at a consistent 180 WPM on most Monkeytype quotes. Another year and a half after that, I completely switched to steno for all computer tasks. I hope reading this has not discouraged you from picking up steno, but I do have to be honest and straightforward about it. If you are not discouraged, however, I do believe you have the right mindset to succeed!","breadcrumbs":"Chapter 3: How to learn steno » Steno is difficult","id":"16","title":"Steno is difficult"},"160":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 9: Right hand chords » Recommended completion goal","id":"160","title":"Recommended completion goal"},"161":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation about PW about after AF after that THA Drops the last consonant to be useful in phrases their THAEUR were WR were what WHA Drops the last consonant to be useful in phrases which WEU Drops the last consonant who WHO Matches the spelling Enter (and capitalize next word) R*R NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 9: Right hand chords » Chapter briefs","id":"161","title":"Chapter briefs"},"162":{"body":"after that, the dog will trust you. were you in their room? it is what it is. who were you with? it is with which I rest about. what is in there? Answers AF/THA/KW-BG/-T/TKOG/HR/TRUFT/U/TP-PL WR/U/TPH/THAEUR/RAOPL/KW-PL T/S/WHA/T/S/TP-PL WHO/WR/U/W/KW-PL T/S/W/WEU/EU/REFT/PW/TP-PL WHA/S/TPH/THR/KW-PL","breadcrumbs":"Chapter 9: Right hand chords » Practice sentences","id":"162","title":"Practice sentences"},"163":{"body":"Brief Outline Explanation about the PW-T PW + -T that the THAT THA + -T that you THAU THA + U what the WHAT WHA + -T what you WHAU WHA + U were the WR-T WR + -T were you WRU WR + U who the WHOT WHO + T","breadcrumbs":"Chapter 9: Right hand chords » Extra briefs","id":"163","title":"Extra briefs"},"164":{"body":"","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10: Right hand chords continued","id":"164","title":"Chapter 10: Right hand chords continued"},"165":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand n, j, and lj and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand rv, rf, ng, and nk and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ch, sh and rch and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended pace","id":"165","title":"Recommended pace"},"166":{"body":"Single syllable right hand n, j, and lj words drill Single syllable right hand rv, rf, ng, and nk words Single syllable right hand ch, sh, and rch/nch words Chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Useful links","id":"166","title":"Useful links"},"167":{"body":"-PB is “-n” as in “lawn” -PBLG is “-j” as in “grudge” -LG represents two two sounds: “-lj” as in “bulge” “-lch” as in “mulch” n, j, lj","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand n, j, and lj","id":"167","title":"Right hand n, j, and lj"},"168":{"body":"fin TPEUPB sign SAOEUPB lodge HROPBLG nudge TPHUPBLG bilge PWEULG belch PWELG squelch SKWELG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"168","title":"Examples"},"169":{"body":"Feel free to come up with your own or even suggest some! Think “peanut butter” for -PB -PBLG is a cluster of 4 keys pressed with the right hand middle and ring fingers -LG resembles the “-lg” sound in spelling and is somewhat close to the “-lch” sound","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"169","title":"Mnemonics:"},"17":{"body":"When I first started learning stenography, I knew that people were saying it is very difficult to learn. Instead of being discouraged by this, it motivated me even more. In the back of my mind, I wanted to prove that steno wasn’t that difficult and that maybe I could learn it faster than most people. While this is quite egotistical, I do think this mindset helped me along the way; even though I did not learn steno as fast as I had hoped. If you’re not feeling this way, but still want to learn, try to convince yourself that you can do this! Compared to other skills or technical abilities, steno is something that I truly believe anyone can do. You don’t have to necessarily have quick fingers, and you don’t have to have an exceptional memory. In my opinion, all you need is a lot of free time, some patience, and a good steno board. I should also mention that if, at any point in your steno journey, you are feeling discouraged at your progress, don’t give up! Most people take 6 months to a year to reach their old typing speed. It is a gradual process, and one that you should be finding fun. Believe in yourself! Face learning steno as a challenge!","breadcrumbs":"Chapter 3: How to learn steno » Take steno as a challenge!","id":"17","title":"Take steno as a challenge!"},"170":{"body":"Single syllable right hand n, j, and lj/lch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"170","title":"Section practice"},"171":{"body":"-FRB is “-rv” as in “swerve” *FRB is “-rf” as in “turf” The reason -FRB is “-rv” and not “-rf” is that the former is a bit more common. -PBG represents two sounds: “-ng” as in “tang” “-nj” as in “strange” *PBG is “-nk” as in “plank” rv, rf, ng, nk","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand rv, rf, ng, and nk","id":"171","title":"Right hand rv, rf, ng, and nk"},"172":{"body":"curve KUFRB carve KAFRB turf T*UFRB serf S*EFRB ling HREUPBG sing SEUPBG tank TA*PBG sink S*EUPBG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"172","title":"Examples"},"173":{"body":"Feel free to come up with your own or even suggest some! -FRB contains the -R key and also looks like the letter “v” on its side The “v” and “f” sounds are quite similar; the “-rf” chord is almost the same as the “-rv” but with the asterisk -PBG is simply just the “n” chord and the -G key combined *PBG is just the “-ng” chord with the asterisk (the “-ng” and “-nk” sounds are quite similar)","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"173","title":"Mnemonics:"},"174":{"body":"Single syllable right hand rv, rf, ng, and nk words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"174","title":"Section practice"},"175":{"body":"-FP is “-ch” as in “couch” -RB is “-sh” as in “trash” -RBS is the “shus” sound as in “cautious” -FRPB represents two sounds: “-rch” as in “arch” “-nch” as in “hunch” ch, sh, rch","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand ch, sh, and rch","id":"175","title":"Right hand ch, sh, and rch"},"176":{"body":"hitch HEUFP patch PAFP mash PHARB sash SARB luscious HRAOURBS spacious SPAEURBS larch HRAFRPB parch PAFRPB crunch KRUFRPB punch PUFRPB","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"176","title":"Examples"},"177":{"body":"Feel free to come up with your own or even suggest some! -FP and -RB are rows of horizontal keys pressed by the right hand index and middle fingers These are both *h chords, remember that -FP comes before -RB in steno order which matches up with the letter “c” coming before “s” in the alphabet The “-rch”/“-nch” chord -FRPB is the combination of the previous two","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"177","title":"Mnemonics:"},"178":{"body":"Single syllable right hand ch, sh, and rch/nch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"178","title":"Section practice"},"179":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10 test","id":"179","title":"Chapter 10 test"},"18":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » How do I learn?","id":"18","title":"How do I learn?"},"180":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended completion goal","id":"180","title":"Recommended completion goal"},"181":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation be -B Single key brief for a common word been PW-PB Drops the vowel differ TKEUFR Drops the second vowel ( using -FR for the “f_r” sound is a common briefing technique ) even AOEFPB Drops the second vowel of -F Single key brief for a common word one WUPB Not so much a brief as just an odd word only OEPBL only self SEFL Uses an inversion of steno order they THE they think THEU think (easier to write than TH*EUPBG) NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter briefs","id":"181","title":"Chapter briefs"},"182":{"body":"they even think of mulch. hat and cat differ only in one thing. I have been very well. self love is a must. Answers THE/AOEFPB/THEU/-F/PHULG/TP-PL HAT/SKP/KAT/TKEUFR/OEPBL/TPH/WUPB/THEUPBG/TP-PL EU/SR/PW-PB/SRE/WEL/TP-PL SEFL/HROF/S/AEU/PHUFT/TP-PL","breadcrumbs":"Chapter 10: Right hand chords continued » Practice sentences","id":"182","title":"Practice sentences"},"183":{"body":"Brief Outline Explanation they are THER THE + -R they’re TH*ER THE + -R + * one of WUFPB WUPB + -F","breadcrumbs":"Chapter 10: Right hand chords continued » Extra briefs","id":"183","title":"Extra briefs"},"184":{"body":"","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11: Right hand compound clusters","id":"184","title":"Chapter 11: Right hand compound clusters"},"185":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand shun and kshun and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ment and let and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand bl and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended pace","id":"185","title":"Recommended pace"},"186":{"body":"Right hand shun, kshun, and x words Right hand ment and let words drill Right hand -BL words drill Chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Useful links","id":"186","title":"Useful links"},"187":{"body":"All the chords covered so far represent single sounds. However, there are some chords (particularly on the right hand) that can represent multiple syllables. These are referred to as compound clusters.","breadcrumbs":"Chapter 11: Right hand compound clusters » Intro","id":"187","title":"Intro"},"188":{"body":"-GS is “-shun” as in “ocean” -BGS represents two sounds: “-x” as in “tax” “-kshun” as in in “friction”","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand shun, kshun, and x","id":"188","title":"Right hand shun, kshun, and x"},"189":{"body":"motion PHOEGS caution KAUGS fax TPABGS tex TEBGS","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"189","title":"Examples"},"19":{"body":"This series is aimed at being a complete guide to learning steno. While you will learn everything that you need to know to be fast at steno, practice and fluency is key. Each chapter in this series follows the same basic format: new theory and practice material introduced in subsections followed by a chapter test. The purpose of this test is to ensure that you have learned the material well enough. It is crucial that you are comfortable and well acquainted with each chapter before moving onto the next. Everyone’s threshold of being “comfortable” differs and it is up to you to decide what this means for you. For some, maybe this just means reading through the chapter with a little practice. For others, maybe this means practising the drills for a week. It is completely up to you to decide when to proceed to the next chapter. However, if you are unsure, the “recommended completion goal” is a good starting point. As this series is very new, I have not been given much feedback. As such, it may be possible that the recommended completion goal is entirely unrealistic for each chapter. Please take it with a grain of salt! Optional briefs Lapwing is full of briefs and write-outs. A brief is an abbreviated outline that is used for speed. It may not follow theory at all and can be completely arbitrary. On the other hand, write-outs are outlines that are logical and follow theory rules. Until you start speed building, you should focus on write-out entries. This book will emphasize learning the rules behind write-outs, but a lot of common words are written using briefs. Many of these briefs are covered gradually in each chapter. It’s not important to explicitly memorize them, but I would suggest at least skimming through them at the end of your practice. After all, these briefs will be covered again in a later chapter; you are free to ignore the optional briefs at the end of each chapter if you wish to learn them all at once in chapter 16. Daily practice Try to aim for at least 15 minutes of practice a day. Ideally, one hour would be best. As mentioned, consistency is key to becoming fluent at steno. However, any more than three hours a day is approaching excessive. Steno is not simply something you can throw more time at to expect better results. By nature, it is something that has to be developed over a long period (like learning a musical instrument or a language). Remember to take breaks, and do not force yourself to practise more than you want to!","breadcrumbs":"Chapter 3: How to learn steno » Lapwing chapters","id":"19","title":"Lapwing chapters"},"190":{"body":"Some words like “axe” and “action” conflict with the same outline: ABGS. In these cases, the “-x” sound is given higher priority and “-kshun” sound is relegated to *BGS (same chord, but with the asterisk key). Examples faction TPA*BGS (since TPABGS is already “fax”) section S*EBGS (since SEBGS is already “sex”)","breadcrumbs":"Chapter 11: Right hand compound clusters » “-kshun” and “-x” conflicts","id":"190","title":"“-kshun” and “-x” conflicts"},"191":{"body":"Feel free to come up with your own or even suggest some! “mugs in the ocean” -BGS as the “-x” chord is simply just the combination of the “-k” chord -BG and the -S key -BGS as the “-kshun” chord overlaps with the “-k” chord -BG and the “-shun” chord -GS","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"191","title":"Mnemonics:"},"192":{"body":"Right hand shun, kshun, and x words","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"192","title":"Section practice"},"193":{"body":"-PLT is “-ment” as in “moment” -LT is “-let” as in “scarlet” ment, let","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand ment and let","id":"193","title":"Right hand ment and let"},"194":{"body":"garment TKPWARPLT torment TORPLT roulette RAOULT wallet WAULT","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"194","title":"Examples"},"195":{"body":"Feel free to come up with your own or even suggest some! Taking the middle out of “ment” gives “mt” which is what -PLT represents Taking the middle out of “let” gives “lt” which is what -LT represents","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"195","title":"Mnemonics:"},"196":{"body":"Right hand ment and let words Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"196","title":"Section practice"},"197":{"body":"-BL represents several different sounds: “-bl” as in “double” “-abl” as in “pliable” “-ibl” as in “possible” “-b_l” as in “global”, “mobile”, “label” All these sounds are similar to one another in that they all contain “bl” and optionally an unstressed vowel . This refers to a vowel that isn’t emphasized. Think about how the phrase “lay bell” differs in sound to the word “label”. In the first case, the “e” is stressed while in the second case, it is not. bl","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand -BL","id":"197","title":"Right hand -BL"},"198":{"body":"pebble PEBL wobble WOBL playable PHRAEUBL chewable KHAOUBL tribal TRAOEUBL rebel REBL NOTE: the word “rebel” can be pronounced as RAOE/PWEL or REBL depending on if it is a verb or a noun. While the dictionary contains both, the single stroke variant is recommended as it is faster.","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"198","title":"Examples"},"199":{"body":"Feel free to come up with your own or even suggest some! -BL already looks a lot like the sounds it represents; remember to skip over any unstressed vowels as well.","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"199","title":"Mnemonics:"},"2":{"body":"This book is compiled with mdbook. The source can be found on GitHub, and pull requests are welcome (build instructions are in the repository’s README). If you like my work, maybe consider buying me a coffee 😄.","breadcrumbs":"Home » Contributing","id":"2","title":"Contributing"},"20":{"body":"It’s always a good idea to apply your learning to complement exercises in a textbook. However, I would only recommend incorporating steno into your computer usage after reaching chapter 18. If not, you will have to make liberal use of the lookup tool. It is very important to know how to use this tool correctly. If you blindly follow the entries that show up, you may find yourself confused and frustrated as to why a word is written the way it is. You may also force yourself to inadvertently memorize more briefs. Plover has a built-in tool to easily look up outlines. It can be found in Tools → Lookup. Make sure to read the tips below if you would like to use this tool. Use the longest outline available Due to the nature of briefs and write-outs, briefs tend to use fewer strokes and write-outs tend to use more. When you type in a word into the lookup tool, both types of entries will be present. I recommend using the longest outline in the lookup tool as that is overwhelmingly likely to be a write-out. In the following example, the first two entries are briefs, while the last two are write-outs. You should be using one of these two. Defaulting to the longest outline available is very safe. Be careful of hidden affixes The Lapwing dictionary may not contain every single valid outline. You will later learn of affix strokes which attach to root words. For example, the word “thoroughly” contains “thorough” as a root word and “^ly” as a suffix . One way to write “thoroughly” is THOR/KWROE/HREU. However, it does not show up in the dictionary: Instead, remove the “^ly” suffix and look up the word “thorough”. You will find THOR/KWROE as a valid outline: To write the “^ly”, you could look this up too: The curly braces indicate that this word is special. In this case, the caret indicates that it will attach on that side. Putting these two outlines together, you would get THOR/KWROE/HREU. This is the canonical way you would write the word “thoroughly” even though it is not in the dictionary.","breadcrumbs":"Chapter 3: How to learn steno » Incorporating steno into your computer usage","id":"20","title":"Incorporating steno into your computer usage"},"200":{"body":"Right hand -BL words drill Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"200","title":"Section practice"},"201":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11 test","id":"201","title":"Chapter 11 test"},"202":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended completion goal","id":"202","title":"Recommended completion goal"},"203":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation every EFR every first TPEUFRT Uses an inversion of steno order (-R and -F are swapped) with the -F representing “s” follow TPOL follow where W-R where could KUD would WUD should SHUD through THRU THRAOU is the word “threw” NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter briefs","id":"203","title":"Chapter briefs"},"204":{"body":"should you follow them? could we first pass through? would you know every place? where are they? Answers SHUD/U/TPOL/THEPL/KW-PL KUD/WAOE/TPEUFRT/PAS/THRU/KW-PL WUD/U/TPHOE/EFR/PHRAEUS/KW-PL W-R/-R/THE/KW-PL","breadcrumbs":"Chapter 11: Right hand compound clusters » Practice sentences","id":"204","title":"Practice sentences"},"205":{"body":"Brief Outline Explanation everyone EFRPB EFR + -PB everywhere WEFRB EFR + W-R where the W-RT W-R + -T through the THRUT THRU + -T","breadcrumbs":"Chapter 11: Right hand compound clusters » Extra briefs","id":"205","title":"Extra briefs"},"206":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter 12: Wrapping up basic words","id":"206","title":"Chapter 12: Wrapping up basic words"},"207":{"body":"Recommended time to spend on this chapter: <1 day. Read Miscellaneous orthographic chords and complete the drill ( 10 minutes ) Read The stroke separator ( 5 minutes ) Read When sounds can’t follow steno order ( 5 minutes ) Read right hand xt ( 5 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 12: Wrapping up basic words » Recommended pace","id":"207","title":"Recommended pace"},"208":{"body":"Left hand single syllable orthographic chords drill","breadcrumbs":"Chapter 12: Wrapping up basic words » Useful links","id":"208","title":"Useful links"},"209":{"body":"If you’ve been following the recommended pacing, you should now be anywhere from 3 to 7 weeks into your stenography journey! That is very impressive and you should be proud of your perseverance! With this kind of commitment, chances are you will continue to do well in later chapters.","breadcrumbs":"Chapter 12: Wrapping up basic words » Great job!","id":"209","title":"Great job!"},"21":{"body":"If you’re familiar with learning alternative keyboard layouts such as Colemak and Dvorak, you may be tempted to try and use steno for everything right from day 1. I would not recommend this at all. In contrast to typing where you only need to know the location of the keys, there is much more complexity with steno. If you try to ditch regular typing too early on, you will constantly encounter concepts that won’t make sense and will only fuel your frustration. Furthermore, to switch to steno full time, you need to be able to write things that are not just English words. This includes symbols, keyboard shortcuts, editing text, and more. Trying to learn all of this at once is unwise. Instead, I would highly encourage you to follow the structure of this book; the concepts are spread out over 26 chapters which makes the learning curve much less steep. Treat learning steno as a hobby on the side. Your ultimate goal may be to replace your regular keyboard with steno, but you need to at least be familiar with basic theory before doing so. Rushing will not get you anywhere.","breadcrumbs":"Chapter 3: How to learn steno » Switching to steno completely from day 1","id":"21","title":"Switching to steno completely from day 1"},"210":{"body":"You should be pretty familiar with the steno layout and you should also understand how to write most single syllable words—even if you’re not very fast yet. We will finally wrap up single syllable words in this chapter before moving onto other topics.","breadcrumbs":"Chapter 12: Wrapping up basic words » What we’ve learned so far","id":"210","title":"What we’ve learned so far"},"211":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Miscellaneous orthographic chords","id":"211","title":"Miscellaneous orthographic chords"},"212":{"body":"We’ve already learned a few orthographic chords like AU and AO whose usages depend on spelling rather than pronunciation. There are also a few left hand consonant chords that behave the same way. “ph” as in “phase” is written with TP* “wr” as in “write” is written with WR “wh” as in “when” is written with WH All of these except TP* are pretty intuitive as their steno keys match the spelling that they represent.","breadcrumbs":"Chapter 12: Wrapping up basic words » Left hand chords","id":"212","title":"Left hand chords"},"213":{"body":"When there is a conflict between a word that contains the “soft c” sound and another word that is spelled with an s, use KR. Examples cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Chapter 12: Wrapping up basic words » KR for c in conflicts","id":"213","title":"KR for c in conflicts"},"214":{"body":"Words spelled with “ch” can sometimes be homophones with words spelled with only a single “c”. In these cases, we use K for the words spelled with a “c” and KH for words spelled with “ch”. KH can also be used in general for words spelled with “ch” but pronounced with a “hard c”. For example, in the word “choreography”, the initial consonant is a “hard c” so K would typically be used on the left hand. However, using KH is also a valid choice. This is helpful if your first instinct is to use the “ch” spelling to form the left hand consonant. NOTE: the dictionary is not complete when it comes to “ch” words pronounced with a “hard c” and written with KH. I would recommend sticking to K and only using KH when there is a conflict. However, you are completely free to add these if you wish. Examples chord KHORD KORD is already “cord” charisma KHA/REUS/PHA KA/REUS/PHA is also valid","breadcrumbs":"Chapter 12: Wrapping up basic words » KH for hard c spelled ch","id":"214","title":"KH for hard c spelled ch"},"215":{"body":"Use -S for an ending “s” letter, regardless of if it is pronounced as a “z”. Examples fuse TPAOUS cruise KRAOUS","breadcrumbs":"Chapter 12: Wrapping up basic words » -S for all s","id":"215","title":"-S for all s"},"216":{"body":"You will inevitably run into some conflicts such as “race”, “raise”, “raze”, and “raiz”. -S is given to “race” since it has an “s” sound, but how do we deal with the rest? It’s actually entirely up to you as to how you might want to proceed. Conflicts such as these are tricky because they don’t appear very often; you’re better off memorizing the exceptions than trying to learn rules to deal with them. By default, Lapwing gives -Z to “raise” since it’s quite common and is spelled with an “s” (thereby giving it higher priority, in a sense). To write “raze”, you’d use an alternative vowel chord: RAEZ. Finally, for “raiz”, you could use the asterisk key. Although, this word isn’t even in the default dictionary. Thus, you’d write these words like so: “race” RAEUS “raise” RAEUZ “raze” RAEZ “raiz” RA*EUZ This illustrates how messy the English language can be and how designing a theory to work around all of these conflicts without any arbitrary rules/briefs can be a difficult task. When you run into conflicts with more than three words in the future, do remember that (unless explicitly stated) it is perfectly acceptable (even expected!) to change around some outlines. It’s best to create outlines that make sense to you instead of memorizing someone else’s personal intuition.","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts","id":"216","title":"Conflicts"},"217":{"body":"If you encounter a word that has the “y” sound, only use KWR* if it is spelled with a “y”. If it isn’t spelled with a “y” don’t use any left hand consonant chord. Examples yes KWR*ES yep KWR*EP use AOUS usual AOURB/WAL There aren’t, unfortunately, a lot of single stroke words to demonstrate this","breadcrumbs":"Chapter 12: Wrapping up basic words » y sound without the letter y","id":"217","title":"y sound without the letter y"},"218":{"body":"Left hand single syllable orthographic chords drill It’s very recommended that you complete this drill.","breadcrumbs":"Chapter 12: Wrapping up basic words » Section practice","id":"218","title":"Section practice"},"219":{"body":"So far we have only been looking at single stroke words. We will soon look at words that require multiple strokes to be written. To notate these multistroke outlines, we use the slash character / to separate strokes. For example, to write the outline TPEUL/-PL, you would press TPEUL, release all the keys, and then press -PL.","breadcrumbs":"Chapter 12: Wrapping up basic words » The stroke separator","id":"219","title":"The stroke separator"},"22":{"body":"","breadcrumbs":"Chapter 4: The layout » Chapter 4: The layout","id":"22","title":"Chapter 4: The layout"},"220":{"body":"Sometimes, it is impossible to write a single syllable word using in a single stroke (see the examples below). In these cases, write as much of the word as you can in a single stroke, and then complete the rest using the corresponding right hand key or chord that finishes the word. Note that some right chords are different to their canonical form when using this technique: To end a word with “-t”, use *T To end a word with “-f” or “-v”, use *F There will be no practice material for this section, but do keep this technique in mind.","breadcrumbs":"Chapter 12: Wrapping up basic words » When sounds can’t follow steno order","id":"220","title":"When sounds can’t follow steno order"},"221":{"body":"film TPEUL/-PL helm HEL/-PL help HEL/-P kelp KEL/-P list HREUS/*T Also HR*EUS (recommended, see note below) thirst THEURS/*T Also TH*EURS (recommended, see note below) sixth SEUBGS/*T elf EL/*F shelf SHEL/*F peddle PED/-L saddle SAD/-L NOTE: remember that *S can be used to represent the “-st” cluster when -F is not available. It is highly recommended you use *S instead of splitting these words into two strokes.","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"221","title":"Examples"},"222":{"body":"-GT is “-xt” as in text There are only a handful of words in English that end in “-xt” and only two that are one syllable long in the Lapwing dictionary. You can pretty much just memorize these as briefs.","breadcrumbs":"Chapter 12: Wrapping up basic words » Right hand xt","id":"222","title":"Right hand xt"},"223":{"body":"text TEGT next TPHEGT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"223","title":"Examples"},"224":{"body":"Some groups of words like “slug” and “shrug” would normally be given the same steno outline without any additional rules: SHRUG. In this case, the HR chord can either represent “l” or “hr”—Lapwing generally assigns lower priority to the word where the keys match one to one with the letters. The asterisk is used to different between the two: slug SHRUG shrug SHR*UG NOTE: you may occasionally run into inconsistencies in the default dictionary that contradict this rule. If you spot any, please let me know! However, do keep in mind that you’re at a stage where you should be tailoring your own dictionary. If you’d like to change this rule and switch around the priorities, go for it!","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts between chords and individual keys","id":"224","title":"Conflicts between chords and individual keys"},"225":{"body":"For some American speakers, the “l” in words like “palm” aren’t audible at all. Instead of having to include this sound in the steno stroke, Lapwing essentially treats this as silent. Therefore, this word would be written like PAUPL. This makes it easier to write in one stroke rather than two: PAUL/-PL. Remember: even though this word is spelled with a single “a”, the vowel is closer to the one in “cot” KOT than “cat” KAT, so we cannot simply use the A key; we need to use AU.","breadcrumbs":"Chapter 12: Wrapping up basic words » -al- words","id":"225","title":"-al- words"},"226":{"body":"calm KAUPL halt HAULT psalm SAUPL Note that the “p” is silent salt SAULT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"226","title":"Examples"},"227":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » No test this chapter!","id":"227","title":"No test this chapter!"},"228":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation also HR-S also animal PHAPBL Various vowels dropped and steno order out the wazoo (“anml” → “manl”) any TPHEU First vowel dropped and EU used as the long e sound help HEP Dropped “l” consonant other OER Dropped “th” consonant mother PHO*RT Folded -R key is in the middle of the word, but represents a sound on the end mother PHOER Drops the “th” consonant your KWRAOUR many PHA*EPB NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter briefs","id":"228","title":"Chapter briefs"},"229":{"body":"it is also an animal! I will help him. mother will not like it. many do not need your stuff. Answers T/S/HR-S/APB/PHAPBL/TP-BG EU/HR/HEP/HEUPL/TP-PL PHO*RT/HR/TPHOT/HRAOEUBG/T/TP-PL PHA*EPB/TKO/TPHOT/TPHAOED/KWRAOUR/STUF/TP-PL","breadcrumbs":"Chapter 12: Wrapping up basic words » Practice sentences","id":"229","title":"Practice sentences"},"23":{"body":"Recommended time to spend on this chapter: 1–3 days Read this page ( 10 minutes ) Drill until you are comfortable (ideally over multiple days) ( 1–3 hours ) Attempt the test ( 20 minutes ) Keep practising the test until you meet the requirements ( 1 hour )","breadcrumbs":"Chapter 4: The layout » Recommended pace","id":"23","title":"Recommended pace"},"230":{"body":"Brief Outline Explanation anyone TPHEUPB TPHEU + -PB anything TPHEUG TPHEU + -G (-G is used for “-ing”)","breadcrumbs":"Chapter 12: Wrapping up basic words » Extra briefs","id":"230","title":"Extra briefs"},"231":{"body":"","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13: Prefixes and suffixes","id":"231","title":"Chapter 13: Prefixes and suffixes"},"232":{"body":"Recommended time to spend on this chapter: 1–2 days. Read Prefix strokes ( 20 minutes ) Read Suffix strokes and complete the drills ( 60 minutes ) Repeat the drills as needed Read Prefix priority ( 5 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended pace","id":"232","title":"Recommended pace"},"233":{"body":"Words with -y and -ly suffixes drill Words with -ar, -or, and -er suffixes drill Words with -ful and -ness suffixes drill Right hand ment and let words Right hand -BL words drill Right hand -BLT words drill Right hand KWR suffix words drill Chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Useful links","id":"233","title":"Useful links"},"234":{"body":"For words with more than one syllable, outlines with multiple strokes are used. There are two primary techniques: affix strokes (prefixes and suffixes) and syllabic splitting . The former is slightly more straightforward and is covered in this chapter.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Intro","id":"234","title":"Intro"},"235":{"body":"Every translation so far found in examples or exercises have been regular words without any special formatting. For these words, Plover will insert a space before every word. To see how this works behind the scenes, open the main window of Plover, and go to Tools → Add Translation. Writing STROEBG into the Strokes field will show the following: Compare this to prefix strokes; writing PRAOE (the prefix stroke for “pre^”) into the Strokes field results in: Here, the curly braces denote that there is special formatting rules contained inside the braces. The caret tells Plover to suppress the space where it is located; any translation of the form {abc^} is a prefix. Prefix strokes enable writing words such as “preview” like so: PRAOE/SRAOU. Most prefix strokes are fairly intuitive and take precedence when they conflict with other translations. For example, the “for^” prefix as in “forget” TPOR/TKPWET is written as TPOR while the word “for” is briefed. It’s not necessary to memeorize many of these prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix strokes","id":"235","title":"Prefix strokes"},"236":{"body":"a^ A As in “around” A/ROUPBD co^ KOE As in “costar” KOE/STAR de^ TKAOE As in “deplane” TKAOE/PHRAEPB for^ TPOR As in “forgo” TPOR/TKPWOE in^ EUPB As in “infix” EUPB/TPEUBGS mis^ PHEUS As in “mistake” PHEUS/TAEUBG non^ TPHOPB As in “nonstop” TPHOPB/STOP pro^ PROE As in “protip” PROE/TEUP re^ RAOE As in “retake” RAOE/TAEUBG sub^ SUB As in “subway” SUB/WAEU","breadcrumbs":"Chapter 13: Prefixes and suffixes » Common Prefix Strokes","id":"236","title":"Common Prefix Strokes"},"237":{"body":"It is difficult to write certain words using prefixes alone. For example, KOPB/TPAOUS may be a valid outline for “confuse”, but this requires knowing if KOPB is a prefix stroke. Furthermore, “fuse” is not the root word of “confuse”—the two words aren’t related in meaning. Syllabic splitting is used for this word instead (covered in chapter 15). For now, only use prefix strokes when they make sense semantically. A prefix stroke should modify a root word that can exist on its own.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix usage","id":"237","title":"Prefix usage"},"238":{"body":"English pronunciation differs from person to person, but even a single speaker may pronounce a word differently depending on the context. For example, the word “defect” can be pronounced with a long e TKAOE/TKEFBGT or a short e TKE/TKEFBGT depending on if it is a noun or a verb. Here is a non-exhaustive list of some alternative prefix strokes: “de-” TKE “pre-” PRE “pro-” PRO “re-” RE This chapter later covers looking up prefixes and suffixes which is handy for finding these alternative prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefixes with different pronunciations","id":"238","title":"Prefixes with different pronunciations"},"239":{"body":"There is no practice material for this section. It’s not important to explicitly know and memorize prefix strokes as they tend to be implicitly used with the syllabic splitting technique (to be covered later).","breadcrumbs":"Chapter 13: Prefixes and suffixes » Practice material?","id":"239","title":"Practice material?"},"24":{"body":"Steno Jig’s “Learn the Steno Keyboard” Drills Steno Jig’s Own Drills Chapter 4 test","breadcrumbs":"Chapter 4: The layout » Useful links","id":"24","title":"Useful links"},"240":{"body":"Much like how a prefix stroke attaches to the next word, a suffix stroke attaches to the previous word. Unlike prefix strokes, however, suffixes tend to be less intuitive and most have to be memorized. This section is split into smaller subsections with different “families” of suffix strokes to hopefully make them easier to remember. It is very important to understand when it is appropriate to use a suffix. In most cases, they can only be used to modify a root word (much like prefix strokes). Pay careful attention to the information in each subsection telling you when it is appropriate to use those suffix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffix strokes","id":"240","title":"Suffix strokes"},"241":{"body":"The following suffixes all contain a single vowel key, an asterisk, and the -R. Stroke Suffix Example outline Example translation A*R ^ar KREL/A*R cellar O*R ^or ABGT/O*R actor *ER ^er TAOEFP/*ER teacher Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage upper UP/*ER player PHRAEU/*ER planar PHRAEPB/A*R hangar HAPBG/A*R tormentor TORPLT/O*R sailor SAEUL/O*R Examples of wrong usage imposter EUPL/POFT/*ER ❌ “impost” does not refer to a deceptive action in the same way “imposter” refers to the person who partakes in this action mutter PHUT/*ER ❌ “mutter” does not relate to “mutt” (slang for a dog) pillar PEUL/A*R ❌ “pill” refers to a medicinal substance while “pillar” refers to an upright post sugar SHUG/A*R ❌ SHUG is not a word humor HAOUPL/O*R ❌ HAOUPL is not a word mentor PHEPBT/O*R ❌ “ment” is not the root of “mentor” These are correctly written with syllabic splitting covered in chapter 15. Practice material Words with -ar, -or, and -er suffixes drill 5–10 minutes is sufficient for this drill.","breadcrumbs":"Chapter 13: Prefixes and suffixes » * suffixes","id":"241","title":"* suffixes"},"242":{"body":"These suffixes are composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -FL ^ful HEL/-P/-FL helpful -PBS ^ness EUL/-PBS illness Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage hopeful HOEP/-FL rightful RAOEUT/-FL ripeness RAOEUP/-PBS thickness THEUBG/-PBS Both “ful” and “ness” are rarely used in English as non-suffixes so it’s difficult to find examples of incorrect usage. Practice material Words with -ful and -ness suffixes drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand chord suffixes","id":"242","title":"Right hand chord suffixes"},"243":{"body":"Like the last subsection, these suffixes are also composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -PLT ^ment TRAOET/-PLT treatment -BLT ^ability or ^ibility EUPB/-BLT inability -BL ^able PHRAEU/-BL playable -LT ^let EUPB/-LT inlet These suffixes can be used whenever as they are also compound clusters. Examples: as a root word + suffix In these words, the suffix is used to “modify” a root word. basement PWAEUS/-PLT movement PHAOUF/-PLT possibility POS/-BLT sensibility SEPBS/-BLT readable RAED/-BL viewable SRAOU/-BL outlet OUT/-LT sublet SUB/-LT Examples: as a compound cluster In these words, the suffix is used as a compound cluster; notice how the group of letters before the suffix are not root words related to the full translations. cement SE/-PLT ferment TPER/-PLT probability PROB/-BLT pliability PHRAOEU/-BLT humble HUPL/-BL arable AEUR/-BL omelet OPL/-LT bullet PWU/-LT Compound clusters in a single stroke Several of these examples can be written in one stroke by putting the suffix chord into the first stroke. The above examples are only to illustrate these how these compound clusters have the second function of behaving as suffix strokes. For these chords, it is recommended to include the suffix chord in the first stroke for a slight speed advantage. To determine if an outline can be compressed into one stroke, take into account steno order and whether any keys are being overlapped. For example, SEPLT is perfectly valid as none of the keys in SE overlap with the keys in -PLT. However, to write “humble” in one stroke, the -BL chord would have to overlap with the -PL chord in the first stroke as -B comes in between -P and -L in steno order. The following are the same words from above but with the compound cluster in the first stroke: cement SEPLT ferment TPERPLT pliability PHRAOEUBLT arable AEURBL bullet PWULT The rest of the examples are not possible to write in one stroke: probability PROB/-BLT -B key overlaps in both strokes humble HUPL/-BL -L key in the second stroke overlaps with the -PL chord in the first stroke omelet OPL/-LT -L key overlaps in both strokes NOTE: although overlapping these strokes is not valid in Lapwing theory, they are perfectly valid briefs as long as there are no entries already existing in the dictionary. Feel free to add/use PROBLT, HUPBL, or OPLT as briefs. Practice material Right hand -BLT words drill The -PLT, -LT, and -BL compound clusters should already be already be familiar, however, the practice material is listed below as a refresher if needed. Right hand ment and let words Right hand -BL words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand compound cluster suffixes","id":"243","title":"Right hand compound cluster suffixes"},"244":{"body":"The KWR chord has many uses in Lapwing theory. It is widely used in suffixes where it could be thought of as a linker chord without any associated sound; its job is simply to connect to the previous word. This subsection has many suffix strokes to memorize, but they should hopefully be somewhat intuitive as they resemble their phonetic sounds to some degree. Stroke Suffix Example outline Example translation KWRAL ^al SPAOEUPB/KWRAL spinal KWRAPBT ^ant SAOEL/KWRAPBT sealant KWRAEUGS ^ation TPHROET/KWRAEUGS flotation KWRAOEUZ ^ize PHOEBL/KWRAOEUZ mobilize KWROUT ^out HOELD/KWROUT holdout KWREUF ^ive TPEFT/KWREUF festive KWREUFPL ^ism TAOUR/KWREUFPL tourism KWREUFT ^ist ART/KWREUFT artist KWREUPB ^in PHRUG/KWREUPB plugin KWREUBG ^ic PWAEUS/KWREUBG basic KWREPB ^en SOFT/KWREPB soften Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage coolant KAOL/KWRAPBT bailout PWAEUL/KWROUT flirtation TPHREURT/KWRAEUGS stylize STAOEUL/KWRAOEUZ active ABGT/KWREUF realism RAEL/KWREUFPL purist PAOUR/KWREUFT herein HAOER/KWREUPB cubic KAOUB/KWREUBG rotten ROT/KWREPB Examples of incorrect usage pedant PED/KWRAPBT ❌ “ped” unrelated to “pedant” captive KAPT/KWREUF ❌ “capt” unrelated to “captive” Practice material Right hand KWR suffix words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » KWR suffixes","id":"244","title":"KWR suffixes"},"245":{"body":"The suffixes in this subsection contain the EU vowel and some consonant on the left hand. While the EU chord represents the short i vowel as in “kiss”, EU is also used for the long e vowel as in “tee” under some circumstances. This comes from Plover theory’s main.json and it is unfortunately an arbitrary rule that would be difficult to change Lapwing theory. These rules are covered more formally in syllabic splitting. One such circumstance where EU represents the long e sound is in the following suffixes: Stroke Suffix Example outline Example translation KWREU ^y KRAEUZ/KWREU crazy HREU ^ly TPEURPL/HREU firmly Use these suffixes only to modify a root word. Remember to not double consonants between strokes. If you are writing a word that already ends in “l”, use KWREU instead of HREU (see “hilly” example below). Examples of correct usage chatty KHAT/KWREU hilly HEUL/KWREU freely TPRAOE/HREU mostly PHOEFT/HREU Examples of incorrect usage city SEUT/KWREU ❌ This would be “sitty” hilly HEUL/HREU ❌ Cannot double the “l” lily HREUL/KWREU ❌ “lil” is not the root word of “lily” Practice material Words with -y and -ly suffixes drill Since this only contains two suffixes, it is not necessary to spend too long on this drill. 5 minutes is sufficient.","breadcrumbs":"Chapter 13: Prefixes and suffixes » EU suffixes","id":"245","title":"EU suffixes"},"246":{"body":"The spellings of some words in examples and exercises so far have not been entirely consistent with a prefix stroke modifying a root word. For example, “purist” was listed above as PWAOUR/KWREUFT, but the root word is really spelled “pure” with an “e” at the end. Here are some other examples where adding a suffix to a root word changes its spelling: “haste” + “-y” → “hasty” “e” is removed “lucky” + “-ly” → “luckily” “y” changed to “i” “base” + “-ic” → “basic” “e” is removed It is not necessary to think about these spelling differences consciously with suffix strokes; the Lapwing dictionary and the Plover steno engine automatically handles these spelling quirks. hasty HAEUFT/KWREU luckily HRUBG/KWREU/HREU basic PWAEUS/KWREUBG","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffixes and orthography","id":"246","title":"Suffixes and orthography"},"247":{"body":"When there are conflicts between prefixes strokes and words, the former will be given higher priority for the primary outline. The words will instead be briefed. This allows writing complicated words fairly intuitively without having to explicitly remember prefixes. Of course, this does come at the cost of having to memorize more arbitrary briefs. Since common words are often briefed, however, it does not require significantly more mental effort. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. You will see this table again in later chapters.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix priority","id":"247","title":"Prefix priority"},"248":{"body":"The Plover’s lookup tool can be used to find prefix and suffix strokes not listed in this chapter. In Plover’s main window, press Tools → Lookup. Type in the letters that make up the translation and the tool will show outlines for prefixes, suffixes, and regular words; the dictionary formatting with the curly braces and carets is not required. looking up “in”","breadcrumbs":"Chapter 13: Prefixes and suffixes » Looking up prefixes and suffixes","id":"248","title":"Looking up prefixes and suffixes"},"249":{"body":"Trying to use affix strokes only when they make sense semantically can be tricky. It is unreasonable to require learning the etymology of every word before one can write it. In some words, it is somewhat obvious when a suffix stroke shouldn’t be used, but this should be up to the individual’s discretion. For example, the Lapwing dictionary doesn’t view “cop” as the root word of “copper”. This is because “cop” refers to a police officer, and “copper” is an element. This reasoning is very obvious to me. However, “copper” has another meaning; it is also slang for police officer. “Cop” is simply just a shortened version of “copper”. That being said, this usage is not part of my dialect—I have never heard anyone in speech say “copper” to mean police officer. Therefore, I don’t consider “cop” and “copper” to be related semantically, and I don’t use affix strokes. Maybe for you, these two words are very related. In this case, you should definitely add KOP/*ER for “copper”! Although, this particular word already works (without being explicitly defined) because of the orthography rules. It is completely acceptable bend the rules about modifying root words with affixes. It is not necessary to add entries that only follow the “correct etymology”. Outlines should be quick to recall. Having to look up origin and history of a word defeats this purpose. Steno is highly personal—one should use their own understanding and intuition. NOTE: before adding your own entries, I highly encourage you to read past chapter 15. It covers the other method for writing multisyllable words. Most words in the default Lapwing dictionary can be written with this technique, while affix stroke usage tends to be more strict.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Tailoring your own dictionary to your understanding of etymology","id":"249","title":"Tailoring your own dictionary to your understanding of etymology"},"25":{"body":"Recall this graphic from chapter 2: I recommend keeping this graphic in a convenient place to refer to. The yellow circles indicate the resting home position of your fingers. Your fingers should be curled and resting on the cracks of the keys. It’s important to memorize this layout to the point that you are able to press the right key when prompted for. The best way to go about memorizing this layout is splitting it into memorable chunks and doing a lot of drills. It’s one thing to know which finger is responsible for which key(s), but the most effective way of building muscle memory for the layout is simply drilling it.","breadcrumbs":"Chapter 4: The layout » Finger positions","id":"25","title":"Finger positions"},"250":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13 test","id":"250","title":"Chapter 13 test"},"251":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended completion goal","id":"251","title":"Recommended completion goal"},"252":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » Chapter 14: Suffix keys and compound words","id":"252","title":"Chapter 14: Suffix keys and compound words"},"253":{"body":"Recommended time to spend on this chapter: <1 day. Read suffix keys and complete the drill ( 20 minutes ) Repeat the drill as needed Read The A “prefix” key ( 10 minutes ) Read Compound words and complete the drill ( 20 minutes ) Repeat the drill as needed Remember to take breaks!","breadcrumbs":"Chapter 14: Suffix keys and compound words » Recommended pace","id":"253","title":"Recommended pace"},"254":{"body":"Compound words drill Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Useful links","id":"254","title":"Useful links"},"255":{"body":"One special type of suffix stroke is the suffix key; these are suffix strokes that contain only one key. There are four on the right hand side which are useful for changing the tense of a verb or for pluralizing nouns. Stroke Suffix Example outline Example translation -G ^ing PAT/-G patting -S ^s KAT/-S cats -D ^ed TKPWHRAOU/-D glued -Z ^s SAOEUD/-Z sides NOTE: while -S and -Z have the same definition, you are expected to use -Z exclusively. Examples of correct usage fasting TPAFT/-G wedging WEPBLG/-G typed TAOEUP/-D served SEFRB/-D faces TPAEUS/-Z knives TPHAOEUF/-Z","breadcrumbs":"Chapter 14: Suffix keys and compound words » Suffix keys","id":"255","title":"Suffix keys"},"256":{"body":"This section on folding is mostly for your interest only. It is not a recommended technique at this point. Folding is an advanced technique where extra keys are included in a stroke regardless of steno order. Folding a suffix key into a stroke is only possible if they key is not already present in another chord. Of the examples above, the following can be written with folded suffix keys: fasting TPAFGT knives TPHAOEUFZ served SEFRBD typed TAOEUPD To pluralize words ending in -T, normally the -Z key is used. For example, “crates” is KRAEUT/-Z. However, folding will result in the following stroke: Some theories will dictate pressing the -T with the ring finger and the -Z with the pinkie finger. However, this is not a technique used in Lapwing. Instead, the proper way to pluralize the word in one stroke uses the -S key: KRAEUTS. Plover’s steno engine and folded suffix keys This technique of including a suffix key in the last stroke is “baked” into the English steno engine in Plover. To illustrate this, writing the stroke HAEPZ, will output “happies”. However, this isn’t actually defined in the Lapwing dictionary: Plover recognizes that the outline HAEP is defined as “happy” (this is a Lapwing/Plover brief) and so tries to fold the -Z suffix key into the translation. Because of the orthography rules built into the English steno engine, Plover removes the ending “y” and adds “ies” to the translation. This happens with all of the suffix keys—try out HAEPD, HAEPS, and HAEPG. Should you use folding? Using the Plover lookup tool, you can find a lot of entries with folded suffix keys. In fact, you won’t find many entries where the suffix keys aren’t folded into the previous stroke. Despite this, it is recommended that you do not fold suffix keys . Folding can lead to conflicts such as: Outline Canonical Word Folding Conflict SAOES cease sees KRAEUZ craze crays HRAEUZ laze lays PHRAEUG plague playing RAEUZ raise rays SAOEZ seize sees While folding can save a stroke for several words, it may not always be faster. Trying to remember any potential conflicts may introduce hesitation; the resulting folded outline may be harder to press (taking longer to stroke); and folding one of these keys may make it easier to accidentally misstroke. Pressing -G, -S, -D, or -Z as a separate stroke is only slightly slower than folding these keys (or just as fast if considering previously mentioned disadvantages). Since -G, -S, -D, or -Z are single key strokes, they are quite fast to press. That being said, folding these keys is more of a personal choice and you are more than welcome to try it out.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Folding","id":"256","title":"Folding"},"257":{"body":"Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"257","title":"Section practice"},"258":{"body":"While not nearly treated as specially as the suffix keys, the A key on its own is a prefix stroke. Contrary to other prefixes that should be used to modify a root word, this stroke can be used entirely on its own without any regard to the semantic meanings of the strokes.","breadcrumbs":"Chapter 14: Suffix keys and compound words » The A “prefix” key","id":"258","title":"The A “prefix” key"},"259":{"body":"about A/PWOUT accretion A/KRAOEGS allow A/HROU amend A/PHEPBD","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"259","title":"Examples"},"26":{"body":"From here on, you can play around with the keys and press random things to see what you get for fun. You could also jump right into the drills. In any case, it’s very important to know how to backspace what Plover outputs. For this, press the asterisk key (*) and Plover will delete the last translation caused by the last stroke. What’s important to note is that doing so does not delete the last word necessarily. Try this: press the stroke PAOEU into a text editor. You should see the word “pie” outputted by Plover. Now, press the stroke THOPB. You should now see that Plover backspaces the “ie” and replaces it with “ython” to give you the word “python”. What you’ve just done is write a multistroke outline for the word “python”; to delete this, you will need to press the asterisk key twice. Try it out! You can also watch this GIF: Notice how pressing the asterisk once doesn’t delete the word—it only deletes the last stroke and therefore leaves the PAOEU (pie) stroke alone. For now, this isn’t very crucial at the moment as the majority of words covered in these early chapters are written with one stroke. However, do keep in mind that the asterisk does not behave like a backspace key in the traditional sense.","breadcrumbs":"Chapter 4: The layout » The backspace key","id":"26","title":"The backspace key"},"260":{"body":"Compound words (more specifically, closed compound words) consist of two words joined together with nothing in between. To write these, asterisk the first stroke of the second word. If there is already an asterisk in this stroke, leave it as is.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Compound words","id":"260","title":"Compound words"},"261":{"body":"candlelight KAPBD/-L/HRAO*EUT grasshopper TKPWRAS/HO*P/*ER eyelash AOEU/HRA*RB teamwork TAEPL/WO*RBG","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"261","title":"Examples"},"262":{"body":"Compound words drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"262","title":"Section practice"},"263":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » No test this chapter!","id":"263","title":"No test this chapter!"},"264":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15: Syllabic splitting","id":"264","title":"Chapter 15: Syllabic splitting"},"265":{"body":"Recommended time to spend on this chapter: 2–6 days. Read syllabic splitting basics and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as a silent linker and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as y and complete the drill ( 20 minutes ) Repeat the drill as needed Read Words starting with EU ( 5 minutes ) Read prefix priority ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended pace","id":"265","title":"Recommended pace"},"266":{"body":"Basic syllabic splitting drill KWR as a silent consonant drill KWR as “y” drill Chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Useful links","id":"266","title":"Useful links"},"267":{"body":"Earlier chapters covered affix strokes and compound words. Syllabic splitting is the last technique for writing multisyllable words that cannot be written in one stroke. Words are split roughly into their syllables based on the following rules: Split the word using other methods (prefixes, suffixes, and compound words)—even just partially Split each remaining part by its syllables so that every stroke after the first begins with a consonant Ensure not to double consonants across separate strokes With multiple ways of splitting syllables, preserve the natural sounds of the word","breadcrumbs":"Chapter 15: Syllabic splitting » Syllabic splitting basics","id":"267","title":"Syllabic splitting basics"},"268":{"body":"With the rules above, some consonant groups will be ambiguous as to where to split them. For example, the word “hydrate” can be written as HAOEUD/RAEUT or HAOEU/TKRAEUT depending on where the “dr” consonant cluster is split. In these scenarios, use the outline that represents how the sounds are grouped. When saying this word, the “dr” group sounds less like two distinct consonants, and more like a single consonant. Therefore, “hydrate” should be written like HAOEU/TKRAEUT. The strokes HAOEUD/RAEUT would instead be the phrase “hide rate”. In a word like “guardrail”, the “dr” consonants are spoken more like two distinct sounds. Therefore, this word would be split in between the “d” and “r” (even putting aside the fact that this is a compound word).","breadcrumbs":"Chapter 15: Syllabic splitting » Consonant group ambiguity","id":"268","title":"Consonant group ambiguity"},"269":{"body":"components First notice that this word can be split into a root word and a suffix: component/s. There are three possibilities for the first stroke: co/mponent/s, com/ponent/s and comp/onent/s. Take note of what the second stroke has to begin with in each of these scenarios (underlined letters). The first scenario is not correct as the second stroke would have to start with “mp” (not a valid left hand consonant). The third scenario is also incorrect since the second stroke begins with a vowel. Only the second method is valid: com/ponent/s. To split the remaining “ponent” group, remember that every stroke must begin with a consonant. The only way to do this is by splitting it as: po/nent. Full outline: KOPL/POE/TPHEPBT/-Z shatterproof This word is clearly a compound of “shatter” and “proof”. The last stroke should therefore be PRAO*F. It wouldn’t make sense to use a suffix stroke for the “^er” part, so use syllabic splitting. To begin the second stroke with a consonant, it must be split as: sha/tter. Full outline: SHA/TER/PRAO*F exam There are no prefixes, suffixes, or compound words that can be used. Since there is no consonant after the “x”, it should be split across the two strokes. Full outline: EBG/SAPL Whenever “x” has to be split across two strokes, use -BG in the first stroke and S in the second. simile This word does not contain any prefixes, suffixes, and is not a compound word. As each stroke cannot begin with a vowel, there is only one way to split this word: si/mi/le. Full outline: SEU/PHEU/HRAOE dependent First split this word into a root and a suffix: “depend” + “-ent”; the last stroke is KWREPBT. There is only one way to split “depend” so that the second stroke begins with a consonant: de/pend. Full outline: TKE/PEPBD/KWREPBT ally There are no prefixes, suffixes, or compound words that can be used. Split this in a way that every stroke begins with a consonant results in: a/lly Full outline: A/HRAOEU ludicrous No prefixes, suffixes, or compound words are available to use. Since the second stroke must start with a consonant, the first stroke can only contain the first consonant and vowel: lu/dicrous. There are two ways of splitting the rest of the word: lu/dic/rous and lu/di/crous. The latter is more natural as the “cr” in “ludicrous” is closer to one sound than two distinct ones. Full outline: HRAOU/TKEU/KRUS wrinkly This can be split into wrinkl(e)/y with the KWREU suffix. The root word “wrinkle” should be written as WR*EUPBG/-L. Full outline: WR*EUPBG/-L/KWREU efficient No affixes or compound words are available to use. There is only one way to split this word so that every stroke begins with a consonant: e/ffi/cient Full outline: AOE/TPEU/SHEPBT or E/TPEU/SHEPBT More examples compromise KOPL/PRO/PHAOEUS or KO*PL/RO/PHAOEUS dispatcher TKEUS/PAFP/*ER hubris HAOU/PWREUS inadvertent EUPB/AD/SRER/TEPBT occasion OE/KAEUGS parliament PAR/HRAPLT reassured RE/A/SHUR/-D or RAOE/A/SHUR/-D sentiment SEPB/TEUPLT example EBG/SA*PL/-L","breadcrumbs":"Chapter 15: Syllabic splitting » Basic examples and explanations","id":"269","title":"Basic examples and explanations"},"27":{"body":"If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with these drills. For learning the layout, Steno Jig has some helpful “Learn the Steno Keyboard” drills. For each drill, you may choose to enable hints, which show where each key is located on the steno layout. Ultimately, you want to be able to do these drills without using any hints. Do not worry about the “Speed (strokes per minute)” parameter just yet. If you are unsure where to start, these 5 drills are recommended (select them in the dropdown menu): Left hand, bottom row Right hand, full bottom row Left hand, top row Right hand, full top row Vowels In order to do the drills, you must disable all your dictionaries by unchecking them in Plover’s main window: Click on the check marks next to each dictionary to disable them. After you’ve done this, Plover will output raw steno when you write a key. Simply press the key that is prompted during the drills. If you make a mistake, press the asterisk key to backspace.","breadcrumbs":"Chapter 4: The layout » Steno Jig","id":"27","title":"Steno Jig"},"270":{"body":"Basic syllabic splitting drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"270","title":"Section practice"},"271":{"body":"Sometimes it is not possible to start a stroke with a consonant. In these cases, use KWR as a silent linker chord to join a stroke to the previous.","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as a silent linker","id":"271","title":"KWR as a silent linker"},"272":{"body":"In North American English, the letter “r” sometimes alters the sound of the vowel such as in the following examples: car KAR cat KAT pay PAEU pair PAEUR cue KAOU cure KAOUR hem HEPL her HER When this occurs in multistroke words, treat the -R key as a vowel that is included in the previous stroke. Since the next stroke cannot start with R, use KWR. Examples carry KAEUR/KWREU fury TPAOUR/KWREU hurry HUR/KWREU berry PWER/KWREU Why the EU chord? The examples above all end in the long e sound (/i/) as in “tee”—so why EU? Well, to be quite honest, I’m not entirely sure myself. This is simply what Plover theory sometimes does and it’s just what I’ve gotten used to. This does, unfortunately, mean that Lapwing theory has inherited the quirk. That being said, the usage of EU vs AOE is more defined in Lapwing theory and is less arbitrary. If a word has a long e sound, use these rules to decide between EU and AOE: If the vowel is spelled with a single “i”, use EU petite PE/TEUT ski SKEU If the vowel is spelled with “ey” or “y”, use EU city SEU/TEU key KEU If EU is already taken by another word, use AOE marine PHAR/KWRAOEPB (since PHAR/KWREUPB is marin) In all other situations, use AOE or AE as previously covered cookie KAO/KAOE spleen SPHRAOEPB here HAOER hear HAER Exceptions For words that treat “r” as a consonant, it is acceptable (and sometimes the only way in the default Lapwing dictionary) to split the word before the “r” letter. arose A/ROES derive TKE/RAOEUF prerogative PRE/RO/TKPWA/TEUF reroute RE/RAOUT If you are having trouble with these exceptions, a good rule of thumb is to treat “r” as a consonant if it is preceded by a prefix stroke. This is not always 100% accurate, but it can be helpful if you are having trouble with these quirks of North American English. Prefix vowel exceptions The stroke after a prefix may start with a vowel if needed. However, remember to only use prefixes only when there is a semantic relation. Examples KOE/OR/TKEU/TPHAEUT coordinate EUPB/AOE/KWAUL inequal PRAOE/OR/TKAEUPB preordain UPB/A/TAEUPB/-BL unattainable","breadcrumbs":"Chapter 15: Syllabic splitting » KWR with the -R key","id":"272","title":"KWR with the -R key"},"273":{"body":"KWR as a silent consonant drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"273","title":"Section practice"},"274":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as “y”","id":"274","title":"KWR as “y”"},"275":{"body":"We’ve learned that KWR* is the beginning “y” consonant, but within multisyllable words, KWR itself can represent “y” as well. For completeness, here is a table listing the different situations involving the “y” sound: Situation Appropriate chord Example Example outline Word begins with “y” KWR* yell KWR*EL Word begins with “y” sound (not spelled) use AOUS “y” sound within a word KWR union AOUPB/KWROPB In the three situations above, only the last one should be new. Examples bunion PWUPB/KWROPB opinion OE/PEUPB/KWROPB onion OPB/KWROPB trunnion TRUPB/KWROPB","breadcrumbs":"Chapter 15: Syllabic splitting » To start a vowel","id":"275","title":"To start a vowel"},"276":{"body":"The KWR chord can also represent the “y” sound that occurs between two vowels. In my accent, the words “piano” or “aioli” have a subtle “y” sound in the second syllable (“pee-ya-no” and “ai-yo-lee”). Linguistically, this sound is called a glide and is represented with KWR in Lapwing: piano PEU/KWRA/TPHOE aioli AOEU/KWROE/HREU If, in your accent, you cannot hear a glide, you can also just treat KWR as a silent linker just like in previous sections. Essentially, if there are two distinct vowel sounds next to each other which cannot be represented by a single vowel chord, use KWR to link them in separate strokes. Examples KAEU/KWROS chaos TKAOEU/KWRA/KREU/TEUBG diacritic AOEU/TKAOE/KWRA idea SRAOEU/KWROLT violet","breadcrumbs":"Chapter 15: Syllabic splitting » Between two vowels","id":"276","title":"Between two vowels"},"277":{"body":"How is “alleviate” written? With everything covered so far, it may be tempting to use A/HRAOE/SREU/KWRAEUT (a/lle/vi/ate). However, four strokes is quite a lot. This outline needs to be compressed into fewer strokes if the goal is to be fast at steno. To do this, let the KWRAEU stroke represent the entire “ia” sound. This sound is made up of two distinct vowels that are blended together. The “ia” pair is composed of the long e /i/ vowel as in “beet” and the long a /ei/ vowel as in “bait”. These are blended together to form the sound “ee-ait” /iˌeɪt/. Say “alleviate” out loud and see if you can identify this “ee-ait” vowel pair in the last syllable! Instead of treating KWR as a silent linker chord, it can also be used to represent the first vowel sound in this pair. The second sound would be written with the thumb keys. This way, KWRAEU represents the “ia” sound. By doing so, the start of the last stroke has effectively been shifted: instead of a/lle/vi/ate, it can be split as a/lle/v/iate Finally, the “v” sound can also be shifted to the second stroke: a/llev/iate alleviate A/HRAOEF/KWRAEUT Another way of thinking about this is that KWR is representing a subtle “y” sound just like in the previous section. If you can hear a “y” sound in alleviate (as in “a-leev-yait”), then you can simply use KWR to represent this sound, and write the rest of the vowels using the thumbs. Thinking about vowel pairs is a great way of understanding how KWR can be used in these situations. However, if it is a bit slow, I recommend thinking about KWR as a “y” sound. We can approximate complicated vowel sounds just by using a “y” sound and a vowel we’ve learned before. Examples In the following examples, try to pronounce each word by approximating the vowel pair with a “y” sound. Notice how these approximations still resemble the word being pronounced. appreciate A/PRAOERB/KWRAEUT KWRAEU represents “ia” vowel pair aficionado A/TPEURB/KWRO/TPHA/TKOE KWRO represents “io” vowel pair nefarious TPHE/TPAEUR/KWRUS KWRU represents the “iou” vowel (the “o” is silent) video SREUD/KWROE KWROE represents the “eo” vowel","breadcrumbs":"Chapter 15: Syllabic splitting » As a vowel pair","id":"277","title":"As a vowel pair"},"278":{"body":"KWR as “y” drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"278","title":"Section practice"},"279":{"body":"Sometimes a given steno outline can have both a word and a prefix that it can represent. For example, to write the simple word “by” the obvious steno outline is PWAOEU. However, there also exists the “bi-” prefix as in the words “bicycle” PWAOEU/SAOEUBG/-L, “bifurcate” PWAOEU/TPUR/KAEUT, and “bilateral” PWAOEU/HRA/TER/KWRAL. NOTE: these examples with the PWAOEU aren’t all being used correctly from a prefix perspective (they aren’t altering a root word semantically). However, from a syllabic splitting perspective, these are correct. Therefore, it makes sense to assign a different stroke other than PWAOEU to the word “by”. Otherwise, if PWAOEU is used for the prefix and the word, conflicts such as the following can arise: PWAOEU/SAOEUBG/-L/-G Can be the word “bicycling” Can be the phrase “by cycling” as in “We can achieve hover by cycling between engine modes.” PWAOEU/HRA/TER/KWRAL Can be the word “bilateral” Can be the phrase “by lateral” as in “Love waves cause damage by lateral movement of the ground.” Below is a table of some basic word/prefix conflicts. Prefixes will be given to the intuitive outline and the word variant will use the asterisk key or a different vowel chord. However, for some common words, it’s useful to brief them as it is useful in phrases. NOTE: you are free to add your own briefs for the word variants. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi- (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy” (see below). be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri- (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”.","breadcrumbs":"Chapter 15: Syllabic splitting » Prefix priority","id":"279","title":"Prefix priority"},"28":{"body":"With your dictionaries unchecked, try pressing the right side “T” key (or really any consonant key on the right side). You’ll notice that Plover outputs -T with a hyphen. The hyphen indicates that this “T” is on the right side of the keyboard. If you are prompted to press S, you must press the “S” key on the left side. If you see -S, this indicates that the S is on the right side and so you must press the right side “S” key. This hyphen is included in all strokes that contain only right hand consonant keys. If you were to press the right hand “R”, “P”, and “L” keys, Plover would output -RPL. If a stroke contains a vowel or the asterisk, however, the hyphen is omitted. This syntax of raw steno makes it easy to differentiate repeat letter keys on both sides of the keyboard.","breadcrumbs":"Chapter 4: The layout » Why does Plover output a hyphen?","id":"28","title":"Why does Plover output a hyphen?"},"280":{"body":"There are also conflicts between words and prefixes that are more than one stroke long. In these cases, the rules are much more simple. Use the asterisk key on the last stroke of the outline to write the word variant, and no asterisk to write the prefix. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 15: Syllabic splitting » Multistroke prefixes","id":"280","title":"Multistroke prefixes"},"281":{"body":"Don’t worry too much about trying to memorize these briefs just yet. It’s only important that to understand the motivation as to why some basic words aren’t very intuitive. These briefs (along with others) are covered in the next chapter with practice material.","breadcrumbs":"Chapter 15: Syllabic splitting » Next chapter","id":"281","title":"Next chapter"},"282":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15 test","id":"282","title":"Chapter 15 test"},"283":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended completion goal","id":"283","title":"Recommended completion goal"},"284":{"body":"You can skip this if you’ve already been learning the briefs in each chapter!","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16: Top 200 common English words","id":"284","title":"Chapter 16: Top 200 common English words"},"285":{"body":"Recommended time to spend on this chapter: 2 days (assuming all these briefs are brand new). Read the introduction ( 5 minutes ) Skim the rest of this page ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended pace","id":"285","title":"Recommended pace"},"286":{"body":"All 200 words drill Briefs only drill","breadcrumbs":"Chapter 16: Top 200 common English words » Useful links","id":"286","title":"Useful links"},"287":{"body":"In English, the 200 most frequently used words account for something like 80% of all writing. Because of this, these words tend to be written with abbreviated outlines heavily for speed and comfort. About 50 of the 200 most common English words need to be memorized; they cannot always be written with theory principles covered so far. It’s important to be comfortable writing all of these words by the end of this chapter.","breadcrumbs":"Chapter 16: Top 200 common English words » Introduction","id":"287","title":"Introduction"},"288":{"body":"A write-out refers to an outline that adheres to theory principles very closely. They are the canonical outline to use when in doubt. On the other hand, a brief is an outline that doesn’t necessarily follow theory. It is an abbreviated entry that is used for greater speed. Some words do not have a write-out entry and will only have a brief which needs to be memorized. On the other hand, some words may only have a write-out. Finally, some may also have a brief and a write-out. If no explanation is provided, you may use either one. NOTE: you may find other briefs in the dictionary that are not mentioned in this page. I recommend not using them until you are done theory and are comfortable with your dictionary.","breadcrumbs":"Chapter 16: Top 200 common English words » Write-outs versus briefs","id":"288","title":"Write-outs versus briefs"},"289":{"body":"It would be extremely hard to memorize many of these briefs just by reading this page. Instead, first skim through this page and then use Typey Type to discover new words. Use these settings: Study type: Discover Limit word count: 200 Repetitions: 1 Sort: Random Hide hint on last repetition: unchecked This way, you can learn the words by simply reading the hints provided. If you come across a brief that is confusing, check back on this page to see if there is an explanation.","breadcrumbs":"Chapter 16: Top 200 common English words » How to complete this chapter","id":"289","title":"How to complete this chapter"},"29":{"body":"If you’d like, you can just jump right into the drills; that is a valid way to learn the layout. However, I would suggest coming up with mnemonics first just to make the memorization process a little bit easier. These should be personal as they’re more likely to stick. For example, these are some mnemonics I used when first starting off: Left hand, bottom row (SKWR) some kettle valley railway (SKWR) A historical railway in my area (“v” is not quite “W”, but it was close enough) Right hand, full bottom row (-RBGSZ) red, blue, green (RBG) Like “RGB” but not quite Bottom right pinkie key is -S just like bottom left pinkie The “Z” sound is similar to “S” and is immediately to the right of -S -Z is also on the end, just like in the alphabet Left hand, top row (#TPH) hash is right above S the power of hydrogen (“TPH”) As in the chemistry term “pH” Right hand, full top row (-FPLTD) Index finger presses -F personal learning time (-PLT) You can also combine the previous key with this mnemonic where -F represents an expletive (-FPLTD) The “D” sound is just the voiced “T” sound and is right next to -T (-D) Vowels (AOEU) ay yo, eu! (AOEU) An individual really passionate about the European Union You could also pronounce “ao” as “ow” for someone who dislikes the European Union Clearly some of these mnemonics are rather silly (and also very specific), but that makes them easier to remember for me. I do encourage you to come up with your own! At some point, the keys will become natural to you and you will not need to recall any mnemonics. It is at this point that you should proceed to the test.","breadcrumbs":"Chapter 4: The layout » How should I start?","id":"29","title":"How should I start?"},"290":{"body":"Discover briefs Discover all 200 words","breadcrumbs":"Chapter 16: Top 200 common English words » Practice material","id":"290","title":"Practice material"},"291":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 1–50","id":"291","title":"1–50"},"292":{"body":"Brief: -T","breadcrumbs":"Chapter 16: Top 200 common English words » the","id":"292","title":"the"},"293":{"body":"Brief: -F","breadcrumbs":"Chapter 16: Top 200 common English words » of","id":"293","title":"of"},"294":{"body":"Brief: TO Write-out: TAOU Both outlines are valid to use.","breadcrumbs":"Chapter 16: Top 200 common English words » to","id":"294","title":"to"},"295":{"body":"Brief: SKP Useful in phrases such as SKP-T “and the” and SKPU “and you”.","breadcrumbs":"Chapter 16: Top 200 common English words » and","id":"295","title":"and"},"296":{"body":"Write-out: AEU A is the “a-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » a","id":"296","title":"a"},"297":{"body":"Brief: TPH EUPB is the “in-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » in","id":"297","title":"in"},"298":{"body":"Brief: S","breadcrumbs":"Chapter 16: Top 200 common English words » is","id":"298","title":"is"},"299":{"body":"Brief: T","breadcrumbs":"Chapter 16: Top 200 common English words » it","id":"299","title":"it"},"3":{"body":"This series is work in progress! So you want to learn stenography! It’s a very long road ahead, but I do hope this series will help guide you along the way. Thanks to Plover and the efforts from the Open Steno Project, stenography is no longer restricted to professionals and students. The hobbyist steno community is flourishing, and self-taught professional stenographers are becoming more and more common.","breadcrumbs":"Chapter 1: Introduction » Chapter 1: Introduction","id":"3","title":"Chapter 1: Introduction"},"30":{"body":"If, after a few days, you feel pretty comfortable practising the previous drills , you may want to try other practice material. The other Steno Jig drills are fair game: The drills outside of the red box incorporate theory you have not learned yet, and are not recommended. If you have already done these drills and are quite comfortable, I would recommend moving onto the test.","breadcrumbs":"Chapter 4: The layout » Other drills","id":"30","title":"Other drills"},"300":{"body":"Brief: U","breadcrumbs":"Chapter 16: Top 200 common English words » you","id":"300","title":"you"},"301":{"body":"Brief: THA Useful in phrases such as THAT “that the” and THAEU “that I”.","breadcrumbs":"Chapter 16: Top 200 common English words » that","id":"301","title":"that"},"302":{"body":"Write-out: HAOE","breadcrumbs":"Chapter 16: Top 200 common English words » he","id":"302","title":"he"},"303":{"body":"Write-out: WAS","breadcrumbs":"Chapter 16: Top 200 common English words » was","id":"303","title":"was"},"304":{"body":"Brief: TP-R TPOR is the “for-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » for","id":"304","title":"for"},"305":{"body":"Brief: AUPB or O*PB OPB is the “on-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » on","id":"305","title":"on"},"306":{"body":"Brief: R or -R Useful in phrases such as R-T “are the” and THR-R “there are” (see there ).","breadcrumbs":"Chapter 16: Top 200 common English words » are","id":"306","title":"are"},"307":{"body":"Brief: W Useful in phrases such as W-T “with the” and WU “with you” (see you ).","breadcrumbs":"Chapter 16: Top 200 common English words » with","id":"307","title":"with"},"308":{"body":"Write-out: AS","breadcrumbs":"Chapter 16: Top 200 common English words » as","id":"308","title":"as"},"309":{"body":"Brief: EU AOEU is the word “eye”.","breadcrumbs":"Chapter 16: Top 200 common English words » I","id":"309","title":"I"},"31":{"body":"For this test, we will also be using Steno Jig. This time, we will be making a custom drill here: Click here to take you to the page shown above. Copy and paste the following into the text box: SAP HUD SOG TOD WET POG ROD KUS PEB ROR WEZ WEL TER TAT WEF KAB WES SAP TAS RET TAD PEP SEB KOF TUZ PEF HEL PUB RAT WAF TAB RAS HUP WUP PEZ SOF HUR PUZ SOB POT KED WUD SAG RAP RAL ROL WOZ KAD KAT KOB RAD TAR SAL ROF SOR WOT HUF TUR KAF HOR SOD KOT SEF RED HAP PAP KEG KOZ TUS SOZ TAG HAS TAF HES HOL WUR TEB HAB HER PER TOP HAZ POL WOS HOP SUT TOR REL PAT SER WUS PUP KAG POD SUB HED SAB SUL TEF SOL This test is a little different to previous drills in that you are writing entire strokes rather than single keys. Consonants on the left side of a vowel should be pressed with the left hand, and consonants on the right side should be pressed with the right hand. So SAP would be written like: It is important that you press all three keys all at once for every stroke you are prompted to write (do not press each key letter by letter). Select “Shuffle words” and make sure your dictionaries are also unchecked just like in previous drills. Once you have done so, you are ready to go!","breadcrumbs":"Chapter 4: The layout » Chapter 4 test","id":"31","title":"Chapter 4 test"},"310":{"body":"Write-out: HEUS","breadcrumbs":"Chapter 16: Top 200 common English words » his","id":"310","title":"his"},"311":{"body":"Brief: THE Useful for dealing with the “their”, “there”, and “they’re” three-way conflict as “they’re” can be written as THER.","breadcrumbs":"Chapter 16: Top 200 common English words » they","id":"311","title":"they"},"312":{"body":"Brief: -B PWE is the “be-” prefix and PWAOE is the word “bee”.","breadcrumbs":"Chapter 16: Top 200 common English words » be","id":"312","title":"be"},"313":{"body":"Write-out: AT","breadcrumbs":"Chapter 16: Top 200 common English words » at","id":"313","title":"at"},"314":{"body":"Write-out: WUPB","breadcrumbs":"Chapter 16: Top 200 common English words » one","id":"314","title":"one"},"315":{"body":"Brief: SR Useful in phrases like SR-T “have the” and SRU “have you”. HAF is also the word “half”.","breadcrumbs":"Chapter 16: Top 200 common English words » have","id":"315","title":"have"},"316":{"body":"Brief: TH Useful in phrases like STH “is this” and TH-S “this is”.","breadcrumbs":"Chapter 16: Top 200 common English words » this","id":"316","title":"this"},"317":{"body":"Write-out: TPROPL","breadcrumbs":"Chapter 16: Top 200 common English words » from","id":"317","title":"from"},"318":{"body":"Brief: AOUR or AUR OR is the “or-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » or","id":"318","title":"or"},"319":{"body":"Brief: H","breadcrumbs":"Chapter 16: Top 200 common English words » had","id":"319","title":"had"},"32":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! You should be able to complete this test in 10 minutes or fewer with an accuracy of at least 90%.","breadcrumbs":"Chapter 4: The layout » Recommended completion goal","id":"32","title":"Recommended completion goal"},"320":{"body":"Brief: PWEU PWAOEU is the “bi-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » by","id":"320","title":"by"},"321":{"body":"Write-out: HOT","breadcrumbs":"Chapter 16: Top 200 common English words » hot","id":"321","title":"hot"},"322":{"body":"Write-out: PWUT","breadcrumbs":"Chapter 16: Top 200 common English words » but","id":"322","title":"but"},"323":{"body":"Write-out: SOPL","breadcrumbs":"Chapter 16: Top 200 common English words » some","id":"323","title":"some"},"324":{"body":"Brief: WHA Useful in phrases like WHAT “what the” and WHAEU “what I”.","breadcrumbs":"Chapter 16: Top 200 common English words » what","id":"324","title":"what"},"325":{"body":"Brief: THR Useful in phrases like THR-R “there are” and THR-S “there is”.","breadcrumbs":"Chapter 16: Top 200 common English words » there","id":"325","title":"there"},"326":{"body":"Write-out: WAOE To write the word “wee”, use WAO*E.","breadcrumbs":"Chapter 16: Top 200 common English words » we","id":"326","title":"we"},"327":{"body":"Brief: K","breadcrumbs":"Chapter 16: Top 200 common English words » can","id":"327","title":"can"},"328":{"body":"Brief: AOUT or O*UT OUT is the “out-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » out","id":"328","title":"out"},"329":{"body":"Brief: OER Write-out: O*T/KWRER The brief is recommended for this common word.","breadcrumbs":"Chapter 16: Top 200 common English words » other","id":"329","title":"other"},"33":{"body":"KEP SAT TEP REF PUT KUR RAB KUF RAG WUT KUB ROB TUF TOT WUL WUF KEZ ROT KAZ KEF RUT PUG RAF SUR REP TUD TOS SEZ SUD KUL KAP TOZ ROZ PAB KUT PUS KOD RUG TED HOT SAS HAG HEZ SUZ WAT KUP HAT PAL HOZ POS PAD PUR KOR PAZ TEZ REZ ROS KUZ WOL TUP HUG HOB HAR RER TOG REG TUB HUL PAR TOF WUZ PUL HEG POR RUL SEL TOB KER HOF SUF RUF WUG WER RUR SAD SOT TUG REB SES HAD HOG KEB POP TES KOG HUZ KAS SAF HEB TEL KOL POB KUD HAL TUT ROP WAD WAL TAP RES SEG WOG RUB WOP PUD WAG PED WAS PUF HET KOS WEP HOS KAR SOP RUD KOP TET HUS TOL PET HAF HEF SAZ WAR SEP SUG TUL RUP KET WOF KEL SOS HOD RAZ PES KAL WAB SUS HEP WEG SUP PEG HUB WOD KES PAF SAR PEL WEB TEG SET WOB PAS POF RAR WOR WUB POZ ROG HUT WAZ WED KUG TAZ SED RUZ TAL RUS WAP PAG","breadcrumbs":"Chapter 4: The layout » Extra practice","id":"33","title":"Extra practice"},"330":{"body":"Brief: WR Write-out: WER The brief is useful in phrases such as WR-T “were the” and WRU “were you”.","breadcrumbs":"Chapter 16: Top 200 common English words » were","id":"330","title":"were"},"331":{"body":"Write-out: AUL","breadcrumbs":"Chapter 16: Top 200 common English words » all","id":"331","title":"all"},"332":{"body":"Brief: KWRAOUR or KWROR or KWROUR Write-out: KWRAO*UR The write-out is somewhat awkward so it is recommended you use one of the briefs.","breadcrumbs":"Chapter 16: Top 200 common English words » your","id":"332","title":"your"},"333":{"body":"Brief: WH Useful in phrases such as WH-S “when is” and WHU “when you”.","breadcrumbs":"Chapter 16: Top 200 common English words » when","id":"333","title":"when"},"334":{"body":"Write-out: UP","breadcrumbs":"Chapter 16: Top 200 common English words » up","id":"334","title":"up"},"335":{"body":"Write-out: AOUS","breadcrumbs":"Chapter 16: Top 200 common English words » use","id":"335","title":"use"},"336":{"body":"Write-out: WORD","breadcrumbs":"Chapter 16: Top 200 common English words » word","id":"336","title":"word"},"337":{"body":"Write-out: HOU","breadcrumbs":"Chapter 16: Top 200 common English words » how","id":"337","title":"how"},"338":{"body":"Brief: SED The awkward spelling of this word makes a write-out impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » said","id":"338","title":"said"},"339":{"body":"Write-out: APB","breadcrumbs":"Chapter 16: Top 200 common English words » an","id":"339","title":"an"},"34":{"body":"","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5: Lapwing setup and basics","id":"34","title":"Chapter 5: Lapwing setup and basics"},"340":{"body":"Write-out: AOEFP","breadcrumbs":"Chapter 16: Top 200 common English words » each","id":"340","title":"each"},"341":{"body":"Write-out: SHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » she","id":"341","title":"she"},"342":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 51–100","id":"342","title":"51–100"},"343":{"body":"Brief: WEU or KH WEUFP and WHEUFP are the words “witch” and “whisp”.","breadcrumbs":"Chapter 16: Top 200 common English words » which","id":"343","title":"which"},"344":{"body":"Brief: TKO TKAOU and TKAO*U are the words “due” and “dew”.","breadcrumbs":"Chapter 16: Top 200 common English words » do","id":"344","title":"do"},"345":{"body":"Write-out: THAEUR","breadcrumbs":"Chapter 16: Top 200 common English words » their","id":"345","title":"their"},"346":{"body":"Write-out: TAOEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » time","id":"346","title":"time"},"347":{"body":"Brief: TP Useful in phrases like TPU “if you” and TP-T “if the”.","breadcrumbs":"Chapter 16: Top 200 common English words » if","id":"347","title":"if"},"348":{"body":"Brief: HR Useful in phrases like HRU “will you” and HR-T “will the”.","breadcrumbs":"Chapter 16: Top 200 common English words » will","id":"348","title":"will"},"349":{"body":"Write-out: WAEU","breadcrumbs":"Chapter 16: Top 200 common English words » way","id":"349","title":"way"},"35":{"body":"Recommended time to spend on this chapter: 1–3 days. Set up Lapwing ( 5 minutes ) Familiarize yourself with Typey Type ( 5 minutes ) Play around with various settings if you’d like Read Single key basics and complete the drill ( 30 minutes ) Repeat the drill as needed Read Consonant keys ( 2 minutes ) Read The missing short vowel and complete the drill ( 15 minutes ) Repeat the drill as needed Read Left hand d, b, and l and complete the drill ( 20 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended pace","id":"35","title":"Recommended pace"},"350":{"body":"Brief: PW","breadcrumbs":"Chapter 16: Top 200 common English words » about","id":"350","title":"about"},"351":{"body":"Brief: PHA*EPB","breadcrumbs":"Chapter 16: Top 200 common English words » many","id":"351","title":"many"},"352":{"body":"Write-out: THEPB","breadcrumbs":"Chapter 16: Top 200 common English words » then","id":"352","title":"then"},"353":{"body":"Write-out: THEPL","breadcrumbs":"Chapter 16: Top 200 common English words » them","id":"353","title":"them"},"354":{"body":"Write-out: WUD","breadcrumbs":"Chapter 16: Top 200 common English words » would","id":"354","title":"would"},"355":{"body":"Write-out: WRAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » write","id":"355","title":"write"},"356":{"body":"Write-out: HRAOEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » like","id":"356","title":"like"},"357":{"body":"Brief: SO SOE is the word “sow”.","breadcrumbs":"Chapter 16: Top 200 common English words » so","id":"357","title":"so"},"358":{"body":"Write-out: THAOES","breadcrumbs":"Chapter 16: Top 200 common English words » these","id":"358","title":"these"},"359":{"body":"Write-out: HER","breadcrumbs":"Chapter 16: Top 200 common English words » her","id":"359","title":"her"},"36":{"body":"Typey Type custom lessons Basic single syllable words drill Basic left hand single syllable words drill Single syllable dbl words drill Chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Useful links","id":"36","title":"Useful links"},"360":{"body":"Write-out: HROPBG","breadcrumbs":"Chapter 16: Top 200 common English words » long","id":"360","title":"long"},"361":{"body":"Write-out: PHAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » make","id":"361","title":"make"},"362":{"body":"Write-out: THEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » thing","id":"362","title":"thing"},"363":{"body":"Write-out: SAOE","breadcrumbs":"Chapter 16: Top 200 common English words » see","id":"363","title":"see"},"364":{"body":"Write-out: HEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » him","id":"364","title":"him"},"365":{"body":"Brief: TWO","breadcrumbs":"Chapter 16: Top 200 common English words » two","id":"365","title":"two"},"366":{"body":"Write-out: HAS","breadcrumbs":"Chapter 16: Top 200 common English words » has","id":"366","title":"has"},"367":{"body":"Write-out: HRAOBG","breadcrumbs":"Chapter 16: Top 200 common English words » look","id":"367","title":"look"},"368":{"body":"Write-out: PHOR","breadcrumbs":"Chapter 16: Top 200 common English words » more","id":"368","title":"more"},"369":{"body":"Write-out: TKAEU","breadcrumbs":"Chapter 16: Top 200 common English words » day","id":"369","title":"day"},"37":{"body":"The Plover app comes loaded with a default theory called Plover theory. As this series is for learning Lapwing theory, there are a few modifications needed before proceeding. There are two options: install the plover-lapwing-aio plugin, or add the Lapwing dictionaries manually (not recommended). If in doubt, follow the instructions below for the all-in-one plugin as discussed below. If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with Lapwing.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Lapwing setup","id":"37","title":"Lapwing setup"},"370":{"body":"Write-out: KUD","breadcrumbs":"Chapter 16: Top 200 common English words » could","id":"370","title":"could"},"371":{"body":"Write-out: TKPWOE","breadcrumbs":"Chapter 16: Top 200 common English words » go","id":"371","title":"go"},"372":{"body":"Write-out: KOPL","breadcrumbs":"Chapter 16: Top 200 common English words » come","id":"372","title":"come"},"373":{"body":"Brief: TK Useful in phrases like TK-T “did the” and TKU “did you”.","breadcrumbs":"Chapter 16: Top 200 common English words » did","id":"373","title":"did"},"374":{"body":"Write-out: PHAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » my","id":"374","title":"my"},"375":{"body":"Write-out: SOUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » sound","id":"375","title":"sound"},"376":{"body":"Brief: TPHO TPHOE is the word “know”.","breadcrumbs":"Chapter 16: Top 200 common English words » no","id":"376","title":"no"},"377":{"body":"Write-out: PHOEFT","breadcrumbs":"Chapter 16: Top 200 common English words » most","id":"377","title":"most"},"378":{"body":"Write-out: TPHUPL/PWER","breadcrumbs":"Chapter 16: Top 200 common English words » number","id":"378","title":"number"},"379":{"body":"Brief: WHO WHAOU is the word “whew”.","breadcrumbs":"Chapter 16: Top 200 common English words » who","id":"379","title":"who"},"38":{"body":"In Plover’s main window, click on Tools → Plugins Manager. Scroll down until you see plover-lapwing-aio and select it. Press Install/Update and make sure to press the Restart button afterwards. plugins manager NOTE: just closing the main window is not sufficient to restart Plover. You will have to press the restart button or manually quit Plover by going to File → Quit Plover and opening Plover again. Once Plover has been restarted, in Plover’s main window, click on Configure → System and change the system to Lapwing. Press Apply and OK—you should now be good to go! system settings If you’d like to know more about the default dictionaries that come with the all-in-one plugin, have a look at the homepage.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Using the all-in-one plugin","id":"38","title":"Using the all-in-one plugin"},"380":{"body":"Brief: AUFR OEFR is the prefix and AU is an easy to press alternative chord.","breadcrumbs":"Chapter 16: Top 200 common English words » over","id":"380","title":"over"},"381":{"body":"Write-out: TPHOE","breadcrumbs":"Chapter 16: Top 200 common English words » know","id":"381","title":"know"},"382":{"body":"Write-out: WAU/TER","breadcrumbs":"Chapter 16: Top 200 common English words » water","id":"382","title":"water"},"383":{"body":"Write-out: THAPB","breadcrumbs":"Chapter 16: Top 200 common English words » than","id":"383","title":"than"},"384":{"body":"Write-out: KAUL","breadcrumbs":"Chapter 16: Top 200 common English words » call","id":"384","title":"call"},"385":{"body":"Brief: TPEUFRT Write-out: TP*EURS TPEUFRT uses an inversion (violation of steno order) which is more of a briefing technique than a theory rule.","breadcrumbs":"Chapter 16: Top 200 common English words » first","id":"385","title":"first"},"386":{"body":"Brief: P Write-out: PAOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » people","id":"386","title":"people"},"387":{"body":"Brief: PHAEU","breadcrumbs":"Chapter 16: Top 200 common English words » may","id":"387","title":"may"},"388":{"body":"Write-out: TKOUPB","breadcrumbs":"Chapter 16: Top 200 common English words » down","id":"388","title":"down"},"389":{"body":"Write-out: SAOEUD","breadcrumbs":"Chapter 16: Top 200 common English words » side","id":"389","title":"side"},"39":{"body":"If you do not want to use the all-in-one plugin, please see Appendix B if you wish to set up Lapwing dictionaries manually (not recommended).","breadcrumbs":"Chapter 5: Lapwing setup and basics » Setting up Lapwing manually","id":"39","title":"Setting up Lapwing manually"},"390":{"body":"Brief: PW-PB","breadcrumbs":"Chapter 16: Top 200 common English words » been","id":"390","title":"been"},"391":{"body":"Write-out: TPHOU","breadcrumbs":"Chapter 16: Top 200 common English words » now","id":"391","title":"now"},"392":{"body":"Write-out: TPAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » find","id":"392","title":"find"},"393":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 101–150","id":"393","title":"101–150"},"394":{"body":"Brief: TPHEU","breadcrumbs":"Chapter 16: Top 200 common English words » any","id":"394","title":"any"},"395":{"body":"Brief: TPHU TPHAOU is the word “knew”","breadcrumbs":"Chapter 16: Top 200 common English words » new","id":"395","title":"new"},"396":{"body":"Write-out: WORBG","breadcrumbs":"Chapter 16: Top 200 common English words » work","id":"396","title":"work"},"397":{"body":"Write-out: PART","breadcrumbs":"Chapter 16: Top 200 common English words » part","id":"397","title":"part"},"398":{"body":"Write-out: TAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » take","id":"398","title":"take"},"399":{"body":"Write-out: TKPWET","breadcrumbs":"Chapter 16: Top 200 common English words » get","id":"399","title":"get"},"4":{"body":"steno layout Stenography (steno for short) is a method of text input that utilizes a chorded keyboard layout to write parts of words, entire words, or even phrases. Before delving into the details of how steno works, first think about regular keyboards—for example, how one would type the word “complicate”: typing “complicate” on a keyboard Every letter is simply pressed individually: c/o/m/p/l/i/c/a/t/e The slashes represent separators between key presses. This results in 10 successive key strokes. On the other hand, steno uses chords , or groups of keys that are pressed down all at once. This action of pressing down multiple keys simultaneously is called a stroke. By using chords the word “complicate” can be written using only three strokes: com/pli/cate writing “complicate” with steno We could notate writing this word using steno like so: KOPL/PHREU/KAEUT","breadcrumbs":"Chapter 1: Introduction » How does steno work?","id":"4","title":"How does steno work?"},"40":{"body":"From this point on, exercises will be done on Typey Type. The benefit is that custom lessons with their own recommended outlines can be configured. Typey Type custom lessons","breadcrumbs":"Chapter 5: Lapwing setup and basics » Typey Type","id":"40","title":"Typey Type"},"400":{"body":"Write-out: PHRAEUS","breadcrumbs":"Chapter 16: Top 200 common English words » place","id":"400","title":"place"},"401":{"body":"Write-out: PHAED","breadcrumbs":"Chapter 16: Top 200 common English words » made","id":"401","title":"made"},"402":{"body":"Write-out: HREUF","breadcrumbs":"Chapter 16: Top 200 common English words » live","id":"402","title":"live"},"403":{"body":"Brief: W-R Write-out: WHER","breadcrumbs":"Chapter 16: Top 200 common English words » where","id":"403","title":"where"},"404":{"body":"Brief: AF or AFR Write-out: AF/TER","breadcrumbs":"Chapter 16: Top 200 common English words » after","id":"404","title":"after"},"405":{"body":"Write-out: PWABG","breadcrumbs":"Chapter 16: Top 200 common English words » back","id":"405","title":"back"},"406":{"body":"Brief: HREUL Write-out: HREUT/-L","breadcrumbs":"Chapter 16: Top 200 common English words » little","id":"406","title":"little"},"407":{"body":"Brief: OEPBL Write-out: OEPB/HREU","breadcrumbs":"Chapter 16: Top 200 common English words » only","id":"407","title":"only"},"408":{"body":"Write-out: ROUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » round","id":"408","title":"round"},"409":{"body":"Write-out: PHAPB","breadcrumbs":"Chapter 16: Top 200 common English words » man","id":"409","title":"man"},"41":{"body":"Lessons in this series will be provided as links to text files. Left clicking on these links will display the contents of each lesson. Copy and paste the entire file (Ctrl + A or Cmd + A to select the whole page) into the text box above. After that, press Start custom lesson. Make sure to sort the words randomly on the right hand side. Typey Type custom drills settings You may tweak additional settings to your liking, but the defaults are perfectly fine. If you would like to try this out, here is one example of a lesson: Click here to access a sample lesson","breadcrumbs":"Chapter 5: Lapwing setup and basics » Click here to access Typey Type shown above","id":"41","title":"Click here to access Typey Type shown above"},"410":{"body":"Write-out: KWRAO*ER","breadcrumbs":"Chapter 16: Top 200 common English words » year","id":"410","title":"year"},"411":{"body":"Write-out: KAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » came","id":"411","title":"came"},"412":{"body":"Write-out: SHOE","breadcrumbs":"Chapter 16: Top 200 common English words » show","id":"412","title":"show"},"413":{"body":"Brief: EFR","breadcrumbs":"Chapter 16: Top 200 common English words » every","id":"413","title":"every"},"414":{"body":"Write-out: TKPWAOD","breadcrumbs":"Chapter 16: Top 200 common English words » good","id":"414","title":"good"},"415":{"body":"Write-out: PHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » me","id":"415","title":"me"},"416":{"body":"Write-out: TKPWEUF","breadcrumbs":"Chapter 16: Top 200 common English words » give","id":"416","title":"give"},"417":{"body":"Write-out: OUR","breadcrumbs":"Chapter 16: Top 200 common English words » our","id":"417","title":"our"},"418":{"body":"Brief: TPH-PB or UPBD Write-out: UPB/TK*ER UPB/TKER is the “under-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » under","id":"418","title":"under"},"419":{"body":"Write-out: TPHAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » name","id":"419","title":"name"},"42":{"body":"Each steno stroke is made up of three main parts: the initial consonant, the vowel, and the ending consonant. If a single key makes up one of these parts, it will represent the sound that the letter is associated with. For example, the strokes TAP and HUT from the previous chapter’s test represent the words “tap” and “hut” respectively. The stroke KAT represents the word “cat”. NOTE: most consonants are phonetic, meaning that we care about the pronunciation rather than the spelling. This is why the initial consonant in “cat” is given the K key. You will later see that not all steno aspects are phonetic—some are orthographic (meaning that they are based upon spelling instead). If one of these parts of the steno stroke is not a single key (i.e. it is a chord), it will not necessarily represent the combination of the individual letter sounds. Sometimes this does work; combining the left hand S and H keys can represent the initial “sh” sound as in “shut”. However, sometimes the individual keys in a chord have nothing to do with the actual sound it represents. For example, the right hand -PB chord represents the ending “n” sound as in “sun”. These chords are covered later on, so do not worry too much about this for now. The main takeaway of this section is understanding what to do for simple words whose parts can be composed of single keys.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Single key basics","id":"42","title":"Single key basics"},"420":{"body":"Brief: SRE Write-out: SRER/KWREU","breadcrumbs":"Chapter 16: Top 200 common English words » very","id":"420","title":"very"},"421":{"body":"Brief: THRU THRAOU is the word “threw”.","breadcrumbs":"Chapter 16: Top 200 common English words » through","id":"421","title":"through"},"422":{"body":"Write-out: SKWRUFT","breadcrumbs":"Chapter 16: Top 200 common English words » just","id":"422","title":"just"},"423":{"body":"Write-out: TPORPL","breadcrumbs":"Chapter 16: Top 200 common English words » form","id":"423","title":"form"},"424":{"body":"Write-out: PHUFP","breadcrumbs":"Chapter 16: Top 200 common English words » much","id":"424","title":"much"},"425":{"body":"Write-out: TKPWRAET","breadcrumbs":"Chapter 16: Top 200 common English words » great","id":"425","title":"great"},"426":{"body":"Brief: THEU Write-out: TH*EUPBG If you’re having trouble with the awkward write-out, use the brief instead.","breadcrumbs":"Chapter 16: Top 200 common English words » think","id":"426","title":"think"},"427":{"body":"Write-out: SAEU","breadcrumbs":"Chapter 16: Top 200 common English words » say","id":"427","title":"say"},"428":{"body":"Brief: HEP Write-out: HEL/-P","breadcrumbs":"Chapter 16: Top 200 common English words » help","id":"428","title":"help"},"429":{"body":"Write-out: HROE","breadcrumbs":"Chapter 16: Top 200 common English words » low","id":"429","title":"low"},"43":{"body":"Some consonants may represent multiple sounds. This table will clear up any ambiguities. Steno key Examples S sat sill T ten tap K king car P pat pull W win watt H hot hum R red ran -F puff cough -P hip sap -B lob hub -L fall lol -G sag tug -T right pit -S* pass has -D tad rid -Z jazz fizz *-S is used whenever the ending sound is spelled with the letter “s”. This is why “has” and “pass” both use -S, despite having a different sound.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Consonant keys","id":"43","title":"Consonant keys"},"430":{"body":"Write-out: HRAOEUPB","breadcrumbs":"Chapter 16: Top 200 common English words » line","id":"430","title":"line"},"431":{"body":"Brief: PW-FR Write-out: PWE/TPOR","breadcrumbs":"Chapter 16: Top 200 common English words » before","id":"431","title":"before"},"432":{"body":"Write-out: TURPB","breadcrumbs":"Chapter 16: Top 200 common English words » turn","id":"432","title":"turn"},"433":{"body":"Write-out: KAUS","breadcrumbs":"Chapter 16: Top 200 common English words » cause","id":"433","title":"cause"},"434":{"body":"Write-out: SAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » same","id":"434","title":"same"},"435":{"body":"Write-out: PHAOEPB","breadcrumbs":"Chapter 16: Top 200 common English words » mean","id":"435","title":"mean"},"436":{"body":"Brief: TKEUFR Write-out: TKEU/TPER","breadcrumbs":"Chapter 16: Top 200 common English words » differ","id":"436","title":"differ"},"437":{"body":"Write-out: PHAOUF","breadcrumbs":"Chapter 16: Top 200 common English words » move","id":"437","title":"move"},"438":{"body":"Write-out: RAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » right","id":"438","title":"right"},"439":{"body":"Write-out: PWOEU","breadcrumbs":"Chapter 16: Top 200 common English words » boy","id":"439","title":"boy"},"44":{"body":"Vowel keys are more tricky than consonants because they are not entirely phonetic or orthographic. We will first look at what short vowels are in Lapwing. The term short vowel is an informal term that is often taught in North American classrooms. It is not very linguistically sound, so the next few sections will attempt to define them more rigorously. Throughout the vowel sections, the IPA (International Phonetic Alphabet) for each sound is listed. This is only intended for those who are already familiar with it. Do not worry at all if you are not familiar with IPA! Short a IPA: /æ/ cat hat Short e IPA: /ɛ/ pet sell Short i IPA: /ɪ/ will sit Short o IPA: /ɑ/ cot rod In my accent, /ɑ/, /ɔ/, and /ɒ/ all are merged. If they are distinct in your accent, they can all be considered as short o . Short u There are two sounds associated with this term. IPA: /ʌ/ cup hut IPA: /ʊ/ could pull","breadcrumbs":"Chapter 5: Lapwing setup and basics » Short vowel sounds","id":"44","title":"Short vowel sounds"},"440":{"body":"Write-out: OELD","breadcrumbs":"Chapter 16: Top 200 common English words » old","id":"440","title":"old"},"441":{"body":"Write-out: TAO","breadcrumbs":"Chapter 16: Top 200 common English words » too","id":"441","title":"too"},"442":{"body":"Write-out: TKOS","breadcrumbs":"Chapter 16: Top 200 common English words » does","id":"442","title":"does"},"443":{"body":"Write-out: TEL","breadcrumbs":"Chapter 16: Top 200 common English words » tell","id":"443","title":"tell"},"444":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 151–200","id":"444","title":"151–200"},"445":{"body":"Brief: STEPBS Write-out: SEPB/TEPBS","breadcrumbs":"Chapter 16: Top 200 common English words » sentence","id":"445","title":"sentence"},"446":{"body":"Write-out: SET","breadcrumbs":"Chapter 16: Top 200 common English words » set","id":"446","title":"set"},"447":{"body":"Write-out: THRAOE","breadcrumbs":"Chapter 16: Top 200 common English words » three","id":"447","title":"three"},"448":{"body":"Write-out: WAPBT","breadcrumbs":"Chapter 16: Top 200 common English words » want","id":"448","title":"want"},"449":{"body":"Write-out: AEUR","breadcrumbs":"Chapter 16: Top 200 common English words » air","id":"449","title":"air"},"45":{"body":"Schwa is an English sound that all vowel letters can sometimes represent. For example, the underlined letters in the following words are all pronounced as schwas—they are not enunciated like any of the vowel sounds above. about petition definite potato support","breadcrumbs":"Chapter 5: Lapwing setup and basics » The schwa","id":"45","title":"The schwa"},"450":{"body":"Write-out: WEL","breadcrumbs":"Chapter 16: Top 200 common English words » well","id":"450","title":"well"},"451":{"body":"Brief: HR-S","breadcrumbs":"Chapter 16: Top 200 common English words » also","id":"451","title":"also"},"452":{"body":"Write-out: PHRAEU","breadcrumbs":"Chapter 16: Top 200 common English words » play","id":"452","title":"play"},"453":{"body":"Write-out: SPHAUL","breadcrumbs":"Chapter 16: Top 200 common English words » small","id":"453","title":"small"},"454":{"body":"Write-out: EPBD","breadcrumbs":"Chapter 16: Top 200 common English words » end","id":"454","title":"end"},"455":{"body":"Write-out: PUT","breadcrumbs":"Chapter 16: Top 200 common English words » put","id":"455","title":"put"},"456":{"body":"Write-out: HOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » home","id":"456","title":"home"},"457":{"body":"Write-out: RAED","breadcrumbs":"Chapter 16: Top 200 common English words » read","id":"457","title":"read"},"458":{"body":"Write-out: HAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » hand","id":"458","title":"hand"},"459":{"body":"Write-out: PORT","breadcrumbs":"Chapter 16: Top 200 common English words » port","id":"459","title":"port"},"46":{"body":"Short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Examples hat HAT pet PET cot KOT hut HUT NOTE: short vowels are almost always spelled with the sound they represent. However, one exception is the word “son”, which has a short u vowel. Remember that we care about spelling for short vowels , this word would be written using the O key.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #1:","id":"46","title":"Simple vowels rule #1:"},"460":{"body":"Write-out: HRARPBLG","breadcrumbs":"Chapter 16: Top 200 common English words » large","id":"460","title":"large"},"461":{"body":"Write-out: SPEL","breadcrumbs":"Chapter 16: Top 200 common English words » spell","id":"461","title":"spell"},"462":{"body":"Write-out: AD","breadcrumbs":"Chapter 16: Top 200 common English words » add","id":"462","title":"add"},"463":{"body":"Brief: AOEFPB","breadcrumbs":"Chapter 16: Top 200 common English words » even","id":"463","title":"even"},"464":{"body":"Write-out: HRAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » land","id":"464","title":"land"},"465":{"body":"Write-out: HAOER","breadcrumbs":"Chapter 16: Top 200 common English words » here","id":"465","title":"here"},"466":{"body":"Write-out: PHUFT","breadcrumbs":"Chapter 16: Top 200 common English words » must","id":"466","title":"must"},"467":{"body":"Write-out: PWEUG","breadcrumbs":"Chapter 16: Top 200 common English words » big","id":"467","title":"big"},"468":{"body":"Write-out: HAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » high","id":"468","title":"high"},"469":{"body":"Write-out: SUFP","breadcrumbs":"Chapter 16: Top 200 common English words » such","id":"469","title":"such"},"47":{"body":"There is no “i” key on the steno layout; it is instead represented by the EU chord. Examples hit HEUT pill PEUL pit PEUT tip TEUP","breadcrumbs":"Chapter 5: Lapwing setup and basics » The i chord","id":"47","title":"The i chord"},"470":{"body":"Brief: TPOL Write-out: TPO/HROE","breadcrumbs":"Chapter 16: Top 200 common English words » follow","id":"470","title":"follow"},"471":{"body":"Write-out: ABGT","breadcrumbs":"Chapter 16: Top 200 common English words » act","id":"471","title":"act"},"472":{"body":"Brief: KWR Useful in phrases such as KWR-R “why are” and KWR-T “why the”","breadcrumbs":"Chapter 16: Top 200 common English words » why","id":"472","title":"why"},"473":{"body":"Brief: SK Write-out: AFBG","breadcrumbs":"Chapter 16: Top 200 common English words » ask","id":"473","title":"ask"},"474":{"body":"Write-out: PHEPB","breadcrumbs":"Chapter 16: Top 200 common English words » men","id":"474","title":"men"},"475":{"body":"Write-out: KHAEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » change","id":"475","title":"change"},"476":{"body":"Write-out: WEPBT","breadcrumbs":"Chapter 16: Top 200 common English words » went","id":"476","title":"went"},"477":{"body":"Write-out: HRAOEUT If you feel that “lite” should be written HRAOEUT, feel free to swap these around. However, “lite” is quite a bit more uncommon that I feel it should be given the asterisk.","breadcrumbs":"Chapter 16: Top 200 common English words » light","id":"477","title":"light"},"478":{"body":"Write-out: KAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » kind","id":"478","title":"kind"},"479":{"body":"Brief: AUF OF is the prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » off","id":"479","title":"off"},"48":{"body":"Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. Schwa sounds that are spelled with multiple letters are fairly uncommon. If you encounter any, you are meant to use any of the vowel letters that spell part of the sound. If you run into a missing entry, just add it to your personal dictionary. Examples could KUD head HED said SED tough TUF","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #2:","id":"48","title":"Simple vowels rule #2:"},"480":{"body":"Write-out: TPHAOED","breadcrumbs":"Chapter 16: Top 200 common English words » need","id":"480","title":"need"},"481":{"body":"Write-out: HOUS","breadcrumbs":"Chapter 16: Top 200 common English words » house","id":"481","title":"house"},"482":{"body":"**Brief: P*EUFP ** Write-out: PEUBG/KHUR","breadcrumbs":"Chapter 16: Top 200 common English words » picture","id":"482","title":"picture"},"483":{"body":"Brief: TREU TRAOEU is the “tri-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » try","id":"483","title":"try"},"484":{"body":"Write-out: US","breadcrumbs":"Chapter 16: Top 200 common English words » us","id":"484","title":"us"},"485":{"body":"Brief: TKPWEPB Write-out: A/TKPWEPB or A/TKPWAEUPB Just like with said , the spelling of this word makes a write-out entry ambiguous and slightly impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » again","id":"485","title":"again"},"486":{"body":"Brief: PHAPBL or APB/PHAL Write-out: A/TPHEU/PHAL The one-stroke brief completely violates steno order. The two-stroke brief drops the “i” vowel as it is unstressed (unemphasized).","breadcrumbs":"Chapter 16: Top 200 common English words » animal","id":"486","title":"animal"},"487":{"body":"Write-out: POEUPBT","breadcrumbs":"Chapter 16: Top 200 common English words » point","id":"487","title":"point"},"488":{"body":"Brief: PHOER or PHO*RT Write-out: PHO/THER","breadcrumbs":"Chapter 16: Top 200 common English words » mother","id":"488","title":"mother"},"489":{"body":"Write-out: WORLD","breadcrumbs":"Chapter 16: Top 200 common English words » world","id":"489","title":"world"},"49":{"body":"In a General North American accent, inclusion of the letter “r” after a vowel can alter the pronunciation of the vowel. Take, for example, the following pairs of words: Normal r IPA cat car /ɑɹ/ head her /ɝ/ or /ɚ/ sit sir /ɝ/ or /ɚ/ pot pore /ɔɹ/ pull purr /ɝ/ or /ɚ/ These sounds are also considered to be in the same group as short vowels , so rule 1 applies. We will still write these words with the key that spells the vowel, even if it is phonetically a different sound. NOTE: keep in mind that you still have to identify short vowels before using rule 1. For example, the vowel in “cure” is not a short vowel and cannot be written like KUR. Examples car KAR her HER sir SEUR pore POR purr PUR","breadcrumbs":"Chapter 5: Lapwing setup and basics » Vowels with r","id":"49","title":"Vowels with r"},"490":{"body":"Write-out: TPHAOER","breadcrumbs":"Chapter 16: Top 200 common English words » near","id":"490","title":"near"},"491":{"body":"Write-out: PWEULD","breadcrumbs":"Chapter 16: Top 200 common English words » build","id":"491","title":"build"},"492":{"body":"Brief: SEFL Write-out: SEL/*F Remember to use *F when ending a word with the “f” sound.","breadcrumbs":"Chapter 16: Top 200 common English words » self","id":"492","title":"self"},"493":{"body":"Write-out: *ERT","breadcrumbs":"Chapter 16: Top 200 common English words » earth","id":"493","title":"earth"},"494":{"body":"Brief: TPA*URT Write-out: TPAU/THER","breadcrumbs":"Chapter 16: Top 200 common English words » father","id":"494","title":"father"},"495":{"body":"This chapter’s test consists of the words listed on this page. Use the following settings: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 16 test","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16 test","id":"495","title":"Chapter 16 test"},"496":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended completion goal","id":"496","title":"Recommended completion goal"},"497":{"body":"","breadcrumbs":"Chapter 17: Shortening techniques » Chapter 17: Shortening techniques","id":"497","title":"Chapter 17: Shortening techniques"},"498":{"body":"Recommended time to spend on this chapter: 1–2 days. Read folding and complete the drills ( 20 minutes ) Repeat the drills as needed Read dropping unstressed vowels and complete the drill ( 20 minutes ) Repeat the drill as needed Read inversions and complete the drill ( 10 minutes ) Repeat the drill as needed Read left hand compound clusters and complete the drill ( 15 minutes ) Repeat the drill as needed Read dropping other sounds ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 17: Shortening techniques » Recommended pace","id":"498","title":"Recommended pace"},"499":{"body":"All the techniques covered up until this point will allow writing almost any word. However, words are usually split into outlines such that one stroke corresponds to one syllable. This is not terribly efficient. To put this into perspective, professional stenographers have to write 225 WPM (or 5.25 syllables per second) to graduate. Even for professionals, 5 strokes per second is almost too fast. Instead of relying entirely on finger speed, steno outlines can be shortened. This is done through various techniques that either compress more sounds into each stroke, or drop unnecessary sounds altogether. Shortening techniques are not applicable to any arbitrary word (nor are they entirely conflict free), but they can still be extremely helpful for whole families of words. The techniques listed on this page are low in conflicts and it may also be the case that some words cannot be written without one or more of these techniques. It is very recommended to learn these. Keep in mind, however, that several of the outlines listed on this page may not be in the default Lapwing dictionary. Many of the outlines are suggestions and examples of how these techniques can be used. As you build speed and proficiency with steno, you’ll want to tailor your dictionary to how you write. It is very crucial to become comfortable with adding to your dictionary, especially if you decide to use these shortening techniques very heavily. Adding entries that use these techniques is completely normal and to be expected.","breadcrumbs":"Chapter 17: Shortening techniques » Introduction","id":"499","title":"Introduction"},"5":{"body":"At first glance, it appears that KOPL/PHREU/KAEUT has no bearing resemblance to the word it represents. The reason for this is that there are only so many keys on the steno layout. Arbitrary letter combinations have to be used in order to represent the sounds that are not represented by single keys. steno layout In our example, PL in KOPL represents the ending “m” consonant; HR in PHREU represents the initial “l” consonant; EU in PHREU represents the “i” vowel, as in “pit”; finally AEU in KAEUT represents the /eɪ/ diphthong (also called long a vowel) as in “fate”. The following table illustrates the sounds that each key group represents in our example. Steno Keys K O PL P HR EU K AEU T Sounds k o m p l i k ā t Essentially, KOPL/PHREU/KAEUT really just represents KOM/PLI/KĀT (where Ā represents the long a vowel or /eɪ/ diphthong). And that’s basically all there is in principle! Stenographers memorize a whole slew of chords for the missing sounds, and string multiple strokes together to write English. Here’s a demo of what it looks like to write at 224 WPM with steno:","breadcrumbs":"Chapter 1: Introduction » Why KOPL/PHREU/KAEUT?","id":"5","title":"Why KOPL/PHREU/KAEUT?"},"50":{"body":"Basic single syllable words drill","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice material","id":"50","title":"Section practice material"},"500":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined) Left hand clusters drill Dropping unstressed vowels with folding drill [Inversions](17-inversions.txt) Left hand clusters drill NOTE: it is recommended to complete these in order as some of the later drills incorporate techniques from the previous exercises.","breadcrumbs":"Chapter 17: Shortening techniques » Useful links","id":"500","title":"Useful links"},"501":{"body":"Folding is a technique where a key (or chord) is inserted into a stroke to represent a sound that is typically found at the end of a word.","breadcrumbs":"Chapter 17: Shortening techniques » Folding","id":"501","title":"Folding"},"502":{"body":"Folding -R into a stroke can add an ending “r” sound like in the following examples: equator AOE/KWAEURT = AOE/KWAEUT + -R humor HAOURPL = HAOUPL + -R modulator PHO/SKWRAOU/HRAEURT = PHO/SKWRAOU/HRAEUT + -R shimmer SHEURPL = SHEUPL + -R Some outlines using this technique would conflict with preexisting words (e.g., TARP for “tarp” or “tapper”). In cases where A is the vowel, AE can be used as an alternative vowel chord. hammer HAERPL = HAPL + ER tapper TAERP = TAP + ER R-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » R-folding","id":"502","title":"R-folding"},"503":{"body":"Folding -L into a stroke can add a sound containing the “l” consonant on the end of the word. Usually this is the “-ly” or “l” sound as in the following examples: mostly PHOEFLT = PHOEFT + -L portal PORLT = PORT + -L final TPAOEUPBL = TPAOEUPB + -L funnel TPUPBL = TPUPB + -L This technique mostly fails whenever the steno outline already has the -L key in it, or if the stroke is too difficult to press. In these cases, folding the initial HR can sometimes work. finally TPHRAOEUPBL = TPAOEUPB + -L + HR basically PWHRAEUFBG = PWAEUFBG* + HR * See section below on dropping unstressed vowels. L-folding is low in conflicts ; use it whenever possible.","breadcrumbs":"Chapter 17: Shortening techniques » L-folding","id":"503","title":"L-folding"},"504":{"body":"Folding -T can add the “-ity” or “-ty” sounds to the end of a word: entirety EPB/TAOEURT = EPB/TAOEUR + -T eternity AOE/TERPBT = AOE/TERPB + -T porosity POR/KWROFT = POR/KWROF + -T sanity SAPBT = SAPB + -T T-folding is low in conflicts ; use it whenever possible. Using this technique might lead to difficult chords to press like -TD. Do not feel obliged to use T-folding in these scenarios.","breadcrumbs":"Chapter 17: Shortening techniques » T-folding","id":"504","title":"T-folding"},"505":{"body":"A long e /i/ vowel at the end of a word can be represented by folding the E key into a stroke: auditory AU/TKEU/TOER = AU/TKEU/TOR + E respiratory RES/PRA/TOER = RES/PRA/TOR + E antimony APB/TEU/PHOEPB = APB/TEU/PHOPB + E coffee KOEF = KOF + E crumbly KRUPL/EBL = KRUPL/-BL + E humbly HUPL/EBL = HUPL/-BL + E numerically TPHAOU/PHER/KAEL = TPHAOU/PHER/KAL + E symbolically SEUPL/PWOL/KAEL = SEUPL/PWOL/KAL + E carefully KAEUR/EFL = KAEUR/-FL + E dreadfully TKRED/EFL = TKRED/-FL + E happy HAEP = HAP + E happier HAERP (E and -R folding) fancy TPAEPBS = TPAPBS + E fancier TPAERPBS (E and -R folding)","breadcrumbs":"Chapter 17: Shortening techniques » E-folding","id":"505","title":"E-folding"},"506":{"body":"Words like “carry” would normally be written like KAEUR/KWREU. The ending long e sound can’t be represented with E-folding normally, since the previous stroke already contains the E key. Instead, AER can be used to represent this sound in one stroke. carry KAER estuary ES/KHAOU/KWRAER corollary KOR/KWRO/HRAER solitary SO/HREU/TAER E-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » E-folding with AEU","id":"506","title":"E-folding with AEU"},"507":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined)","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"507","title":"Practice material"},"508":{"body":"Keep in mind the examples may only apply to General North American English. In conversational speech, a lot of vowels typically aren’t emphasized. For example, the first “e” in the word “elephant” is enunciated very clearly, but the second is not. This second “e” can be dropped without affecting the pronunciation significantly. For example, listen to the two ways of saying “elephant”: Dropping the second “e” in “elephant” is advantageous; it is now now possible to write this word in two strokes instead of one: EL/TPA*PBT. This technique can be tricky, and it doesn’t always work with any arbitrary word. A great way to learn stress identification is to practice it in everyday life. When reading a word, pay attention to the vowels that aren’t emphasized. In particular, try dropping vowels from a word and observing if the word is still intelligible. For example, try saying “elephant” out loud in the two ways shown above. When reading the next few examples, try this out yourself.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping unstressed vowels","id":"508","title":"Dropping unstressed vowels"},"509":{"body":"Write-out: TKE/TPEU/TPHEUT Unstressed vowel(s) dropped: definite → defnit The first “i” is unstressed and the “f” can be moved to the right hand. Shorter outline: TKEF/TPHEUT","breadcrumbs":"Chapter 17: Shortening techniques » definite","id":"509","title":"definite"},"51":{"body":"Looking at the steno layout, why is it that “car” must be written using the left K, and the right hand -R? The answer is steno order . Sounds you make on the layout are supposed to follow this order. #STKPWHRAO*EUFRPBLGTSDZ Therefore, the only correct way to write the word “car” would be KAR. #STKPWHRAO*EUFRPBLGTSDZ The following is an incorrect way to write “car”; it is actually notated like KRA: KRA It’s not necessary to memorize steno order explicitly (as in the #STKPWHRAO*EUFRPBLGTSDZ string). However, it’s important to internalize steno order with regard to the location of the keys. With enough practice, it should be immediately obvious that the “-st” sound as in “past”, for example, cannot be represented in steno order.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Steno order","id":"51","title":"Steno order"},"510":{"body":"Write-out: TKE/PHAPBD Unstressed vowel(s) dropped: demand → dmand The “e” is unstressed and the “dm” cluster can be moved to the left hand with TKPH. Shorter outline: TKPHAPBD","breadcrumbs":"Chapter 17: Shortening techniques » demand","id":"510","title":"demand"},"511":{"body":"Write-out: TKE/PHROR/-BL Unstressed vowel(s) dropped: deplorable → dplorbl Every vowel except the “o” can be dropped. The resulting consonants can easily fit on the steno layout. Shorter outline: TKPHROBL","breadcrumbs":"Chapter 17: Shortening techniques » deplorable","id":"511","title":"deplorable"},"512":{"body":"Write-out: TKE/REU/SRA/TEUF Unstressed vowel(s) dropped: derivative → drivtive The “e” and the “a” are dropped. Shorter outline: TKREUF/TEUF","breadcrumbs":"Chapter 17: Shortening techniques » derivative","id":"512","title":"derivative"},"513":{"body":"Write-out: E/HREBG/TREUBG Unstressed vowel(s) dropped: electric → lectric First vowel can be dropped. Shorter outline: HREBG/TREUBG","breadcrumbs":"Chapter 17: Shortening techniques » electric","id":"513","title":"electric"},"514":{"body":"Write-out: TKEU/TPER Unstressed vowel(s) dropped: differ → difr The “e” can be dropped and the “f” and “r” can be moved to the right hand with -FR. Shorter outline: TKEUFR","breadcrumbs":"Chapter 17: Shortening techniques » differ","id":"514","title":"differ"},"515":{"body":"Write-out: EPB/SKWREU/TPHAOER Unstressed vowel(s) dropped: engineer The “i” can be dropped so that the “ng” sound can represented with -PBG on the right hand. Shorter outline: EPBG/TPHAOER","breadcrumbs":"Chapter 17: Shortening techniques » engineer","id":"515","title":"engineer"},"516":{"body":"Write-out: SKWRAOE/KWRO/HRO/SKWREU Unstressed vowel(s) dropped: geology → geolgy The second “o” can be dropped and the “l” can be moved to the right hand. Shorter outline: SKWRAOE/KWROL/SKWREU","breadcrumbs":"Chapter 17: Shortening techniques » geology","id":"516","title":"geology"},"517":{"body":"Write-out: PHO/SKWRAOU/HRAEUT/O*R Unstressed vowel (s) dropped: modulator → modlator The “u” can be dropped and the j sound can be moved to the right hand. Shorter outline: PHOPBLG/HRAEUT/O*R NOTE: this can be combined with R-folding: PHOPBLG/HRAEURT!","breadcrumbs":"Chapter 17: Shortening techniques » modulator","id":"517","title":"modulator"},"518":{"body":"Write-out: PO/SEUBL Unstressed vowel(s) dropped: possible → posbl The “i” is unstressed, and the “s” can be represented with -F. Shorter outline: POFBL","breadcrumbs":"Chapter 17: Shortening techniques » possible","id":"518","title":"possible"},"519":{"body":"Write-out: SU/POES Unstressed vowel(s) dropped: suppose → sppose The “u” is unstressed. Shorter outline: SPOES","breadcrumbs":"Chapter 17: Shortening techniques » suppose","id":"519","title":"suppose"},"52":{"body":"Below are two single syllable words that cannot be written in one stroke because of steno order. trust Closest would be TRUTS #STKPWHRAO*EUPBLGTSDZ turf Closest would be TUFR #STKPWHRAO*EUFRPBLGTSDZ To represent a sound in a steno stroke, the sounds should be available on the layout and should fall in the correct order. Although the sounds are indeed available on the layout, they fail the second requirement. For now, do not worry about writing these words—they involve more advanced chords and concepts that will be introduced later.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Impossible single syllable words","id":"52","title":"Impossible single syllable words"},"520":{"body":"In many of these examples, the unstressed vowel is a schwa. This sound is always unstressed, and therefore can be dropped whenever possible. Identifying schwas quickly can therefore be very beneficial to automatically dropping unstressed vowels. Tom Scott has created a helpful video on understanding this sound which I highly encourage watching: At 2:41, Tom mentions three words where the schwa is dropped entirely in spoken word. Instead of writing these words in three strokes like, SE/PAR/KWRAT, KHO/KO/HRAT, and KA/PHER/KWRA, can you think of two stroke outlines for each? As an exercise, you can try looking back at the previous examples and identify the schwas. Note that not all unstressed vowels are schwas, and not all schwas in the examples are necessarily dropped.","breadcrumbs":"Chapter 17: Shortening techniques » Tom Scott and schwa","id":"520","title":"Tom Scott and schwa"},"521":{"body":"Sometimes this technique doesn’t work for a few reasons. First of all, the shortened outline might already conflict with another valid word. Here are some examples: PWOUT can be “bout” or “about” This technique may also fail if there are too many consonants in the shortened word. For example, in the word “consonant”, every other vowel after the first “o” is unstressed: consonant → consnnt However, it is not possible to include the “n” two times on the right side of the steno layout. We can, however, write it in two strokes as KOPBS/TPHAPBT. If you’re brave, KOFPBT could be a valid outline!","breadcrumbs":"Chapter 17: Shortening techniques » Caveats","id":"521","title":"Caveats"},"522":{"body":"After dropping an unstressed vowel, a word can typically be split at the point where the vowel used to be. For example, the word “literal” would be split like HREUT/RAL rather than HREU/TRAL—even if that pronunciation is more natural to you. However, if a vowel is completely silent, like the second “e” in “veterinarian”, it is often preferred to treat the remaining consonants as one sound (just like it was shown in chapter 15). This is one place where you may want to tweak your dictionary.","breadcrumbs":"Chapter 17: Shortening techniques » Consonant group splitting quirks","id":"522","title":"Consonant group splitting quirks"},"523":{"body":"Dropping unstressed vowels with folding drill","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"523","title":"Practice material"},"524":{"body":"It is sometimes acceptable to break steno order when shortening outlines. It is especially helpful to invert the order of two keys for some words where dropping unstressed vowels is not enough. For example, in the word “fabricate”, the “i” can be dropped: fabricate → fabrcate Despite this, it is still not possible to represent the resulting sound in two strokes; the “br” cluster is problematic and forces the use of three: TPAB/R/KAEUT. This is where an inversion can be helpful—if the R key moved to the previous stroke, this word can be written in two strokes: TPARB/KAEUT.","breadcrumbs":"Chapter 17: Shortening techniques » Inversions","id":"524","title":"Inversions"},"525":{"body":"migratory PHAOEURG/TOER secretary SERBG/TAER patrimony PART/PHOEPB beside SPWAOEUD *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"525","title":"Examples"},"526":{"body":"[Inversions](17-inversions.txt) work-in-progress","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"526","title":"Practice material"},"527":{"body":"In addition to the left hand chords learned in the very early chapters, there are also more advanced chords that can represent more than just a single consonant. SPW is “int” or “ent” as in “entire” or “intern” KP is “comp” as in “complement” KPW is “comb” as in “combine” KPH is “com” as in “comment” W is “v” as in “divine” STK is “d_s” as in “design” or “disarm” KPW, KPH, and STK technically aren’t compound clusters, but are the result of other shortening techniques. However, it is easy to explicitly remember these as compound clusters as they are quite common.","breadcrumbs":"Chapter 17: Shortening techniques » Left hand compound clusters","id":"527","title":"Left hand compound clusters"},"528":{"body":"entire SPWAOEUR intern SPWERPB compliant KPHRAOEUPBT compliment KPHREUPLT commend KPHEPBD commit KPHEUT device TKWAOEUS divide TKWAOEUD decide STKAOEUD disappear STKPAOER *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"528","title":"Examples"},"529":{"body":"Left hand clusters drill NOTE: many of the words in this drill also utilize other techniques.","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"529","title":"Practice material"},"53":{"body":"On the initial consonants side, there are several chords whose sounds are simply just the combination of the individual keys. Some of these are: ST as in “stop” SK as in “scar” SP as in “spot” SH as in “shop” TH as in “thug” TR as in “trap” KH as in “chug” KR as in “crop” PR as in “prat” KH for “ch” might not be immediately obvious, but just remember that K is used for the “hard c” sound. Thus, if you accept that K can represent the letter “c”, then combining it with the H key makes some sense. This does not just apply to chords with two keys. For example, THR can represent the “thr” sound as in “thread”. Chances are, if a chord makes sense based on the individual keys it is made of, it is valid.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Combining single left hand keys","id":"53","title":"Combining single left hand keys"},"530":{"body":"Sometimes it may be convenient to arbitrarily drop more sounds to shorten steno outlines. For example, the “n” in “assignment” is not really enunciated, allowing it to be written in two strokes instead of three: assignment A/SAOEUPLT Instead of A/SAOEUPB/-PLT This technique can also be applied to the following words: confinement KOPB/TPAOEUPLT consignment KOPB/SAOEUPLT The words that work with this technique depend a lot on your accent and even personal speech patterns. If you find an intuitive outline missing from lapwing-base.json, you should not hesitate to add it to your personal dictionary. While these last few examples may have been somewhat intuitive, it is also valid to drop sounds arbitrarily whenever a stroke can be saved: abutment A/PWUPLT first “t” is dropped ambiguity APL/TKPWAOUT “b” is dropped discard STKARD “c” is dropped fragment TPRAPLT “g” is dropped efficient TPEURBT “n” is dropped patient PAEURBT “n” is dropped *crossing out indicates dropped unstressed vowels. NOTE: this technique depends heavily on if there are existing words the resulting outline may conflict with. As this technique is highly personal to each individual, it is not particularly useful to drill the words that can be found in the dictionary. Instead, cater this method to your own personal accent and speech patterns when adding new entries to your dictionary. Feel free to learn the shortened outlines in the dictionary that utilize this technique, but you are not at all obliged to follow them.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping other sounds","id":"530","title":"Dropping other sounds"},"531":{"body":"","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Chapter 18: Fingerspelling and numbers","id":"531","title":"Chapter 18: Fingerspelling and numbers"},"532":{"body":"Recommended time to spend on this chapter: 1 day. Read fingerspelling ( 10 minutes ) Read numbers ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Recommended pace","id":"532","title":"Recommended pace"},"533":{"body":"Fingerspelling graphic (lowercase) Fingerspelling graphic (uppercase) Numbers graphic","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Useful links","id":"533","title":"Useful links"},"534":{"body":"There won’t be any practice material for this chapter as these topics are easy to practise in everyday writing. It may be helpful to keep the tables on this page in an easy to read place (i.e., printed out and taped to the wall).","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Intro","id":"534","title":"Intro"},"535":{"body":"To write a short acronym or a word that is not yet defined, a letter-by-letter spelling technique called fingerspelling can be used. This is done by pressing a letter chord plus the asterisk key with the right hand.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Fingerspelling","id":"535","title":"Fingerspelling"},"536":{"body":"a b c d e f g h i j k l m n o p q r s t u v w x y z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Lowercase","id":"536","title":"Lowercase"},"537":{"body":"To write uppercase letters, use -P on the right hand. A B C D E F G H I J K L M N O P Q R S T U V W X Y Z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Uppercase","id":"537","title":"Uppercase"},"538":{"body":"Fingerspelling uses glue (&) formatting. These translations stick to other translations that also have glue. For example, writing HE/HROE/A*/PW*/KR* will result in hello abc. Since the translation for HE/HROE contains no glue, the subsequent fingerspelling chord inserts a space after hello. However, as the subsequent fingerspelling chords all contain glue, they stick together.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"538","title":"Attachment behaviour"},"539":{"body":"With Lapwing, numbers are written with a numberpad system much like the ones found on regular keyboards and calculators. The number key is pressed with the left hand, and the right hand is responsible for the number. Since there are only two rows on the steno layout, we use vertical chords to represent the middle row. 1 2 3 4 5 6 7 8 9 0 00 000 The right hand vowel keys can be combined with a number chord to add some trailing zeros: #ER 10 #EUPB 5000 #UP 800 #EB 20","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Numbers","id":"539","title":"Numbers"},"54":{"body":"Basic left hand single syllable words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"54","title":"Section practice"},"540":{"body":"Numbers use the same glue formatting as fingerspelling by default. To prevent numbers from sticking to other glued translations, include T with the chord. Examples A*/PW*/KR*/#-R/#-B/#-G abc123 A*/PW*/KR*/#T-R/#T-B/#T-G abc 1 2 3","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"540","title":"Attachment behaviour"},"541":{"body":"","breadcrumbs":"Chapter 19: Proper nouns » Chapter 19: Proper nouns","id":"541","title":"Chapter 19: Proper nouns"},"542":{"body":"Recommended time to spend on this chapter: <1 day. Read proper nouns ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 19: Proper nouns » Recommended pace","id":"542","title":"Recommended pace"},"543":{"body":"Proper nouns in Lapwing theory are written exactly the same as regular words, except with the addition of the number key in the first stroke. Proper nouns can be multiple words long, but only the first stroke has to contain the number key (see examples below). The inclusion of the number key reduces conflicts, such as between “mat” and “Mat”. Examples #A/TPHA Anna #KAL/TKPWAR/KWREU Calgary #PHAT Mat #SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns","id":"543","title":"Proper nouns"},"544":{"body":"#SKWR is a difficult chord to press, especially when writing at speed. #STKPW can be used as an alternative chord for proper nouns starting with “j”. #STKPWER/PHA/TPHEU Germany #STKPWO/TPHO/THAPB Jonathan","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns starting with “j”","id":"544","title":"Proper nouns starting with “j”"},"545":{"body":"If you have no complaints with using the number key in proper noun strokes, you can skip this section. Some machines may not be compatible with remapping the top S- key. In this case, it is also possible to use the number key as a prefix stroke for proper nouns. This is handled through the lapwing-prefixed-proper-nouns.json dictionary. To download it, right click the following link and press Save link as. https://raw.githubusercontent.com/aerickt/steno-dictionaries/main/lapwing-prefixed-proper-nouns.json To add it to your dictionary stack, in Plover’s main window, press the green plus button and Load dictionaries. Then, select the lapwing-prefixed-proper-nouns.json dictionary that you just downloaded. Examples #/A/TPHA Anna #/KAL/TKPWAR/KWREU Calgary #/PHAT Mat #/SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Alternative proper nouns with a prefix stroke","id":"545","title":"Alternative proper nouns with a prefix stroke"},"546":{"body":"","breadcrumbs":"Chapter 20: Punctuation and commands » Chapter 20: Punctuation and Commands","id":"546","title":"Chapter 20: Punctuation and Commands"},"547":{"body":"Recommended time to spend on this chapter: 1 day. Read punctuation ( 10 minutes ) Read commands ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 20: Punctuation and commands » Recommended pace","id":"547","title":"Recommended pace"},"548":{"body":"Punctuation graphic (outdated)","breadcrumbs":"Chapter 20: Punctuation and commands » Useful links","id":"548","title":"Useful links"},"549":{"body":"This chapter will cover punctuation and Plover commands. As these are not really tied to any words, they may be less intuitive. Many of these will simply have to be memorized. There is no practice material for this chapter; instead, incorporating steno into daily computer tasks can be a great way to practise these miscellaneous outlines. It may be helpful to print out the punctuation graphic and keep it in a easy to reference location (such as taped to a wall). Playing typing games such as TypeRacer or monkeytype is also a great way to practise steno at this point.","breadcrumbs":"Chapter 20: Punctuation and commands » Intro","id":"549","title":"Intro"},"55":{"body":"TK is “d” as in “dab” PW is “b” as in “bot” HR is “l” as in “let”","breadcrumbs":"Chapter 5: Lapwing setup and basics » Left hand d, b, and l","id":"55","title":"Left hand d, b, and l"},"550":{"body":"Punctuation is a lot different to regular words where a space is almost always inserted before. For different punctuation, there may be different scenarios for spacing on one side or the other. Furthermore, punctuation can sometimes also govern the capitalization of the next word. Therefore, punctuation strokes contain special formatting rules to control the spacing and capitalization. The following table lists several common punctuation marks along with the name, formatting, steno outline, and a mnemonic to aid with memorization. Character Name Formatting Steno outline Mnemonic . Period Attaches to the previous word and capitalizes the next word. TP-PL Top row ring and middle fingers on both hands. ? Question mark Attaches to the previous word and capitalizes the next word. KW-PL Same fingers as the period outline, but the shape resembles a rising intonation as would happen in a question. ! Exclamation mark Attaches to the previous word and capitalizes the next word. TP-BG Same fingers as the question outline, but the shape is sloped downwards to mirror the question mark outline. . Decimal point Attaches to the previous word and the next word. P-P Resembles the period outline, but with only the middle fingers. , Comma Attaches to the previous word. KW-BG Same fingers as the period outline, but on the bottom row. … Ellipses (three dots) Attaches to the previous word and capitalizes the next word. SKW-BGS Symmetrical shape of three keys. “ Opening quotation mark Attaches to the next word. KW-GS As in “ qu ota tion ”. “ Closing quotation mark Attaches to the previous word. KW*GS Same as opening quotation mark outline, but with the asterisk. ’ Opening single quotation mark Attaches to the next word KR-RG Like the double quote outline, but one key shifted over. ’ Closing single quotation mark Attaches to the previous word KR*RG Same as opening single quotation mark, but with the asterisk. ` Opening backtick Attaches to the next word. KH-FG Shape resembles a backtick. ` Closing backtick Attaches to the previous word. KH*FG Same as the opening backtick, but with the asterisk. ( Opening parenthesis Attaches to the next word. PREPB Makes the sound “pren” as in p a ren thesis ) Closing parenthesis Attaches to the previous word PR*EPB Same as the opening parenthesis outline, but with the asterisk. { Opening curly brace Attaches to the next word. TPR-BGT This symbol is also called a “ Fr ench br a ck e t ” (hence the outline). } Closing curly brace Attaches to the previous word. TPR*BGT Same as the opening curly brace outline, but with the asterisk. [ Opening square bracket Attaches to the next word. PWR-BGT Resembles “ br a ck e t ”. ] Closing square bracket Attaches to the previous word. PWR*BGT Same as the opening square bracket outline, but with the asterisk. : Colon (for writing) Attaches to the previous word STPH-FPLT The entire top row of keys apart from left hand S. ; Semicolon Attaches to the previous word. STPH*FPLT Same as the colon outline, but with the asterisk. : Colon (for time) Attaches to the previous word and the next word. KHR-PB Resembles the word “ c o l o n ”. — Emdash Attaches to the previous word and the next word. PH-RB Resembles “e m da sh ”. – Endash Attaches to the previous word and the next word. TPH-RB Resembles “e n da sh ”. – Endash Space before and after. TPH*RB Same as the outline for regular endash, but with the asterisk. - Hyphen Attaches to the previous word and the next word. H-PB Resembles “ h yphe n ”. - Hyphen Space before and after. H*PB Same as the regular hyphen outline, but with the asterisk. ‽ Interrobang Attaches to the previous word and capitalizes the next word TRAPBG Resembles the word “in t e rr ob ang ”. / Slash Attaches to the previous word and the next word OEU","breadcrumbs":"Chapter 20: Punctuation and commands » Punctuation","id":"550","title":"Punctuation"},"551":{"body":"Situations may arise where Plover will have to be explicitly told how to format a word. The following section goes over some useful formatting commands.","breadcrumbs":"Chapter 20: Punctuation and commands » Commands","id":"551","title":"Commands"},"552":{"body":"Outline: R-R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter","id":"552","title":"Enter"},"553":{"body":"Outline: R*R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter (capitalize next word)","id":"553","title":"Enter (capitalize next word)"},"554":{"body":"Outline: S-P Mnemonic: sp ace Although Plover will automatically insert spaces before regular words, it may be necessary to manually insert a space so that two strokes should not be interpreted as a multistroke outline. Example KOR/TPHET cornet KOR/S-P/TPHET core net","breadcrumbs":"Chapter 20: Punctuation and commands » Insert a space","id":"554","title":"Insert a space"},"555":{"body":"Outline: S-PD Mnemonic: the S-P outline but with -D to indicate that this is a retroactive command. Example KOR/TPHET cornet KOR/TPHET/S-PD core net NOTE: this does not work with multistroke outlines if S-PD is pressed in between two strokes part of the same word. For example, the phrase “core nettle” cannot be written like KOR/TPHET/S-PD/-L.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively insert a space","id":"555","title":"Retroactively insert a space"},"556":{"body":"Outline: SP-S Mnemonic: s u pp ress s pace Example how ever HOU/-FR however HOU/SP-S/-FR","breadcrumbs":"Chapter 20: Punctuation and commands » Suppress the next space","id":"556","title":"Suppress the next space"},"557":{"body":"Outline: SP-LS Mnemonic: s u pp ress l ast s pace Example PHOR/AUFR more over PHOR/AUFR/SP-LS moreover","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively suppress the last space","id":"557","title":"Retroactively suppress the last space"},"558":{"body":"Outline: KPA Mnemonic: the word “cap” but with the “a” and “p” out of order Example -T/KPA/AOEU/HRAPBD the island","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word","id":"558","title":"Capitalize the next word"},"559":{"body":"Outline: KA*PD Mnemonic: the word “capped” but with the asterisk Example -T/AOEU/HRAPBD/KA*PD the Island","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively capitalize the next word","id":"559","title":"Retroactively capitalize the next word"},"56":{"body":"dad TKAD bar PWAR lap HRAP bled PWHRED","breadcrumbs":"Chapter 5: Lapwing setup and basics » Examples","id":"56","title":"Examples"},"560":{"body":"Outline: KPA* Mnemonic: the KPA outline with the asterisk This is useful for starting a new sentence.","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word and suppress the next space","id":"560","title":"Capitalize the next word and suppress the next space"},"561":{"body":"Outline: HRO*ER Mnemonic: the word “lower” but with the asterisk","breadcrumbs":"Chapter 20: Punctuation and commands » Uncapitalize the next word","id":"561","title":"Uncapitalize the next word"},"562":{"body":"Outline: HRO*ERD Mnemonic: the HRO*ER outline but with -D to indicate the retro command.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively uncapitalize the next word","id":"562","title":"Retroactively uncapitalize the next word"},"563":{"body":"","breadcrumbs":"Chapter 21: UK spellings » Chapter 21: UK spellings","id":"563","title":"Chapter 21: UK spellings"},"564":{"body":"Recommended time to spend on this chapter: <1 day. Remember to take breaks!","breadcrumbs":"Chapter 21: UK spellings » Recommended pace","id":"564","title":"Recommended pace"},"565":{"body":"Lapwing theory is very North American centred as that is the dialect of English I am familiar with. However, being from Canada, I often need to use both American and British spellings of words in writing. I’ve created a dictionary that adds in British spellings with alternative outlines. Unfortunately, this dictionary does not account for pronunciation differences, and it also prioritises the American forms of words—there may not always be short briefs available for British spellings. Ideally, there would be a separate stand-alone lapwing dictionary for British English, but creating one would be very difficult, particularly for someone who does not speak this dialect. If you would like to contribute a lapwing dictionary for British speakers, please do get in touch!","breadcrumbs":"Chapter 21: UK spellings » Intro","id":"565","title":"Intro"},"566":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 21: UK spellings » Setup","id":"566","title":"Setup"},"567":{"body":"The recommended way to switch from an American word to its British form is by using #TPH as a suffix stroke of sorts. This is guaranteed to always work unlike the other methods outlined later.","breadcrumbs":"Chapter 21: UK spellings » Quick switching","id":"567","title":"Quick switching"},"568":{"body":"center SEPB/TER centre SEPB/TER/#TPH fulfill TPUL/TPEUL fulfil TPUL/TPEUL/#TPH harbor HAR/PWOR harbour HAR/PWOR/#TPH organize OR/TKPWA/TPHAOEUZ organise OR/TKPWA/TPHAOEUZ/#TPH","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"568","title":"Examples"},"569":{"body":"If you are writing a word with a suffix, switch the word into its British form first before writing the suffix. It is not guaranteed to work if the suffix is written before #TPH. Examples organising OR/TKPWA/TPHAOEUZ/#TPH/-G economises AOE/KO/TPHO/PHAOEUZ/#TPH/-Z energiser EPB/KWRER/SKWRAOEUZ/#TPH/*ER immortalised EUPL/PHOR/TAL/KWRAOEUZ/#TPH/-D","breadcrumbs":"Chapter 21: UK spellings » Dealing with suffixes","id":"569","title":"Dealing with suffixes"},"57":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a column TK is pressed by the left hand ring finger PW is pressed by the left hand middle finger HR is pressed by the left hand index finger Think “DBL” double (these are double keys) From Art of Chording decibel database lover","breadcrumbs":"Chapter 5: Lapwing setup and basics » Mnemonics","id":"57","title":"Mnemonics"},"570":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE.","breadcrumbs":"Chapter 21: UK spellings » ae spellings","id":"570","title":"ae spellings"},"571":{"body":"aetiology AET/KWROLG encyclopaedia EPB/SAOEU/KHROE/PAE/TKEU/KWRA haemoglobin HAE/PHOE/TKPWHROE/PWEUPB leukaemia HRAOU/KAEPL/KWRA","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"571","title":"Examples"},"572":{"body":"Words spelled with “ise” can be written by using -S instead of -Z. magnetise PHAG/PHE/TAOEUS stabiliser STAEUBL/KWRAOEUS/*ER utilising AOUT/HRAOEUS/-G initialise EUPB/KWREURBL/KWRAOEUS","breadcrumbs":"Chapter 21: UK spellings » ise spellings","id":"572","title":"ise spellings"},"573":{"body":"Words spelled with “oe” can be written using OE regardless of pronunciation.","breadcrumbs":"Chapter 21: UK spellings » oe spellings","id":"573","title":"oe spellings"},"574":{"body":"oedema OE/TKE/PHA foetus TPOE/TUS homoeopathy HOEPL/KWROE/PATH/KWREU oestrogen OES/TROE/SKWREPB ou spellings Words spelled with “ou” can be written using OU only to disambiguate between British and American spellings.","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"574","title":"Examples"},"575":{"body":"candour KAPB/TKOUR colour KO/HROUR favour TPAEU/SROUR neighbour TPHAEU/PWOUR","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"575","title":"Examples"},"576":{"body":"For British words spelled with “re” the asterisk key can be included in the stroke containing ER.","breadcrumbs":"Chapter 21: UK spellings » re spellings","id":"576","title":"re spellings"},"577":{"body":"calibre KA/HREU/PW*ER litre HREU/T*ER mitre PHAOEU/T*ER centimetre SEPB/TEU/PHAO*ERT","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"577","title":"Examples"},"578":{"body":"If adding the asterisk into an a brief is possible, then it will very likely work for the British spelling.","breadcrumbs":"Chapter 21: UK spellings » Miscellaneous briefs","id":"578","title":"Miscellaneous briefs"},"579":{"body":"metre PHAO*ERT organise O*RG neighbour TPHA*EURB","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"579","title":"Examples"},"58":{"body":"Single syllable dbl words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"58","title":"Section practice"},"580":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Chapter 22: Theory principles wrap-up","id":"580","title":"Chapter 22: Theory principles wrap-up"},"581":{"body":"This page serves as a reference for all the miscellaneous theory principles that only apply to a few words. It’s not important to explicitly memorize the content on this page, as it is very likely these situations will arise in everyday writing. When you do find odd entries via the lookup tool, first consult this page. If you cannot find an explanation, free to contact me on Discord (@aerbg) or start a discussion on GitHub (login required). It may be that I have not yet documented the oddity here or that the entry itself may be incorrect.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Intro","id":"581","title":"Intro"},"582":{"body":"For capitalized acronyms, Lapwing treats these as regular words for the most part. Write the first stroke with the asterisk and the number key, but continue the rest of the acronym with regular theory rules. It is generally okay to break steno order. Usually writing an acronym involves spelling the letters it is made up of. For short acronyms, it can also be faster to fingerspell. AWOL #A*EU/WOL LAN #HRA*PB PDF #P*FD","breadcrumbs":"Chapter 22: Theory principles wrap-up » Acronyms","id":"582","title":"Acronyms"},"583":{"body":"Contractions are written like regular words, but with the asterisk key. Some common contractions: Contraction Outline he’s HAO*ES he’ll HAO*EL we’re WAO*ER who’s WHO*S Some contractions that are based off of common words that are briefed in Lapwing are written a bit less intuitively: Contraction Outline what’s WHA*S that’s THA*S","breadcrumbs":"Chapter 22: Theory principles wrap-up » Contractions","id":"583","title":"Contractions"},"584":{"body":"Sometimes it can be ambiguous whether -RB represents “-rb” or “-sh” as in the following pair of words: cash carb In these cases, “-sh” gets precedence and the word with “-rb” is instead asterisked.","breadcrumbs":"Chapter 22: Theory principles wrap-up » -RB for “-rb” vs “-sh”","id":"584","title":"-RB for “-rb” vs “-sh”"},"585":{"body":"Lapwing is somewhat strict in using OU only phonetically. However, for cases where where existing outlines with OU do not exist, it is generally okay to use this chord for disambiguation. TPOUR four TPOR is already “for^” SOUL soul SOEL is already “sole” PHOURPB mourn* PHORPB is already “morn” * Not in the Lapwing dictionary","breadcrumbs":"Chapter 22: Theory principles wrap-up » Disambiguating “ou” with OU","id":"585","title":"Disambiguating “ou” with OU"},"586":{"body":"In some accents, the words “tour” and “mourn” would be written like TOR and PHORPB. However, since these two outlines already exist as other words, Lapwing uses AOUR instead. The reasoning for this is that this pronunciation of “tour” is more standard in a North American accent. PHAOURPB mourn TAOUR tour","breadcrumbs":"Chapter 22: Theory principles wrap-up » Tricky “ou” words","id":"586","title":"Tricky “ou” words"},"587":{"body":"For some words, using W for a glide might be closer phonetically: EBG/WEU/TEU equity EBGS/TEUPBG/WEURB extinguish EUPB/TAOU/WEU/TEUF intuitive AOU/PWEUBG/WEU/TEU ubiquity","breadcrumbs":"Chapter 22: Theory principles wrap-up » W for glides","id":"587","title":"W for glides"},"588":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph” words","id":"588","title":"“-graph” words"},"589":{"body":"Write the first part as if it is its own standalone word and then use TKPWRAF to write the “-graph” part separately: AU/TOE/TKPWRAF autograph PAEUR/KWRA/TKPWRAF paragraph PHEUPL/KWROE/TKPWRAF mimeograph TE/HRE/TKPWRAF telegraph","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph”","id":"589","title":"“-graph”"},"59":{"body":"This chapter’s test consists of all the practice drills you have done so far in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5 test","id":"59","title":"Chapter 5 test"},"590":{"body":"Write the “-graph” part separately and then use the KWREU suffix to add the “-y”: SKWRAOE/KWRO/TKPWRAF/KWREU geography OR/THO/TKPWRAF/KWREU orthography STE/TPHO/TKPWRAF/KWREU stenography SREUD/KWRO/TKPWRAF/KWREU videography","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphy”","id":"590","title":"“-graphy”"},"591":{"body":"TKPWRAEF can be used as a shorter stroke for “-graphy”: SKWRAOE/KWRO/TKPWRAEF geography OR/THO/TKPWRAEF orthography STE/TPHO/TKPWRAEF stenography SREUD/KWRO/TKPWRAEF videography This alternative outline uses e-folding.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphy” outline","id":"591","title":"Alternative “-graphy” outline"},"592":{"body":"Write the “-graph” part separately and then use the *ER suffix to add the “-er”: KAR/TO/TKPWRAF/*ER cartographer KHOR/KWRO/TKPWRAF/*ER choreographer HREBG/SEU/KO/TKPWRAF/*ER lexicographer OEGS/KWRO/TKPWRAF/*ER oceanographer","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-grapher”","id":"592","title":"“-grapher”"},"593":{"body":"Instead of TKPWRAF/*ER, you can also use TKPWRAFR: KAR/TO/TKPWRAFR cartographer KHOR/KWRO/TKPWRAFR choreographer HREBG/SEU/KO/TKPWRAFR lexicographer OEGS/KWRO/TKPWRAFR oceanographer This uses a briefing technique where -FR can represent the “fer” sound.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-grapher” outline","id":"593","title":"Alternative “-grapher” outline"},"594":{"body":"Write the “-graph” part separately and then use the KWREUBG suffix to add the “-ic”: *ET/TPHOE/TKPWRAF/KWREUBG ethnographic HO/HRO/TKPWRA*F/KWREUBG holographic EUPB/TPOE/TKPWRAF/KWREUBG infographic PEUBG/TO/TKPWRAF/KWREUBG pictographic","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphic”","id":"594","title":"“-graphic”"},"595":{"body":"Instead of TKPWRAF/KWREUBG, you can also use TKPWRAFBG: *ET/TPHOE/TKPWRAFBG ethnographic HO/HRO/TKPWRAFBG holographic EUPB/TPOE/TKPWRAFBG infographic PEUBG/TO/TKPWRAFBG pictographic This alternative outline employs dropping the unstressed “i” in “graphic”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphic” outline","id":"595","title":"Alternative “-graphic” outline"},"596":{"body":"These are written using regular syllabic splitting: ARBG/KWRO/HRO/SKWREU archaeology A/STRO/HRO/SKWREU astrology AOE/KO/HRO/SKWREU ecology OR/TPHEU/THO/HRO/SKWREU ornithology","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ology” words","id":"596","title":"“-ology” words"},"597":{"body":"Instead of writing the O/HRO/SKWREU cluster, you can instead use the OLG chord. ARBG/KWROLG archaeology A/STROLG astrology AOE/KOLG ecology OR/TPHEU/THOLG ornithology This is simply just a briefing pattern. These outlines are much shorter than the write-outs and are highly recommended.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-ology” chord","id":"597","title":"Alternative “-ology” chord"},"598":{"body":"In some words containing glides represented with KWR or W, the proceeding vowel sound is spelled with two letters. The sound itself is an unstressed schwa (a short vowel ), and so the second vowel letter is what determines which key to use. Here are some examples to illustrate: KAF/KWRAT cave a t KORPB/KWRAL corne a l HRAOEPB/KWREPBS leni e nce PHA/TREU/HREUPB/KWRAL matriline a l Another way of thinking about this is that the KWR or the W glide represents the first vowel letter and the second vowel letter is represented by the vowel key in the steno stroke.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Ambiguous glide vowels","id":"598","title":"Ambiguous glide vowels"},"599":{"body":"It is very difficult to write the “-ual” sound using regular syllabic splitting rules. For example, to write the word “manual” in a way that the second stroke begins with a consonant is only possible as PHA/TPHAOU. It is possible to finish the word with WAL, but three strokes for such a short word is not very fast indeed. Instead, the WAL stroke on its own can represent the entire “-ual” cluster. Thus, by including the “n” consonant in the first stroke, it is possible to write this word with only two: PHAPB/WAL.","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ual” words","id":"599","title":"“-ual” words"},"6":{"body":"Before we continue, it’s important to be aware of some of the terminology surrounding key presses in steno. Chord : a group of keys that represent a sound. Stroke : synonymous with chord; can also be a verb describing the action of pressing a chord. Outline : a group of one or more strokes that is mapped to a translation. Here is an excellent graphic from Jen’s steno explainers: steno terminology explainer","breadcrumbs":"Chapter 1: Introduction » “Raw steno” terminology","id":"6","title":"“Raw steno” terminology"},"60":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended completion goal","id":"60","title":"Recommended completion goal"},"600":{"body":"Another way of thinking of the WAL stroke is that the W key represents the “u”, and the AL represents the “al”. AOEBG/WAL equal HA/PWEUFP/WAL habitual PER/PEFP/WAL perpetual AOURB/WAL usual It can also be used like a suffix: KOPB/TRABGT/WAL contractual KOPB/TEGT/WAL contextual HA/PWEUT/WAL habitual SEBGS/WAL sexual","breadcrumbs":"Chapter 22: Theory principles wrap-up » WAL","id":"600","title":"WAL"},"601":{"body":"You can also use TWAL as the “chwal” cluster like in the following words: TPABG/TWAL factual HA/PWEU/TWAL habitual EUPB/TE/HREBG/TWAL intellectual SREUR/TWAL virtual I prefer using TWAL over WAL (when possible) as it more closely resembles the pronunciation it is supposed to represent.","breadcrumbs":"Chapter 22: Theory principles wrap-up » TWAL","id":"601","title":"TWAL"},"602":{"body":"You are also free to come up with your own strokes for dealing with these words. In hindsight, KWRAOUL would be a better fit to some of these words. I am already accustomed to WAL, so I am not about to change these around. That said, if PHA/TPHAOU/WAL or PHA/TPHAOUL make more sense to you, add it to your dictionary!","breadcrumbs":"Chapter 22: Theory principles wrap-up » KWRAOUL","id":"602","title":"KWRAOUL"},"603":{"body":"With prefix strokes, doubling consonants between two strokes is allowed if it makes sense to do so. EUPL/PHOE/PWAOEUL immobile EUPL is the “im-” prefix need more examples There can also be alternative strokes that exist in the dictionary (for example, EUPL/KWROE/PWAOEUL). Use whichever makes the most sense to you, or add your own!","breadcrumbs":"Chapter 22: Theory principles wrap-up » Doubling consonants with prefixes","id":"603","title":"Doubling consonants with prefixes"},"604":{"body":"To split a word at “ng”, use ...PBG/TKPW... There are also two other alternative splitting methods: ...PB/TKPW... ...PBG/KWR...","breadcrumbs":"Chapter 22: Theory principles wrap-up » Splitting a sound at “ng”","id":"604","title":"Splitting a sound at “ng”"},"605":{"body":"bingo PWEUPBG/TKPWOE or PWEUPB/TKPWOE or PWEUPBG/KWROE tango TAPBG/TKPWOE or TAPB/TKPWOE or TAPBG/KWROE","breadcrumbs":"Chapter 22: Theory principles wrap-up » Examples","id":"605","title":"Examples"},"606":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix outline conflicts","id":"606","title":"Prefix outline conflicts"},"607":{"body":"Here are once again the tables from chapter 12 and 15: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used (see below). out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Single stroke briefed prefixes","id":"607","title":"Single stroke briefed prefixes"},"608":{"body":"Press the asterisk in the last stroke of a multisyllable outline to get the word variant. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Generic way of dealing with multisyllable prefix outlines","id":"608","title":"Generic way of dealing with multisyllable prefix outlines"},"609":{"body":"Another technique for disambiguating between prefixes and words is using alternative vowels. One common case is using AU instead of OE and O. This is sometimes recommended over using the asterisk key as it is much easier to press: Prefix/word Prefix Outline Word outline on OPB AUPB or OR AUR over OEFR AUFR off OF AUF","breadcrumbs":"Chapter 22: Theory principles wrap-up » Special conflicts","id":"609","title":"Special conflicts"},"61":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation are R or -R Sounds like the letter “R” did TK did do TKO Matches the spelling I EU Matches the spelling is S Common word for a single key brief so SO Matches the spelling the -T Common word for a single key brief you U Sounds like the letter “U” . TP-PL Symmetrical shape for the period/full stop. ? KW-PL Shape resembles a rising intonation. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter briefs","id":"61","title":"Chapter briefs"},"610":{"body":"Sometimes it can be arbitrary to determine whether a word should be written as a compound word rather than a word with a prefix. For example, the Lapwing dictionary by default treats words like “upright” and “downwards” as compound words; they can be only be written as UP/RAO*EUT and TKOUPB/WA*RD/-Z. It is perfectly reasonable to make changes and add extra prefix strokes if desired.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix strokes vs compound words","id":"610","title":"Prefix strokes vs compound words"},"611":{"body":"This table contains words that don’t quite follow main theory principles. Word Recommended outline Explanation alt ALT AULT is the canonical outline, but “all the” is a more useful phrase and is given priority. cache KAERB KARB and KA*RB are both already used as “cash” and “carb” so the E key is used to disambiguate. fore TPOER TPOR and TPO*R are already used so we use the E as a disambiguation key. herein HAOER/KWREUPB or HAOERPB It’s not recommended to treat this as a compound word as it would use a fingerspelling stroke: HAOER/TPH*. hi HEU HAOEU is the word “high” already. hour HOUR OUR is already used so the H key is added even though it is silent. lunch HRUFRPBLG HRUFRPB is already used so -LG is used as a disambiguation chord. This is recommended over HR*UFRPB as it is slightly easier to press. nought TPHA*UT TPHAUT, TPHOT, and TPHO*T are already used. poll/pole POL/POEL No real reason. Feel free to change things around and/or use the asterisk key for disambiguation. scene SKAOEPB SAOEPB is already the word “seen” so “scene” is written with the K to disambiguate. wolf WOEFL or WOFL While you could write this as WOEL/*F or WOL/*F, it’s just much faster to learn one of these briefs. werewolf lots of outlines You can use WAEUR or WER for the first stroke. However, if you use WER, you will have to to asterisk the second word since there is a potential conflict between the phrase “were wolves” and the word “werewolves”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Problematic words","id":"611","title":"Problematic words"},"612":{"body":"For words like “illuminate” and “immense”, there are multiple way valid outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Strokes starting with EU","id":"612","title":"Strokes starting with EU"},"613":{"body":"First, these words can be written using the same syllabic splitting rules in chapter 15. illuminate EU/HRAOU/PHEU/TPHAEUT immense EU/PHEPBS","breadcrumbs":"Chapter 22: Theory principles wrap-up » Syllabically","id":"613","title":"Syllabically"},"614":{"body":"For some words like “illuminate” and “immobilize”, it is natural to use predictions: illuminate EUL/HRAOU/PHEU/TPHAEUT immobilize EUPL/PHOEBL/KWRAOEUZ Normally, two consonant chords cannot be doubled across two strokes. In the “immobilize” outline, the -PL and PH chords are next to each other in the first and second strokes. However, since the first stroke EUPL is a prefix, this is allowed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefixes","id":"614","title":"Prefixes"},"615":{"body":"For some other words like “immense” and “immune”, using a prefix would not make much sense since the remaining letters would not form a word (“mense” and “mune” are not words). However, words starting with EU are exempt from this rule. Therefore, the following outlines are all valid: immense EUPL/KWREPBS or EUPL/PHEPBS immune EUPL/KWRAOUPB or EUPL/PHAOUPB","breadcrumbs":"Chapter 22: Theory principles wrap-up » Incorrect prefixes","id":"615","title":"Incorrect prefixes"},"616":{"body":"Since EU on its own is the word “I”, I originally had concerns that outlines like EU/HREUFT and EU/SHAOU would cause some issues. Therefore, I opted to make all of these words not adhere to syllabic splitting, and instead force them to be written with prefixes. However, upon closer examination, there are not very many conflicts. Therefore, I’ve added the syllabic splitting outlines, and am keeping the others as fallbacks. Eventually, the incorrect prefixes may be removed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Why","id":"616","title":"Why"},"617":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Chapter 23: End of basic theory","id":"617","title":"Chapter 23: End of basic theory"},"618":{"body":"Congratulations on making it this far! If your goal was to be able to write English text with steno, you’ve certainly achieved it! From here on out, there are only about two or three more things you should be thinking about in your steno journey. Being comfortable with your own dictionary Writing shorter and building finger speed Switching to steno full time (optional) This page will give a quick summary of how to achieve these 3 goals. Later chapters will discuss these in more detail, and are recommended that you read them. However, these chapters will be more like reference pages for you to read and check every so often.","breadcrumbs":"Chapter 23: End of basic theory » End of basic theory!","id":"618","title":"End of basic theory!"},"619":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Being comfortable with your own dictionary","id":"619","title":"Being comfortable with your own dictionary"},"62":{"body":"I do tip the lad. you are so rad. is the dip bad? did you pat the cat? Answers EU/TKO/TEUP/-T/HRAD/TP-PL U/-R/SO/RAD/TP-PL S/-T/TKEUP/PWAD/KW-PL TK/U/PAT/-T/KAT/KW-PL","breadcrumbs":"Chapter 5: Lapwing setup and basics » Practice sentences","id":"62","title":"Practice sentences"},"620":{"body":"English is a complicated language and it would be very difficult to create a theory that covers every single edge case. Furthermore, ensuring that a dictionary is complete and contains every single word is also practically impossible. As such, you may come across words that are just impossible to write using the default Lapwing dictionary. This may be because it does not exist in the dictionary, or the theory is lacking rules that dictate how it should be written. This is where Plover’s lookup tool comes in handy. If you are struggling to write a tricky word, don’t be afraid to just look it up. If several outlines show up in the lookup tool, I would first recommend trying the write-out entry which is the longest outline available . You can also identify the write-out entry as the one that follows theory rules. I will discuss later why you might want to look at any of the shorter outlines later.","breadcrumbs":"Chapter 23: End of basic theory » Looking up words","id":"620","title":"Looking up words"},"621":{"body":"If you’ve used the lookup tool and found that none of the outlines make sense, first try looking at any relevant pages and see if you’ve missed any theory. If you are on Discord, feel free to ask in the #lapwing-theory channel. However, it is possible that these outlines aren’t covered under basic Lapwing theory—you’ve encountered a theory gap! At this point, you can decide to learn one of these outlines, or add your own. To add your own entry, stroke TKUPT to bring up the add translation tool. In the strokes field, start writing the outline you want to add. Then, move to the translation field by pressing TA*B and fingerspelling the word you want to add. It is also very important that you don’t add new outlines to lapwing-base.json. If you intend to update the Lapwing dictionary, you will have to replace this entire file which will throw away any edits you have made.","breadcrumbs":"Chapter 23: End of basic theory » Adding new words","id":"621","title":"Adding new words"},"622":{"body":"We know that prefix strokes generally take precedence over word strokes when there is a conflict. However, sometimes there are more than just one conflicting entry. Here are some examples: Word/prefix Outline bi- PWAOEU buy PWAO*EU by PWEU bye PW*EU Word/prefix Outline di^ TKAOEU or TKEU die TKAO*EU dye TK*EU Word/prefix Outline tri^ TRAOEU try TREU or TRAO*EU At the moment, I have not thought of a consistent way of resolving these conflicts. This is one area where you may want to move around some outlines or come up with your own.","breadcrumbs":"Chapter 23: End of basic theory » An example of a theory gap","id":"622","title":"An example of a theory gap"},"623":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » How do I build speed?","id":"623","title":"How do I build speed?"},"624":{"body":"You need lots and lots of practice. At this point, it’s a good idea to try out sites that aren’t steno-specific. Personally, I spent about an hour or two everyday on typing sites like TypeRacer and Monkeytype after I had learned basic theory. 3 months of practice later, and I was frequently hitting 150 WPM on short TypeRacer quotes. on Monkeytype, I was reaching 180 WPM on the 60 second test. Using these sites are a great way of increasing your finger speed. If you would like to track exactly how fast your finger speed is, I would recommend using a metronome. You can use an app on your phone or a website on desktop. Start the metronome at a speed that you can handle (say, 30 BPM) and try writing some material either through a website (like any of the ones linked) or just writing into a text document. You can then gradually increase the tempo of the metronome until you find your maximum stroke speed. For me, I find this to be where going any faster results in a drop in accuracy. Three to four strokes per second (180 to 240 BPM) is quite fast and adequate for most hobbyists, though professional stenographers often reach five. Some people have also found listening to music and stroking on beat quite effective. If you’re familiar with subdivision, you could get some effective practice even from slow songs.","breadcrumbs":"Chapter 23: End of basic theory » Practice","id":"624","title":"Practice"},"625":{"body":"The other way of writing faster is by learning briefs. These abbreviated outlines are very nice because they allow you to increase your speed without having to move your fingers any quicker—you just have to be able to remember them! Obviously, it’s impossible to learn a brief for every single word, so how do you decide when you want to learn a brief? This is highly personal, but I think a good starting point is whenever you run into a word that is awkward to write. To me, this includes words that have long outlines requiring your fingers to move a lot. Here are some of the briefs I used in the last paragraph: Translation Brief Mnemonic personal PERPBL personal I think SWR-PBG Uses Jeff’s phrasing whenever WH-FR The briefs of “when” + “ever” you U that is THAS this TH into TPHAO into requiring RAOEUR/-G requiring finger TPEURPBG -R folding syllable SEUBL syllable Many of these might seem quite arbitrary, but that’s only because the you have not learned some of the techniques yet! Also, the process of memorizing briefs is quite a lot easier than you might think. Compared to, say, learning vocabulary of another language, learning briefs is much easier. How to learn briefs The easiest way to learn briefs is just by looking them up with Plover’s lookup tool. Whenever you feel like a word or phrase should be briefed, just look it up! Some people also like to learn briefs using Anki and plugins like plover-clippy-2.","breadcrumbs":"Chapter 23: End of basic theory » Learning briefs","id":"625","title":"Learning briefs"},"626":{"body":"","breadcrumbs":"Chapter 24: Phrase briefs » Chapter 24: Phrase briefs","id":"626","title":"Chapter 24: Phrase briefs"},"627":{"body":"One word briefs like SKP, T, TPH, and -T can be quite useful especially as they can also be used in phrases. Here is a non-exhaustive table of some common phrase briefs. Brief Outline Mnemonic “is it” ST “is” + “it” “is the” S-T “is” + “the” “and the” SKP-T “and” + “the” “and he” SKPE “and” + E “and I” SKPEU “and” + EU “and you” SKPU “and” + “you” “at the” TE a t th e (this one is quite arbitrary) “it is” T-S “it” + -S “in the” TPH-T “in” + “the” Again, if you come across a phrase that you think could be briefed, try looking it up first. If an outline is not available, this is where you should add your own! Lapwing doesn’t contain many phrase briefs (compared to other theories), but this is because I recommend learning Jeff’s phrasing. It is a very useful system that is already packaged in the plover-lapwing-aio plugin.","breadcrumbs":"Chapter 24: Phrase briefs » Basic phrase briefs","id":"627","title":"Basic phrase briefs"},"628":{"body":"Jeff’s phrasing system enables writing many common phrases, especially those that involve pronouns and verbs. For example, have a look at the following monkeytype quote: They used to tell me I was building a dream, and so I followed the mob. When there was earth to plow or guns to bear, I was always there, right on the job. They used to tell me I was building a dream with peace and glory ahead. Why should I be standing in line just waiting for bread? Once I built a railroad, I made it run. Made it race against time. Once I built a railroad, now it’s done. Brother, can you spare a dime? Every bolded phrase can be written in one stroke using Jeff’s phrasing. There are likely some that I have also missed, as I personally do not go beyond the basics of Jeff’s phrasing.","breadcrumbs":"Chapter 24: Phrase briefs » Jeff’s phrasing","id":"628","title":"Jeff’s phrasing"},"629":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that jeff-phrasing.json is in your dictionary stack.","breadcrumbs":"Chapter 24: Phrase briefs » Setup","id":"629","title":"Setup"},"63":{"body":"Brief Outline Explanation did you TKU TK + U do you TKOU TKO + U is the S-T S + -T so the SOT SO + -T are the R-T R + -T are you RU R + U","breadcrumbs":"Chapter 5: Lapwing setup and basics » Extra briefs","id":"63","title":"Extra briefs"},"630":{"body":"Jeff’s phrasing is a Magnum-esque phrasing system that allows you to write phrases involving pronouns and verbs. In its most basic form, these are some phrases you can write: I go she does he wants they need we find it runs Jeff’s phrasing works by having pronoun chords on the left side, and verbs on the right side. While this does mean that a lot of the chords are quite arbitrary (since you don’t have vowels to work with), the speed boost you can achieve is well worth it. This is especially the case as Jeff’s phrasing is quite extensive. Pronoun Chord I SWR she SKWHR he KWHR they TWH we TWR it KPWH If you try these chords out on their own, you will find that they output the pronouns by themselves. However, these aren’t particularly useful, so let’s add in some right hand verbs. Verb Chord go -G find -PBLG want -P need -RPG To write a phrase, you just have to combine a pronoun chord and a verb chord. Try some of phrases out! SWR-RPG I need SKWHR-RPG she needs TWH-P they want KPWH-P it wants Notice how Jeff’s phrasing automatically conjugates the verb by adding an ending “s” where appropriate. If you want to see all of the possible verbs and ending chords, take a look at the documentation. Past tense verbs If you want to write a phrase like “I needed”, you only need to add the -D key to indicate past tense. SWR-RPGD I needed SKWHR-RPGD she needed TWH-PD they wanted KPWH-PD it wanted Negation If you want to negate a phrase, use the asterisk key. You can also combine this with the -D key. SWR*RPGD I didn’t need SKWHR*RPG she doesn’t need TWH*P they don’t want KPWH*PD it didn’t want Modifier words You can add in some modifier words in addition to any of the other negation or tense features. Modifier word Chord can A shall O will AO SWRORPGD I should need SKWHRAORPG she will need TWHO*PD they shouldn’t want KPWHOP it shall want","breadcrumbs":"Chapter 24: Phrase briefs » Basics","id":"630","title":"Basics"},"631":{"body":"The documentation lists out a lot more features that I have not outlined in this page. I definitely recommend you keep it bookmarked if you want to learn this system. However, I myself have only learned what I have listed on this page plus a few more ending chords and I still find this system incredibly useful. If I get the time to learn the other features, I will update this page.","breadcrumbs":"Chapter 24: Phrase briefs » Advance usage","id":"631","title":"Advance usage"},"632":{"body":"Basic punctuation and Plover commands were covered in chapter 19 but writing other symbols was not. Lapwing theory really only covers writing English prose, and so symbols is beyond its scope. However, instead of adding every symbol to your dictionary, there are preexisting ones that you can download and use. The same goes for writing keyboard shortcuts, also called “modifiers”. On this page, I’ve listed other dictionaries that I use for symbols and shortcuts. It’s difficult to learn these by drilling them, so instead I recommend referring back to the documentation pages or the graphics made by @sammdot whenever you need to. Printing the graphics out and attaching them to your wall is also very handy.","breadcrumbs":"Chapter 25: Symbols and modifiers » Chapter 25: Symbols and modifiers","id":"632","title":"Chapter 25: Symbols and modifiers"},"633":{"body":"Most dictionaries for writing symbols and modifiers use python dictionaries. In contrast to JSON or RTF dictionaries (which are essentially just lists of outlines and their translations), Python dictionaries generate their translations “on the fly”. When an outline is received, the python dictionary parses each part of the outline and determines how to combine them all in one translation. This is useful for systematic dictionaries such as those for writing keyboard shortcuts and symbols.","breadcrumbs":"Chapter 25: Symbols and modifiers » Python dictionaries","id":"633","title":"Python dictionaries"},"634":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 25: Symbols and modifiers » Setup","id":"634","title":"Setup"},"635":{"body":"This dictionary allows writing any symbol that is available on a regular keyboard. In one stroke, spacing, repetition, and capitalization of the next word can be controlled.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s symbols dictionary","id":"635","title":"Emily’s symbols dictionary"},"636":{"body":"Emily’s symbol dictionary uses a unique starting chord on the left SKWH. This chord does not represent a useful sound in English, so we can be sure any outline with this chord on the left hand side will not conflict with any preexisting words. The right hand determines which symbol to write as well as the repetition. The left hand vowels control the spacing. For example, to write !!!! (space on the right side and next word capitalized) use SKWHO*FRTS. Breaking down this stroke looks like this: SKWH left hand starting chord O insert space on the right * capitalize the next word -FR chord for the exclamation mark -TS repeat 4 times","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"636","title":"Usage"},"637":{"body":"This dictionary allows writing any keyboard shortcut that can be pressed on a regular keyboard.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s modifiers dictionary","id":"637","title":"Emily’s modifiers dictionary"},"638":{"body":"Similar to her symbols dictionary, Emily’s modifier dictionary uses a unique right hand ender chord: -LGTS. As this is a very rare chord, any modifier outline will likely not conflict with any pre-existing outlines. The Ctrl, Shift, Alt, and Super (Windows) keys are pressed with the right index and middle finger and the letter or symbol is pressed with the left hand. To write Ctrl+Shift+C you would write KR-FRLGTS. Breaking down this stroke looks like this: -LGTS right hand ending chord -FR chord for Ctrl and Shift KR chord for C NOTE: if you downloaded Emily’s modifiers dictionary, you will find that the unique ending chord is actually -LTZ by default. It was changed to -LGTS in Lapwing. Keep this in mind if you seek out official documentation on the system.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"638","title":"Usage"},"639":{"body":"This dictionary enables writing shortcuts with only one hand. Each shortcut is written using two strokes on the left.","breadcrumbs":"Chapter 25: Symbols and modifiers » Abby’s left hand modifiers dictionary","id":"639","title":"Abby’s left hand modifiers dictionary"},"64":{"body":"","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6: Left hand consonants continued","id":"64","title":"Chapter 6: Left hand consonants continued"},"640":{"body":"To write Ctrl+V you would write KHR/SR. Breaking down this outline looks like: KHR chord for Ctrl SR chord for V See the readme for more details.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"640","title":"Usage"},"641":{"body":"I recommend keeping these graphics somewhere easily visible (such as on your wall or on your desktop wallpaper). Instead of drilling random strokes, I suggest just incorporating these systems into your steno computer usage and slowly learning them gradually. Abby’s left hand modifiers dictionary is quite intuitive, and I would start there with simple shortcuts such as copying and pasting.","breadcrumbs":"Chapter 25: Symbols and modifiers » Learning these systems","id":"641","title":"Learning these systems"},"642":{"body":"Lapwing contains some limited movement commands by default. However, if you want to switch to steno full time, you will have to incorporate another method for movement. This chapter goes over the default movement commands in lapwing-base.json as well as some additional methods you can use.","breadcrumbs":"Chapter 26: Editing text » Chapter 26: Editing text","id":"642","title":"Chapter 26: Editing text"},"643":{"body":"","breadcrumbs":"Chapter 26: Editing text » Movement","id":"643","title":"Movement"},"644":{"body":"Here’s a table of all basic movement commands: Outline Description #TPH-R Left arrow key #TPH-P Up arrow key #TPH-B Down arrow key #TPH-G Right arrow key #TPH-FR Home #TPH-LG End #TPH-FPL Top (Ctrl+Home) #TPH-RBG Bottom (Ctrl+End) #TPH-RPG Page up #TPH-FBL Page down The -RPBG cluster can be thought of as arrow keys: Furthermore, other chords have distinctive shapes reminiscent of their purpose. Page up (arrow pointing up) Page down (arrow pointing down) Home (left column) End (right column) Top (top row) Bottom (bottom row) Moving word by word On a regular keyboard, the text cursor can be moved word by word by pressing Ctrl and an arrow key. This can also be done by pressing #TPH-RB and #TPH-BG. Outline Description #TPH-RB Left by one word #TPH-BG Right by one word -TS repetition By including a combination of -T and -S, a movement key command up to 4 times in one stroke. Repetition Key 1 2 -S 3 -T 4 -TS For example, #TPH-GT would move the cursor to the right by three characters and #TPH-BGT would move the cursor to the right by three words. Selection To select text, include the * key in a movement command. Repeating the same command works for incrementing the current selection. For example, #TPH*R/#TPH*R/#TPH*R/#TPH*R will select the 4 letters to the left. Repeat the last command NOTE: for this to work, you will have to disable the lapwing-prefixed-proper-nouns.json dictionary. Instead of writing #TPH*R/#TPH*R/#TPH*R/#TPH*R, the number key can be pressed to repeat the last outline: #TPH*R/#/#/#. NOTE: this requires the plover-last-translation plugin if you are not using plover-lapwing-aio. MacOS commands Replace all occurrences of “Control” with “Alt” in the movement commands if you are on macOS.","breadcrumbs":"Chapter 26: Editing text » Basic movement","id":"644","title":"Basic movement"},"645":{"body":"NOTE: this movement method is not compatible with Javelin. See Appendix C for more details. Setup Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-movement.modal is in your dictionary stack. After verifying that lapwing-movement.modal is in the dictionary stack, go to Configure → Plugins and check the modal_update box as shown below. modal update box Modal dictionaries Moving around a document can be quite tedious especially with such a long starting chord like #TPH. One way to make movement easier is to use a modal dictionary. This is a temporary dictionary that can be turned on and off with a regular outline that also outputs a translation. A modal movement dictionary contains the regular movement strokes, but with the #TPH chord removed. Writing a normal movement stroke will turn this dictionary on, so that every subsequent movement stroke can be written using only the right hand. Writing a non-movement stroke will turn this dictionary back off. NOTE: this plugin is incompatible with some plugins such as plover-clippy. The creator has expressed that it is a bit of a hacky plugin. Semi-modal movement If you do not want to use modal dictionaries, you can also use the semi-modal movement dictionary. This also contains movement strokes without the left hand starting chord. You can download the dictionary from the link above and make sure you add it to the top of your stack. Uncheck the box so that it is disabled by default. The idea is that you can enable this dictionary only when you need to move the text cursor. To achieve this, you will need to add a toggling entry to one of your dictionaries: {PLOVER:TOGGLE_DICT:!semi-modal-movement.json} Now, whenever you want to move the text cursor without having to use a left hand starting chord, just write SKWR (or whatever stroke you chose) and then SKWR again when you’re done.","breadcrumbs":"Chapter 26: Editing text » Modal movement","id":"645","title":"Modal movement"},"646":{"body":"Quick video introducing these two firmware mods: https://youtu.be/UMGT-qyJeJk. First-up chord send Steno keyboards send stroke information to Plover once all keys have been released. You can test this out for yourself. Hold down S and press other keys on the steno layout. Plover will not receive any strokes as long as S (or any other key) is being held down. Once every key has been released, Plover will register the stroke. Alternatively, you could have your keyboard send stroke information once the first key has been released. This is what “first-up chord send” refers to: stroke information is sent to Plover as soon as the first key has been released. This is very useful for repeating movement keys without using a separate dictionary or pressing the entire stroke each time. By holding down the left hand starter chord, you can tap a right hand key repeatedly to move the cursor multiple times. In fact, as long as the left hand starter chord is being held, you can tap any of the right hand movement chords. However, there are two caveats with this technique: firstly, it involves modifying your keyboard’s firmware. Secondly, it may cause your accuracy to drop if you’re writing fast. Personally, wrong strokes are very often detected by Plover when I try to use first-up chord send. It may be that my writing is sloppy and I am not too careful and deliberate about my stroke actions, but I have not been able to get used to this firmware mod. Chord repeat Chord repeat works a lot like holding down a key on a regular keyboard. However, as we often hold chords when we hesitate, it is more useful to double tap a chord and hold to signify that we want to repeat the chord. This technique also requires modifying your keyboard’s firmware. Unlike first-up chord send, I do recommend this and find it very useful. Ecosteno, Multisteno, Splitography, Uni v3 For these keyboards, prebuilt firmware binaries for these mods are available at Josh Gram’s steno-firmware repository. Flashing these firmware files are beyond the scope of this page, and instructions differ from keyboard to keyboard and machine to machine. On Linux, flashing the Multisteno is relatively straightforward as long as dfu-util is installed. I use the following command (where noll_multisteno.bin is the binary): sudo dfu-util -d 1eaf:0003 -a 2 -D \"noll_multisteno.bin\" Javelin compatible devices Javelin is a steno engine that is contained within a keyboard’s firmware. This allows the keyboard to act a steno writer without having to install Plover on the host machine. It is very useful for using steno on multiple devices without having to worry about installing Plover or syncing dictionaries; the entirety of the translation from steno strokes to text happens on the keyboard itself. Javelin is compatible with several steno keyboards such as the Uni v4 and the Polyglot. It is much easier to create custom firmware builds and flash binaries to these keyboards via the Javelin Steno Firmware Builder. By checking the “Show expert options” at the very top of the page, you have the option of enabling first up chord send and/or repeat. If you don’t intend to use Javelin’s embedded steno capability, you can also still use Plover with keyboards that have Javelin firmware. For each keyboard, you will have to press a key combination to switch it into Gemini PR for usage with Plover.","breadcrumbs":"Chapter 26: Editing text » First-up chord send and chord repeat","id":"646","title":"First-up chord send and chord repeat"},"647":{"body":"Copying and pasting of text is done by simply emulating the Ctrl+C and Ctrl+V shortcuts. Using Abby’s left hand modifiers, this would be KHR/KR and KHR/SR respectively. The same goes for cutting text. The following table lists a few helpful strokes for deleting text. It is important to note that using these strokes will mess up any undo history with the *. Outline Translation Description PW-FP {#BackSpace}{^} Backspace PW*FP {#Control(BackSpace)}{^} Backspace the last word (change translation if you’re on Mac) TKHR {#Delete}{^} Delete the next character TKHR* {#Control(Delete)}{^} Delete the next word","breadcrumbs":"Chapter 26: Editing text » Copying, pasting, and deleting text","id":"647","title":"Copying, pasting, and deleting text"},"648":{"body":"If you have learned Plover theory and are considering switching to Lapwing, have a read through of this page before deciding! Plover theory is a perfectly capable theory. After all, Mirabai Knight, the founder of the Open Steno Project, uses it in her professional work as a stenocaptioner. She has graciously provided her own dictionary (main.json) for us hobbyists to use. As with all professional stenographers, she built the majority of this dictionary by herself, having added many of the entries over the years. However, everyone writes differently. In fact, no two stenographers’ dictionaries are ever the same. Many of the entries in main.json are simply what made sense to Mirabai at the time. They do not always follow systematic and rigorous rules. Plover theory itself is not very well defined in some areas; to illustrate this, have a look at all the ways to write “monotonous” in main.json: \"PHO/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHUS\": \"monotonous\",\n\"PHOPB/OT/TPHOUS\": \"monotonous\",\n\"PHOPB/OT/TPHUS\": \"monotonous\",\n\"PHOPB/TOPB/TPHUS\": \"monotonous\",\n\"PHOPB/TPHOT/TPHOUS\": \"monotonous\", There are many different ways to write this word simply because there are no simple rules when it comes to splitting multisyllable words. This would be fine if the dictionary contained every single valid combination, but it doesn’t. After all, it is a very time consuming task to add multiple entries for every single word. In the above example, PHOPB/TPHOT/TPHUS is missing. The learning resources such as Learn Plover! and Art of Chording also do not mention any rules about doubling consonants between strokes or about using OUS vs US. While, I can advise against using US from having used main.json for a year, it is much harder for me to give a recommendation when it comes to doubling consonants in multisyllable words. It is just poorly defined, and the dictionary does not contain any easy to recognize patterns. One more issue with main.json that is illustrated in the example above is the fact that many write-out entries require briefing techniques. In this case, you must drop the third “o” in “monotonous” since it is unstressed in order to write it out. This is fine for speed, but can be confusing for learners. The common wisdom to work around these issues (if you would like to stick with Plover theory and main.json) is to simply just add entries to fill in these gaps. If you do not want to have to drop unstressed vowels, just add the entry yourself. If you disagree with the dictionary’s preference towards OUS, it’s trivial to add the alternative entries. After all, there is no such thing as a “complete” dictionary and stenographers constantly tweak their own. However, I disagree with the notion that learners should be doing this right from the start. This is my motivation behind creating Lapwing theory. It is basically “Plover theory but more defined” in that there is always one outline that is correct for a given pronunciation. I’ve also gone more into detail about my motivation behind creating Lapwing theory on my personal website.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Plover Theory","id":"648","title":"Plover Theory"},"649":{"body":"I created the initial Lapwing dictionary in early 2022 and have been refining it since then. So far, it is in a more or less stable state; I only add miscellaneous entries that I come across in my daily computer usage, or remove bad entries that I discover.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Lapwing theory","id":"649","title":"Lapwing theory"},"65":{"body":"Recommended time to spend on this chapter: 1–3 days. Read Left hand f, q, and m and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand g, n, and y and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand z, v, and j and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended pace","id":"65","title":"Recommended pace"},"650":{"body":"… you have your own rules to work around the inconsistencies of Plover. … you have added well over a few hundred entries already. … you brief quite heavily and have memorized many of those main.json. Lapwing does contain many briefs, but it is still missing quite a few briefs from main.json … you prefer the openness of Plover theory and have adapted your dictionary to your writing style. … you dislike the notion of having a single “correct” way to write out a word. … you are looking for a theory that is not North American centric. Sadly, there are currently no freely available steno theories (that I know of) based on non-North American variants of English.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » You should not learn Lapwing theory if…","id":"650","title":"You should not learn Lapwing theory if…"},"651":{"body":"If you are used to many of the briefs in Plover’s default main.json dictionary, you can use this dictionary in conjunction with Lapwing. Both Plover and Lapwing theory are very similar, and you might benefit from having both dictionaries in your stack. Whether you would like to have lapwing-base above or below main.json is up to you; if you’d like to use Lapwing write-outs as a base and keep Plover briefs secondary, make sure Lapwing is higher up in your stack. On the other hand, if you’d like to prioritize Plover briefs, put main.json above Lapwing. However, main.json has a few issues (mainly compound words) which make it slightly troublesome to use with Lapwing. Therefore, instead of using the stock dictionary, I reccommend using Harri’s Lapwing compatible version of main.json.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Using both main.json and lapwing-base.json","id":"651","title":"Using both main.json and lapwing-base.json"},"652":{"body":"To switch to Lapwing theory from Plover theory, you do not necessarily need to work through every single chapter in Lapwing for Beginners. Below is a summary of the differences between Plover and Lapwing. The relevant chapters are also linked, and it is recommended you read these complete the exercises. You can assume anything not listed to be equivalent to Plover theory. If you would still like to switch to Lapwing theory, I recommend reading through this entire section (and skimming the linked chapters) before finally deciding if trying it out is for you.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Differences","id":"652","title":"Differences"},"653":{"body":"Lapwing theory uses the number key quite extensively for proper nouns (and sometimes as another disambiguator). The number bar on professional machines is in an inconvenient location. Furthermore, the finger you use differs depending on the other keys in the stroke. It is also not possible to include the number key in every single chord. Thumb number keys (thumber keys) aren’t much better either. It is impossible to write #AOEU, for example. Instead, Lapwing theory relocates the number key to the top S key on the left. Please see chapter 5 to configure Plover to use this key.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Top S number key","id":"653","title":"Top S number key"},"654":{"body":"Use KWR* for the initial “y” consonant. yes KWR*ES yurt KWR*URT Please see chapter 6 for practice. Note that this only applies to words that are spelled with a y. Words spelled without a y use no initial consonant chord. use AOUS utility AOU/TEUL/TEU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KWR* for y","id":"654","title":"KWR* for y"},"655":{"body":"Use TP* for the left hand “ph” consonant. phone TPO*EPB morphology PHOR/TPO*/HRO/SKWREU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » TP* for ph","id":"655","title":"TP* for ph"},"656":{"body":"Use WR for the left hand “wr” consonant. wrap WRAP write WRAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WR for wr","id":"656","title":"WR for wr"},"657":{"body":"Use WH for the left hand “wh-” consonant. when WHEPB white WHAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WH for wh","id":"657","title":"WH for wh"},"658":{"body":"The AU vowel has the same sound as O as in “bot”, but is used in words that are not spelled with a single o. bought PWAUT watt WAUT Please see chapter 8 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Usage of AU","id":"658","title":"Usage of AU"},"659":{"body":"Unlike Plover theory, Lapwing exclusively uses *PL for the ending “-mp” sound. bump PW*UPL lamp HRA*PL Please see chapter 9 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » *PL for mp","id":"659","title":"*PL for mp"},"66":{"body":"Single syllable fqm words drill Single syllable gny words drill Single syllable zvj words drill Chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Useful links","id":"66","title":"Useful links"},"660":{"body":"Use -PLT as a compound cluster for “-ment”. garment TKPWARPLT torment TORPLT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -PLT for ment","id":"660","title":"-PLT for ment"},"661":{"body":"Use -LT as a compound cluster for “-let”. starlet STARLT roulette RAOULT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -LT for let","id":"661","title":"-LT for let"},"662":{"body":"Use KR for the initial c consonant when there is a conflicting word. cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KR to resolve c conflicts","id":"662","title":"KR to resolve c conflicts"},"663":{"body":"Make sure to read chapter 12 for wrapping up basic words. It especially covers scenarios where you must write single syllable words with more than one stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Basic words miscellaneous theory","id":"663","title":"Basic words miscellaneous theory"},"664":{"body":"Lapwing theory prioritizes prefix and suffix strokes for the most “obvious” outlines. For example, OUT is given to the {out^} prefix so you must use O*UT or AOUT to write the word “out”. Suffixes usually use KWR as a linker chord. This chord signifies that the stroke should attach to the previous word. For example, to write the word “flotation”, you would write TPHROET/KWRAEUGS. You should also only use prefixes and suffixes when it semantically makes sense. For example, you would not write the “er” in the word “coriander” using the {^er} suffix since “coriand” is not a root word that the suffix is modifying. Make sure to read chapter 13 for more detail on how prefixes and suffixes work. Here are some common prefix strokes that take precedence over words: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT O*UT or AOUT Either works. on OPB O*PB or AUPB Either works. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Multistroke prefixes also take precedence over multistroke words (e.g., UPB/TKER is the prefix “under-”) and in these cases the word variant is written by using the asterisk key in the second stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Prefixes and suffixes","id":"664","title":"Prefixes and suffixes"},"665":{"body":"Compound words are written by including the asterisk in the first stroke of the second word. eyelash AOEU/HRA*RB grasshopper TKPWRAS/HO*P/*ER Please see chapter 14 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Compound words","id":"665","title":"Compound words"},"666":{"body":"Lapwing theory uses a strict method of splitting syllables. In short, every single stroke should start with a consonant (or KWR) and should not double the same consonant sound across two strokes. bunion PWUPB/KWROPB conscientious KOPB/SHEU/KWREPB/-RBS monotonous PHO/TPHO/TO/TPHUS shatter SHA/TER tomato TO/PHAEU/TOE violet SRAOEU/KWROLT This is one of Lapwing’s key differences, so be sure to read chapter 15 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Syllabic splitting","id":"666","title":"Syllabic splitting"},"667":{"body":"Numbers are written one digit at a time using a right hand numberpad and the number key. numbers Please see chapter 17 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Right hand numberpad","id":"667","title":"Right hand numberpad"},"668":{"body":"Proper nouns are written by including the number key in the first stroke of the proper noun. Bob #PWOB Cameron #KA/PHER/KWROPB","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Proper nouns","id":"668","title":"Proper nouns"},"669":{"body":"Be sure to read chapter 21 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Miscellaneous theory principles","id":"669","title":"Miscellaneous theory principles"},"67":{"body":"TP is “f” as in “fad” KW is “q” as in “quit” PH is “m” as in “mod” f, q, and m on the steno layout","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand f, q, and m","id":"67","title":"Left hand f, q, and m"},"670":{"body":"","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » How to get started","id":"670","title":"How to get started"},"671":{"body":"It is highly recommended that you use the plover-lapwing-aio plugin. This will automatically install the right plugins, dictionaries, and adds some other quality-of-life improvements such as relocating the number key for you and reverting the special number key behaviour. See chapter 5 for setting up Lapwing with this plugin. However, if you already have several dictionaries with Plover theory, you can also just add the Lapwing dictionaries to your stack. All the Lapwing dictionaries are fully compatible with Plover without having to make any modifications. See appendix B for details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Setting up Lapwing","id":"671","title":"Setting up Lapwing"},"672":{"body":"Keep this page bookmarked and refer back to it whenever you run into trouble. Chapters 12, 13, 14, and 15 are especially important and I recommend at least skimming through these before you go “cold turkey” with Lapwing. More tips to come…","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Transitioning to Lapwing","id":"672","title":"Transitioning to Lapwing"},"673":{"body":"This page describes how to manually configure Plover to use Lapwing theory. This is not a recommended method for two reasons: there is a lot of manual work required, and Plover will have a tendency to modify the number key entries, thereby making lookups difficult. If any change is made directly to a Lapwing dictionary, Plover will change all entries with the number key so that they contain numbers in the steno strokes (i.e. #PWOB → 3W0B). To revert this, you will have to redownload the dictionary and update the dictionary in your stack. Therefore, I would suggest installing the plover-lapwing-aio plugin instead of following the instructions on this page.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Setting up Lapwing manually","id":"673","title":"Setting up Lapwing manually"},"674":{"body":"See the Plover wiki page on installing plugins for instructions. Install the following plugins: plover-dict-commands plover-last-translation plover-modal-dictionary plover-python-dictionary plover-stitching Note that you can install all four plugins before restarting Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Install required plugins","id":"674","title":"Install required plugins"},"675":{"body":"In Plover’s main window, go to Configure → Plugins and click on the modal_update box. modal_update If you don’t see this box, make sure you’ve installed the plover-modal-dictionary plugin and restarted Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Enable modal_update","id":"675","title":"Enable modal_update"},"676":{"body":"Download the dictionaries by right clicking the following links and pressing Save link as (or whatever the equivalent is for your browser): jeff-phrasing.py abby-left-hand-modifiers.py emily-modifiers.py emily-symbols.py lapwing-movement.modal lapwing-commands.json lapwing-numbers.json lapwing-uk-additions.json lapwing-proper-nouns.json lapwing-base.json Next, in the Plover main window, click on the green plus button: load dictionary button Select “Load dictionaries” and you will be greeted with a window to select all the dictionaries that you downloaded earlier. Next, click on main.json and press the red X button to delete it from your dictionary stack. Do the same for commands.json. Now, select each dictionary and make sure they are listed in your stack in the same order as shown below by using the blue arrow keys or dragging them around. dictionary stack","breadcrumbs":"Appendix B: Setting up Lapwing manually » Download the dictionaries","id":"676","title":"Download the dictionaries"},"677":{"body":"On professional steno machines, there is a long key that runs at the very top of the steno layout (called the number bar). It is in a somewhat awkward location, but for most mainstream steno theories, it doesn’t matter; it is only used for writing numbers. lever machine layout However, Lapwing theory uses the number key quite extensively (especially in proper nouns) and therefore puts it in a more convenient location. Lapwing removes one of the redundant S keys on the left and replaces it with the number key. top S layout This key is not configured by default, so you will have to change it yourself. In the main window of Plover, go to Configure → Machine. Scroll down to the keymap, and change either S1 or q to # depending on whether you are using Gemini PR or keyboard as the machine. top s remap Triple click on the cell next to the key to open the dropdown. From there, you will be able to change the action to #.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Relocate the number key","id":"677","title":"Relocate the number key"},"678":{"body":"Javelin is an embedded steno engine that runs on several hobbyist steno keyboards. Embedded steno allows a keyboard to act as a steno machine without requiring any software installed on the host device. This is useful for using steno with locked down computers (i.e., school/work machines) or devices that do not support Plover (such as Chromebooks, iOS devices, Linux distros running Wayland, etc). As this book is aimed towards Plover users, instructions specific to the Plover app will be found throughout the chapters. This page contains the afferent instructions for Javelin users in each chapter.","breadcrumbs":"Appendix C: Lapwing with Javelin » Lapwing with Javelin","id":"678","title":"Lapwing with Javelin"},"679":{"body":"Chapter 3 provides instructions on using the Plover lookup tool. The Javelin lookup tool can also be used; follow the same tips for affix strokes. There is also a Javelin lookup tool for the onboard dictionaries in your steno keyboard. Although this requires connecting your steno keyboard, any translations you have added will show up here too.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 3","id":"679","title":"Chapter 3"},"68":{"body":"far TPAR flat TPHRAT quill KWEUL quip KWEUP met PHET more PHOR","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"68","title":"Examples"},"680":{"body":"Chapter 4 covers using Steno Jig to learn the layout. To use the Steno Jig layout drills with Javelin, go to the active dictionaries and uncheck all the boxes: dictionaries all unchecked with Javelin NOTE: it does not matter if the dictionaries for your device are different than those in the image above. Simply uncheck every single one. This will make the steno keyboard output the raw keys (rather than any translations), which is necessary for these exercises. Once you have completed chapter 4, make sure to enable the dictionaries again.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 4","id":"680","title":"Chapter 4"},"681":{"body":"Chapter 5 goes over setting up Lapwing with the Plover app. To set up Lapwing with Javelin, first go to the Javelin Firmware Builder. javelin firmware builder First select your hardware in the dropdown menu, and then press the Default Lapwing button. Scroll down to the very bottom of the page for specific instructions on flashing the firmware to your keyboard.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 5","id":"681","title":"Chapter 5"},"682":{"body":"Chapter 26 discusses editing text, and brings up modal dictionaries. These are unfortunately not supported by Javelin. If you follow the set up instructions below, you will by default use the lapwing-semi-modal-movement.json dictionary. You can also experiment with first-up chord send or creating movement key layers.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 26","id":"682","title":"Chapter 26"},"683":{"body":"Some of the content on this page is outdated, incomplete, and inaccurate. It is being worked on. Compound words are always written with the asterisk on the first stroke of the second word. KAOE/PWAO*RD → keyboard TEGT/PWAO*BG → textbook PHOUS/PA*D → mousepad STOR/KWREU/PWAO*BG/-S → storybooks","breadcrumbs":"Theory Reference Guide » Compound words","id":"683","title":"Compound words"},"684":{"body":"Proper nouns are always written with the number key on the first stroke. Everything else is written with the same rules. #A/HREU/SA → Alyssa #PWOB → Bob #PAOE/TER → Peter #AP/-L → Apple #AUS/TRAEUL/KWRA → Australia #HART/PHAPB → Hartman I highly recommend mapping the top S- key to the number key to make it easier to stroke. This also opens up the possibility for more briefs and decreases hesitation when deciding which finger to use for the number key. Unfortunately, due to how Plover handles the number key entries using the number key will not be displayed as shown above. When using the number key, the top row of keys plus A and O are converted to numbers and are stored as such in the dictionary. Looking up “Bob” in the dictionary will result in 3W0B instead of #PWOB","breadcrumbs":"Theory Reference Guide » Proper nouns","id":"684","title":"Proper nouns"},"685":{"body":"If you use something like plover-stenotype-extended where you can map the top S- key to its own key, you can find this other dictionary for proper nouns: https://github.com/AshenColors/lapwing-dict-converter/releases/tag/latest_update If you’d like to use a proper noun prefix stroke instead of a proper noun key, you can use this dictionary and perform a find and replace to insert a prefix stroke.","breadcrumbs":"Theory Reference Guide » Alternative proper noun dictionaries","id":"685","title":"Alternative proper noun dictionaries"},"686":{"body":"See commands.json. Lapwing contains everything from this dictionary by default.","breadcrumbs":"Theory Reference Guide » Movement keys, keyboard shortcuts, commands","id":"686","title":"Movement keys, keyboard shortcuts, commands"},"687":{"body":"The following is a list of commonly used punctuation marks characters. H-F → ? question mark KW-PL → ? shape can be thought of rising inflection as if asking a question TP-BG → ! shape can be thought of as falling inflection when exclaiming TP-PL → . period P-P → . period with no space on either side (when writing decimals) KW-BG → , comma KW-GS → \" opening quotation mark KW*GS → \" closing quotation mark KH-FG → ` opening backtick KH*FG → ` closing backtick PREPB → ( opening parenthesis PR*EPB → ) closing parenthesis TPR-BGT → { opening French bracket TPR*BGT → } closing French bracket PWR-BGT → [ opening bracket PWR*BGT → ] closing bracket KHR-PB → : colon with no spacing STPH-FPLT → : regular colon with a space on the right STPH*FPLT → ; regular semicolon with a space on the right TR*PL → ™ trademark symbol with a space on the right For symbols beyond these where you might require different spacing and capitalization, I recommend Emily’s symbols dictionary.","breadcrumbs":"Theory Reference Guide » Punctuation","id":"687","title":"Punctuation"},"688":{"body":"The conventional number system does not work in lapwing-base.json. You will have to delete all entries containing the glue operator and a number (e.g. {&8}) if you want to use the conventional number system. lapwing-base.json has this system by default. See rh-numpad.json.","breadcrumbs":"Theory Reference Guide » Right hand number pad","id":"688","title":"Right hand number pad"},"689":{"body":"In addition to normal fingerspelling with *, using -FPLT instead of * will put a period after the letter. *FPLT will capitalize the word. -RBGS is used for stitching (requires plover-stitching plugin). Examples: PW*FPLT/KR*FPLT/*EFPLT → B.C.E. AFPLT/P-FPLT/P-FPLT/HR-FPLT/EFPLT → a.p.p.l.e. PW*RBGS/KR*RBGS/*ERBGS → B-C-E ARBGS/P-RBGS/P-RBGS/HR-RBGS/ERBGS → a-p-p-l-e Stroking -FPLT and -RBGS n times will stitch the n words with periods and hyphens retroactively. Examples AP/-L/-FPLT → a.p.p.l.e PHEU/TPHAEUPL/S/#TOD/-RBGS/-RBGS/-RBGS/-RBGS → M-y n-a-m-e i-s T-o-d-d Note: stroking -FPLT does not leave a trailing period.","breadcrumbs":"Theory Reference Guide » Fingerspelling","id":"689","title":"Fingerspelling"},"69":{"body":"Why not use PH for “f”? After all, this would be easier to remember since “ph” has the same sound as “f”. However, it would be impossible to chord “fl” sounds as the PH and HR chords overlap. PHR already represents the initial “pl” consonants. We would run into ambiguity if we also defined PHR to be the “fl” consonants (e.g., “plat” and “flat”).","breadcrumbs":"Chapter 6: Left hand consonants continued » Wouldn’t PH as “f” make more sense?","id":"69","title":"Wouldn’t PH as “f” make more sense?"},"690":{"body":"The main principles of Plover theory have been left unchanged and Learn Plover! or Art of Chording are fully compatible with this dictionary (apart from word breaks as well as suffixes and prefixes). Although this list is quite long, a lot of these principles are actually part of stock Plover theory which I thought were worth mentioning. *PL is used as the -mp cluster intsead of -FRP Ending sounds that fall out of steno order can be written using right hand consonant strokes HEL/-P → help STRAPBG/-L → strangle HEL/-PL → helm For -F and -T, asterisk is used to prevent conflicts TKEL/*F → delve HREUPL/*F → lymph WURS/*T → wurst Briefer outlines using compound clusters and inversions are also available and should be preferred OR is used for the “or” sound, never OER KWR is used in certain diphthongs such as: SREUD/KWROE → video AEUR/KWRA → area EUPB/SOPL/TPHEU/KWRA → insomnia RAOE/KWRAL/TEU → reality #PHAR/KWROE → Mario HAUP/KWRA → haupia Entries such as HAU/PEU/KWRA (haupia) can be found in the dictionary as fallbacks but are not recommended due to being longer to write. Essentially, KWR is used if the vowel can be approximated with “Y” KHUR is always used for the “chur” sound HREBG/KHUR → lecture KAP/KHUR → capture PHA/KHUR → mature TWAL is used for “chwal” sounds found in words like the following that are usually spelled as “-tual”: SPEU/REU/TWAL → spiritual AOE/SREPB/TWAL → eventual EUPB/TE/HREBG/TWAL → intellectual Alternatively, WAL can be used to represent “-ual” with the T being left to the previous stroke: SPEU/REUT/WAL → spiritual AOE/SREPBT/WAL → eventual EUPB/TE/HREBGT/WAL → intellectual TK*EU is always used for the initial TKEU sound when starting a word. TKEU is reserved for the phrase “did I” TK*EU/REBGT → direct TK*EU/HREU/SKWREPBT → diligent TP*EU is used for sounds spelled with “ph” that are pronounced as “F” TP*EU/SEUBGS → physics TP*EU/HRO/SO/TP*EU → philosophy EU is used for long E when it is spelled with an “I” or a “Y” AR/PE/SKWREU/KWROE → arpegg i o KUFRB/KWREU → curvy PEU/KWRA/TPHOE → piano -RBL is used for the “shl” sound TK*EU/TPE/REPB/-RBL → differential TPAOEU/TPHAPB/-RBL → financial Non-initial “X” can be written using -BGS or some variation of -BG/S EBG/SE/KAOUGS → execution EBG/SEU/SKWREPBS exigence Can also be written EBG/S*EU/SKWREPBS with S* representing “Z” EBG/SULT → exult Can also be written EBG/S*ULT with S* representing “Z” EBG/SES → excess EBGS/TEPBD → extend EBGS cannot be used universally due to syllabic splitting constraints (see Syllabic splitting ) -PLT is used for the “-ment” cluster in addition to be being a suffix SE/-PLT → cement KAFP/-PLT → catchment EBGS/PE/REUPLT → experiment -LT is used for the “-let” cluster in addition to being a suffix A/PHAOULT → amulet KHEUBG/-LT → chiclet SKARLT → scarlet -BL can be used for the “-able” or “-ible” cluster in addition to being a suffix KRAOUS/-BL → crucible PAEURBL → parable A/HROUBL → allowable TEU can be used for the “-ity” cluster in addition to being a suffix SKAEURS/TEU → scarcity STEU → city EUPB/SAPB/TEU → insanity Some variation of US is used for the “us” sound whether it is spelled “ous” or “us” PHO/TPHO/TO/TPHUS → monotonous STAOU/PEPB/TKUS → stupendous TOR/KWRUS → torus RAOEUT/KHUS → righteous AU is used for the “aw” vowel when not spelled with “O” PWAUT → bought PWRAUD → broad PAUPL → palm","breadcrumbs":"Theory Reference Guide » Phonetics","id":"690","title":"Phonetics"},"691":{"body":"Orthography has also largely been preserved with a few exceptions. Much like stock Plover theory, short vowels and schwas are represented with the vowel they are spelt with despite their sound SKO/HRAR → scholar PWE/TER → better WORS → worse SU/PORT → support PHO/TPHEU/TOR → monitor Final Z sounds are represented with -Z if they are spelt as such or help to get around a conflict SREUS/-BL → visible PHEUS/RABL → miserable TPHAOEZ → knees (TPHAOES is niece) SAOEZ → seize Words beginning with “al” are written with AL despite their pronunciations AL/SOE → also AL/SA → alsa AL/TKER → alder Initial “ph” is represented with TP* to differentiate from regular “f” TPO*E/TOE → photo TP*EU/HRO/SO/TP*ER → philosopher Words starting with “X” are always written with KP KPAOEU/HRO/TPO*EPB → xylophone KPEU → xi Words beginning with “Y” use KWR (if there’s a conflict, use KWR* instead) KWREP → yep KWRERPB → yearn Other words drop KWR AOU/TPO*R/KWRA → euphoria AOUS → use UR/KWREUPB → urine Ending “ie” uses AOE KAO/KAOE → cookie WAUBG/KWRAOE → walkie Words beginning with capital “J” can use #STKPW as an alternative to #SKWR #STKPW/TPHEUS → Janice #STKPW/PHAEU/KA → Jamaica Common contractions use asterisk when there’s a conflict WAOER → weir WAO*ER → we’re HAOEL → heel HAO*EL → he’ll For the most part, contractions are just written phonetically, but asterisked variants do exists for most of them as well","breadcrumbs":"Theory Reference Guide » Orthography","id":"691","title":"Orthography"},"692":{"body":"main.json relies a lot on dropping unstressed vowels in order to break up words which is a bit of a challenge to learn especially for non-native speakers. For write-outs, this dictionary does not rely as heavily on dropping unstressed vowels, though, this principle is still used for briefer entries. In order to split a word into multiple strokes syllabically, the following rules should be used: Consonants should not be doubled across strokes e.g., PHE/PHOR/RAOEUZ would not be correct as it doubles the R Strokes after the initial one should not begin with a vowel e.g., PHEPL/OR/AOEUZ is incorrect, the last two strokes begin with vowels Apart from suffix strokes which are special e.g., A*R → “-ar” In essence, every stroke should begin with a consonant and represent a different syllable of a word. There are, of course, exceptions to these rules which are covered later. Examples of using the syllabic splitting method: PHE/PHO/RAOEUZ → memorize TPO*E/TPHE/TEUBG → phonetic PEUBG/KHUR → picture KAL/KAOU/HRAEU/TOR → calculator RE/KOG/TPHEUGS → recognition ABG/TEUF → active AD/HAOE/SEUF → adhesive EUPL/POR/TAPBT → important OE/PWAEU → obey ABG/SES → access Sometimes vowels might have to be spread across multiple strokes and it may be impossible to start a stroke with a consonant. If this is the case, use KWR as a linker between vowels. AOEU/KWROE/HREU → aioli PEU/KWRA/TPHOE → piano Depending on pronuncation, W can also begin a consecutive vowel stroke: AL/TRAOU/WEUS/TEUBG → altruistic KOPB/TKAOU/WEUT → conduit When it is ambiguous as to whether to use W or KWR, outlines containing both should be available. Add alternatives to your dictionary if none of the available are intuitive to you. However, beware of attempting to rely too heavily on linker chords as this dictionary does not use them universally. Attempting to use them excessively will result in thousands of entries needing to be added. The following are words that unnecessarily use the KWR linker: TPRAFRPB/KWRAOEUZ (franchise) ❌ TPRAPB/KHAOEUS ✔️ EUPB/SAOUL/KWREUPB(insulin) ❌ EUPB/SAOU/HREUPB ✔️ HARPS/KWREU/KORD (harpsichord) ❌ HARP/SEU/KORD ✔️ TKPWAL/KWROPB (gallon) ❌ TKPWA/HROPB ✔️","breadcrumbs":"Theory Reference Guide » Syllabic splitting","id":"692","title":"Syllabic splitting"},"693":{"body":"A Plover Discord user harrri#2137 compiled a detailed table of rules to use when splitting syllables. If you are having trouble with splitting syllables, definitely check it out!","breadcrumbs":"Theory Reference Guide » Exceptions to syllabic splitting","id":"693","title":"Exceptions to syllabic splitting"},"694":{"body":"Before you attempt to write a word syllabically, it is important to determine if a word can instead be split differently using prefixes and suffixes. Here are some examples: TAOEFP/*ER (teacher) HRURBG/*ER (lurker) SEPB/TEPBS/-S (sentences) However, do not be too quick to use suffix strokes (especially *ER) on previous translations that are not words on their own. For example, these would be incorrect outlines that should be written using syllabic splitting: SHREPBD/*ER (slender) ❌ SHREPB/TKER ✔️ AOE/RAT/KWREUBG (erratic) ❌ AOE/RA/TEUBG ✔️","breadcrumbs":"Theory Reference Guide » Words that can be written using prefix and/or suffix strokes","id":"694","title":"Words that can be written using prefix and/or suffix strokes"},"695":{"body":"If the first stroke of an outline is a prefix, there is no need to use a linker chord such as KWR on the next stroke: KOE/OR/TKEU/TPHAEUT → coordinate PRE/EPLT → preempt TKEU/AOE/HREBG/TREUBG - dielectric TKEUS/AEUBL → disable","breadcrumbs":"Theory Reference Guide » KWR linker with prefix strokes","id":"695","title":"KWR linker with prefix strokes"},"696":{"body":"Consonants can be doubled if the previous stroke is a prefix and the strokes that follow form a valid word on their own: TKEUS/SOFLS → dissolves TKEUS/SEU/PHEU/HRAR → dissimilar Of course, if it makes sense to you to disregard this exception then feel free to add entries such as TK*EU/SEU/PHEU/HRAR → dissimilar to your dictionary.","breadcrumbs":"Theory Reference Guide » Consonant doubling with prefixes","id":"696","title":"Consonant doubling with prefixes"},"697":{"body":"Words with “ng” such as “mango” would not be able to be defined accurately if consonants could not be doubled across strokes. Thus it is acceptable for these words to double the “G” across strokes: PHAPBG/TKPWOE → mango TPEUPBG/TKPWER → finger SEUPBG/TKPWAOU/HRAR → singular","breadcrumbs":"Theory Reference Guide » Consonant doubling with “ng”","id":"697","title":"Consonant doubling with “ng”"},"698":{"body":"When it comes to vowels that are combined with a final -R, it may be necessary to use suffix strokes and/or the KWR linker in order to preserve the phonetics of the vowel. For example, the word “carry” would have to be written as KAEUR/KWREU as the R changes the sound of the vowel and thus should be kept in the first stroke. If the R was treated as a consonant it was instead split as “ca|rry”, the outline could only be KAEU/REU or KA/REU which are not completely accurate to the pronunciation. Thus, if an R changes the sound of a vowel in a word, it is recommended to keep it with the vowel to preserve its sound and instead use the KWR linker to complete the next stroke. The following are some other examples of words where -R should be kept in the initial stroke: #HRAEUR/KWREU → Larry #TER/KWREU → Terry TOR/KWRUS → torus TPHROR/KWREUFT → florist NOTE: Ending a stroke with -R and starting the next stroke with KWR is preferred in ambiguous situations.","breadcrumbs":"Theory Reference Guide » The problem of the vowel/consonant “R”","id":"698","title":"The problem of the vowel/consonant “R”"},"699":{"body":"As previously mentioned in phonetics , TEU can be used to represent -ity even if not used as a suffix. This is very much a situation that is actually dropping an unstressed vowel in disguise. Consider the two outlines of writing “felicity”: TPE/HREUS/TEU TPE/HREU/SEU/TEU Notice that in the first outline, the second “i” was dropped as it is unstressed. The second outline is not recommended as it uses an extra stroke, making it slower to write. Furthermore, entries with strokes that take the shape of EU/TEU are not necessarily complete as I may have been too tired or lazy when trying to add these in. Thus, try to not use an extra stroke when it comes to TEU. Other examples of when to drop an “i” in such a manner: EBGS/TRE/PHEU/TEU → extremity Can instead be EBGS/TREPL/TEU EUPB/TPEU/TPHEU/TEU → infinity Can instead be EUPB/TPEUPB/TEU SEPB/SEU/TEUF → sensitive Can instead be SEPBS/TEUF Another situation where you should really drop a vowel is where you’ll see a word end with -ly. HAUT/KWREU/HREU → haughtily Can instead be HAUT/HREU (“i” is dropped) TRAO*UT/-FL/KWREU → truthfully Can instead be TRAO*UT/TPHREU (second “u” is dropped) PER/SO*PB/A*L/KWREU → personally Can instead be PER/SO*PB/HREU (“a” is dropped)","breadcrumbs":"Theory Reference Guide » Situations that benefit from dropping unstressed vowels","id":"699","title":"Situations that benefit from dropping unstressed vowels"},"7":{"body":"Notice how so far sounds have been emphasized rather than spellings of words. In our example, “complicate” is not spelled with a “k” and yet it still uses the K key in the first stroke. The reason for this is that English spelling is quite complicated, but its phonetics are comparatively simple. Steno takes advantage of this by being a primarily phonetic system. In general, words are written based on their pronunciation. The K key represents all “k” sounds, regardless of spelling. However, if steno were completely phonetic, it would be impossible to differentiate between “gait” and “gate”, or “site”, “cite”, and “sight”, or any of the other numerous homophones that English has. For some words, we do have to take spelling into consideration. How exactly this is done is dictated by the rules found in a steno theory.","breadcrumbs":"Chapter 1: Introduction » Steno is primarily phonetic","id":"7","title":"Steno is primarily phonetic"},"70":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a row TP is the top row pressed by the ring and middle fingers KW is the bottom row pressed by the ring and middle fingers PH is the top row pressed by the middle and index fingers Think “FQM” in steno order (top to bottom, left to right!) fully qualified mountain first quill made","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"70","title":"Mnemonics"},"700":{"body":"It is also important to use prefixes and suffixes. A good rule of thumb to determine whether or not it is appropriate to use suffix strokes is to examine what will be written before the suffix stroke. For example, it should be apparent that the word “tester” can be broken into the root word “test” and the suffix “-er” and thus should be written TEFT/*ER as opposed to TES/TER. On the other hand, the word “termite” should be written syllabically since it can’t be broken into smaller parts: TER/PHAOEUT. NOTE: With KWRAOEUT being the “-ite” suffix, it is technically possible to write “termite” as TERPL/KWRAOEUT but that is against the principles of this dictionary. If it is desirable to you to write in this manner, then this dictionary is probably not for you. The following list of words are other examples where suffixes should be used instead of syllabic splitting: HRERPB/*ER → learner *ER → “-er” SE/HREBGT/-BL → selectable -BL → “-able” KUT/-G → cutting -G → “-ing” TPHAOEUF/-S → knives -S → “-s” KAFP/-PLT → catchment -PLT → “-ment” RE/SPOPBD/KWREPBT → respondent KWREPBT → “-ent” TKEUBGS/KWRAEUR/KWREU → dictionary KWRAEUR/KWREU → “-ary” On the other hand, the following are examples of incorrect suffix usage: STAOUD/KWREPBT (student) ❌ STAOU/TKEPBT ✔️ WAUT/*ER (water) ❌ WAU/TER ✔️ SKOL/A*R (scholar) ❌ SKO/HRAR ✔️ For ambiguous situations where it is not clear whether to use suffixes or split a word syllabically, both options should be available to use. And of course, don’t be afraid to add your own alternatives.","breadcrumbs":"Theory Reference Guide » Using prefixes and suffixes","id":"700","title":"Using prefixes and suffixes"},"701":{"body":"As previously mentioned, prefix strokes are not outlines that usually have to be memorized. Most common prefix strokes come about when splitting words syllabically and don’t need much thought. For example, “ex-”, “super-”, and “hetero-” are written as EBGS, SAOU/PER, and HE/TER/KWROE, respectively, as if they were just regular words. With a basic grasp of syllabic splitting, most prefixes should be fairly straightforward. There can also sometimes be multiple entries for the same prefix such as PRE and PRAOE for “pre-” or UL/TRA and ULT/RA for “ultra-”. Whichever works best for a given situation should be used and multiple options are available if there is ambiguity.","breadcrumbs":"Theory Reference Guide » Prefixes","id":"701","title":"Prefixes"},"702":{"body":"Sometimes it is needed to write a prefix outline as a regular word. Take, for example, “super”. This can be a prefix as in “supernatural” or a regular word as in “super awesome”. Since syllabic splitting will go to the prefix form, asterisk is used on the last stroke to obtain the word form. Thus, SAOU/PER/AU/SOPL would output “superawesome” while SAOU/P*ER/AU/SOPL would output “super awesome”. As you write more and more using this dictionary, you will encounter many situations where you intended a word instead of a prefix stroke to be written. When this happens, take note of the prefix and remember the usage of asterisk to prevent this in future. If the prefix form of an outline is accidentally written when the word form was intended, asterisk can be toggled retroactively using #* instead of deleting the whole word and starting over. For example, consider the attempt to write “super awesome”: SAOU/PER/AU/SOPL Instead of pressing the asterisk 4 times and rewriting the entire word, an alternative would be to backspace the last two strokes, toggle asterisk with #* to get the word form, and continue with “awesome”: SAOU/PER/AU/SOPL/*/*/#*/AU/SOPL (9 strokes) SAOU/PER/AU/SOPL/*/*/*/*/SAOU/P*ER/AU/SOPL (12 strokes)","breadcrumbs":"Theory Reference Guide » Prefixes by themselves","id":"702","title":"Prefixes by themselves"},"703":{"body":"Unlike prefixes, most suffixes do have to be memorized but are quite predictable with many following patterns. The following inexhaustive list contains common suffix strokes that should be sufficient for most everyday writing: KWREU → -y KRAEUZ/KWREU → crazy KWREUF → -ive KRAOE/KWRAEUT/KWREUF → creative KWREUFPL → -ism PHAG/TPHET/KWREUFPL → magnetism KWREUPB → -in PHRUG/KWREUPB → plugin KWREUBG → -ic AOEU/KWROPB/KWREUBG → ionic KWREUFT → -ist ART/KWREUFT → artist The following outlines are primarily used in syllabic splitting with KWR representing a diphthong like in words such as “obsidian” (OB/SEUD/KWRAPB). However, by themselves, these outlines are defined without an initial “I” as shown below: KWROPB → -on KWRAPB → -an KWRAPBT → -ant KWREPB → -en KWREPBT → -ent If you come across a word that needs to be defined using one of the above suffixes, use them as is regardless of if a diphthong is present in its pronunciation. For example, “harden” and “alien” would be defined as HARD/KWREPB and AEUL/KWREPB, respectively. The suffix is still the same regardless of if an “I” is present in their spelling. However, if you need to end an arbitrary word with one of the above suffixes with a leading “I”, use an asterisk on the suffix stroke. For example, “hardan” would be written as HARD/KWRAPB while “hardian” would be written as HARD/KWRA*PB. A*R → -ar A*L → -al AEUGS → -ation O*R → -or *ER → -er -PLT → -ment -PBS → -ness -BL → -able -BLT → -ability -L → -le -LT → -let -G → -ing -S → -s -Z → -s ST-BG → -istic SH-PBS → -ishness SH*EUP → -ship","breadcrumbs":"Theory Reference Guide » Suffixes","id":"703","title":"Suffixes"},"704":{"body":"If two homophones must be resolved using asterisk, there are a few aspects of each word that will decide which word gets precedence. If there are repeat letters in a word, that will use asterisk #HART/PHAPB → Hartman #HART/PHA*PB → Hartmann If two words differ in a vowel, (especially with Y or I), the asterisk will go to the word that doesn’t match the vowel as spelt #HREUPB → Lin #HR*EUPB → Lynn “kr” gets precedence over “chr” and “cr” in KR- as it matches the keys more #KREUS/TEU → Kristy #KR*EUS/TEU → Christy Also can be written #KHREUS/TEU “x” and “ks” gets precedence over “kshun” in“ -BGS TRABGS → tracks TRA*BGS → traction RE/TPHREBGS → reflex RE/TPHR*EBGS → reflection The one exception to this rule is TKEUBGS → diction; I like being able to write “dictionary” as TKEUBGS/KWRAER. Seeing “dicks” show up before writing KWRAER seems silly. For conflicts with words ending “i” vs “y”, use EU and KWREU respectively #TE/REU → Terri #TER/KWREU → Terry #SAPL/KWREU → Sammy #SA/PHEU → Sammi","breadcrumbs":"Theory Reference Guide » Conflict resolution","id":"704","title":"Conflict resolution"},"705":{"body":"It’s no secret that writing out syllabically can be quite slow. This dictionary does have some techniques for writing significantly shorter.","breadcrumbs":"Theory Reference Guide » Beyond writing out","id":"705","title":"Beyond writing out"},"706":{"body":"This technique has already been somewhat illustrated in Situations that benefit from dropping unstressed vowels . Figuring out stress can be a bit of a challenge within a word and I unfortunately do not have any tips at this moment, apart from showing a few examples: PHEPL/RAOEUZ → memorize (“o” is dropped) T*EPL/RAEUR/KWREU → temporary (“o” is dropped) TPOFRPB/TPHAT → fortunate (“u” is dropped) KPHAPBD → command (“o” is dropped and remaining word is fit into one stroke) KPHAOUPB/KAEUT → communicate (both the “o” and the “i” are dropped) STKAOEUR → desire (“e” is dropped, and STK serves as “ds” using an inversion) STKPAOER → disappear (“i” and first “a” are both dropped, STK serving as “ds” using an inversion) RUFR → rougher (“e” is dropped, -FR representing the “fer” sound) TKEUFRPBT → different (both “e”’s are dropped, remaining consonants fit into single stroke) EBGS/PERPLT → experiment (“i” is dropped)","breadcrumbs":"Theory Reference Guide » Dropping unstressed vowels","id":"706","title":"Dropping unstressed vowels"},"707":{"body":"Most prefixes are simple to determine but may take multiple strokes. For example, PHE/TKPWA is the mega- prefix which is logical and predictable. However, a stroke can be saved by using PH*EG instead. A few examples are listed below: PHEU/HREU → milli- PH*EUL can instead be used KEU/HROE → kilo- K*EUL can instead be used RE/TROE → retro- RERT can instead be used Suffixes can be shortened in much the same way. For example, the canonical way of writing “dictionary” is TKEUBGS/KWRAEUR/KWREU with KWRAEUR/KWREU representing the -ary suffix. KWRAER serves as a shorter alternative as seen in the following examples: TKO/KAOU/-PLT/KWRAER → documentary TKEUS/PEPBS/KWRAER → dispensary SREUGS/KWRAER → visionary -ory can also be shortened to KWROER: TPABGT/KWROER → factory PRE/EPLT/KWROER → preemptory STA/KHAOUT/KWROER → statutory AER and OER are also special in that they are not just parts of suffixes, but can represent the sounds of -ary and -ory when combined with other consonants. EUPB/SREPB/TOER → inventory OB/HREU/TKPWA/TOER → obligatory UPB/TPHE/SE/SAER → unnecessary ES/KHAOU/WAER → estuary Using AER and OER are great ways to shorten your writing! Whenever you write ____AEUR or ____OR followed by KWREU, remember that these can all be compressed into one stroke!","breadcrumbs":"Theory Reference Guide » Using shorter prefixes and suffixes","id":"707","title":"Using shorter prefixes and suffixes"},"708":{"body":"Ending consonants on the right hand can be combined with ending strokes to fit more sounds into one stroke. For example, -T can be used to represent -ity conjunction with other chords: PRAOEU/KWRORT → priority SAOEPB/KWRORT → seniority EUPB/SAPBT → insanity PHOE/HRAERT → molarity -L can be used in a similar manner to represent -al or -ly: EBGS/TERPBL → external EUPL/PHORL → immoral EUPL/PEURBL → impishly RAOE/SPEBG/TEUFL → respectively -R can be used to represent an ending R sound: SOFT/KWRERPB → softener OERPB → owner KHRAOERPB → cleaner TKAOEURPB → diner","breadcrumbs":"Theory Reference Guide » Folding and stacking sounds on ending strokes","id":"708","title":"Folding and stacking sounds on ending strokes"},"709":{"body":"Folding suffix keys can come with unintended conflicts (for example, SPEUGT for “spitting” vs “spigot”) but it is an easy way to reduce how many strokes you use. That said, hitting -G, -S, -D, or -Z separately is already quite fast. Folding these keys often requires more finger contortions. Do not feel obliged to fold suffix keys, despite the dictionary containing these entries.","breadcrumbs":"Theory Reference Guide » Folding suffix keys","id":"709","title":"Folding suffix keys"},"71":{"body":"Single syllable fqm words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"71","title":"Section practice"},"710":{"body":"The following words are a few examples of some of using two or more techniques above to form short entries. They should demonstrate how you can write shorter without having to memorize a bunch of briefs or suffix strokes. T*EPL/RAERL → temporarily Dropping the unstressed “o”, using the “AER” compound cluster, and folding a -L to represent “-ly” Written-out form: TEPL/POR/KWRAEUR/KWREU/HREU KA*LG/HRAEUGT → calculating Dropping the unstressed “u” and folding the -G suffix key Written-out form: KAL/KAOU/HRAEUT/-G TAEURLG → tailoring Dropping the unstressed “o” and folding the -G suffix key Written-out form: TAEU/HROR/-G or TAEUL/O*R/-G KOR/KWRARPBD → coriander Using KWR to represent the “i” and folding in -R to represent the “er” Written-out form: KOR/KWREU/KWRAPB/TKER AL/TERPB/TEUFL → alternatively Dropping the unstressed second “a” and folding a -L to represent “-ly” Written-out form: AL/TER/TPHA/TEUF/HREU ERTD → editor Dropping the unstressed “i” and folding in -R to represent the “or” Written-out form: ED/KWREUT/O*R","breadcrumbs":"Theory Reference Guide » Examples of short entries that I might use","id":"710","title":"Examples of short entries that I might use"},"711":{"body":"By default lapwing-base.json mainly only contains American spellings of words. lapwing-uk-additions.json adds UK spellings which is fully compatible and conflict free (with a few exceptions) to lapwing-base.json. It allows writing of UK spellings without having to turn dictionaries on and off. I made this dictionary mainly with Australian and Canadian English in mind. If you primarily write British English and wish to replace all American spellings, then this dictionary might not be ideal for you.","breadcrumbs":"Theory Reference Guide » UK Spellings","id":"711","title":"UK Spellings"},"712":{"body":"Switching with #TPH ae spellings ise spellings ll spellings oe spellings ou spellings re spellings Miscellaneous briefs","breadcrumbs":"Theory Reference Guide » Dictionary contents","id":"712","title":"Dictionary contents"},"713":{"body":"Writing #TPH after any translation will switch the previous word into its British variant (if it exists in the dictionary). Unfortunately, there is currently a limitation that requires all suffix keys (-G, -S,-D and -Z) to either be folded into the last stroke or written after the #TPH chord. For example, the following attempt to write “accessorising” will not work: ABG/SE/SOR/KWRAOEUZ/-G/#TPH Instead write it as either of the following: ABG/SE/SOR/KWRAOEUZ/#TPH/-G ABG/SES/KWROR/KWRAOEUGZ/#TPH Using #TPH is the recommended method that will always work when switching to British spellings. There are a few shorter models listed below, but they are not guaranteed to always work.","breadcrumbs":"Theory Reference Guide » Switching with #TPH","id":"713","title":"Switching with #TPH"},"714":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE Examples: EPB/SAOEU/KHROE/PAE/TKEU/KWRA → encyclopaedia AET/KWROLG → aetiology","breadcrumbs":"Theory Reference Guide » ae spellings","id":"714","title":"ae spellings"},"715":{"body":"Words spelled with “ise” use AOEUS or AOEUF (when folding in ending sounds). Examples: PHAG/PHE/TAOEUS → magnetise STAEUBL/KWRAOEUFR → stabiliser AOUT/HRAOEUFG → utilising","breadcrumbs":"Theory Reference Guide » ise spellings","id":"715","title":"ise spellings"},"716":{"body":"The rule discussed in conflict resolution is utilized where asterisk is used on the stroke with the double “L”. Examples: RAOE/TPAO*ULG → refuelling RE/SR*EL/*ER → reveller NOTE: because of this rule, single l spellings such as “instal” or “fulfil” are not possible using any method other than #TPH","breadcrumbs":"Theory Reference Guide » ll spellings","id":"716","title":"ll spellings"},"717":{"body":"Words spelled with “oe” are written with OE Examples: OES/TROE/SKWREPB → oestrogen HOEPL/KWROE/PA*T → homoeopath AOE/TKOE/PHA → edoema","breadcrumbs":"Theory Reference Guide » oe spellings","id":"717","title":"oe spellings"},"718":{"body":"Any spellings with “ou” instead of “o” can be written using OU. Examples: TPHAEU/PWOUR → neighbour KAPB/TKOUR → candour KOL/O*UR → colour","breadcrumbs":"Theory Reference Guide » ou spellings","id":"718","title":"ou spellings"},"719":{"body":"The stroke with ER is asterisked. There is no “-re” suffix currently and so any outlines normally written with *ER does not fall under this method. Examples: KA/HREU/PW*ER → calibre PHAOEU/T*ER → mitre HREU/T*ER → litre","breadcrumbs":"Theory Reference Guide » re spellings","id":"719","title":"re spellings"},"72":{"body":"TKPW is “g” as in “get” NOTE: TKPW is only used for the “hard g” sound. For example, the word “gel” would not use TKPW as the initial consonant is a “soft g” (a “j” sound). TPH is “n” as in “not” KWH is “y” as in “yet” KWH is pressed using the left hand ring, middle, and index fingers KWH is only used when the word starts with the letter “y”; if a word has a “y” sound but doesn’t start with a “y”, simply don’t use a left hand consonant chord.","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand g, n, and y","id":"72","title":"Left hand g, n, and y"},"720":{"body":"Asterisk extravaganza! Just asterisk whenever possible. Examples: PHAO*ERT → metre *ORG → organise HRA*EUBLG → labelling TPHA*EURB → neighbour","breadcrumbs":"Theory Reference Guide » Miscellaneous briefs","id":"720","title":"Miscellaneous briefs"},"721":{"body":"","breadcrumbs":"Glossary » Glossary","id":"721","title":"Glossary"},"722":{"body":"An abbreviated outline used for greater speed that does not follow basic theory.","breadcrumbs":"Glossary » brief","id":"722","title":"brief"},"723":{"body":"A group of keys pressed all at once.","breadcrumbs":"Glossary » chord","id":"723","title":"chord"},"724":{"body":"A situation where two translations would normally be mapped to the same steno outline.","breadcrumbs":"Glossary » conflict","id":"724","title":"conflict"},"725":{"body":"A file used by a steno engine to translate from outlines to the output translation.","breadcrumbs":"Glossary » dictionary","id":"725","title":"dictionary"},"726":{"body":"Two distinct vowel sounds that blend together.","breadcrumbs":"Glossary » diphthong","id":"726","title":"diphthong"},"727":{"body":"A section in a dictionary that defines the translation of a steno outline.","breadcrumbs":"Glossary » entry","id":"727","title":"entry"},"728":{"body":"A technique to output words letter-by-letter.","breadcrumbs":"Glossary » fingerspelling","id":"728","title":"fingerspelling"},"729":{"body":"Including keys in a previous stroke (with disregard to steno order) to fit in more sounds.","breadcrumbs":"Glossary » folding","id":"729","title":"folding"},"73":{"body":"gloss TKPWHROS gull TKPWUL nap TPHAP net TPHET yet KWHET yes KWHES use AOUS","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"73","title":"Examples"},"730":{"body":"","breadcrumbs":"Glossary » glide","id":"730","title":"glide"},"731":{"body":"International Phonetic Alphabet; a system of symbols used internationally to represent sounds in all human languages.","breadcrumbs":"Glossary » IPA","id":"731","title":"IPA"},"732":{"body":"The property of a regular keyboard to detect multiple key presses simultaneously.","breadcrumbs":"Glossary » N-key rollover","id":"732","title":"N-key rollover"},"733":{"body":"Relating to spelling.","breadcrumbs":"Glossary » orthographic","id":"733","title":"orthographic"},"734":{"body":"One or more strokes that form a translation.","breadcrumbs":"Glossary » outline","id":"734","title":"outline"},"735":{"body":"Relating to pronunciation.","breadcrumbs":"Glossary » phonetic","id":"735","title":"phonetic"},"736":{"body":"A free and open source steno engine for Linux, Mac, and Windows.","breadcrumbs":"Glossary » Plover","id":"736","title":"Plover"},"737":{"body":"A textual representation of the steno strokes pressed before being translated.","breadcrumbs":"Glossary » raw steno","id":"737","title":"raw steno"},"738":{"body":"A program used to translate steno outlines to text.","breadcrumbs":"Glossary » steno engine","id":"738","title":"steno engine"},"739":{"body":"A steno engine embedded on a keyboard’s firmware; allows for plug-and-play stenography with no setup required on the host machine.","breadcrumbs":"Glossary » embedded steno engine","id":"739","title":"embedded steno engine"},"74":{"body":"Feel free to come up with your own or even suggest some! Grapes nourish you TKPW is a group of 4 keys pressed by the ring and middle fingers TPH is a row of 3 keys pressed by the ring, middle, and index fingers KWH is three keys in a rising shape, like the intonation when asking “why?”","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"74","title":"Mnemonics"},"740":{"body":"A keyboard made primarily by hobbyists and for hobbyists for use with stenography. A Nolltronics Multisteno","breadcrumbs":"Glossary » steno keyboard","id":"740","title":"steno keyboard"},"741":{"body":"A machine (can be standalone requiring no host machine) for stenography by professional court reporters and captioners. NOTE: some use “steno machine” to refer to any stenographic input device (such as hobbyist steno keyboards). A Stenograph Wave","breadcrumbs":"Glossary » steno machine","id":"741","title":"steno machine"},"742":{"body":"Any stenographic input device.","breadcrumbs":"Glossary » steno writer","id":"742","title":"steno writer"},"743":{"body":"The order in which sounds should fall on","breadcrumbs":"Glossary » steno order","id":"743","title":"steno order"},"744":{"body":"Synonymous with chord as a noun; can also be used as a verb to describe the action of pressing a chord.","breadcrumbs":"Glossary » stroke","id":"744","title":"stroke"},"745":{"body":"A stroke that attaches to words.","breadcrumbs":"Glossary » affix stroke","id":"745","title":"affix stroke"},"746":{"body":"A stroke that outputs a prefix and suppresses the next space.","breadcrumbs":"Glossary » prefix stroke","id":"746","title":"prefix stroke"},"747":{"body":"A stroke that outputs a suffix and attaches to the previous word.","breadcrumbs":"Glossary » suffix stroke","id":"747","title":"suffix stroke"},"748":{"body":"A Lapwing technique for splitting multisyllable words into steno strokes.","breadcrumbs":"Glossary » syllabic splitting","id":"748","title":"syllabic splitting"},"749":{"body":"A set of rules that govern how words are broken down into steno outlines.","breadcrumbs":"Glossary » steno theory","id":"749","title":"steno theory"},"75":{"body":"Single syllable gny words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"75","title":"Section practice"},"750":{"body":"The principles of Lapwing theory that encompass the rules for writing English text.","breadcrumbs":"Glossary » basic theory","id":"750","title":"basic theory"},"751":{"body":"The output (text, keyboard shortcut, etc) of a steno outline.","breadcrumbs":"Glossary » translation","id":"751","title":"translation"},"752":{"body":"An outline that follows basic theory.","breadcrumbs":"Glossary » write-out","id":"752","title":"write-out"},"76":{"body":"S* is “z” as in “zit” SR is “v” as in “vat” SKWR is “j” as in “job”","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand z, v, and j","id":"76","title":"Left hand z, v, and j"},"77":{"body":"Feel free to come up with your own or even suggest some! The “z” sound is similar to the “s” sound and thus they only differ in the asterisk key The chemical element strontium (symbol Sr) is not vanadium SKWR is just the bottom row of the left hand","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"77","title":"Mnemonics"},"78":{"body":"zap SA*P zip S*EUP var SRAR ver SRER jib SKWREUB jot SKWROT","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"78","title":"Examples"},"79":{"body":"Single syllable zvj words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"79","title":"Section practice"},"8":{"body":"A steno theory refers to the set of rules that govern how words are broken down. While the basics (such as everything mentioned so far) are more or less the same between theories, there are some subtle differences. When it comes to learning English steno, it is not important which theory to start off with—it isn’t difficult to switch between them. The primary way steno theories differ is in their philosophy. For example, Phoenix theory is based off of a comprehensive set of rules that make it easy to break down complicated words. On the other side of the spectrum, Magnum theory places more emphasis on learning words themselves through rote memorization. In essence, there are fewer strict rules, but more arbitrary outlines to remember. Most steno theories (like the previously mentioned ones) are not free and require you to purchase textbooks along with their dictionaries. The only free theories (as of this writing) are Lapwing theory, Plover theory, and Platinum theory. Unfortunately, most steno theories are also quite specific to one accent. In particular, all of the mentioned theories are all based on a General North American accent. It may be difficult to learn one of these theories for those that speak a different variant of English; being able to comfortably subvocalize with an American accent is important. There has been one effort in the Open Steno community to create a theory based for non-rhotic accents (i.e., British English), but I cannot recommend it as the dictionary is not very complete.","breadcrumbs":"Chapter 1: Introduction » Steno theories","id":"8","title":"Steno theories"},"80":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6 test","id":"80","title":"Chapter 6 test"},"81":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended completion goal","id":"81","title":"Recommended completion goal"},"82":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation again TKPWEPB Drops the first vowel and SKP Completely arbitrary, but useful in phrases ask SK Drops the first vowel before PW-FR Drops all vowels have SR have it T it no TPHO Matches the spelling said SED Completely phonetic very SRE very NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter briefs","id":"82","title":"Chapter briefs"},"83":{"body":"I ask the mod again and again. before you said you quit. is it fit? yes I got it. no it is very well. Answers EU/SK/-T/PHOD/TKPWEPB/SKP/TKPWEPB/TP-PL PW-FR/U/SED/U/KWEUT/TP-PL S/T/TPEUT/KW-PL KWR*ES/EU/TKPWOT/T/TP-PL TPHO/T/S/SRE/WEL/TP-PL","breadcrumbs":"Chapter 6: Left hand consonants continued » Practice sentences","id":"83","title":"Practice sentences"},"84":{"body":"Brief Outline Explanation and you SKPU SKP + U and I SKPEU SKP + EU and the SKP-T SKP + -T so the SOT SO + -T are the R-T R + -T are you RU R + U have you SRU SR + U is it ST S + T it is T-S T + -S (for “is”)","breadcrumbs":"Chapter 6: Left hand consonants continued » Extra briefs","id":"84","title":"Extra briefs"},"85":{"body":"","breadcrumbs":"Chapter 7: Vowels » Chapter 7: Vowels","id":"85","title":"Chapter 7: Vowels"},"86":{"body":"Recommended time to spend on this chapter: 2–6 days. Read OE, OU, and OEU and complete the drill ( 25 minutes ) Repeat the drill as needed Read AEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOU and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 7: Vowels » Recommended pace","id":"86","title":"Recommended pace"},"87":{"body":"Single syllable OE, OU, and OEU words drill Single syllable AEU words drill Single syllable AOU words drill Chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Useful links","id":"87","title":"Useful links"},"88":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 7: Vowels » Intro","id":"88","title":"Intro"},"89":{"body":"oe ou and oeu OE is the long o vowel as in “tote” /oʊ/ Linguistically, calling this a long vowel is incorrect (this is actually a diphthong), but it’s what most people would be familiar with (see here). OU is the “ow” sound as in “cow” /aʊ/ OUR is the sound as in “hour” /aʊ ər/ OEU is the sound as in “toy” /ɔɪ/","breadcrumbs":"Chapter 7: Vowels » OE, OU, and OEU","id":"89","title":"OE, OU, and OEU"},"9":{"body":"The keys pressed in an outline are translated to text that shows up on screen via a steno engine . This is a program on a computer, or is embedded in a keyboard’s firmware. Steno engines use large files called dictionaries that simply contain 1-to-1 translations between steno outlines and their output. This makes steno entirely deterministic and predictable. For example, here is one section from Lapwing theory dictionary: \"TKUR/KWRABLT\": \"durability\",\n\"TKUR/KWRES\": \"duress\",\n\"TKUR/KWRUPL\": \"durum\",\n\"TKUR/PWHREU\": \"durably\",\n\"TKUR/AEUGS\": \"duration\",\n\"TKUR/-BL\": \"durable\",\n\"TKUR/-BLT\": \"durability\",\n\"TKURPB\": \"durn\",\n\"TKURBL\": \"durable\", Many steno dictionaries have upwards of hundreds of thousands of entries . It’s important to remember that the majority of these are predictable as they follow the rules governed in a steno theory. Stenographers don’t simply just memorize every single entry in their dictionary—that would be insane! This, however, does bring up the concern of what to do when a word is not defined in a a stenographer’s dictionary. In these cases, there is a technique for letter-by-letter input (called fingerspelling ). This technique is rather slow (~40 WPM), but it is not a common occurrence. Furthermore, a good stenographer is expected to add any outlines they find missing according to their theory rules. There is no such thing as a word that is difficult to represent in steno strokes. A good theory will provide a set of rules that makes it very easy to break down a complicated word into simple steno strokes. Another important feature of steno (due in part to its usage of dictionaries) are abbreviated entries, or briefs . These are outlines that do not 100% follow basic theory rules. They contain fewer strokes and, as a result, are faster to write. This helps for building speed and are often used for the most common words in English. Non-word translations Steno’s usage of dictionaries also allows for non-word translations such as symbols, keyboard shortcuts, arrow keys, commands, and so on. It is a myth that steno can only be used to write English text; there are many systems that easily mesh with English steno theories that can allow you to write anything that a regular keyboard can. These systems do not use the phonetics of English steno theories, but rather shapes and chords that are simple and easy to remember. If you’ve memorized the locations of keys on a QWERTY keyboard (even just a few), you’ve easily got the mental flexibility to use steno for non-word translations. Some hobbyists can even use steno for coding and steno with vim! Of course, that’s not to say that everyone should use steno for these purposes, but it is certainly possible and some people prefer it over using a regular keyboard. This series will focus on writing English prose, but in later chapters I will discuss tools that allow you to use steno for editing text, controlling your computer, and even a little coding!","breadcrumbs":"Chapter 1: Introduction » How steno works from the software side","id":"9","title":"How steno works from the software side"},"90":{"body":"foe TPOE sow SOE now TPHOU power POUR coil KOEUL soy SOEU","breadcrumbs":"Chapter 7: Vowels » Examples","id":"90","title":"Examples"},"91":{"body":"Feel free to come up with your own or even suggest some! The word “foe” is spelled with the letters OE. Apply this to other words with the same vowel sound! The word “our” is spelled with OU. OEU can be thought of as O + EU or “oi” which resembles its pronunciation and spelling (as in the word “s oi l”)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"91","title":"Mnemonics"},"92":{"body":"Single syllable OE, OU, and OEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"92","title":"Section practice"},"93":{"body":"aeu AEU is the long a vowel as in “pay” /eɪ/ NOTE: be careful with words like “bag”, “tank”, and “sag”; these use A for /æ/ and not AEU. The difference is subtle, but try to convince yourself that these are different vowels. AEUR is the sound as in “pair” /ɛr/","breadcrumbs":"Chapter 7: Vowels » AEU","id":"93","title":"AEU"},"94":{"body":"day TKAEU lay HRAEU care KAEUR pair PAEUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"94","title":"Examples"},"95":{"body":"Feel free to come up with your own or even suggest some! AEU can be thought as A + EU or “ai” which resembles its pronunciation and spelling (as in the word “paid”) If the notion of long vowels and short vowels (as described above) is familiar, AEU can be thought of as transforming the A key into a long a by combining it with the two keys on the other side Long a = A + (vowel keys on other hand)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"95","title":"Mnemonics"},"96":{"body":"Single syllable AEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"96","title":"Section practice"},"97":{"body":"aou AOU represents two different sounds: The long u sound as in “cube” /ju/ The “oo” sound as in “glue” /u/ Only when the sound is not spelled with “oo” E.g., “loo” would not use AOU AOUR is the sound as in “c ur e” /ʊər/","breadcrumbs":"Chapter 7: Vowels » AOU","id":"97","title":"AOU"},"98":{"body":"ew AOU sue SAOU lure HRAOUR pure PAOUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"98","title":"Examples"},"99":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described above) is familiar, the AOU chord can be thought of as transforming the U key into a long u by combining it with the two keys on the other side Long u = U + (vowel keys on other hand) The long u sound is also quite similar to the “oo” sound","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"99","title":"Mnemonics"}},"length":753,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"272":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":17,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.4142135623730951},"207":{"tf":1.0},"23":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"498":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"539":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"202":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":5,"docs":{"184":{"tf":1.0},"186":{"tf":1.0},"201":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0}}},"2":{"df":5,"docs":{"206":{"tf":1.0},"607":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"702":{"tf":1.0}}},"3":{"df":5,"docs":{"231":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.4142135623730951},"664":{"tf":1.0},"672":{"tf":1.0}}},"4":{"df":3,"docs":{"252":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"444":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"107":{"tf":2.23606797749979},"19":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"282":{"tf":1.4142135623730951},"35":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"607":{"tf":1.0},"613":{"tf":1.0},"666":{"tf":1.0},"672":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"6":{"df":11,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"284":{"tf":1.0},"495":{"tf":1.4142135623730951},"61":{"tf":1.0},"82":{"tf":1.0}}},"7":{"df":2,"docs":{"497":{"tf":1.0},"667":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":2,"docs":{"20":{"tf":1.0},"531":{"tf":1.0}}},"9":{"df":2,"docs":{"541":{"tf":1.0},"632":{"tf":1.0}}},"df":28,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"495":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"59":{"tf":1.0},"644":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"232":{"tf":1.0},"498":{"tf":1.0}}},"3":{"df":5,"docs":{"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"65":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":5,"docs":{"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.7320508075688772},"165":{"tf":2.0},"185":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":2.0},"285":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"539":{"tf":1.0},"546":{"tf":1.0},"65":{"tf":2.0},"86":{"tf":1.0}}},"1":{"df":2,"docs":{"563":{"tf":1.0},"669":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":1,"docs":{"580":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"624":{"tf":1.0}}},"df":1,"docs":{"626":{"tf":1.0}}},"5":{"df":2,"docs":{"632":{"tf":1.0},"86":{"tf":1.0}}},"6":{"df":3,"docs":{"21":{"tf":1.0},"642":{"tf":1.0},"682":{"tf":1.4142135623730951}}},":":{"4":{"1":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"25":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"107":{"tf":1.0},"265":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"624":{"tf":1.0}}},"df":21,"docs":{"101":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.0},"679":{"tf":1.4142135623730951},"74":{"tf":1.0},"80":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"673":{"tf":1.0},"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}},"df":10,"docs":{"169":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"539":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"680":{"tf":1.7320508075688772},"702":{"tf":1.0},"74":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"287":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.0},"150":{"tf":1.0},"207":{"tf":1.7320508075688772},"232":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"499":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.4142135623730951},"653":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.4142135623730951}},"–":{"1":{"0":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"232":{"tf":1.0},"624":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"539":{"tf":1.0},"64":{"tf":1.0},"654":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.0},"209":{"tf":1.0},"539":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0}}},"8":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"287":{"tf":1.0}}},"df":6,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":1.4142135623730951},"539":{"tf":1.0},"658":{"tf":1.0},"688":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":6,"docs":{"142":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":1.4142135623730951},"539":{"tf":1.0},"659":{"tf":1.0},"702":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":3,"docs":{"241":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":1,"docs":{"259":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"124":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"625":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"639":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"713":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":1,"docs":{"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"471":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"508":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"680":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"109":{"tf":1.7320508075688772},"119":{"tf":1.0},"276":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"530":{"tf":1.4142135623730951},"586":{"tf":1.4142135623730951},"8":{"tf":2.0},"88":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"216":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"697":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"41":{"tf":1.4142135623730951},"495":{"tf":1.0},"59":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"713":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"243":{"tf":1.0},"287":{"tf":1.0},"565":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"272":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":1,"docs":{"554":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"279":{"tf":1.0},"618":{"tf":1.4142135623730951},"630":{"tf":1.0},"645":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"535":{"tf":1.0},"582":{"tf":2.23606797749979}}}}}}},"t":{"df":3,"docs":{"471":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"190":{"tf":1.0},"241":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"744":{"tf":1.0}}}},"v":{"df":3,"docs":{"244":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"638":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"650":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":34,"docs":{"214":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"279":{"tf":1.0},"37":{"tf":1.0},"462":{"tf":1.0},"48":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"565":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":2.449489742783178},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":2.0},"649":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"127":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"630":{"tf":1.0},"642":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"566":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"462":{"tf":1.0},"499":{"tf":1.4142135623730951},"530":{"tf":1.0},"578":{"tf":1.0},"611":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"624":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"256":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"243":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"272":{"tf":1.0},"502":{"tf":1.0},"570":{"tf":1.7320508075688772},"712":{"tf":1.0},"714":{"tf":1.7320508075688772}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":3,"docs":{"506":{"tf":1.0},"707":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"103":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"5":{"tf":1.4142135623730951},"506":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"g":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":4,"docs":{"126":{"tf":1.0},"243":{"tf":1.0},"449":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"404":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":2,"docs":{"161":{"tf":1.0},"404":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"249":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"679":{"tf":1.0},"745":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"620":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"127":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"485":{"tf":1.0},"607":{"tf":1.4142135623730951},"627":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"628":{"tf":1.0},"648":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"550":{"tf":1.0}}},"df":3,"docs":{"123":{"tf":1.4142135623730951},"276":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"678":{"tf":1.0},"81":{"tf":1.0}}},"o":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.4142135623730951},"692":{"tf":1.0}}}}},"r":{"df":1,"docs":{"449":{"tf":1.0}}},"t":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.0},"244":{"tf":1.0},"600":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":2.0}}}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"247":{"tf":1.0},"259":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"603":{"tf":1.0},"614":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0},"739":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"237":{"tf":1.0},"26":{"tf":1.0},"565":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"550":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"731":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"150":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.4142135623730951},"284":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"521":{"tf":1.0},"585":{"tf":1.7320508075688772},"586":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.4142135623730951},"611":{"tf":2.6457513110645907},"627":{"tf":1.0},"650":{"tf":1.0},"662":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"611":{"tf":1.4142135623730951},"638":{"tf":1.0},"644":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"272":{"tf":1.0},"279":{"tf":1.0},"49":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"380":{"tf":1.0},"502":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.4142135623730951},"597":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"685":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"52":{"tf":1.0},"554":{"tf":1.0},"679":{"tf":1.0},"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"123":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"46":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"268":{"tf":1.4142135623730951},"43":{"tf":1.0},"485":{"tf":1.0},"530":{"tf":1.0},"584":{"tf":1.0},"598":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.4142135623730951},"225":{"tf":1.0},"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.7320508075688772},"567":{"tf":1.0},"574":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"611":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"486":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"197":{"tf":1.0},"213":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"521":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"230":{"tf":1.0},"652":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"209":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"212":{"tf":1.0},"29":{"tf":1.0},"630":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"272":{"tf":2.0},"691":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"181":{"tf":1.0},"463":{"tf":1.0}}},"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"276":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.7320508075688772},"118":{"tf":1.0},"29":{"tf":1.4142135623730951},"309":{"tf":1.0},"653":{"tf":1.0},"715":{"tf":1.0}},"f":{"df":1,"docs":{"715":{"tf":1.0}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"217":{"tf":1.0},"275":{"tf":1.0},"335":{"tf":1.0},"654":{"tf":1.0},"691":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":2.0},"98":{"tf":1.0},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"217":{"tf":1.0},"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"586":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"97":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"715":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"328":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"550":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"339":{"tf":1.0}}},"df":2,"docs":{"684":{"tf":1.0},"689":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"684":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"499":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"654":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"275":{"tf":1.0},"630":{"tf":1.0},"700":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"277":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"272":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"703":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"530":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}},"df":4,"docs":{"233":{"tf":1.0},"241":{"tf":1.4142135623730951},"692":{"tf":1.0},"703":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"120":{"tf":1.0},"29":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"256":{"tf":1.0},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"508":{"tf":1.4142135623730951},"527":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"148":{"tf":1.0},"279":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"272":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"280":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"676":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"644":{"tf":2.8284271247461903},"676":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"57":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"473":{"tf":1.0},"621":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"133":{"tf":1.0},"224":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"119":{"tf":1.0},"285":{"tf":1.0},"652":{"tf":1.0}}}}},"t":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"157":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":2.0},"260":{"tf":1.4142135623730951},"27":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":3.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.4142135623730951},"630":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"538":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":5.0990195135927845},"632":{"tf":1.0},"664":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"692":{"tf":1.4142135623730951},"694":{"tf":1.0},"702":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"508":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"380":{"tf":1.0},"609":{"tf":1.0},"658":{"tf":1.4142135623730951},"690":{"tf":1.0}},"f":{"df":2,"docs":{"479":{"tf":1.0},"609":{"tf":1.0}},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"684":{"tf":1.0}},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"246":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"630":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"221":{"tf":1.0},"269":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"565":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"332":{"tf":1.0},"338":{"tf":1.0},"426":{"tf":1.0},"625":{"tf":1.0},"677":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"151":{"tf":1.0},"17":{"tf":1.0},"289":{"tf":1.0},"405":{"tf":1.0},"520":{"tf":1.0},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.0},"27":{"tf":1.0},"647":{"tf":1.7320508075688772},"702":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"62":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":3,"docs":{"56":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"530":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.0},"651":{"tf":1.0},"676":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"246":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"i":{"c":{"df":37,"docs":{"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"42":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"54":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"632":{"tf":1.0},"644":{"tf":1.4142135623730951},"648":{"tf":1.0},"663":{"tf":1.4142135623730951},"701":{"tf":1.0},"722":{"tf":1.0},"750":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":18,"docs":{"181":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.4142135623730951},"607":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"689":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"628":{"tf":1.0}}},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"565":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"646":{"tf":1.4142135623730951},"683":{"tf":1.0},"690":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"312":{"tf":1.0}},"t":{"df":2,"docs":{"111":{"tf":1.0},"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"431":{"tf":1.0},"49":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"569":{"tf":1.4142135623730951},"6":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"275":{"tf":1.7320508075688772},"599":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"652":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"212":{"tf":1.0},"243":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"538":{"tf":1.0},"540":{"tf":1.0},"671":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"279":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"503":{"tf":1.0},"52":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"651":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.0},"701":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"602":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"213":{"tf":1.0},"224":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"4":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"574":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"628":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"687":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"690":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"140":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":2.0},"229":{"tf":1.0},"269":{"tf":1.0},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"550":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"467":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":8,"docs":{"171":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"477":{"tf":1.0},"583":{"tf":1.0},"645":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}},"l":{"df":15,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":2.23606797749979},"199":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":3.1622776601683795},"272":{"tf":1.0},"505":{"tf":1.4142135623730951},"511":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"726":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"233":{"tf":1.0},"243":{"tf":2.8284271247461903},"703":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"676":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"668":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"678":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"631":{"tf":1.0},"672":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.0}}}},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"55":{"tf":1.0},"658":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.4142135623730951},"177":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":1.7320508075688772},"692":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"550":{"tf":1.0},"644":{"tf":1.7320508075688772},"681":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":2.0},"12":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"645":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"680":{"tf":1.0}}},"y":{"df":1,"docs":{"439":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"521":{"tf":1.0}}}}},"df":2,"docs":{"524":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"132":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"582":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":127,"docs":{"103":{"tf":2.0},"105":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"141":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"181":{"tf":2.6457513110645907},"183":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"203":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"222":{"tf":1.0},"228":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"235":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":2.0},"256":{"tf":1.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":2.23606797749979},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0},"373":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"426":{"tf":1.4142135623730951},"428":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"463":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"479":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.0},"565":{"tf":1.0},"578":{"tf":1.4142135623730951},"583":{"tf":1.0},"593":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"61":{"tf":2.23606797749979},"611":{"tf":1.0},"625":{"tf":3.605551275463989},"626":{"tf":1.0},"627":{"tf":2.449489742783178},"63":{"tf":1.4142135623730951},"648":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"664":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"720":{"tf":1.0},"722":{"tf":1.0},"82":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"621":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"565":{"tf":2.23606797749979},"567":{"tf":1.0},"569":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"700":{"tf":1.4142135623730951},"749":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"628":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"676":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"491":{"tf":1.0},"499":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"646":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"256":{"tf":1.0},"628":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"155":{"tf":1.0},"659":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"155":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"539":{"tf":1.0},"692":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"276":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"151":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"411":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"668":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"565":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"220":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"611":{"tf":1.0},"707":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"207":{"tf":1.0},"220":{"tf":1.0},"506":{"tf":1.0},"700":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"558":{"tf":1.0},"559":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"550":{"tf":2.6457513110645907},"553":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"582":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"df":5,"docs":{"104":{"tf":1.0},"272":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"646":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.4142135623730951},"698":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"148":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"620":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":8,"docs":{"182":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"530":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":2.0}}}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"279":{"tf":1.0},"433":{"tf":1.0},"616":{"tf":1.0},"646":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}},"u":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"521":{"tf":1.0},"646":{"tf":1.0}}}},"df":2,"docs":{"145":{"tf":1.0},"598":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}}}},"df":15,"docs":{"177":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.449489742783178},"27":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"662":{"tf":1.4142135623730951},"689":{"tf":1.0},"97":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"677":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"690":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"577":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"565":{"tf":1.0},"568":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"650":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"127":{"tf":1.0},"237":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"618":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"692":{"tf":1.0},"706":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":19,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"255":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"475":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"698":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"621":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":139,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":3.3166247903554},"20":{"tf":1.0},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.4142135623730951},"626":{"tf":1.0},"632":{"tf":1.4142135623730951},"64":{"tf":1.0},"642":{"tf":1.4142135623730951},"65":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}},"’":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"219":{"tf":1.0},"550":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":6,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"214":{"tf":2.449489742783178},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"214":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":86,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":2.23606797749979},"196":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":2.449489742783178},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.7320508075688772},"380":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"47":{"tf":1.4142135623730951},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"535":{"tf":1.0},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"544":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"585":{"tf":1.0},"597":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"611":{"tf":1.0},"614":{"tf":1.4142135623730951},"630":{"tf":3.0},"631":{"tf":1.0},"636":{"tf":2.23606797749979},"638":{"tf":2.449489742783178},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":3.872983346207417},"648":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.4142135623730951},"682":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"744":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}},"i":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}},"r":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"245":{"tf":1.0},"272":{"tf":1.0},"690":{"tf":1.0}}}}},"k":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"r":{"df":2,"docs":{"43":{"tf":1.0},"700":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"29":{"tf":1.0},"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"495":{"tf":1.0},"545":{"tf":1.0},"59":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.7320508075688772},"677":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"625":{"tf":1.0},"645":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"169":{"tf":1.0},"260":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":2.449489742783178},"601":{"tf":1.0},"687":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"269":{"tf":1.0},"587":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"169":{"tf":1.0},"184":{"tf":1.0},"187":{"tf":1.0},"221":{"tf":1.0},"243":{"tf":2.8284271247461903},"268":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.7320508075688772},"529":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"644":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":2.449489742783178},"710":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"505":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"672":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"539":{"tf":1.0},"630":{"tf":1.4142135623730951},"633":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"698":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":40,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.0},"57":{"tf":1.0},"602":{"tf":1.0},"620":{"tf":1.4142135623730951},"622":{"tf":1.0},"627":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"499":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"n":{"d":{"df":14,"docs":{"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"555":{"tf":1.0},"562":{"tf":1.0},"632":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":2.6457513110645907},"646":{"tf":1.0},"674":{"tf":1.0},"686":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"676":{"tf":1.4142135623730951},"686":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.0},"528":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"181":{"tf":1.7320508075688772},"19":{"tf":1.0},"216":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"527":{"tf":1.0},"550":{"tf":1.0},"583":{"tf":1.4142135623730951},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"706":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"235":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"545":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"651":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0}}}},"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"545":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"527":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":2.23606797749979},"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"486":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":2.0},"499":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"620":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"df":7,"docs":{"247":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":2.0},"620":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":22,"docs":{"184":{"tf":1.0},"187":{"tf":1.0},"243":{"tf":2.8284271247461903},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.7320508075688772},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":2.449489742783178},"498":{"tf":1.0},"527":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772},"611":{"tf":1.0},"651":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"690":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.0},"277":{"tf":1.0},"499":{"tf":1.0},"707":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"549":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"110":{"tf":2.0},"120":{"tf":2.0},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"190":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":2.23606797749979},"224":{"tf":1.0},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"311":{"tf":1.0},"499":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"521":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"616":{"tf":1.0},"622":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.0},"662":{"tf":1.4142135623730951},"664":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"709":{"tf":1.0},"711":{"tf":1.0},"716":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"237":{"tf":1.0},"289":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"618":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"666":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"133":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"622":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"161":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"228":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":2.449489742783178},"269":{"tf":3.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.0},"511":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"603":{"tf":1.4142135623730951},"614":{"tf":1.0},"64":{"tf":1.0},"648":{"tf":1.4142135623730951},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"269":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.0},"538":{"tf":1.4142135623730951},"543":{"tf":1.0},"550":{"tf":1.0},"576":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"581":{"tf":1.0},"683":{"tf":1.0},"712":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":7,"docs":{"106":{"tf":1.0},"164":{"tf":1.0},"209":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.0},"702":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"583":{"tf":2.449489742783178},"691":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"258":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"565":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"550":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"530":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}},"t":{"df":1,"docs":{"684":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"685":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"249":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"41":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"664":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"598":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"279":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"220":{"tf":1.0},"499":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":4,"docs":{"119":{"tf":1.4142135623730951},"225":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"700":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"741":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"228":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"499":{"tf":1.0},"549":{"tf":1.0},"61":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"632":{"tf":1.4142135623730951},"663":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"82":{"tf":1.0}}}}},"w":{"df":1,"docs":{"89":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}},"df":2,"docs":{"269":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"216":{"tf":1.0},"520":{"tf":1.0},"565":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"703":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"499":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"152":{"tf":1.0}},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"644":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"638":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}},"df":4,"docs":{"41":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"272":{"tf":1.0}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"272":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"644":{"tf":1.0},"650":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"v":{"df":2,"docs":{"172":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"647":{"tf":1.0},"700":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"527":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"549":{"tf":1.0},"649":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"369":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":18,"docs":{"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.4142135623730951},"555":{"tf":1.0},"562":{"tf":1.0},"569":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"709":{"tf":1.0},"713":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"311":{"tf":1.0},"569":{"tf":1.0},"602":{"tf":1.0},"608":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"272":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"499":{"tf":1.0},"540":{"tf":1.0},"610":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"711":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"44":{"tf":1.0},"535":{"tf":1.0},"648":{"tf":1.7320508075688772},"69":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":1.7320508075688772},"727":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.4142135623730951},"631":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"676":{"tf":1.0},"688":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"690":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"510":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"710":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"272":{"tf":1.0},"512":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"6":{"tf":1.0},"673":{"tf":1.0},"744":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"644":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"216":{"tf":1.0},"527":{"tf":1.0}}}},"r":{"df":3,"docs":{"610":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"624":{"tf":1.0},"641":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"43":{"tf":1.0},"524":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"618":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"646":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"122":{"tf":1.0},"243":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"633":{"tf":1.0},"636":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"528":{"tf":1.0},"646":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"680":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"344":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"565":{"tf":1.4142135623730951},"88":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"704":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"256":{"tf":1.0},"620":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":82,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.7320508075688772},"256":{"tf":1.0},"27":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"499":{"tf":1.7320508075688772},"522":{"tf":1.0},"530":{"tf":2.0},"545":{"tf":2.0},"565":{"tf":2.0},"566":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":2.6457513110645907},"634":{"tf":1.0},"635":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":3.605551275463989},"646":{"tf":1.4142135623730951},"648":{"tf":2.449489742783178},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":2.0},"671":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":2.8284271247461903},"679":{"tf":1.0},"680":{"tf":2.0},"682":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":1.7320508075688772},"686":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.7320508075688772},"712":{"tf":1.0},"713":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"622":{"tf":1.0}},"e":{"df":1,"docs":{"622":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"109":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.4142135623730951},"220":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":1.7320508075688772},"240":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.0},"49":{"tf":1.0},"514":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"565":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"653":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"216":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"565":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"673":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"667":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"p":{"df":1,"docs":{"62":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"673":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.0},"695":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.0},"574":{"tf":1.0},"585":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":2.23606797749979},"653":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"527":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"581":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"280":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"608":{"tf":1.0},"649":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"682":{"tf":1.0},"716":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"650":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"41":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"696":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"696":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"44":{"tf":1.0},"644":{"tf":1.0},"726":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"527":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":7,"docs":{"581":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"162":{"tf":1.0},"241":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":1.0},"535":{"tf":1.0},"59":{"tf":1.0},"628":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.4142135623730951},"281":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"675":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"550":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.4142135623730951},"603":{"tf":1.4142135623730951},"614":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"666":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"716":{"tf":1.0}}},"t":{"df":2,"docs":{"288":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"388":{"tf":1.0},"4":{"tf":1.4142135623730951},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"644":{"tf":2.0},"646":{"tf":2.0},"677":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"545":{"tf":1.4142135623730951},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"550":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"676":{"tf":1.0}}}},"df":1,"docs":{"268":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":3.1622776601683795},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":2.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"166":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"41":{"tf":1.0},"498":{"tf":2.8284271247461903},"50":{"tf":1.0},"500":{"tf":3.0},"507":{"tf":2.23606797749979},"523":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"59":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"680":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.0},"161":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"228":{"tf":2.23606797749979},"486":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":3.1622776601683795},"595":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":2.8284271247461903},"706":{"tf":3.4641016151377544},"710":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"706":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"344":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"502":{"tf":1.0},"664":{"tf":1.0},"688":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"153":{"tf":1.0},"19":{"tf":2.23606797749979},"240":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"340":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"676":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0}}}},"df":3,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"527":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"676":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"493":{"tf":1.0},"628":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"380":{"tf":1.0},"527":{"tf":1.0},"534":{"tf":1.4142135623730951},"549":{"tf":1.0},"648":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"181":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"511":{"tf":1.0},"641":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"539":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"690":{"tf":1.0},"701":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"g":{"df":1,"docs":{"620":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"710":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"111":{"tf":1.0},"113":{"tf":2.0},"197":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"505":{"tf":4.123105625617661},"506":{"tf":2.23606797749979},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":2.23606797749979},"591":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772},"690":{"tf":1.0},"706":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"277":{"tf":1.0},"624":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"413":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"277":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"513":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"508":{"tf":2.0}}}}},"f":{"df":1,"docs":{"221":{"tf":1.0}}},"g":{"df":1,"docs":{"156":{"tf":1.0}}},"k":{"df":1,"docs":{"156":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"197":{"tf":1.0},"508":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"595":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"647":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.0},"27":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"675":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"750":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"48":{"tf":1.0},"621":{"tf":1.0},"702":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"249":{"tf":1.0},"29":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}}},"df":37,"docs":{"19":{"tf":1.4142135623730951},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"454":{"tf":1.0},"492":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"617":{"tf":1.0},"618":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"659":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":2.0},"715":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"638":{"tf":1.0}}}}},"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.7320508075688772},"279":{"tf":1.0},"515":{"tf":1.4142135623730951},"646":{"tf":1.0},"678":{"tf":1.0},"725":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":25,"docs":{"109":{"tf":1.4142135623730951},"21":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0},"650":{"tf":1.0},"7":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"267":{"tf":1.0},"566":{"tf":1.4142135623730951},"620":{"tf":1.0},"629":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"269":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"161":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.4142135623730951},"520":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"550":{"tf":1.0},"599":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"504":{"tf":1.0},"646":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"48":{"tf":1.0},"485":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":2.6457513110645907},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.4142135623730951},"684":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.4142135623730951},"727":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"45":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"515":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"454":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"587":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"233":{"tf":1.0},"241":{"tf":1.7320508075688772},"269":{"tf":1.0},"502":{"tf":1.4142135623730951},"539":{"tf":1.0},"576":{"tf":1.0},"592":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"719":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":1,"docs":{"493":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"499":{"tf":1.0},"524":{"tf":1.0},"544":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"630":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"692":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"225":{"tf":1.0},"276":{"tf":1.0},"5":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"506":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"678":{"tf":1.0},"751":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"504":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"616":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"117":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":2.23606797749979},"265":{"tf":1.0},"272":{"tf":2.6457513110645907},"29":{"tf":1.0},"309":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"61":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"627":{"tf":1.0},"690":{"tf":1.0},"704":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"242":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"587":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":8,"docs":{"236":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"539":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"614":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"238":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"463":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"120":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"581":{"tf":1.0},"624":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"205":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"98":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"543":{"tf":1.0},"624":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.8284271247461903},"244":{"tf":2.0},"245":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"272":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"499":{"tf":1.0},"5":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.0},"610":{"tf":1.0},"622":{"tf":1.4142135623730951},"628":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"664":{"tf":1.7320508075688772},"68":{"tf":1.0},"689":{"tf":1.4142135623730951},"692":{"tf":1.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"720":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"272":{"tf":1.7320508075688772},"46":{"tf":1.0},"511":{"tf":1.0},"543":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"696":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}},"m":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"636":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"255":{"tf":1.0},"659":{"tf":1.0}}}}}},"df":1,"docs":{"701":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"40":{"tf":1.0},"500":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"680":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":1.0},"627":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"237":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"603":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":1.0},"499":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"682":{"tf":1.0},"690":{"tf":1.0},"706":{"tf":1.0}}},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"581":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"63":{"tf":1.0},"664":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"630":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"708":{"tf":1.0}}}}},"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":{"587":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"256":{"tf":1.0},"33":{"tf":1.0},"610":{"tf":1.0},"63":{"tf":1.0},"699":{"tf":1.4142135623730951},"84":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"289":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"272":{"tf":1.0},"309":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"706":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"255":{"tf":1.0}}},"t":{"df":7,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"503":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0}}},"r":{"df":3,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"48":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"52":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"719":{"tf":1.0},"743":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"565":{"tf":1.0},"624":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"240":{"tf":1.0},"499":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"187":{"tf":1.0},"210":{"tf":1.0},"219":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.0},"287":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"649":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"150":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"277":{"tf":1.0},"499":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.4142135623730951},"646":{"tf":1.0},"709":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":25,"docs":{"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.449489742783178},"150":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"43":{"tf":1.0},"492":{"tf":1.4142135623730951},"509":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"687":{"tf":1.0},"69":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"243":{"tf":1.0},"280":{"tf":1.4142135623730951},"30":{"tf":1.0},"477":{"tf":1.7320508075688772},"504":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"699":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"593":{"tf":1.0},"706":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"133":{"tf":1.0},"212":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"139":{"tf":1.0},"235":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"621":{"tf":1.0},"646":{"tf":1.0},"725":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"648":{"tf":1.0}}},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"210":{"tf":1.0},"216":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"652":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"256":{"tf":1.4142135623730951},"288":{"tf":1.0},"392":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"630":{"tf":1.7320508075688772},"631":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"685":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"e":{"df":2,"docs":{"41":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"25":{"tf":2.0},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"499":{"tf":1.0},"550":{"tf":2.23606797749979},"57":{"tf":1.7320508075688772},"618":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"638":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.7320508075688772},"709":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"538":{"tf":1.7320508075688772},"540":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"689":{"tf":1.4142135623730951},"728":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"599":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"646":{"tf":3.3166247903554},"681":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":2.23606797749979},"247":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.6457513110645907},"277":{"tf":1.0},"279":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"385":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.4142135623730951},"530":{"tf":1.0},"543":{"tf":1.4142135623730951},"569":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"646":{"tf":2.8284271247461903},"664":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"511":{"tf":1.0},"602":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"729":{"tf":1.0},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"624":{"tf":1.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"646":{"tf":1.7320508075688772},"681":{"tf":1.0}}}},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":3,"docs":{"242":{"tf":2.0},"505":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"633":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"228":{"tf":1.0},"256":{"tf":4.358898943540674},"498":{"tf":1.0},"500":{"tf":2.449489742783178},"501":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":2.0},"504":{"tf":2.0},"505":{"tf":2.0},"506":{"tf":1.7320508075688772},"507":{"tf":2.23606797749979},"517":{"tf":1.0},"523":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":2.0},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"715":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"51":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"545":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.0},"601":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"710":{"tf":1.0},"713":{"tf":1.4142135623730951},"722":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"524":{"tf":1.0},"616":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"611":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"109":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951}}}},"df":15,"docs":{"152":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"277":{"tf":1.0},"423":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"615":{"tf":1.0},"630":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":2.23606797749979},"710":{"tf":2.6457513110645907},"734":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.0},"501":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"255":{"tf":1.0},"277":{"tf":1.0},"585":{"tf":1.0},"624":{"tf":1.0},"674":{"tf":1.0}}}}},"p":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"647":{"tf":1.0}},"l":{"df":1,"docs":{"644":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"550":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"173":{"tf":1.0}}},"df":12,"docs":{"181":{"tf":1.0},"431":{"tf":1.0},"514":{"tf":1.0},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"593":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"581":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"245":{"tf":1.0},"650":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"287":{"tf":1.0},"624":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"638":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}},"df":1,"docs":{"690":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"568":{"tf":1.4142135623730951},"716":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":3.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"618":{"tf":1.0},"642":{"tf":1.0}},"i":{"df":4,"docs":{"671":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"237":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"215":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"702":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"549":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"157":{"tf":1.0},"173":{"tf":1.0},"230":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.4142135623730951},"569":{"tf":1.0},"572":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"644":{"tf":1.0},"65":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":2.23606797749979},"713":{"tf":1.4142135623730951},"72":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"608":{"tf":1.0},"622":{"tf":1.0},"633":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"584":{"tf":1.0},"704":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"581":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"26":{"tf":1.0},"416":{"tf":1.0},"618":{"tf":1.0},"648":{"tf":1.0}},"n":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"150":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.0},"477":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"276":{"tf":1.4142135623730951},"587":{"tf":1.4142135623730951},"598":{"tf":1.7320508075688772},"730":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"628":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":2,"docs":{"255":{"tf":1.0},"540":{"tf":1.0}},"e":{"df":4,"docs":{"538":{"tf":2.0},"540":{"tf":1.0},"688":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"75":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"277":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"618":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":18,"docs":{"11":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.0},"38":{"tf":1.4142135623730951},"624":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"645":{"tf":1.0},"672":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":5,"docs":{"551":{"tf":1.0},"632":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.0},"681":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"648":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"272":{"tf":1.0},"38":{"tf":1.0},"414":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"550":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0},"641":{"tf":1.0}}},"t":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"h":{"df":5,"docs":{"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"533":{"tf":1.7320508075688772},"548":{"tf":1.0},"549":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.4142135623730951},"6":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0}}},"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"701":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"209":{"tf":1.0},"277":{"tf":1.0},"425":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.4142135623730951},"624":{"tf":1.0},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"722":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0}}},"t":{"df":1,"docs":{"676":{"tf":1.0}}}},"w":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"224":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":2.0},"269":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.0},"6":{"tf":1.4142135623730951},"723":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"188":{"tf":1.0},"191":{"tf":1.0},"550":{"tf":1.0},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"644":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"567":{"tf":1.0},"569":{"tf":1.0},"713":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":1,"docs":{"628":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"600":{"tf":1.4142135623730951},"601":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}},"r":{"df":1,"docs":{"272":{"tf":1.0}},"p":{"df":1,"docs":{"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"150":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"315":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"315":{"tf":1.0}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"n":{"d":{"df":103,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.23606797749979},"244":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"458":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":2.0},"647":{"tf":1.0},"65":{"tf":1.7320508075688772},"651":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.4142135623730951},"67":{"tf":1.0},"676":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"700":{"tf":1.4142135623730951},"708":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"238":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0}}},"l":{"df":4,"docs":{"246":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"302":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":3,"docs":{"112":{"tf":1.0},"272":{"tf":1.0},"465":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"468":{"tf":1.0},"611":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"458":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"256":{"tf":1.0},"550":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":4,"docs":{"214":{"tf":2.0},"289":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"681":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"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":4,"docs":{"182":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"43":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"177":{"tf":1.0},"319":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"611":{"tf":1.0},"687":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":3,"docs":{"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"287":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}},"df":5,"docs":{"221":{"tf":1.4142135623730951},"242":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"690":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"221":{"tf":1.0},"690":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"3":{"tf":1.0},"428":{"tf":1.0},"499":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"272":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"228":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0}},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"465":{"tf":1.0},"495":{"tf":1.0},"521":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.0},"618":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"679":{"tf":1.0},"694":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}}},"’":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"5":{"tf":1.0},"644":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"310":{"tf":1.0},"611":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"364":{"tf":1.0}}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"611":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"468":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"611":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"651":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.4142135623730951},"128":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.4142135623730951},"520":{"tf":1.0},"530":{"tf":1.0},"597":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"289":{"tf":1.4142135623730951},"495":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"249":{"tf":1.0},"647":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":3,"docs":{"47":{"tf":1.0},"624":{"tf":1.0},"709":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"242":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"456":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"456":{"tf":1.0},"644":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"717":{"tf":1.0}},"i":{"df":1,"docs":{"574":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"214":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"272":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"242":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0}}}},"t":{"df":3,"docs":{"321":{"tf":1.4142135623730951},"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":3,"docs":{"337":{"tf":1.0},"481":{"tf":1.0},"556":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":1,"docs":{"481":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"221":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"367":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"598":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"477":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"460":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"224":{"tf":1.0},"228":{"tf":1.0},"348":{"tf":1.4142135623730951},"451":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"245":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"402":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":1,"docs":{"406":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"406":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"562":{"tf":1.0}}},"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"429":{"tf":1.0}}},"f":{"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"141":{"tf":1.0},"348":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"224":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"685":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"545":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"505":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"650":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"243":{"tf":1.4142135623730951},"505":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.23606797749979},"550":{"tf":1.7320508075688772},"689":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"42":{"tf":1.0},"534":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"277":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"l":{"df":2,"docs":{"197":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"276":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"565":{"tf":1.0},"711":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":4,"docs":{"277":{"tf":1.0},"49":{"tf":1.0},"520":{"tf":1.4142135623730951},"620":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"691":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"242":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"5":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"706":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"680":{"tf":1.0}}}},"df":1,"docs":{"603":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"52":{"tf":1.0},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"653":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"485":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"521":{"tf":1.0},"540":{"tf":1.0},"576":{"tf":1.0},"599":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951},"653":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"543":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"683":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"224":{"tf":1.0},"650":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.4142135623730951},"30":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"644":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"599":{"tf":1.0}},"x":{"df":7,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"562":{"tf":1.0},"630":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":6,"docs":{"224":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"530":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}},"x":{"df":1,"docs":{"236":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"646":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"230":{"tf":1.0},"255":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":15,"docs":{"214":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"503":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.4142135623730951},"662":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"703":{"tf":1.0},"72":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"690":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"235":{"tf":1.0},"501":{"tf":1.0},"538":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.7320508075688772},"555":{"tf":1.0},"636":{"tf":1.0},"685":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"671":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":2.0},"675":{"tf":1.0},"678":{"tf":1.0},"716":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.4142135623730951},"289":{"tf":1.0},"42":{"tf":1.0},"426":{"tf":1.0},"47":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.7320508075688772},"549":{"tf":1.0},"572":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"609":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"644":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"700":{"tf":1.0},"702":{"tf":1.7320508075688772},"707":{"tf":2.0},"713":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"44":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"df":5,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"256":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}},"t":{"df":4,"docs":{"285":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"109":{"tf":1.0},"187":{"tf":1.0},"234":{"tf":1.0},"280":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"565":{"tf":1.0},"581":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"530":{"tf":1.4142135623730951},"549":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"641":{"tf":1.0},"692":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"181":{"tf":1.0},"203":{"tf":1.0},"385":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.4142135623730951},"690":{"tf":1.0},"706":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"122":{"tf":1.0},"275":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"646":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"678":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"109":{"tf":1.0},"44":{"tf":2.8284271247461903},"49":{"tf":1.0},"731":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"115":{"tf":1.0}}},"s":{"df":3,"docs":{"572":{"tf":1.4142135623730951},"712":{"tf":1.0},"715":{"tf":1.4142135623730951}},"h":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"543":{"tf":1.0},"545":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"197":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"616":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"700":{"tf":1.0}},"i":{"df":4,"docs":{"504":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"1":{"tf":1.0},"275":{"tf":1.0},"581":{"tf":1.0},"598":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.4142135623730951},"581":{"tf":1.0},"6":{"tf":1.0},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"705":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}},"v":{"df":5,"docs":{"272":{"tf":1.0},"565":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"678":{"tf":1.7320508075688772},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"682":{"tf":1.0}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":12,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"170":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"544":{"tf":1.4142135623730951},"65":{"tf":1.0},"691":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"629":{"tf":1.0},"676":{"tf":1.0}},"’":{"df":4,"docs":{"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":2.0},"630":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"680":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"209":{"tf":1.0},"244":{"tf":1.0},"628":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"260":{"tf":1.0},"271":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"646":{"tf":1.0}}}},"t":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"209":{"tf":1.0},"618":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}}},"u":{"df":1,"docs":{"97":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"668":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":1,"docs":{"506":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"411":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.0},"698":{"tf":1.0}}}}}}}},"df":2,"docs":{"505":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"478":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"272":{"tf":1.0}},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":4,"docs":{"272":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":5,"docs":{"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":1,"docs":{"433":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"384":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"327":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"611":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.0},"651":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"221":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"139":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"539":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"644":{"tf":1.0},"646":{"tf":3.4641016151377544},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"646":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":108,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"150":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":4.0},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"272":{"tf":1.7320508075688772},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"42":{"tf":2.6457513110645907},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"501":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":2.23606797749979},"535":{"tf":1.0},"539":{"tf":1.4142135623730951},"543":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"550":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"576":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"598":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":2.0},"630":{"tf":1.7320508075688772},"638":{"tf":1.0},"644":{"tf":3.1622776601683795},"646":{"tf":3.1622776601683795},"653":{"tf":3.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":2.6457513110645907},"680":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":2.8284271247461903},"685":{"tf":1.7320508075688772},"686":{"tf":1.0},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":2.0},"710":{"tf":1.4142135623730951},"713":{"tf":1.0},"723":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"475":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"214":{"tf":2.449489742783178},"343":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"550":{"tf":1.0},"640":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"209":{"tf":1.0},"478":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"245":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"691":{"tf":1.0}}},"w":{"df":3,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"395":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"376":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"622":{"tf":1.0},"650":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":1,"docs":{"505":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"718":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"372":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"554":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"119":{"tf":1.0},"225":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"527":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"527":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"527":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"a":{"df":1,"docs":{"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}}},"u":{"df":2,"docs":{"215":{"tf":1.0},"690":{"tf":1.0}}}}},"df":6,"docs":{"213":{"tf":1.4142135623730951},"53":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"152":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"704":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"704":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"203":{"tf":1.0},"33":{"tf":1.0},"370":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"700":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"67":{"tf":1.0},"687":{"tf":1.7320508075688772},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}}}},"h":{"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":2,"docs":{"217":{"tf":1.0},"654":{"tf":1.0}},"l":{"df":1,"docs":{"275":{"tf":1.0}}},"p":{"df":1,"docs":{"217":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"704":{"tf":1.0},"707":{"tf":1.0}}},"u":{"df":1,"docs":{"277":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"244":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"244":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"410":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.4142135623730951}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"332":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"217":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"472":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"654":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"703":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"t":{"df":3,"docs":{"269":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}}},"df":6,"docs":{"245":{"tf":1.4142135623730951},"269":{"tf":1.0},"590":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0}},"f":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"720":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"620":{"tf":1.0}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":1,"docs":{"582":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"731":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"56":{"tf":1.0}},"w":{"df":73,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"150":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.4142135623730951},"565":{"tf":1.7320508075688772},"566":{"tf":2.0},"582":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"610":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":2.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.7320508075688772},"632":{"tf":1.0},"634":{"tf":2.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"645":{"tf":2.23606797749979},"648":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"650":{"tf":1.4142135623730951},"651":{"tf":3.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"671":{"tf":2.23606797749979},"672":{"tf":1.4142135623730951},"673":{"tf":2.0},"676":{"tf":2.449489742783178},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"681":{"tf":1.7320508075688772},"682":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.7320508075688772},"748":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"666":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"460":{"tf":1.0},"691":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"152":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.7320508075688772},"647":{"tf":1.0},"674":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.4142135623730951},"713":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.0},"567":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"y":{"df":3,"docs":{"197":{"tf":1.0},"256":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"682":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"539":{"tf":1.0},"646":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.7320508075688772},"680":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}}},"df":32,"docs":{"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"406":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"503":{"tf":3.3166247903554},"507":{"tf":1.0},"516":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"598":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"256":{"tf":1.0},"504":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.0},"161":{"tf":1.0},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":3.1622776601683795},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"641":{"tf":1.4142135623730951},"648":{"tf":1.7320508075688772},"650":{"tf":1.0},"680":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"648":{"tf":1.4142135623730951},"700":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"260":{"tf":1.0},"689":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":1,"docs":{"703":{"tf":1.0}},"e":{"df":1,"docs":{"276":{"tf":1.0}},"v":{"df":1,"docs":{"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":50,"docs":{"208":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"510":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"65":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"67":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.4142135623730951},"70":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"598":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"240":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.7320508075688772},"537":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":2.0},"61":{"tf":1.4142135623730951},"615":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0},"728":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"’":{"df":1,"docs":{"630":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"611":{"tf":1.0},"644":{"tf":1.0}},"t":{"df":1,"docs":{"638":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"508":{"tf":1.0},"671":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"477":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"642":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":2,"docs":{"430":{"tf":1.0},"628":{"tf":1.0}}},"g":{"df":1,"docs":{"172":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"276":{"tf":1.0},"44":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"108":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"500":{"tf":1.0},"533":{"tf":1.0},"545":{"tf":1.4142135623730951},"548":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.4142135623730951},"66":{"tf":1.0},"676":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"244":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"736":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"275":{"tf":1.0},"44":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"550":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.0},"624":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"477":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"522":{"tf":1.0}}}},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"406":{"tf":1.0},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.0}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.0}}},"l":{"df":2,"docs":{"712":{"tf":1.0},"716":{"tf":1.0}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"43":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"707":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"581":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"19":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.0},"5":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"543":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"677":{"tf":1.0},"690":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"256":{"tf":1.0},"3":{"tf":1.0},"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"620":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"97":{"tf":1.0}},"k":{"df":28,"docs":{"122":{"tf":1.0},"173":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"280":{"tf":1.0},"367":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"684":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.0},"182":{"tf":1.0},"279":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"429":{"tf":1.0},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"224":{"tf":1.0},"561":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"243":{"tf":2.8284271247461903},"661":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"703":{"tf":1.0}},"z":{"df":1,"docs":{"638":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"503":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"690":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"647":{"tf":1.0},"736":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"545":{"tf":1.0},"646":{"tf":1.7320508075688772},"653":{"tf":1.0},"677":{"tf":2.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.0},"741":{"tf":2.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"644":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"277":{"tf":1.0},"401":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"630":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"245":{"tf":1.0},"648":{"tf":2.449489742783178},"650":{"tf":1.4142135623730951},"651":{"tf":2.449489742783178},"676":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"545":{"tf":1.0},"611":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"651":{"tf":1.0},"711":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":61,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"338":{"tf":1.0},"361":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"485":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"59":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"df":1,"docs":{"409":{"tf":1.0}},"e":{"df":1,"docs":{"124":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.0},"351":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"529":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":2.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"228":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"699":{"tf":1.0},"700":{"tf":1.0},"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"554":{"tf":1.0},"566":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"724":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}},"k":{"df":5,"docs":{"103":{"tf":1.4142135623730951},"27":{"tf":1.0},"550":{"tf":3.1622776601683795},"636":{"tf":1.0},"687":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"664":{"tf":1.0},"704":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":2,"docs":{"543":{"tf":1.7320508075688772},"545":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"598":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"677":{"tf":1.0},"680":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"237":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"435":{"tf":1.0},"630":{"tf":1.0}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.7320508075688772},"281":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"581":{"tf":1.0},"625":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"474":{"tf":1.0}},"s":{"df":1,"docs":{"615":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"660":{"tf":1.4142135623730951},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"520":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"681":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"647":{"tf":1.0}},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"530":{"tf":1.0},"567":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"195":{"tf":1.4142135623730951},"228":{"tf":1.0},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"638":{"tf":1.0},"711":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"185":{"tf":2.0},"19":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.4142135623730951},"232":{"tf":2.0},"241":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.449489742783178},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"498":{"tf":2.23606797749979},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"65":{"tf":2.0},"86":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"549":{"tf":1.0},"578":{"tf":1.0},"581":{"tf":1.0},"649":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.0},"712":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"236":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"29":{"tf":2.23606797749979},"550":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"o":{"b":{"df":1,"docs":{"628":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"244":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"645":{"tf":1.0},"675":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":4,"docs":{"645":{"tf":3.0},"674":{"tf":1.0},"675":{"tf":1.0},"682":{"tf":1.4142135623730951}}}},"df":3,"docs":{"646":{"tf":1.7320508075688772},"67":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":1,"docs":{"279":{"tf":1.0}},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"671":{"tf":1.0}},"i":{"df":21,"docs":{"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"630":{"tf":1.7320508075688772},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"502":{"tf":1.0},"517":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"706":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951},"628":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"648":{"tf":3.0},"666":{"tf":1.0},"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"624":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":64,"docs":{"1":{"tf":1.7320508075688772},"133":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"272":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"368":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"44":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.4142135623730951},"52":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.0},"586":{"tf":1.0},"6":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"618":{"tf":1.7320508075688772},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"640":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0},"702":{"tf":1.4142135623730951},"704":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"557":{"tf":1.0}}}}},"n":{"df":1,"docs":{"585":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"256":{"tf":1.0},"503":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"488":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"281":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"437":{"tf":1.0},"496":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"60":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"644":{"tf":2.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"81":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"645":{"tf":1.0},"682":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"676":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"243":{"tf":1.0},"279":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":2.23606797749979},"645":{"tf":3.3166247903554},"646":{"tf":1.4142135623730951},"682":{"tf":1.0},"686":{"tf":1.0}}}}}}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"269":{"tf":1.0},"659":{"tf":1.4142135623730951},"690":{"tf":1.0}}},"t":{"df":1,"docs":{"195":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"424":{"tf":1.0},"539":{"tf":1.0},"597":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"543":{"tf":1.0},"612":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"707":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"740":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"219":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"280":{"tf":1.0},"502":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"608":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"615":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"631":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"419":{"tf":1.0},"550":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"29":{"tf":1.0},"522":{"tf":1.0},"614":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"598":{"tf":1.0}}},"h":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"170":{"tf":1.0},"173":{"tf":1.0},"42":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.7320508075688772},"599":{"tf":1.0},"65":{"tf":1.0},"689":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"732":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"490":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"258":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"235":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"554":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"17":{"tf":1.0},"185":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"243":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"265":{"tf":2.0},"272":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"480":{"tf":1.0},"498":{"tf":2.0},"565":{"tf":1.0},"603":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":3.4641016151377544},"632":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":2.0},"652":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"575":{"tf":1.0},"579":{"tf":1.0},"718":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772},"703":{"tf":1.0}}}},"t":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"109":{"tf":1.0},"249":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"275":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"395":{"tf":1.0},"530":{"tf":1.0},"560":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.4142135623730951},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"496":{"tf":1.0},"508":{"tf":1.0},"550":{"tf":4.242640687119285},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"60":{"tf":1.0},"614":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"746":{"tf":1.0},"81":{"tf":1.0}}}}},"g":{"df":8,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"515":{"tf":1.0},"604":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"171":{"tf":1.0}}},"k":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"627":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"243":{"tf":1.0},"621":{"tf":1.0},"692":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"224":{"tf":1.0},"256":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.4142135623730951},"614":{"tf":1.0},"645":{"tf":1.0},"689":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"61":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"689":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.0},"72":{"tf":1.0},"741":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":2,"docs":{"260":{"tf":1.0},"42":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"243":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"630":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"n":{"df":14,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.4142135623730951},"545":{"tf":1.7320508075688772},"653":{"tf":1.0},"668":{"tf":1.7320508075688772},"677":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":2.0},"744":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"545":{"tf":1.7320508075688772},"644":{"tf":1.0},"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"140":{"tf":1.0},"209":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"391":{"tf":1.0},"42":{"tf":1.0},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"378":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"539":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"543":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"582":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":2.449489742783178},"667":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"677":{"tf":2.23606797749979},"684":{"tf":2.6457513110645907},"688":{"tf":2.0}},"p":{"a":{"d":{"df":2,"docs":{"539":{"tf":1.0},"667":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"505":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"688":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"305":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"241":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}},"g":{"df":1,"docs":{"579":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":3,"docs":{"504":{"tf":1.0},"530":{"tf":1.0},"709":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"702":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"249":{"tf":1.4142135623730951},"279":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"664":{"tf":1.0}},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"272":{"tf":1.0},"276":{"tf":1.0}},"r":{"df":2,"docs":{"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"181":{"tf":1.0},"581":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"581":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"119":{"tf":2.449489742783178},"277":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"511":{"tf":1.0},"516":{"tf":1.0},"521":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"706":{"tf":2.0},"710":{"tf":1.4142135623730951},"718":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"573":{"tf":1.7320508075688772},"609":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"440":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"407":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"181":{"tf":1.0},"407":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"228":{"tf":1.0},"329":{"tf":1.0},"690":{"tf":1.0},"707":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"550":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"638":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"582":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"440":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"103":{"tf":1.0},"12":{"tf":1.4142135623730951},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"680":{"tf":1.0},"723":{"tf":1.0},"82":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":2.0},"245":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"314":{"tf":1.0},"332":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.7320508075688772},"506":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"565":{"tf":1.0},"6":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"663":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"210":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"135":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":3.4641016151377544},"648":{"tf":1.0},"650":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":2.23606797749979},"736":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"688":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"275":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":1,"docs":{"616":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0},"618":{"tf":1.0},"646":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"385":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.0},"582":{"tf":1.0},"648":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"698":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"743":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"568":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":1,"docs":{"720":{"tf":1.0}}},"i":{"df":1,"docs":{"707":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"616":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":6,"docs":{"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"281":{"tf":1.0},"616":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"279":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"574":{"tf":1.7320508075688772},"585":{"tf":2.0},"586":{"tf":1.0},"648":{"tf":1.4142135623730951},"690":{"tf":1.0},"712":{"tf":1.0},"718":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":2.23606797749979},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.7320508075688772},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"558":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":2.23606797749979},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.0},"710":{"tf":2.449489742783178},"752":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":2.6457513110645907},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":3.0},"275":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":2.23606797749979},"280":{"tf":2.23606797749979},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"294":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":2.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":2.0},"549":{"tf":1.0},"550":{"tf":4.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"583":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"591":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.4142135623730951},"597":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":2.0},"608":{"tf":2.0},"609":{"tf":1.4142135623730951},"611":{"tf":1.7320508075688772},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"620":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"622":{"tf":2.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"719":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.0},"738":{"tf":1.0},"749":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"630":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"702":{"tf":1.4142135623730951},"725":{"tf":1.0},"728":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"280":{"tf":1.0},"380":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"611":{"tf":1.0},"622":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.4142135623730951},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"191":{"tf":1.0},"243":{"tf":2.6457513110645907},"69":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"482":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"688":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}},"u":{"df":1,"docs":{"272":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":6,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"272":{"tf":1.0},"94":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"176":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"31":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"534":{"tf":1.0},"581":{"tf":1.7320508075688772},"618":{"tf":1.4142135623730951},"621":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.4142135623730951},"644":{"tf":2.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":2.8284271247461903},"49":{"tf":1.0},"584":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"133":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"633":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":21,"docs":{"109":{"tf":1.4142135623730951},"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"397":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":2.0},"48":{"tf":1.0},"555":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"508":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"530":{"tf":1.0},"565":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"204":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"150":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951},"597":{"tf":1.0},"607":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}}},"y":{"df":5,"docs":{"104":{"tf":1.0},"240":{"tf":1.0},"272":{"tf":1.0},"508":{"tf":1.0},"93":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":12,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"390":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"550":{"tf":1.4142135623730951},"687":{"tf":1.0},"703":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"604":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"515":{"tf":1.0},"625":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"630":{"tf":1.0}}}}},"d":{"df":2,"docs":{"555":{"tf":2.0},"630":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":21,"docs":{"139":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"386":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.0},"630":{"tf":1.7320508075688772},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"130":{"tf":1.0},"628":{"tf":1.0}}},"df":1,"docs":{"130":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"r":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"276":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"386":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"499":{"tf":1.4142135623730951},"624":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"216":{"tf":1.0},"243":{"tf":1.4142135623730951},"41":{"tf":1.0},"610":{"tf":1.0},"648":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":15,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"530":{"tf":2.0},"624":{"tf":1.0},"625":{"tf":1.7320508075688772},"628":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.4142135623730951},"499":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.0},"692":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"707":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"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":2,"docs":{"228":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":1,"docs":{"599":{"tf":1.0}},"l":{"df":1,"docs":{"602":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"598":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":1,"docs":{"387":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"415":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"374":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"437":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"409":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"228":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"212":{"tf":1.0}}}},"t":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}},"df":10,"docs":{"212":{"tf":1.0},"29":{"tf":1.0},"550":{"tf":1.0},"614":{"tf":1.0},"655":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":1.0},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"474":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"706":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"689":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"236":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}},"i":{"df":2,"docs":{"690":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"t":{"df":1,"docs":{"156":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"666":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":2,"docs":{"377":{"tf":1.0},"503":{"tf":1.0}}}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"624":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":17,"docs":{"110":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.0},"731":{"tf":1.0},"735":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"368":{"tf":1.0},"68":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"585":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":1.0},"400":{"tf":1.0},"452":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":31,"docs":{"161":{"tf":1.4142135623730951},"197":{"tf":1.0},"247":{"tf":1.7320508075688772},"268":{"tf":1.0},"279":{"tf":2.449489742783178},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"4":{"tf":1.0},"472":{"tf":1.0},"555":{"tf":1.0},"607":{"tf":1.7320508075688772},"611":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"627":{"tf":2.449489742783178},"628":{"tf":2.449489742783178},"630":{"tf":3.3166247903554},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"82":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"424":{"tf":1.0}}},"t":{"df":1,"docs":{"466":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"129":{"tf":1.0},"130":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}},"df":2,"docs":{"241":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"204":{"tf":1.0},"25":{"tf":1.0},"400":{"tf":1.0},"522":{"tf":1.0},"534":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"122":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"452":{"tf":1.0},"549":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":24,"docs":{"104":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.449489742783178},"182":{"tf":2.0},"204":{"tf":2.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"614":{"tf":1.0},"62":{"tf":2.0},"659":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"224":{"tf":1.0},"39":{"tf":1.0},"565":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":51,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.7320508075688772},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"566":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":3.0},"648":{"tf":2.6457513110645907},"650":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.7320508075688772},"673":{"tf":2.0},"674":{"tf":2.6457513110645907},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"736":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":9,"docs":{"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"675":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"628":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"243":{"tf":2.8284271247461903},"29":{"tf":1.0},"530":{"tf":1.0},"660":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951},"703":{"tf":1.0}}},"u":{"df":5,"docs":{"535":{"tf":1.0},"545":{"tf":1.0},"631":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0}},"g":{"df":1,"docs":{"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"244":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.0},"39":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.0},"674":{"tf":2.0},"675":{"tf":1.4142135623730951},"689":{"tf":1.0},"703":{"tf":1.0}}}}},"m":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"256":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"243":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"487":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":2,"docs":{"459":{"tf":1.4142135623730951},"503":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"520":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"545":{"tf":1.0},"578":{"tf":1.0},"599":{"tf":1.7320508075688772},"601":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"241":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"611":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.449489742783178},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.0},"549":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"624":{"tf":2.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":15,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.4142135623730951},"65":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"235":{"tf":1.0},"701":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"53":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"235":{"tf":1.0},"272":{"tf":1.0},"584":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"614":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"638":{"tf":1.0},"701":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"502":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"522":{"tf":1.0},"601":{"tf":1.0},"61":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":2.23606797749979},"238":{"tf":2.0},"239":{"tf":1.0},"240":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":2.0},"248":{"tf":1.7320508075688772},"253":{"tf":1.0},"258":{"tf":1.7320508075688772},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.0},"272":{"tf":2.0},"279":{"tf":2.6457513110645907},"280":{"tf":2.0},"296":{"tf":1.0},"297":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"312":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.0},"380":{"tf":1.0},"418":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"545":{"tf":2.23606797749979},"603":{"tf":1.7320508075688772},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"614":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"616":{"tf":1.4142135623730951},"622":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":3.0},"685":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"701":{"tf":2.23606797749979},"702":{"tf":2.6457513110645907},"703":{"tf":1.0},"707":{"tf":1.7320508075688772},"746":{"tf":1.4142135623730951}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"703":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"267":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.4142135623730951}}}}},"s":{"df":47,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"139":{"tf":1.0},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"380":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"555":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0},"70":{"tf":1.7320508075688772},"702":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"74":{"tf":1.4142135623730951},"744":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"210":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"540":{"tf":1.0},"690":{"tf":1.0},"702":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"500":{"tf":1.0},"506":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"550":{"tf":4.47213595499958},"664":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0}},"s":{"df":5,"docs":{"256":{"tf":1.0},"272":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"110":{"tf":1.0},"7":{"tf":1.4142135623730951},"703":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"611":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"750":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"664":{"tf":1.0}},"i":{"df":19,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.4142135623730951},"232":{"tf":1.0},"247":{"tf":1.4142135623730951},"265":{"tf":1.0},"279":{"tf":1.0},"611":{"tf":1.0},"708":{"tf":1.0}},"s":{"df":1,"docs":{"565":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"243":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"611":{"tf":1.0}}}},"df":1,"docs":{"698":{"tf":1.0}}}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"598":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0}}}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"624":{"tf":1.0},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"741":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"738":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"526":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"238":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}},"df":2,"docs":{"628":{"tf":1.0},"630":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":21,"docs":{"135":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.4142135623730951},"42":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0},"565":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"586":{"tf":1.0},"601":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"735":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"256":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.4142135623730951},"545":{"tf":2.449489742783178},"644":{"tf":1.0},"653":{"tf":1.0},"668":{"tf":1.7320508075688772},"676":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"133":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"648":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":2.449489742783178},"632":{"tf":1.0},"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"246":{"tf":1.0},"98":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"249":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":1.0},"33":{"tf":1.0},"455":{"tf":1.4142135623730951},"499":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"647":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"312":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":2.23606797749979},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"56":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":3,"docs":{"119":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"df":11,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"181":{"tf":1.0},"350":{"tf":1.0},"390":{"tf":1.0},"431":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"431":{"tf":1.0}}}}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"320":{"tf":1.0},"607":{"tf":1.4142135623730951},"622":{"tf":1.0},"664":{"tf":1.0}},"g":{"df":1,"docs":{"467":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"668":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"439":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"132":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"633":{"tf":2.0},"674":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":1.7320508075688772},"677":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"567":{"tf":1.0},"618":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"246":{"tf":1.0},"272":{"tf":1.4142135623730951},"522":{"tf":1.0}}}},"t":{"df":33,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"216":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"477":{"tf":1.0},"527":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.4142135623730951},"653":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":2.449489742783178},"687":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"550":{"tf":1.0},"624":{"tf":1.0},"628":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"553":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"628":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"62":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.0},"31":{"tf":1.0},"457":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"256":{"tf":1.0}}}},"z":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"256":{"tf":1.0}}},"z":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"641":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}},"r":{"df":1,"docs":{"625":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":2,"docs":{"242":{"tf":1.0},"438":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"242":{"tf":1.0},"638":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"680":{"tf":1.0},"737":{"tf":1.0}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"175":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"584":{"tf":2.23606797749979},"644":{"tf":1.4142135623730951},"666":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"690":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.0}}}},"df":51,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"173":{"tf":1.0},"183":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"228":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":2.6457513110645907},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":2.0},"325":{"tf":1.0},"403":{"tf":1.0},"43":{"tf":1.0},"472":{"tf":1.0},"49":{"tf":1.7320508075688772},"500":{"tf":1.0},"502":{"tf":2.8284271247461903},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"552":{"tf":1.4142135623730951},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"644":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":2.6457513110645907},"708":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"716":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"624":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"107":{"tf":2.23606797749979},"13":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"249":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.23606797749979},"27":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"457":{"tf":1.0},"498":{"tf":2.23606797749979},"508":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"618":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"640":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"246":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"521":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"673":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.0},"25":{"tf":1.0},"29":{"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":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"124":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"107":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"243":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"329":{"tf":1.0},"332":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"532":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"564":{"tf":1.4142135623730951},"566":{"tf":1.0},"567":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.7320508075688772},"618":{"tf":1.0},"620":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"676":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"543":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"33":{"tf":1.0},"576":{"tf":1.4142135623730951},"712":{"tf":1.0},"719":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"187":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":2.0},"249":{"tf":1.0},"25":{"tf":1.0},"288":{"tf":1.0},"549":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"704":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"258":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"256":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"4":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"646":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"621":{"tf":1.0},"652":{"tf":1.0}}}},"i":{"df":2,"docs":{"499":{"tf":1.0},"692":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"653":{"tf":1.0},"671":{"tf":1.0},"677":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"267":{"tf":1.0},"269":{"tf":1.0},"522":{"tf":1.0},"615":{"tf":1.0},"706":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"120":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"492":{"tf":1.0},"498":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"616":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":2.23606797749979},"143":{"tf":2.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"232":{"tf":1.0},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":2.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"646":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"704":{"tf":1.0},"86":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"621":{"tf":1.0},"644":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"741":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.4142135623730951},"268":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":3.0},"279":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":3.1622776601683795},"501":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"584":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.0},"6":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.0},"636":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"710":{"tf":2.23606797749979},"731":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"737":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"52":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.0},"625":{"tf":1.7320508075688772},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"550":{"tf":3.0},"601":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"103":{"tf":1.0},"148":{"tf":1.0},"690":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"704":{"tf":1.0},"716":{"tf":1.0}}}},"v":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"622":{"tf":1.0},"662":{"tf":1.0},"704":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"648":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"42":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"539":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":2.0},"674":{"tf":1.0},"675":{"tf":1.0}}}}},"df":9,"docs":{"162":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"582":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"256":{"tf":1.4142135623730951},"269":{"tf":1.0},"4":{"tf":1.0},"511":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"562":{"tf":1.0},"707":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"671":{"tf":1.0},"673":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.0}}},"h":{"df":1,"docs":{"688":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":75,"docs":{"142":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"187":{"tf":1.0},"188":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"233":{"tf":2.0},"242":{"tf":1.7320508075688772},"243":{"tf":2.23606797749979},"244":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"438":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"521":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.4142135623730951},"545":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.7320508075688772},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"667":{"tf":1.4142135623730951},"671":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.7320508075688772},"688":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"648":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"256":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"242":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"550":{"tf":1.0},"61":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"135":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":2,"docs":{"135":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"732":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.7320508075688772},"279":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"153":{"tf":1.7320508075688772},"177":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"539":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"684":{"tf":1.0},"70":{"tf":2.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}},"df":2,"docs":{"630":{"tf":1.7320508075688772},"644":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"550":{"tf":1.0}}},"t":{"df":6,"docs":{"105":{"tf":1.0},"205":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"119":{"tf":2.0},"133":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"224":{"tf":1.7320508075688772},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.4142135623730951},"280":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"550":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.4142135623730951},"648":{"tf":1.7320508075688772},"650":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"716":{"tf":1.4142135623730951},"749":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"48":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"677":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"650":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"427":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.0},"148":{"tf":1.4142135623730951},"20":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"212":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.0},"434":{"tf":1.0},"49":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":3.4641016151377544},"555":{"tf":1.0},"613":{"tf":1.0},"632":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"666":{"tf":1.0},"676":{"tf":1.4142135623730951},"679":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"724":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"632":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":2,"docs":{"256":{"tf":1.0},"363":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"255":{"tf":1.0},"389":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"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":1,"docs":{"702":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"43":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"148":{"tf":1.4142135623730951},"256":{"tf":1.0},"530":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0},"707":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"268":{"tf":1.0},"508":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"504":{"tf":1.0},"550":{"tf":1.0},"663":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"235":{"tf":1.0},"611":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"119":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"520":{"tf":2.6457513110645907},"598":{"tf":1.0},"691":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"646":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}}},"df":56,"docs":{"141":{"tf":3.3166247903554},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"228":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.7320508075688772},"269":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"298":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"333":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"451":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"556":{"tf":2.0},"557":{"tf":1.4142135623730951},"572":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"627":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"644":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.7320508075688772},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"651":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"516":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"624":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"683":{"tf":1.0},"699":{"tf":1.7320508075688772},"710":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"503":{"tf":1.0},"54":{"tf":1.0},"545":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"652":{"tf":1.0},"71":{"tf":1.0},"727":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"’":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"338":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.4142135623730951},"33":{"tf":1.0},"690":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"363":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"503":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"89":{"tf":1.0}},"k":{"df":1,"docs":{"638":{"tf":1.0}}},"m":{"df":2,"docs":{"625":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":2,"docs":{"611":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"181":{"tf":1.0},"492":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"492":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"3":{"tf":1.0},"492":{"tf":1.0}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"664":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"645":{"tf":1.4142135623730951},"682":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"646":{"tf":2.8284271247461903},"682":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"237":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"53":{"tf":1.4142135623730951},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"69":{"tf":1.0},"696":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}},"t":{"df":3,"docs":{"213":{"tf":1.0},"646":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"104":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"445":{"tf":1.0},"560":{"tf":1.0},"62":{"tf":1.0},"694":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"207":{"tf":1.0},"219":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"4":{"tf":1.0},"565":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"646":{"tf":1.0},"709":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"445":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"df":1,"docs":{"243":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"172":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"581":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":33,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"495":{"tf":1.0},"566":{"tf":1.0},"59":{"tf":1.4142135623730951},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"739":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"499":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"646":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"666":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"341":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"550":{"tf":2.0},"61":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"699":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"269":{"tf":1.0},"666":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.4142135623730951},"584":{"tf":1.7320508075688772},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"550":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.8284271247461903},"132":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":3.0},"46":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"535":{"tf":1.0},"565":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.0},"666":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"249":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.7320508075688772},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"591":{"tf":1.0},"597":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.4142135623730951},"710":{"tf":1.0},"713":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.4142135623730951},"412":{"tf":1.0},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"41":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"203":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}},"n":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"389":{"tf":1.0},"41":{"tf":1.0},"521":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"168":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"508":{"tf":1.0},"705":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"646":{"tf":1.0},"664":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"225":{"tf":1.0},"226":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.4142135623730951},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"522":{"tf":1.0},"611":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.4142135623730951},"197":{"tf":1.0},"29":{"tf":1.0},"638":{"tf":1.0},"651":{"tf":1.0},"708":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"641":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"289":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"549":{"tf":1.0},"57":{"tf":1.0},"597":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.7320508075688772},"680":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":77,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"225":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":2.0},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"550":{"tf":1.7320508075688772},"58":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"706":{"tf":1.0},"71":{"tf":1.0},"716":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"624":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"277":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.7320508075688772},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"706":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":3,"docs":{"473":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"i":{"df":1,"docs":{"272":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0}}},"p":{"df":3,"docs":{"199":{"tf":1.0},"284":{"tf":1.0},"545":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"295":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.0}},"e":{"df":1,"docs":{"627":{"tf":1.0}},"u":{"df":2,"docs":{"627":{"tf":1.0},"84":{"tf":1.0}}}},"u":{"df":3,"docs":{"295":{"tf":1.0},"627":{"tf":1.0},"84":{"tf":1.0}}}},"w":{"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"h":{"df":1,"docs":{"636":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"636":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"544":{"tf":1.0},"645":{"tf":1.4142135623730951},"691":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"249":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"550":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.0},"485":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"w":{"df":4,"docs":{"277":{"tf":1.0},"624":{"tf":1.0},"705":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"256":{"tf":1.0},"699":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"641":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":1,"docs":{"585":{"tf":1.0}}},"u":{"df":1,"docs":{"90":{"tf":1.0}}}},"f":{"df":2,"docs":{"146":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"213":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"708":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"585":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"216":{"tf":1.0},"29":{"tf":1.0},"565":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"287":{"tf":1.0},"685":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"279":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"503":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"169":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"332":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"46":{"tf":1.0}},"g":{"df":1,"docs":{"624":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"r":{"df":2,"docs":{"135":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"585":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":2.449489742783178},"122":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"272":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":2.0},"277":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"375":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"492":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":1.7320508075688772},"550":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"604":{"tf":1.0},"61":{"tf":1.4142135623730951},"636":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"666":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.8284271247461903},"691":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.7320508075688772},"715":{"tf":1.0},"72":{"tf":1.7320508075688772},"726":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0},"77":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"375":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"139":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"538":{"tf":1.0},"550":{"tf":2.23606797749979},"554":{"tf":1.7320508075688772},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"687":{"tf":2.449489742783178},"746":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}}},"df":4,"docs":{"53":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"565":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"565":{"tf":1.0},"692":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"550":{"tf":1.0},"609":{"tf":1.0},"671":{"tf":1.0},"692":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"125":{"tf":1.0},"260":{"tf":1.0},"29":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"249":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"499":{"tf":1.4142135623730951},"544":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":2.0},"625":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"461":{"tf":1.0}},"l":{"df":65,"docs":{"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":2.6457513110645907},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"246":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":2.0},"461":{"tf":1.0},"48":{"tf":1.7320508075688772},"485":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"563":{"tf":1.0},"565":{"tf":1.7320508075688772},"570":{"tf":1.4142135623730951},"572":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":1.7320508075688772},"576":{"tf":1.4142135623730951},"578":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"61":{"tf":1.7320508075688772},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"690":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"703":{"tf":1.0},"711":{"tf":2.23606797749979},"712":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"733":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0}}},"t":{"df":2,"docs":{"691":{"tf":1.4142135623730951},"704":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":2.449489742783178},"268":{"tf":1.7320508075688772},"269":{"tf":3.7416573867739413},"270":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.7320508075688772},"596":{"tf":1.0},"599":{"tf":1.0},"604":{"tf":1.7320508075688772},"613":{"tf":1.0},"616":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.7320508075688772},"694":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"748":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"268":{"tf":1.0},"520":{"tf":1.0}}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"53":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"543":{"tf":1.0},"545":{"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":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":6,"docs":{"315":{"tf":1.4142135623730951},"640":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":2,"docs":{"420":{"tf":1.0},"82":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"420":{"tf":1.0}}}}}}}},"df":1,"docs":{"78":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"277":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"315":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.7320508075688772},"708":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"715":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"589":{"tf":1.0},"741":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"565":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.4142135623730951},"41":{"tf":1.0},"495":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"702":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"150":{"tf":1.0},"216":{"tf":1.0},"649":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":2.23606797749979},"221":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"627":{"tf":1.0},"703":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"648":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":90,"docs":{"10":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.23606797749979},"110":{"tf":1.0},"12":{"tf":3.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"150":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"177":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.449489742783178},"210":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"27":{"tf":2.23606797749979},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":2.6457513110645907},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"503":{"tf":1.0},"51":{"tf":2.449489742783178},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"582":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":2.0},"618":{"tf":1.7320508075688772},"624":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":3.1622776601683795},"648":{"tf":1.0},"650":{"tf":1.0},"67":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"680":{"tf":1.7320508075688772},"690":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"743":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.4142135623730951},"751":{"tf":1.0},"8":{"tf":2.6457513110645907},"88":{"tf":1.0},"9":{"tf":4.242640687119285}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"209":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"685":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"690":{"tf":1.0}}}},"h":{"df":1,"docs":{"316":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"214":{"tf":1.0},"29":{"tf":1.0},"538":{"tf":1.4142135623730951},"540":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"277":{"tf":1.0},"49":{"tf":1.4142135623730951},"499":{"tf":1.0},"508":{"tf":1.0},"524":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"674":{"tf":1.0},"689":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"527":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"234":{"tf":1.0},"646":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":1,"docs":{"690":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"508":{"tf":1.0},"706":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.0},"585":{"tf":1.0},"666":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":2.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":2.8284271247461903},"236":{"tf":1.0},"237":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.6457513110645907},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":4.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":3.3166247903554},"258":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.0},"269":{"tf":4.242640687119285},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.7320508075688772},"508":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"545":{"tf":1.7320508075688772},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"576":{"tf":1.0},"582":{"tf":1.0},"591":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":2.0},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.7320508075688772},"607":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"614":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"624":{"tf":1.7320508075688772},"628":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.449489742783178},"646":{"tf":3.0},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"653":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":3.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":2.449489742783178},"699":{"tf":1.7320508075688772},"7":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772},"708":{"tf":1.7320508075688772},"709":{"tf":1.0},"710":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"748":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"620":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"700":{"tf":1.0}}}}},"i":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"650":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"519":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"df":3,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"538":{"tf":1.4142135623730951},"645":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"277":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"109":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"469":{"tf":1.0},"472":{"tf":1.0},"499":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.4142135623730951},"59":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"671":{"tf":1.0},"678":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"716":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"38":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":44,"docs":{"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":2.0},"234":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":2.449489742783178},"241":{"tf":2.23606797749979},"242":{"tf":2.449489742783178},"243":{"tf":3.3166247903554},"244":{"tf":2.449489742783178},"245":{"tf":2.6457513110645907},"246":{"tf":1.7320508075688772},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":3.0},"257":{"tf":1.0},"258":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"567":{"tf":1.0},"569":{"tf":2.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":2.6457513110645907},"690":{"tf":2.23606797749979},"692":{"tf":1.0},"694":{"tf":1.7320508075688772},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":3.0},"703":{"tf":2.6457513110645907},"707":{"tf":2.0},"709":{"tf":1.7320508075688772},"710":{"tf":1.7320508075688772},"713":{"tf":1.0},"719":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"469":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"641":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"618":{"tf":1.0},"652":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":1.0}}}}}}}},"df":3,"docs":{"638":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"45":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"691":{"tf":1.0}}}},"s":{"df":3,"docs":{"51":{"tf":1.0},"519":{"tf":1.4142135623730951},"601":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"235":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"746":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"101":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"636":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.0},"80":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"p":{"df":2,"docs":{"203":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"567":{"tf":1.4142135623730951},"569":{"tf":1.0},"618":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"712":{"tf":1.0},"713":{"tf":1.7320508075688772},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"625":{"tf":1.0},"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":27,"docs":{"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.0},"279":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.4142135623730951},"616":{"tf":1.4142135623730951},"666":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"748":{"tf":1.0}},"l":{"df":44,"docs":{"100":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"36":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"58":{"tf":1.0},"625":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"21":{"tf":1.0},"505":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":2.23606797749979},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"687":{"tf":1.7320508075688772},"731":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"744":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"633":{"tf":1.0},"648":{"tf":1.0}}}},"df":17,"docs":{"110":{"tf":1.0},"38":{"tf":1.7320508075688772},"539":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.7320508075688772},"7":{"tf":1.0},"731":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"559":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"558":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"247":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0},"550":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"df":1,"docs":{"502":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"224":{"tf":1.0},"249":{"tf":1.0},"499":{"tf":1.0},"710":{"tf":1.0}}}}},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"398":{"tf":1.0},"49":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"622":{"tf":1.0},"630":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"707":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":1,"docs":{"605":{"tf":1.0}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":1,"docs":{"441":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}},"l":{"df":1,"docs":{"346":{"tf":1.0}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"294":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"586":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"502":{"tf":1.0},"646":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"534":{"tf":1.0},"549":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"p":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"216":{"tf":1.0},"549":{"tf":1.0},"648":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"188":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"504":{"tf":1.0}}},"df":45,"docs":{"105":{"tf":2.449489742783178},"141":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"205":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"330":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"43":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"504":{"tf":2.8284271247461903},"507":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"598":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"627":{"tf":2.6457513110645907},"63":{"tf":2.23606797749979},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"708":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}}},"df":1,"docs":{"130":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":33,"docs":{"181":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"267":{"tf":1.0},"385":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":2.8284271247461903},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":2.23606797749979},"535":{"tf":1.0},"593":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"728":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"627":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"245":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"443":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"235":{"tf":1.0},"240":{"tf":1.0},"443":{"tf":1.0},"628":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"624":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"645":{"tf":1.0},"706":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"135":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":2,"docs":{"255":{"tf":1.0},"630":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"44":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}}}},"t":{"df":1,"docs":{"700":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.0},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"227":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":1.7320508075688772},"496":{"tf":1.0},"59":{"tf":2.0},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"700":{"tf":1.0},"80":{"tf":2.0},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"699":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":20,"docs":{"139":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":2.0},"682":{"tf":1.0},"738":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"df":4,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"301":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"301":{"tf":1.0}},"r":{"df":2,"docs":{"161":{"tf":1.0},"345":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"383":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"583":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.0},"228":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"53":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"630":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":55,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"110":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"216":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"385":{"tf":1.0},"543":{"tf":1.0},"565":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":3.0},"649":{"tf":1.0},"650":{"tf":2.0},"651":{"tf":1.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"7":{"tf":1.0},"722":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.4142135623730951},"752":{"tf":1.0},"8":{"tf":4.0},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"353":{"tf":1.0}}}},"r":{"df":2,"docs":{"183":{"tf":1.0},"311":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"216":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"119":{"tf":1.0},"135":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.4142135623730951},"550":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"651":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.0}}}}},"’":{"df":2,"docs":{"141":{"tf":1.0},"691":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"550":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"29":{"tf":1.0},"311":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"133":{"tf":1.0},"182":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"362":{"tf":1.0},"611":{"tf":1.0},"618":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"153":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"197":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.7320508075688772},"4":{"tf":1.0},"426":{"tf":1.0},"520":{"tf":1.0},"57":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"618":{"tf":1.0},"625":{"tf":1.7320508075688772},"627":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"269":{"tf":1.0},"648":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"650":{"tf":1.0},"680":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"692":{"tf":1.0}},"t":{"df":9,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"701":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"692":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"447":{"tf":1.0}}},"u":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}}},"df":5,"docs":{"139":{"tf":1.0},"141":{"tf":2.449489742783178},"306":{"tf":1.0},"325":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"447":{"tf":1.0},"520":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"289":{"tf":1.0},"421":{"tf":1.0},"499":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"44":{"tf":1.0},"678":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"621":{"tf":1.0}}}},"u":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"421":{"tf":1.0}},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"u":{"df":9,"docs":{"216":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"77":{"tf":1.0}},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"272":{"tf":1.0},"277":{"tf":1.4142135623730951},"653":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"549":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"521":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"564":{"tf":1.0},"618":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"65":{"tf":1.0},"667":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"550":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"706":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"699":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"369":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"622":{"tf":1.0}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"622":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}}},"df":5,"docs":{"373":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"238":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"436":{"tf":1.0},"514":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.0},"436":{"tf":1.0},"514":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"344":{"tf":1.0},"442":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":1,"docs":{"63":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"414":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"485":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"399":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"416":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"255":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}},"t":{"df":1,"docs":{"425":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":1,"docs":{"589":{"tf":1.0}},"r":{"df":1,"docs":{"593":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"373":{"tf":1.0},"63":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":1,"docs":{"528":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"260":{"tf":1.0},"277":{"tf":1.4142135623730951},"5":{"tf":1.0},"538":{"tf":1.0},"726":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"645":{"tf":1.0},"702":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":1,"docs":{"520":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"135":{"tf":1.0},"20":{"tf":2.6457513110645907},"235":{"tf":1.0},"248":{"tf":1.7320508075688772},"256":{"tf":1.0},"38":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"679":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"284":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"70":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"210":{"tf":1.0},"534":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"586":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}},"t":{"df":2,"docs":{"105":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"565":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":1,"docs":{"586":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"648":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"89":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"690":{"tf":1.0}},"r":{"df":1,"docs":{"385":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"124":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"r":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"255":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"392":{"tf":1.0}}},"df":1,"docs":{"503":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"215":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":16,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":2.0},"212":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"304":{"tf":1.0},"347":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"61":{"tf":1.0},"655":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"67":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"243":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"221":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"644":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":1,"docs":{"644":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"419":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"480":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"490":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"255":{"tf":1.0},"700":{"tf":1.0}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"z":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"418":{"tf":1.0},"550":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"607":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"644":{"tf":4.0},"645":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"712":{"tf":1.0},"713":{"tf":2.0},"716":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":3,"docs":{"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"394":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"376":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":2,"docs":{"376":{"tf":1.0},"381":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"611":{"tf":1.0}}},"u":{"df":2,"docs":{"391":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"378":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"df":1,"docs":{"90":{"tf":1.0}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"203":{"tf":1.0},"470":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":9,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"304":{"tf":1.0},"585":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"664":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"423":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"585":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"347":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"503":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"624":{"tf":1.0},"704":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"687":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"539":{"tf":1.0},"689":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"538":{"tf":1.7320508075688772},"540":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"633":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"674":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}},"df":1,"docs":{"699":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"225":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"698":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"110":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"586":{"tf":1.0},"620":{"tf":1.0}}}}},"df":30,"docs":{"125":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"483":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"520":{"tf":1.0},"607":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"627":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"677":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"672":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":1,"docs":{"52":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"636":{"tf":1.0},"644":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"52":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"672":{"tf":1.0}}}}},"n":{"df":3,"docs":{"432":{"tf":1.0},"645":{"tf":1.7320508075688772},"711":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"432":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":1.7320508075688772},"690":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"41":{"tf":1.0},"522":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.0},"125":{"tf":1.0},"135":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"365":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"57":{"tf":1.0},"586":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"614":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"710":{"tf":1.0},"724":{"tf":1.0},"726":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"y":{"df":1,"docs":{"504":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"549":{"tf":1.0},"624":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"289":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"214":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"599":{"tf":1.7320508075688772},"690":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":24,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.7320508075688772},"300":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"600":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"699":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"84":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"k":{"df":5,"docs":{"563":{"tf":1.0},"566":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":2.0}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.4142135623730951},"289":{"tf":1.0},"31":{"tf":1.0},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"645":{"tf":1.0},"680":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"245":{"tf":1.0},"280":{"tf":1.0},"418":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"719":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"210":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.4142135623730951},"277":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"245":{"tf":1.0},"272":{"tf":1.0},"565":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"646":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"636":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"240":{"tf":1.0},"567":{"tf":1.0},"646":{"tf":1.0},"659":{"tf":1.0},"703":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"499":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"486":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"706":{"tf":1.4142135623730951},"710":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"499":{"tf":1.0},"624":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"418":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"621":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{}},"df":71,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.23606797749979},"206":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"27":{"tf":1.0},"277":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"499":{"tf":1.0},"539":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"602":{"tf":1.0},"608":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":2.449489742783178},"647":{"tf":1.0},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.0},"679":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"616":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"537":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"610":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.4142135623730951},"212":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"272":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"658":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.449489742783178},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":2.0},"251":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"258":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":2.8284271247461903},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.449489742783178},"279":{"tf":3.1622776601683795},"280":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":2.0},"289":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.0},"385":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"426":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"472":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"500":{"tf":1.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.7320508075688772},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"548":{"tf":1.0},"551":{"tf":1.0},"560":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":2.23606797749979},"608":{"tf":1.0},"609":{"tf":1.7320508075688772},"611":{"tf":3.605551275463989},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":3.3166247903554},"647":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"651":{"tf":2.6457513110645907},"653":{"tf":1.7320508075688772},"654":{"tf":1.7320508075688772},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":3.1622776601683795},"666":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":1.7320508075688772},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":4.69041575982343},"691":{"tf":2.449489742783178},"692":{"tf":2.8284271247461903},"693":{"tf":1.0},"694":{"tf":2.0},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.0},"7":{"tf":1.0},"700":{"tf":2.449489742783178},"701":{"tf":1.0},"702":{"tf":1.7320508075688772},"703":{"tf":2.0},"704":{"tf":1.7320508075688772},"706":{"tf":1.4142135623730951},"707":{"tf":2.449489742783178},"708":{"tf":1.7320508075688772},"709":{"tf":1.0},"710":{"tf":2.0},"713":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"718":{"tf":1.0},"72":{"tf":2.23606797749979},"722":{"tf":1.0},"725":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":3.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"678":{"tf":1.4142135623730951},"693":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"217":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":1.0},"690":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.4142135623730951},"654":{"tf":1.0},"716":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"4":{"df":1,"docs":{"646":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"521":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"648":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"198":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"608":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"228":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":16,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"173":{"tf":1.4142135623730951},"220":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"6":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":2.8284271247461903},"744":{"tf":1.0}}},"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"420":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.7320508075688772},"508":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"565":{"tf":1.4142135623730951},"578":{"tf":1.0},"581":{"tf":1.0},"599":{"tf":1.4142135623730951},"616":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"651":{"tf":1.0}}}}},"u":{"df":1,"docs":{"288":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"539":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"581":{"tf":1.0},"646":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"277":{"tf":1.0},"520":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"385":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"641":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"147":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":79,"docs":{"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"119":{"tf":2.23606797749979},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"132":{"tf":1.0},"137":{"tf":1.0},"181":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"216":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"272":{"tf":2.449489742783178},"275":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":3.872983346207417},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772},"486":{"tf":1.0},"49":{"tf":2.8284271247461903},"498":{"tf":1.0},"5":{"tf":1.7320508075688772},"500":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"598":{"tf":2.6457513110645907},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":2.6457513110645907},"698":{"tf":2.23606797749979},"699":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"726":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":6,"docs":{"272":{"tf":1.0},"584":{"tf":1.0},"610":{"tf":1.0},"648":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"349":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"t":{"df":1,"docs":{"628":{"tf":1.0}}},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.4142135623730951},"601":{"tf":1.0},"602":{"tf":1.0},"690":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"df":4,"docs":{"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"641":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"448":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":3.3166247903554},"631":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"448":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"520":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"700":{"tf":1.0}}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"658":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"700":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"658":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"279":{"tf":1.0},"741":{"tf":1.0}}}},"y":{"df":41,"docs":{"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"212":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"272":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"311":{"tf":1.0},"349":{"tf":1.0},"508":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"567":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"664":{"tf":1.0},"707":{"tf":1.7320508075688772},"709":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":15,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.7320508075688772},"29":{"tf":1.0},"307":{"tf":1.4142135623730951},"403":{"tf":1.0},"43":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"587":{"tf":1.4142135623730951},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"692":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"326":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"209":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"256":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"450":{"tf":1.0}},"l":{"df":15,"docs":{"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"450":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"330":{"tf":1.0},"611":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"161":{"tf":1.0},"343":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}},"v":{"df":4,"docs":{"210":{"tf":1.0},"212":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"141":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"324":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"324":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"657":{"tf":1.0}}}}},"u":{"df":1,"docs":{"379":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"645":{"tf":1.0},"676":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"141":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"625":{"tf":1.0},"657":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"243":{"tf":1.0},"269":{"tf":1.0},"43":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"625":{"tf":1.7320508075688772},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0},"707":{"tf":1.0},"720":{"tf":1.0}}}},"’":{"df":1,"docs":{"141":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"403":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"243":{"tf":1.0},"584":{"tf":1.0},"610":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"w":{"df":1,"docs":{"379":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"603":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"657":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"702":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"212":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"333":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"674":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"545":{"tf":1.0},"638":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"736":{"tf":1.0}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"711":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"275":{"tf":1.4142135623730951},"646":{"tf":1.0},"706":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"654":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0},"703":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"256":{"tf":1.0},"534":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"396":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"279":{"tf":1.0},"622":{"tf":1.7320508075688772}}}}}}}}},"df":259,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":2.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"144":{"tf":2.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"181":{"tf":2.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"206":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":2.6457513110645907},"216":{"tf":1.7320508075688772},"217":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"228":{"tf":1.4142135623730951},"233":{"tf":2.6457513110645907},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"237":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"242":{"tf":2.0},"243":{"tf":3.0},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"246":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":3.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":2.23606797749979},"260":{"tf":2.23606797749979},"262":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":2.23606797749979},"269":{"tf":3.7416573867739413},"272":{"tf":2.23606797749979},"275":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":3.4641016151377544},"280":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":2.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.7320508075688772},"290":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"357":{"tf":1.0},"36":{"tf":1.7320508075688772},"376":{"tf":1.0},"379":{"tf":1.0},"395":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"421":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"485":{"tf":1.0},"49":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":2.0},"499":{"tf":2.23606797749979},"5":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.7320508075688772},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"529":{"tf":1.0},"530":{"tf":2.0},"535":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":6.4031242374328485},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.4142135623730951},"586":{"tf":1.7320508075688772},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.7320508075688772},"596":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":2.23606797749979},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"61":{"tf":2.0},"610":{"tf":2.449489742783178},"611":{"tf":2.8284271247461903},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.4142135623730951},"620":{"tf":2.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"625":{"tf":2.0},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"644":{"tf":2.6457513110645907},"647":{"tf":1.4142135623730951},"648":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":1.0},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"662":{"tf":1.0},"663":{"tf":1.7320508075688772},"664":{"tf":3.0},"665":{"tf":1.7320508075688772},"683":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"694":{"tf":2.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.7320508075688772},"700":{"tf":2.23606797749979},"701":{"tf":1.4142135623730951},"702":{"tf":2.8284271247461903},"703":{"tf":1.7320508075688772},"704":{"tf":2.449489742783178},"706":{"tf":1.4142135623730951},"71":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.7320508075688772},"728":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"565":{"tf":1.0}}},"y":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"3":{"tf":1.0},"396":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"578":{"tf":1.0},"630":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.7320508075688772},"673":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"489":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}}}},"s":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"630":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"355":{"tf":1.0},"656":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"206":{"tf":1.0},"210":{"tf":1.0},"580":{"tf":1.0},"656":{"tf":1.4142135623730951},"663":{"tf":1.0}}}},"df":5,"docs":{"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"656":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"237":{"tf":1.0},"243":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":2.23606797749979},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"569":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.7320508075688772},"611":{"tf":1.0},"618":{"tf":1.4142135623730951},"620":{"tf":2.0},"621":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":2.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"656":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"677":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"702":{"tf":1.7320508075688772},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":1.7320508075688772},"707":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"tf":1.7320508075688772},"750":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"646":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"119":{"tf":2.0},"123":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"583":{"tf":1.4142135623730951},"586":{"tf":1.0},"596":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":2.0},"691":{"tf":1.7320508075688772},"694":{"tf":1.4142135623730951},"698":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"646":{"tf":1.0}}}}},"u":{"df":2,"docs":{"163":{"tf":1.0},"330":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"203":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0}}},"df":2,"docs":{"307":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"181":{"tf":1.0},"183":{"tf":1.0},"314":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"186":{"tf":1.0},"188":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"269":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"222":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"276":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":25,"docs":{"139":{"tf":1.0},"217":{"tf":2.23606797749979},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":2.449489742783178},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"590":{"tf":1.0},"65":{"tf":1.0},"654":{"tf":2.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"410":{"tf":1.0},"648":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"217":{"tf":1.0},"654":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"217":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"508":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"93":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"651":{"tf":1.4142135623730951},"685":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"426":{"tf":1.0},"521":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"v":{"df":8,"docs":{"209":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.4142135623730951},"675":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":20,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":2.449489742783178},"256":{"tf":2.449489742783178},"269":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"610":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"539":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"272":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"393":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"12":{"tf":1.0},"143":{"tf":1.4142135623730951},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":2.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"498":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"539":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"202":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":24,"docs":{"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"2":{"df":29,"docs":{"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"607":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"702":{"tf":1.0}}},"3":{"df":23,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"251":{"tf":1.0},"664":{"tf":1.0},"672":{"tf":1.0}}},"4":{"df":14,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"444":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"107":{"tf":2.23606797749979},"19":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"283":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"607":{"tf":1.0},"613":{"tf":1.0},"666":{"tf":1.0},"672":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"6":{"df":222,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":2.0},"496":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"7":{"df":35,"docs":{"497":{"tf":1.7320508075688772},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"667":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":11,"docs":{"20":{"tf":1.0},"531":{"tf":1.7320508075688772},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0}}},"9":{"df":6,"docs":{"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"632":{"tf":1.0}}},"df":34,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"119":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"495":{"tf":1.0},"5":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"644":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"232":{"tf":1.0},"498":{"tf":1.0}}},"3":{"df":5,"docs":{"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"65":{"tf":1.0}}},"4":{"df":1,"docs":{"143":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"291":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":213,"docs":{"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":32,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"143":{"tf":1.7320508075688772},"165":{"tf":2.0},"185":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":2.0},"285":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"539":{"tf":1.0},"546":{"tf":1.7320508075688772},"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"65":{"tf":2.0},"86":{"tf":1.0}}},"1":{"df":18,"docs":{"563":{"tf":1.7320508075688772},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"669":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":37,"docs":{"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0}}},"3":{"df":9,"docs":{"617":{"tf":1.7320508075688772},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"624":{"tf":1.0}}},"df":6,"docs":{"626":{"tf":1.7320508075688772},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"5":{"df":11,"docs":{"632":{"tf":1.7320508075688772},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"86":{"tf":1.0}}},"6":{"df":8,"docs":{"21":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"682":{"tf":1.7320508075688772}}},":":{"4":{"1":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.4142135623730951},"539":{"tf":1.0},"540":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"107":{"tf":1.0},"265":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"624":{"tf":1.0}}},"df":26,"docs":{"101":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":1.0},"15":{"tf":1.7320508075688772},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.0},"679":{"tf":1.7320508075688772},"74":{"tf":1.0},"80":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"673":{"tf":1.0},"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}},"df":19,"docs":{"169":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"539":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"680":{"tf":2.0},"702":{"tf":1.0},"74":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"499":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"287":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"342":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":45,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"119":{"tf":1.0},"150":{"tf":1.0},"207":{"tf":1.7320508075688772},"232":{"tf":1.0},"245":{"tf":1.0},"265":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"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},"499":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"539":{"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":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.7320508075688772}},"–":{"1":{"0":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"232":{"tf":1.0},"624":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"539":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"654":{"tf":1.0},"66":{"tf":1.4142135623730951},"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":2.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"7":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"137":{"tf":1.0},"209":{"tf":1.0},"539":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"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}}},"8":{"0":{"0":{"df":1,"docs":{"539":{"tf":1.0}}},"df":1,"docs":{"287":{"tf":1.0}}},"df":39,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"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.0},"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":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"539":{"tf":1.0},"658":{"tf":1.0},"688":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":25,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"539":{"tf":1.0},"659":{"tf":1.0},"702":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":3,"docs":{"241":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":1,"docs":{"259":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"259":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"485":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"124":{"tf":1.4142135623730951}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"625":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"713":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":1,"docs":{"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"471":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.7320508075688772},"45":{"tf":1.0},"508":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"680":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"109":{"tf":1.7320508075688772},"119":{"tf":1.0},"276":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"530":{"tf":1.4142135623730951},"586":{"tf":1.4142135623730951},"8":{"tf":2.0},"88":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"216":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"697":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"41":{"tf":1.7320508075688772},"495":{"tf":1.0},"59":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"713":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"256":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"243":{"tf":1.0},"287":{"tf":1.0},"565":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"259":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"103":{"tf":1.0},"272":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":1,"docs":{"554":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"279":{"tf":1.0},"618":{"tf":1.4142135623730951},"630":{"tf":1.0},"645":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"535":{"tf":1.0},"582":{"tf":2.449489742783178}}}}}}},"t":{"df":3,"docs":{"471":{"tf":1.4142135623730951},"646":{"tf":1.0},"678":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"190":{"tf":1.0},"241":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"744":{"tf":1.0}}}},"v":{"df":3,"docs":{"244":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"133":{"tf":1.0},"135":{"tf":1.0},"216":{"tf":1.0},"256":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"638":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"650":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":34,"docs":{"214":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"279":{"tf":1.0},"37":{"tf":1.0},"462":{"tf":1.4142135623730951},"48":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"565":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":2.449489742783178},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":2.0},"649":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"127":{"tf":1.0},"224":{"tf":1.0},"41":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"630":{"tf":1.0},"642":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"566":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"462":{"tf":1.0},"499":{"tf":1.4142135623730951},"530":{"tf":1.0},"578":{"tf":1.0},"611":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.4142135623730951},"630":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"624":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"256":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.0},"631":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"243":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":2.23606797749979},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"132":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"272":{"tf":1.0},"502":{"tf":1.0},"570":{"tf":2.0},"712":{"tf":1.0},"714":{"tf":2.0}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":3,"docs":{"506":{"tf":1.0},"707":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"103":{"tf":1.0},"122":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"296":{"tf":1.0},"5":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"607":{"tf":1.0},"664":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"g":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":4,"docs":{"126":{"tf":1.0},"243":{"tf":1.0},"449":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"404":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"473":{"tf":1.0}}}},"df":2,"docs":{"161":{"tf":1.0},"404":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"249":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.0},"679":{"tf":1.0},"745":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"620":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"127":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"485":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"627":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"628":{"tf":1.0},"648":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"550":{"tf":1.0}}},"df":3,"docs":{"123":{"tf":1.7320508075688772},"276":{"tf":1.0},"95":{"tf":1.0}},"m":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"678":{"tf":1.0},"81":{"tf":1.0}}},"o":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.4142135623730951},"692":{"tf":1.0}}}}},"r":{"df":1,"docs":{"449":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"277":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"600":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":2.0}}}}},"i":{"df":1,"docs":{"269":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"247":{"tf":1.0},"259":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"603":{"tf":1.0},"614":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0},"739":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"237":{"tf":1.0},"26":{"tf":1.0},"565":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"281":{"tf":1.0},"3":{"tf":1.0},"550":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"44":{"tf":1.0},"731":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":2.0},"150":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"199":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.0},"260":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.4142135623730951},"284":{"tf":1.0},"30":{"tf":1.0},"44":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"521":{"tf":1.0},"585":{"tf":1.7320508075688772},"586":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.4142135623730951},"611":{"tf":2.6457513110645907},"627":{"tf":1.0},"650":{"tf":1.0},"662":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"611":{"tf":1.4142135623730951},"638":{"tf":1.0},"644":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"272":{"tf":1.0},"279":{"tf":1.0},"49":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"380":{"tf":1.0},"502":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"565":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"595":{"tf":1.7320508075688772},"597":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"685":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"52":{"tf":1.0},"554":{"tf":1.0},"679":{"tf":1.0},"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":18,"docs":{"123":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"287":{"tf":1.0},"46":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"268":{"tf":1.7320508075688772},"43":{"tf":1.0},"485":{"tf":1.0},"530":{"tf":1.0},"584":{"tf":1.0},"598":{"tf":1.4142135623730951},"69":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.4142135623730951},"225":{"tf":1.0},"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.7320508075688772},"567":{"tf":1.0},"574":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"611":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"228":{"tf":1.0},"229":{"tf":1.0},"486":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"197":{"tf":1.0},"213":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"521":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"230":{"tf":1.0},"652":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"209":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"212":{"tf":1.0},"29":{"tf":1.0},"630":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"114":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"272":{"tf":2.0},"691":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"181":{"tf":1.0},"463":{"tf":1.0}}},"df":1,"docs":{"340":{"tf":1.0}}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"276":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.0},"29":{"tf":1.4142135623730951},"309":{"tf":1.0},"653":{"tf":1.0},"715":{"tf":1.0}},"f":{"df":1,"docs":{"715":{"tf":1.0}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"217":{"tf":1.0},"275":{"tf":1.0},"335":{"tf":1.0},"654":{"tf":1.0},"691":{"tf":1.0},"73":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":2.23606797749979},"98":{"tf":1.0},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"217":{"tf":1.0},"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"586":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"97":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"715":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"328":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"550":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"339":{"tf":1.0}}},"df":2,"docs":{"684":{"tf":1.0},"689":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":40,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"684":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"499":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"654":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"277":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"240":{"tf":1.4142135623730951},"275":{"tf":1.0},"630":{"tf":1.0},"700":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"277":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"272":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"703":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"530":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}},"df":4,"docs":{"233":{"tf":1.0},"241":{"tf":1.4142135623730951},"692":{"tf":1.0},"703":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"120":{"tf":1.0},"29":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"256":{"tf":1.0},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"508":{"tf":1.4142135623730951},"527":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"148":{"tf":1.0},"279":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"272":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"236":{"tf":1.0},"26":{"tf":1.0},"280":{"tf":1.0},"35":{"tf":1.0},"477":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"676":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"644":{"tf":2.8284271247461903},"676":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"57":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"268":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"473":{"tf":1.4142135623730951},"621":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"42":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"110":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"133":{"tf":1.0},"224":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"119":{"tf":1.0},"285":{"tf":1.0},"652":{"tf":1.0}}}}},"t":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"157":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":2.0},"260":{"tf":1.4142135623730951},"27":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":3.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.4142135623730951},"630":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"124":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"550":{"tf":5.0990195135927845},"632":{"tf":1.0},"664":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"65":{"tf":1.0},"692":{"tf":1.4142135623730951},"694":{"tf":1.0},"702":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"240":{"tf":1.0},"508":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":11,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"119":{"tf":2.0},"120":{"tf":1.0},"121":{"tf":1.0},"212":{"tf":1.0},"225":{"tf":1.0},"380":{"tf":1.0},"609":{"tf":1.0},"658":{"tf":1.7320508075688772},"690":{"tf":1.0}},"f":{"df":2,"docs":{"479":{"tf":1.0},"609":{"tf":1.0}},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"331":{"tf":1.0}},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"318":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"684":{"tf":1.0}},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"246":{"tf":1.0},"520":{"tf":1.0},"554":{"tf":1.0},"630":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"221":{"tf":1.0},"269":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"565":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"332":{"tf":1.0},"338":{"tf":1.0},"426":{"tf":1.0},"625":{"tf":1.0},"677":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"582":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"151":{"tf":1.0},"17":{"tf":1.0},"289":{"tf":1.0},"405":{"tf":1.4142135623730951},"520":{"tf":1.0},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.23606797749979},"27":{"tf":1.0},"647":{"tf":1.7320508075688772},"702":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"62":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"277":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"r":{"df":3,"docs":{"56":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"530":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.0},"651":{"tf":1.4142135623730951},"676":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"246":{"tf":1.0},"267":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"i":{"c":{"df":90,"docs":{"19":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"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},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"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},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"63":{"tf":1.0},"630":{"tf":1.7320508075688772},"632":{"tf":1.0},"644":{"tf":1.7320508075688772},"648":{"tf":1.0},"663":{"tf":1.7320508075688772},"701":{"tf":1.0},"722":{"tf":1.0},"750":{"tf":1.4142135623730951},"752":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":23,"docs":{"181":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.7320508075688772},"607":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"628":{"tf":1.0}}},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"565":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"683":{"tf":1.0},"690":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"312":{"tf":1.0}},"t":{"df":2,"docs":{"111":{"tf":1.0},"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"431":{"tf":1.4142135623730951},"49":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"569":{"tf":1.4142135623730951},"6":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"737":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"275":{"tf":1.7320508075688772},"599":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"652":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"212":{"tf":1.0},"243":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"538":{"tf":1.4142135623730951},"540":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"279":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"503":{"tf":1.0},"52":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"40":{"tf":1.0},"651":{"tf":1.0},"699":{"tf":1.4142135623730951},"706":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"25":{"tf":1.0},"701":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"602":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"213":{"tf":1.0},"224":{"tf":1.7320508075688772},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"4":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"574":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"628":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"687":{"tf":1.0},"705":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"690":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"140":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":2.0},"229":{"tf":1.0},"269":{"tf":1.0},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"550":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":8,"docs":{"171":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"477":{"tf":1.0},"583":{"tf":1.0},"645":{"tf":1.0},"692":{"tf":1.0},"706":{"tf":1.0}}}},"l":{"df":15,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":2.449489742783178},"199":{"tf":1.0},"200":{"tf":1.0},"233":{"tf":1.0},"243":{"tf":3.1622776601683795},"272":{"tf":1.0},"505":{"tf":1.4142135623730951},"511":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"726":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"233":{"tf":1.0},"243":{"tf":2.8284271247461903},"703":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"676":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"668":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":5,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"678":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"631":{"tf":1.0},"672":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.0}}}},"t":{"df":1,"docs":{"135":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"55":{"tf":1.0},"658":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"148":{"tf":1.4142135623730951},"177":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"294":{"tf":1.0},"43":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":2.0},"692":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"550":{"tf":1.0},"644":{"tf":1.7320508075688772},"681":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"119":{"tf":2.0},"12":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"645":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"680":{"tf":1.0}}},"y":{"df":1,"docs":{"439":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"285":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"521":{"tf":1.0}}}}},"df":2,"docs":{"524":{"tf":1.0},"550":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"132":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"582":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":131,"docs":{"103":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"141":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.7320508075688772},"181":{"tf":2.8284271247461903},"183":{"tf":1.7320508075688772},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"203":{"tf":2.0},"205":{"tf":1.7320508075688772},"222":{"tf":1.0},"228":{"tf":2.0},"230":{"tf":1.7320508075688772},"235":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":2.0},"256":{"tf":1.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"290":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"357":{"tf":1.0},"365":{"tf":1.0},"373":{"tf":1.0},"376":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"413":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"426":{"tf":1.4142135623730951},"428":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"463":{"tf":1.0},"470":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"479":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.7320508075688772},"488":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.0},"565":{"tf":1.0},"578":{"tf":1.7320508075688772},"583":{"tf":1.0},"593":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"61":{"tf":2.449489742783178},"611":{"tf":1.0},"625":{"tf":3.7416573867739413},"626":{"tf":1.7320508075688772},"627":{"tf":2.8284271247461903},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.7320508075688772},"630":{"tf":1.0},"631":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"664":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"720":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"82":{"tf":2.0},"84":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"621":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"565":{"tf":2.23606797749979},"567":{"tf":1.0},"569":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"700":{"tf":1.4142135623730951},"749":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"628":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"676":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"491":{"tf":1.4142135623730951},"499":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"646":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"256":{"tf":1.0},"628":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"155":{"tf":1.0},"659":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"155":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"539":{"tf":1.0},"692":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"276":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"m":{"df":2,"docs":{"151":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"411":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"668":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"565":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"220":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"611":{"tf":1.0},"707":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"506":{"tf":1.0},"700":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"558":{"tf":1.0},"559":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"550":{"tf":2.6457513110645907},"553":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"582":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"df":5,"docs":{"104":{"tf":1.0},"272":{"tf":1.0},"43":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"240":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"646":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.4142135623730951},"698":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"148":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"620":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"584":{"tf":1.0},"611":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":8,"docs":{"182":{"tf":1.0},"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"62":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"530":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":2.0}}}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"279":{"tf":1.0},"433":{"tf":1.4142135623730951},"616":{"tf":1.0},"646":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}},"u":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"521":{"tf":1.4142135623730951},"646":{"tf":1.0}}}},"df":2,"docs":{"145":{"tf":1.0},"598":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}}}},"df":20,"docs":{"177":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":2.6457513110645907},"27":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"662":{"tf":1.7320508075688772},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"689":{"tf":1.0},"97":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"677":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"690":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"577":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"565":{"tf":1.0},"568":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"650":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"127":{"tf":1.0},"237":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"618":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"692":{"tf":1.0},"706":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"209":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":19,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"255":{"tf":1.0},"280":{"tf":1.0},"38":{"tf":1.0},"475":{"tf":1.4142135623730951},"602":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.4142135623730951},"677":{"tf":1.7320508075688772},"698":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"621":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":666,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":2.23606797749979},"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"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},"13":{"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":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":2.23606797749979},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":2.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":3.605551275463989},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":2.23606797749979},"202":{"tf":1.4142135623730951},"203":{"tf":2.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":2.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.7320508075688772},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":2.0},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":2.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.4142135623730951},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.7320508075688772},"547":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.7320508075688772},"55":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.7320508075688772},"564":{"tf":1.4142135623730951},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":2.23606797749979},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":2.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.4142135623730951},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":2.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":2.0},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"65":{"tf":1.4142135623730951},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.7320508075688772},"68":{"tf":1.0},"680":{"tf":2.0},"681":{"tf":1.7320508075688772},"682":{"tf":1.7320508075688772},"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},"8":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"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":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"219":{"tf":1.0},"550":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":6,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"214":{"tf":2.6457513110645907},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"214":{"tf":1.0},"256":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":121,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":2.23606797749979},"196":{"tf":1.0},"200":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":2.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":2.449489742783178},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.7320508075688772},"380":{"tf":1.0},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"47":{"tf":1.7320508075688772},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.0},"527":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"535":{"tf":1.0},"538":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"544":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"585":{"tf":1.0},"597":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"611":{"tf":1.0},"614":{"tf":1.4142135623730951},"630":{"tf":3.0},"631":{"tf":1.0},"636":{"tf":2.23606797749979},"638":{"tf":2.449489742783178},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":4.123105625617661},"648":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.4142135623730951},"682":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}},"i":{"df":1,"docs":{"214":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}},"r":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"245":{"tf":1.0},"272":{"tf":1.0},"690":{"tf":1.0}}}}},"k":{"df":1,"docs":{"550":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"r":{"df":2,"docs":{"43":{"tf":1.0},"700":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"29":{"tf":1.0},"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"41":{"tf":2.0},"495":{"tf":1.0},"545":{"tf":1.0},"59":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.7320508075688772},"677":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"625":{"tf":1.0},"645":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"169":{"tf":1.0},"260":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":2.449489742783178},"601":{"tf":1.0},"687":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"269":{"tf":1.0},"587":{"tf":1.0},"616":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":40,"docs":{"169":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"221":{"tf":1.0},"243":{"tf":3.0},"268":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":2.0},"529":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"644":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":2.449489742783178},"710":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"505":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"672":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"57":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":2.0},"539":{"tf":1.0},"630":{"tf":1.4142135623730951},"633":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"698":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":40,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.0},"57":{"tf":1.0},"602":{"tf":1.0},"620":{"tf":1.4142135623730951},"622":{"tf":1.0},"627":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"499":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"546":{"tf":1.7320508075688772},"547":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":2.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"632":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":2.6457513110645907},"646":{"tf":1.0},"674":{"tf":1.0},"686":{"tf":1.4142135623730951},"706":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"676":{"tf":1.4142135623730951},"686":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.0},"528":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":237,"docs":{"103":{"tf":1.0},"133":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"171":{"tf":1.0},"181":{"tf":1.7320508075688772},"19":{"tf":1.0},"216":{"tf":1.0},"236":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"550":{"tf":1.0},"583":{"tf":1.4142135623730951},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"706":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"235":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"545":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"651":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"711":{"tf":1.0}}}},"df":1,"docs":{"527":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"545":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"527":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":2.23606797749979},"120":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"283":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":2.0},"499":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"620":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"df":7,"docs":{"247":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":2.0},"620":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"269":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"242":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":49,"docs":{"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"243":{"tf":3.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":2.23606797749979},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":2.449489742783178},"498":{"tf":1.0},"527":{"tf":2.0},"610":{"tf":2.0},"611":{"tf":1.0},"651":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.7320508075688772},"683":{"tf":1.7320508075688772},"690":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"243":{"tf":1.0},"277":{"tf":1.0},"499":{"tf":1.0},"707":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"549":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"59":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.4142135623730951},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"110":{"tf":2.23606797749979},"120":{"tf":2.23606797749979},"122":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.0},"190":{"tf":1.7320508075688772},"213":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":2.449489742783178},"224":{"tf":1.4142135623730951},"235":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.7320508075688772},"279":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"311":{"tf":1.0},"499":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"521":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"611":{"tf":1.0},"616":{"tf":1.0},"622":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.0},"662":{"tf":1.7320508075688772},"664":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"709":{"tf":1.0},"711":{"tf":1.0},"716":{"tf":1.0},"724":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"237":{"tf":1.0},"289":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"618":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"666":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"133":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"530":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"260":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"622":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":68,"docs":{"161":{"tf":1.7320508075688772},"212":{"tf":1.0},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"228":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":2.6457513110645907},"269":{"tf":3.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.0},"511":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"614":{"tf":1.0},"64":{"tf":1.7320508075688772},"648":{"tf":1.4142135623730951},"65":{"tf":1.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"66":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"698":{"tf":1.0},"70":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"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}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"581":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"173":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.4142135623730951},"255":{"tf":1.0},"269":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.0},"538":{"tf":1.4142135623730951},"543":{"tf":1.0},"550":{"tf":1.0},"576":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"627":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"581":{"tf":1.0},"683":{"tf":1.0},"712":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":81,"docs":{"106":{"tf":1.7320508075688772},"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.0},"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},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"209":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"702":{"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}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"583":{"tf":2.6457513110645907},"691":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"258":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"21":{"tf":1.0},"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"565":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"550":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"530":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}},"t":{"df":1,"docs":{"684":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"685":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"249":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"41":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"664":{"tf":1.4142135623730951},"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"598":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"279":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"220":{"tf":1.0},"499":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"247":{"tf":1.0}}}},"t":{"df":4,"docs":{"119":{"tf":1.4142135623730951},"225":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"247":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"700":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"741":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"110":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"228":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"42":{"tf":1.0},"499":{"tf":1.0},"549":{"tf":1.0},"61":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"632":{"tf":1.4142135623730951},"663":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"82":{"tf":1.0}}}}},"w":{"df":1,"docs":{"89":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}},"df":2,"docs":{"269":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"216":{"tf":1.0},"520":{"tf":1.0},"565":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"703":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"499":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"215":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"152":{"tf":1.0}},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"644":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"638":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}},"df":4,"docs":{"41":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"272":{"tf":1.0}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"272":{"tf":1.0},"49":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"550":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"644":{"tf":1.0},"650":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"v":{"df":2,"docs":{"172":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"647":{"tf":1.0},"700":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"527":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"55":{"tf":1.0}}},"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"549":{"tf":1.0},"649":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"369":{"tf":1.4142135623730951},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":18,"docs":{"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.7320508075688772},"555":{"tf":1.0},"562":{"tf":1.0},"569":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"709":{"tf":1.0},"713":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"133":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"311":{"tf":1.0},"569":{"tf":1.4142135623730951},"602":{"tf":1.0},"608":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"272":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.0},"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"133":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.0},"272":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"499":{"tf":1.0},"540":{"tf":1.0},"610":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"711":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"44":{"tf":1.0},"535":{"tf":1.0},"648":{"tf":1.7320508075688772},"69":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":1.7320508075688772},"727":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.7320508075688772},"631":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":2.23606797749979},"647":{"tf":2.449489742783178},"676":{"tf":1.0},"688":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"690":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"510":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"710":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"198":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"272":{"tf":1.0},"512":{"tf":1.7320508075688772}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"6":{"tf":1.0},"673":{"tf":1.0},"744":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"644":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"216":{"tf":1.0},"527":{"tf":1.0}}}},"r":{"df":3,"docs":{"610":{"tf":1.0},"700":{"tf":1.0},"706":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"624":{"tf":1.0},"641":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"256":{"tf":1.0},"43":{"tf":1.0},"524":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"618":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"646":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"122":{"tf":1.0},"243":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"633":{"tf":1.0},"636":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"528":{"tf":1.0},"646":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"680":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"344":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"565":{"tf":1.4142135623730951},"88":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"704":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"256":{"tf":1.0},"620":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":82,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"214":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"256":{"tf":1.0},"27":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"499":{"tf":1.7320508075688772},"522":{"tf":1.0},"530":{"tf":2.0},"545":{"tf":2.0},"565":{"tf":2.0},"566":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"610":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"620":{"tf":1.7320508075688772},"621":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":2.8284271247461903},"634":{"tf":1.0},"635":{"tf":1.7320508075688772},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":3.605551275463989},"646":{"tf":1.4142135623730951},"648":{"tf":2.449489742783178},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":2.0},"671":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":3.0},"679":{"tf":1.0},"680":{"tf":2.0},"682":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":2.0},"686":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.7320508075688772},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"622":{"tf":1.0}},"e":{"df":1,"docs":{"622":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"109":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.4142135623730951},"220":{"tf":1.0},"224":{"tf":1.0},"238":{"tf":2.0},"240":{"tf":1.0},"246":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"436":{"tf":1.4142135623730951},"49":{"tf":1.0},"514":{"tf":1.7320508075688772},"550":{"tf":1.7320508075688772},"565":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"93":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"216":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"565":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"673":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"514":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"667":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"p":{"df":1,"docs":{"62":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"673":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.0},"695":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"133":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"132":{"tf":1.4142135623730951},"574":{"tf":1.0},"585":{"tf":1.7320508075688772},"609":{"tf":1.0},"611":{"tf":2.23606797749979},"653":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"527":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"581":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"280":{"tf":1.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"608":{"tf":1.0},"649":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"682":{"tf":1.0},"716":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"650":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"41":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"696":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"696":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"44":{"tf":1.0},"644":{"tf":1.0},"726":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"678":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"527":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":7,"docs":{"581":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"277":{"tf":1.0},"648":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"162":{"tf":1.0},"241":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"101":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":1.0},"535":{"tf":1.0},"59":{"tf":1.0},"628":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.4142135623730951},"281":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"675":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"550":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.4142135623730951},"267":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"614":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"666":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.7320508075688772},"697":{"tf":2.0},"716":{"tf":1.0}}},"t":{"df":2,"docs":{"288":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"388":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"644":{"tf":2.0},"646":{"tf":2.0},"677":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"545":{"tf":1.4142135623730951},"632":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"550":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"676":{"tf":1.0}}}},"df":1,"docs":{"268":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"107":{"tf":3.1622776601683795},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":2.8284271247461903},"144":{"tf":2.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"166":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.4142135623730951},"233":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":1.0},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"41":{"tf":1.0},"498":{"tf":2.8284271247461903},"50":{"tf":1.0},"500":{"tf":3.0},"507":{"tf":2.23606797749979},"523":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"59":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"680":{"tf":1.0},"80":{"tf":1.0},"86":{"tf":2.449489742783178},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.0},"161":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"228":{"tf":2.23606797749979},"486":{"tf":1.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.23606797749979},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":3.3166247903554},"595":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":3.0},"706":{"tf":3.605551275463989},"710":{"tf":2.23606797749979},"82":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"706":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"344":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":6,"docs":{"502":{"tf":1.0},"664":{"tf":1.0},"688":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.7320508075688772},"97":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"153":{"tf":1.0},"19":{"tf":2.23606797749979},"240":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"31":{"tf":1.0},"340":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"676":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0}}}},"df":3,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"527":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"267":{"tf":1.0},"676":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"493":{"tf":1.4142135623730951},"628":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"380":{"tf":1.0},"527":{"tf":1.0},"534":{"tf":1.4142135623730951},"549":{"tf":1.0},"648":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"181":{"tf":1.0},"225":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"511":{"tf":1.0},"641":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"539":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":1,"docs":{"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"690":{"tf":1.0},"701":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"g":{"df":1,"docs":{"620":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"621":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"682":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"710":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"111":{"tf":1.0},"113":{"tf":2.0},"197":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"505":{"tf":4.242640687119285},"506":{"tf":2.449489742783178},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.0},"512":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":2.23606797749979},"591":{"tf":1.0},"598":{"tf":1.0},"611":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772},"690":{"tf":1.0},"706":{"tf":1.4142135623730951},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"277":{"tf":1.0},"624":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"269":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"247":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"413":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"123":{"tf":1.7320508075688772},"277":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"513":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"508":{"tf":2.0}}}}},"f":{"df":1,"docs":{"221":{"tf":1.0}}},"g":{"df":1,"docs":{"156":{"tf":1.0}}},"k":{"df":1,"docs":{"156":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"635":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"197":{"tf":1.0},"508":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"595":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"647":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.0},"27":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"675":{"tf":1.4142135623730951},"680":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"750":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"48":{"tf":1.0},"621":{"tf":1.0},"702":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"249":{"tf":1.0},"29":{"tf":1.0},"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}}},"df":44,"docs":{"19":{"tf":1.4142135623730951},"215":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"287":{"tf":1.0},"29":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"454":{"tf":1.4142135623730951},"492":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"659":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":2.23606797749979},"715":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"638":{"tf":1.0}}}}},"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.7320508075688772},"279":{"tf":1.0},"515":{"tf":1.7320508075688772},"646":{"tf":1.0},"678":{"tf":1.0},"725":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":236,"docs":{"109":{"tf":1.4142135623730951},"21":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0},"650":{"tf":1.0},"7":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"267":{"tf":1.0},"566":{"tf":1.4142135623730951},"620":{"tf":1.0},"629":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"269":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"161":{"tf":1.0},"552":{"tf":1.4142135623730951},"553":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"499":{"tf":1.4142135623730951},"520":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"550":{"tf":1.0},"599":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"504":{"tf":1.0},"646":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"48":{"tf":1.0},"485":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":2.6457513110645907},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.4142135623730951},"684":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"45":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"571":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"515":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"454":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"515":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"587":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"233":{"tf":1.0},"241":{"tf":1.7320508075688772},"269":{"tf":1.0},"502":{"tf":1.4142135623730951},"539":{"tf":1.0},"576":{"tf":1.0},"592":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.4142135623730951},"710":{"tf":1.0},"719":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":1,"docs":{"493":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"499":{"tf":1.0},"524":{"tf":1.0},"544":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"630":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"692":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"225":{"tf":1.0},"276":{"tf":1.0},"5":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"506":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"678":{"tf":1.0},"751":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"504":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":2.0}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"616":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"83":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"117":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":2.449489742783178},"265":{"tf":1.0},"272":{"tf":2.6457513110645907},"29":{"tf":1.0},"309":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"61":{"tf":1.0},"612":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.0},"627":{"tf":1.0},"690":{"tf":1.0},"704":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"242":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"587":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}},"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":8,"docs":{"236":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"279":{"tf":1.0},"297":{"tf":1.0},"539":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"614":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"225":{"tf":1.0},"238":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"463":{"tf":1.4142135623730951},"49":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"120":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"581":{"tf":1.0},"624":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"205":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"205":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"98":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"543":{"tf":1.0},"624":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"616":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"110":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"194":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"237":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.8284271247461903},"244":{"tf":2.0},"245":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"249":{"tf":1.0},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":2.0},"272":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"499":{"tf":1.0},"5":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"571":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"577":{"tf":1.4142135623730951},"579":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.4142135623730951},"610":{"tf":1.0},"622":{"tf":1.7320508075688772},"628":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"664":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"692":{"tf":1.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"720":{"tf":1.0},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"272":{"tf":1.7320508075688772},"46":{"tf":1.0},"511":{"tf":1.0},"543":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"696":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}},"m":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"636":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"255":{"tf":1.0},"659":{"tf":1.0}}}}}},"df":1,"docs":{"701":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"40":{"tf":1.0},"500":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"680":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":1.0},"627":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"237":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"603":{"tf":1.0},"620":{"tf":1.0},"638":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":1.0},"499":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"682":{"tf":1.0},"690":{"tf":1.0},"706":{"tf":1.0}}},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"103":{"tf":1.4142135623730951},"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"181":{"tf":1.4142135623730951},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"205":{"tf":1.0},"228":{"tf":1.4142135623730951},"230":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.4142135623730951},"279":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"581":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"63":{"tf":1.0},"664":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"630":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"708":{"tf":1.0}}}}},"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":{"587":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"105":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"256":{"tf":1.0},"33":{"tf":1.4142135623730951},"610":{"tf":1.0},"63":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"289":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"272":{"tf":1.0},"309":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"706":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"181":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"524":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"255":{"tf":1.0}}},"t":{"df":7,"docs":{"109":{"tf":1.0},"16":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"503":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0}}},"r":{"df":3,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"48":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"616":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"43":{"tf":1.0},"52":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"719":{"tf":1.0},"743":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"243":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.4142135623730951},"565":{"tf":1.0},"624":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":2,"docs":{"240":{"tf":1.0},"499":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"187":{"tf":1.0},"210":{"tf":1.4142135623730951},"219":{"tf":1.0},"235":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.0},"287":{"tf":1.0},"59":{"tf":1.0},"618":{"tf":1.0},"649":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"150":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"277":{"tf":1.0},"499":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.4142135623730951},"646":{"tf":1.0},"709":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"256":{"tf":1.0},"582":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":25,"docs":{"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.6457513110645907},"150":{"tf":1.0},"173":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"203":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"43":{"tf":1.0},"492":{"tf":1.4142135623730951},"509":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":2.0},"687":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"243":{"tf":1.0},"280":{"tf":1.4142135623730951},"30":{"tf":1.0},"477":{"tf":1.7320508075688772},"504":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"709":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"699":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"593":{"tf":1.0},"706":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"133":{"tf":1.0},"212":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"581":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"139":{"tf":1.0},"235":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":6,"docs":{"38":{"tf":1.0},"41":{"tf":1.4142135623730951},"621":{"tf":1.0},"646":{"tf":1.0},"725":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"648":{"tf":1.0}}},"m":{"df":1,"docs":{"221":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"210":{"tf":1.0},"216":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.4142135623730951},"652":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":17,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"238":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"256":{"tf":1.4142135623730951},"288":{"tf":1.0},"392":{"tf":1.4142135623730951},"530":{"tf":1.0},"581":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"630":{"tf":1.7320508075688772},"631":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"685":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"e":{"df":2,"docs":{"41":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"177":{"tf":1.0},"25":{"tf":2.23606797749979},"256":{"tf":1.4142135623730951},"29":{"tf":1.0},"499":{"tf":1.0},"550":{"tf":2.23606797749979},"57":{"tf":1.7320508075688772},"618":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"638":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.7320508075688772},"709":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"531":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.7320508075688772},"534":{"tf":1.0},"535":{"tf":2.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":2.0},"539":{"tf":1.0},"540":{"tf":1.4142135623730951},"582":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"689":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"220":{"tf":1.0},"599":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"646":{"tf":3.3166247903554},"681":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"135":{"tf":1.0},"17":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":2.23606797749979},"247":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.6457513110645907},"277":{"tf":1.0},"279":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.4142135623730951},"530":{"tf":1.0},"543":{"tf":1.4142135623730951},"569":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"646":{"tf":3.0},"664":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"511":{"tf":1.0},"602":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"729":{"tf":1.0},"83":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"624":{"tf":1.0}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"646":{"tf":1.7320508075688772},"681":{"tf":1.0}}}},"t":{"df":2,"docs":{"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":3,"docs":{"242":{"tf":2.0},"505":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"633":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":2.0},"131":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"90":{"tf":1.0},"91":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"228":{"tf":1.0},"256":{"tf":4.47213595499958},"498":{"tf":1.0},"500":{"tf":2.449489742783178},"501":{"tf":1.7320508075688772},"502":{"tf":2.0},"503":{"tf":2.23606797749979},"504":{"tf":2.23606797749979},"505":{"tf":2.23606797749979},"506":{"tf":2.0},"507":{"tf":2.23606797749979},"517":{"tf":1.0},"523":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"708":{"tf":1.4142135623730951},"709":{"tf":2.23606797749979},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"715":{"tf":1.0},"729":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"122":{"tf":1.0},"13":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.4142135623730951},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"267":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"470":{"tf":1.4142135623730951},"49":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"51":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"545":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.0},"601":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"710":{"tf":1.0},"713":{"tf":1.4142135623730951},"722":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"524":{"tf":1.0},"616":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"611":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"109":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"88":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"235":{"tf":1.4142135623730951},"248":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951}}}},"df":15,"docs":{"152":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"235":{"tf":1.0},"277":{"tf":1.0},"423":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"615":{"tf":1.0},"630":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":2.23606797749979},"710":{"tf":2.6457513110645907},"734":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.0},"501":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"255":{"tf":1.0},"277":{"tf":1.0},"585":{"tf":1.0},"624":{"tf":1.0},"674":{"tf":1.0}}}}},"p":{"df":3,"docs":{"175":{"tf":1.0},"177":{"tf":1.4142135623730951},"647":{"tf":1.0}},"l":{"df":1,"docs":{"644":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"550":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"173":{"tf":1.0}}},"df":12,"docs":{"181":{"tf":1.0},"431":{"tf":1.0},"514":{"tf":1.0},"550":{"tf":1.0},"556":{"tf":1.4142135623730951},"593":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"706":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"214":{"tf":1.0},"243":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"57":{"tf":1.0},"581":{"tf":1.0},"602":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"245":{"tf":1.0},"650":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"287":{"tf":1.0},"624":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"638":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}},"df":1,"docs":{"690":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"150":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"568":{"tf":1.4142135623730951},"716":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":3.0},"27":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"618":{"tf":1.0},"642":{"tf":1.0}},"i":{"df":4,"docs":{"671":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"243":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"237":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":1.0},"699":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"215":{"tf":1.0},"237":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"216":{"tf":1.0},"702":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"713":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"549":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"648":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"157":{"tf":1.0},"173":{"tf":1.0},"230":{"tf":1.4142135623730951},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"43":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.4142135623730951},"569":{"tf":1.0},"572":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"644":{"tf":1.0},"65":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":2.23606797749979},"713":{"tf":1.4142135623730951},"72":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"214":{"tf":1.0},"224":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"608":{"tf":1.4142135623730951},"622":{"tf":1.0},"633":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"584":{"tf":1.0},"704":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"581":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"195":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"26":{"tf":1.0},"416":{"tf":1.4142135623730951},"618":{"tf":1.0},"648":{"tf":1.0}},"n":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"150":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.0},"477":{"tf":1.0},"611":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"276":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"598":{"tf":2.0},"730":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"628":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":32,"docs":{"721":{"tf":1.7320508075688772},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0}}}}},"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":2,"docs":{"255":{"tf":1.0},"540":{"tf":1.0}},"e":{"df":4,"docs":{"538":{"tf":2.0},"540":{"tf":1.0},"688":{"tf":1.0},"97":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"66":{"tf":1.0},"75":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.0},"251":{"tf":1.4142135623730951},"277":{"tf":1.0},"283":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"618":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}},"df":18,"docs":{"11":{"tf":1.0},"224":{"tf":1.0},"235":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"371":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"624":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"645":{"tf":1.0},"672":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":5,"docs":{"551":{"tf":1.0},"632":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.0},"681":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"648":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"272":{"tf":1.0},"38":{"tf":1.0},"414":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"550":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0},"641":{"tf":1.0}}},"t":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}},"h":{"df":5,"docs":{"588":{"tf":1.4142135623730951},"589":{"tf":1.7320508075688772},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"592":{"tf":1.4142135623730951},"593":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"533":{"tf":1.7320508075688772},"548":{"tf":1.0},"549":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.7320508075688772},"6":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0}}},"df":2,"docs":{"590":{"tf":1.4142135623730951},"591":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"701":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"209":{"tf":1.4142135623730951},"277":{"tf":1.0},"425":{"tf":1.4142135623730951},"508":{"tf":1.0},"549":{"tf":1.4142135623730951},"624":{"tf":1.0},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"288":{"tf":1.0},"722":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0}}},"t":{"df":1,"docs":{"676":{"tf":1.0}}}},"w":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"224":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"723":{"tf":1.0},"74":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"188":{"tf":1.0},"191":{"tf":1.0},"550":{"tf":1.0},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"222":{"tf":1.0},"644":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"567":{"tf":1.0},"569":{"tf":1.0},"713":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":41,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"n":{"df":1,"docs":{"628":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"600":{"tf":1.4142135623730951},"601":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}},"r":{"df":1,"docs":{"272":{"tf":1.0}},"p":{"df":1,"docs":{"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"150":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"315":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"315":{"tf":1.0}}},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"n":{"d":{"df":154,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.23606797749979},"144":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":2.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.7320508075688772},"233":{"tf":2.0},"242":{"tf":1.7320508075688772},"243":{"tf":2.449489742783178},"244":{"tf":1.0},"245":{"tf":1.0},"255":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.7320508075688772},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.7320508075688772},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":2.0},"647":{"tf":1.0},"65":{"tf":2.0},"651":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"66":{"tf":1.0},"667":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"676":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.4142135623730951},"708":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"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},"95":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"238":{"tf":1.0},"620":{"tf":1.0},"632":{"tf":1.0}}},"l":{"df":4,"docs":{"246":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"302":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":3,"docs":{"112":{"tf":1.0},"272":{"tf":1.0},"465":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"468":{"tf":1.0},"611":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"458":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"l":{"df":1,"docs":{"502":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"256":{"tf":1.0},"550":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.0}}}},"i":{"df":2,"docs":{"256":{"tf":1.4142135623730951},"505":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":4,"docs":{"214":{"tf":2.23606797749979},"289":{"tf":1.0},"53":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}},"r":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":2.23606797749979},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"681":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"684":{"tf":1.0},"704":{"tf":1.0}},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"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":4,"docs":{"182":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"225":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"43":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0},"693":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"177":{"tf":1.0},"319":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"611":{"tf":1.0},"687":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":3,"docs":{"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"287":{"tf":1.0},"499":{"tf":1.0},"530":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"48":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}},"df":5,"docs":{"221":{"tf":1.4142135623730951},"242":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"690":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"221":{"tf":1.0},"690":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"214":{"tf":1.0},"221":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"3":{"tf":1.0},"428":{"tf":1.4142135623730951},"499":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"524":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"272":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"228":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0}},"l":{"df":1,"docs":{"272":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.4142135623730951},"41":{"tf":2.0},"465":{"tf":1.4142135623730951},"495":{"tf":1.0},"521":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.0},"618":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"679":{"tf":1.0},"694":{"tf":1.0},"80":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"611":{"tf":1.0}}}},"’":{"df":4,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"5":{"tf":1.0},"644":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"256":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.0},"684":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"310":{"tf":1.0},"611":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"364":{"tf":1.0}}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"268":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"df":1,"docs":{"611":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"468":{"tf":1.4142135623730951},"502":{"tf":1.0},"506":{"tf":1.0},"611":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"651":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"249":{"tf":1.4142135623730951},"520":{"tf":1.0},"530":{"tf":1.0},"597":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"602":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"159":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"250":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"289":{"tf":1.4142135623730951},"495":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"249":{"tf":1.0},"647":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":3,"docs":{"47":{"tf":1.0},"624":{"tf":1.0},"709":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"242":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"456":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"646":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"456":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"717":{"tf":1.0}},"i":{"df":1,"docs":{"574":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"135":{"tf":1.0},"214":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"272":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"242":{"tf":1.0},"3":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"240":{"tf":1.0},"244":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"646":{"tf":1.0},"678":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0}}}},"t":{"df":3,"docs":{"321":{"tf":1.7320508075688772},"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"556":{"tf":1.0}}}}},"df":3,"docs":{"337":{"tf":1.0},"481":{"tf":1.0},"556":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":1,"docs":{"481":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"221":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"94":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"367":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"598":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"356":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"477":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"56":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"460":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.7320508075688772},"224":{"tf":1.0},"228":{"tf":1.0},"348":{"tf":1.4142135623730951},"451":{"tf":1.0},"5":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"55":{"tf":1.0},"57":{"tf":1.0},"69":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"245":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"402":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":1,"docs":{"406":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"406":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"562":{"tf":1.0}}},"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"429":{"tf":1.0}}},"f":{"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"141":{"tf":1.0},"348":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"224":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"685":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"545":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.7320508075688772},"505":{"tf":1.0}}}},"df":1,"docs":{"43":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"502":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"650":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"243":{"tf":1.4142135623730951},"505":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.449489742783178},"550":{"tf":1.7320508075688772},"689":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"42":{"tf":1.0},"534":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"277":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"l":{"df":2,"docs":{"197":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"276":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"565":{"tf":1.0},"711":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"df":4,"docs":{"277":{"tf":1.0},"49":{"tf":1.0},"520":{"tf":1.4142135623730951},"620":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"691":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"242":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"216":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"5":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"706":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"680":{"tf":1.0}}}},"df":1,"docs":{"603":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"612":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"603":{"tf":1.0},"614":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"287":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"220":{"tf":1.0},"52":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"653":{"tf":1.0},"69":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":1,"docs":{"241":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"485":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.4142135623730951},"272":{"tf":1.0},"28":{"tf":1.0},"521":{"tf":1.0},"540":{"tf":1.0},"576":{"tf":1.0},"599":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951},"653":{"tf":1.0},"665":{"tf":1.0},"668":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"49":{"tf":1.0},"543":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"683":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"224":{"tf":1.0},"650":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.7320508075688772},"30":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"135":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"51":{"tf":1.0},"581":{"tf":1.0},"615":{"tf":1.4142135623730951},"616":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"644":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"52":{"tf":1.0},"599":{"tf":1.0}},"x":{"df":7,"docs":{"177":{"tf":1.0},"29":{"tf":1.0},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"562":{"tf":1.0},"630":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":6,"docs":{"224":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"530":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"216":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}},"x":{"df":1,"docs":{"236":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"687":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"646":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"230":{"tf":1.0},"255":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":15,"docs":{"214":{"tf":1.0},"42":{"tf":1.7320508075688772},"5":{"tf":1.0},"503":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.4142135623730951},"662":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"703":{"tf":1.0},"72":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"690":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"235":{"tf":1.0},"501":{"tf":1.0},"538":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"636":{"tf":1.0},"685":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"671":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":2.23606797749979},"675":{"tf":1.0},"678":{"tf":1.0},"716":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"119":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.4142135623730951},"289":{"tf":1.0},"42":{"tf":1.0},"426":{"tf":1.0},"47":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.7320508075688772},"549":{"tf":1.0},"572":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"609":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"644":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"700":{"tf":1.0},"702":{"tf":1.7320508075688772},"707":{"tf":2.0},"713":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.0},"690":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"44":{"tf":1.0},"621":{"tf":1.0},"646":{"tf":1.0},"702":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"df":5,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"256":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"109":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"280":{"tf":1.0},"534":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"565":{"tf":1.4142135623730951},"581":{"tf":1.4142135623730951},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"212":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"530":{"tf":1.4142135623730951},"549":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"641":{"tf":1.0},"692":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"181":{"tf":1.0},"203":{"tf":1.0},"385":{"tf":1.0},"498":{"tf":1.0},"524":{"tf":1.7320508075688772},"690":{"tf":1.0},"706":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"500":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"122":{"tf":1.0},"275":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"646":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"678":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"109":{"tf":1.0},"44":{"tf":2.8284271247461903},"49":{"tf":1.0},"731":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"115":{"tf":1.0}}},"s":{"df":3,"docs":{"572":{"tf":1.7320508075688772},"712":{"tf":1.0},"715":{"tf":1.7320508075688772}},"h":{"df":1,"docs":{"703":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"543":{"tf":1.0},"545":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"197":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"616":{"tf":1.0},"648":{"tf":1.4142135623730951},"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"700":{"tf":1.0}},"i":{"df":4,"docs":{"504":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"1":{"tf":1.0},"275":{"tf":1.0},"581":{"tf":1.0},"598":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.7320508075688772},"218":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"287":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.4142135623730951},"581":{"tf":1.0},"6":{"tf":1.0},"611":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"705":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}},"v":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}},"v":{"df":5,"docs":{"272":{"tf":1.0},"565":{"tf":1.0},"616":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"678":{"tf":2.23606797749979},"679":{"tf":1.7320508075688772},"680":{"tf":1.7320508075688772},"681":{"tf":2.0},"682":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":12,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.0},"170":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"544":{"tf":1.7320508075688772},"65":{"tf":1.0},"691":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"629":{"tf":1.0},"676":{"tf":1.0}},"’":{"df":4,"docs":{"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":2.23606797749979},"630":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"680":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"244":{"tf":1.0},"628":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"260":{"tf":1.0},"271":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"646":{"tf":1.0}}}},"t":{"df":1,"docs":{"78":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"209":{"tf":1.0},"618":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}}},"u":{"df":1,"docs":{"97":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"520":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"668":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":1,"docs":{"506":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"698":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"411":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"272":{"tf":1.0},"506":{"tf":1.0},"698":{"tf":1.0}}}}}}}},"df":2,"docs":{"505":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"690":{"tf":1.0},"700":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"272":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"478":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"272":{"tf":1.0}},"r":{"df":1,"docs":{"272":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"261":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":4,"docs":{"272":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"t":{"df":5,"docs":{"225":{"tf":1.0},"255":{"tf":1.0},"272":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0}}},"u":{"df":1,"docs":{"433":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"384":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"327":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"611":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.0},"651":{"tf":1.0},"672":{"tf":1.0},"698":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"221":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":1,"docs":{"272":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"139":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"539":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"644":{"tf":1.0},"646":{"tf":3.4641016151377544},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.4142135623730951},"732":{"tf":1.0},"740":{"tf":1.7320508075688772},"741":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"646":{"tf":1.7320508075688772},"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":113,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"150":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":1.0},"228":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":2.23606797749979},"256":{"tf":4.123105625617661},"257":{"tf":1.4142135623730951},"258":{"tf":2.23606797749979},"259":{"tf":1.0},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"27":{"tf":2.0},"272":{"tf":2.0},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":2.0},"501":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"535":{"tf":1.0},"539":{"tf":1.4142135623730951},"543":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"550":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"576":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"598":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":2.0},"630":{"tf":1.7320508075688772},"638":{"tf":1.0},"644":{"tf":3.1622776601683795},"646":{"tf":3.1622776601683795},"653":{"tf":3.1622776601683795},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":2.8284271247461903},"680":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":2.8284271247461903},"685":{"tf":1.7320508075688772},"686":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"70":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":2.23606797749979},"710":{"tf":1.4142135623730951},"713":{"tf":1.0},"723":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.7320508075688772},"74":{"tf":1.7320508075688772},"77":{"tf":1.0},"9":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"256":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"475":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"214":{"tf":2.6457513110645907},"343":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"640":{"tf":1.0},"647":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"550":{"tf":1.0},"640":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"209":{"tf":1.0},"478":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"245":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"691":{"tf":1.0}}},"w":{"df":3,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"395":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"224":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"376":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.4142135623730951},"622":{"tf":1.0},"650":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"f":{"df":1,"docs":{"505":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"90":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"505":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"718":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"372":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"554":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"555":{"tf":1.4142135623730951}}},"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"214":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"598":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"119":{"tf":1.0},"225":{"tf":1.0},"31":{"tf":1.0},"46":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"139":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"527":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"527":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"527":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}}},"a":{"df":1,"docs":{"51":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"245":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}}},"u":{"df":2,"docs":{"215":{"tf":1.0},"690":{"tf":1.0}}}}},"df":6,"docs":{"213":{"tf":1.7320508075688772},"53":{"tf":1.0},"550":{"tf":1.0},"638":{"tf":1.4142135623730951},"662":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"152":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"704":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"704":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"203":{"tf":1.0},"33":{"tf":1.0},"370":{"tf":1.0},"48":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"700":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"550":{"tf":1.7320508075688772},"61":{"tf":1.0},"67":{"tf":1.0},"687":{"tf":1.7320508075688772},"70":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}}}},"h":{"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":1,"docs":{"73":{"tf":1.0}},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"e":{"df":2,"docs":{"217":{"tf":1.0},"654":{"tf":1.0}},"l":{"df":1,"docs":{"275":{"tf":1.0}}},"p":{"df":1,"docs":{"217":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"704":{"tf":1.0},"707":{"tf":1.0}}},"u":{"df":1,"docs":{"277":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"244":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"244":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"410":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.7320508075688772}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"332":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"139":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"217":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":2.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"271":{"tf":1.7320508075688772},"272":{"tf":1.7320508075688772},"273":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"472":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"654":{"tf":1.7320508075688772},"664":{"tf":1.0},"666":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"698":{"tf":1.7320508075688772},"703":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"t":{"df":3,"docs":{"269":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"594":{"tf":1.0},"703":{"tf":1.0}}}},"df":6,"docs":{"245":{"tf":1.4142135623730951},"269":{"tf":1.0},"590":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0}},"f":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"332":{"tf":1.0}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"261":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"720":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"620":{"tf":1.0}}}},"d":{"df":1,"docs":{"62":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"464":{"tf":1.4142135623730951}}},"df":1,"docs":{"582":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"216":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"731":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"56":{"tf":1.0}},"w":{"df":115,"docs":{"0":{"tf":2.6457513110645907},"1":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"133":{"tf":1.7320508075688772},"150":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"216":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.6457513110645907},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"565":{"tf":1.7320508075688772},"566":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":2.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":2.0},"638":{"tf":1.0},"642":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"645":{"tf":2.23606797749979},"648":{"tf":2.0},"649":{"tf":2.0},"650":{"tf":2.0},"651":{"tf":3.3166247903554},"652":{"tf":2.23606797749979},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.6457513110645907},"672":{"tf":2.0},"673":{"tf":2.449489742783178},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":2.6457513110645907},"677":{"tf":1.7320508075688772},"678":{"tf":1.7320508075688772},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":2.0},"682":{"tf":1.4142135623730951},"686":{"tf":1.0},"688":{"tf":1.4142135623730951},"711":{"tf":1.7320508075688772},"748":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"256":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"666":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"460":{"tf":1.4142135623730951},"691":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"152":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"698":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"243":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":2.0},"267":{"tf":1.0},"269":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"530":{"tf":1.0},"557":{"tf":1.4142135623730951},"59":{"tf":1.0},"608":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.7320508075688772},"647":{"tf":1.0},"674":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.4142135623730951},"713":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"209":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.0},"567":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"y":{"df":3,"docs":{"197":{"tf":1.0},"256":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"682":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"539":{"tf":1.0},"646":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.7320508075688772},"680":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"256":{"tf":1.0}}},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"169":{"tf":1.0}}}},"df":32,"docs":{"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"35":{"tf":1.0},"406":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"503":{"tf":3.4641016151377544},"507":{"tf":1.0},"516":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"598":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"132":{"tf":1.0},"139":{"tf":1.0},"256":{"tf":1.0},"504":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":52,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"161":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"203":{"tf":1.0},"21":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"216":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.4142135623730951},"275":{"tf":1.0},"277":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":3.3166247903554},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"641":{"tf":1.7320508075688772},"648":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"680":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.7320508075688772},"82":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"648":{"tf":1.4142135623730951},"700":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"260":{"tf":1.0},"689":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":1,"docs":{"703":{"tf":1.0}},"e":{"df":1,"docs":{"276":{"tf":1.0}},"v":{"df":1,"docs":{"277":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":64,"docs":{"208":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"245":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"510":{"tf":1.0},"527":{"tf":1.7320508075688772},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.0},"57":{"tf":1.7320508075688772},"630":{"tf":1.0},"636":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.7320508075688772},"641":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"65":{"tf":2.0},"653":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"676":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"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}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"598":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"240":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"103":{"tf":1.0},"119":{"tf":1.4142135623730951},"139":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"224":{"tf":1.0},"243":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.7320508075688772},"537":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":2.0},"61":{"tf":1.4142135623730951},"615":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":1.0},"704":{"tf":1.0},"72":{"tf":1.0},"728":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"91":{"tf":1.0}}}}},"’":{"df":1,"docs":{"630":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"571":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"611":{"tf":1.0},"644":{"tf":1.0}},"t":{"df":1,"docs":{"638":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"508":{"tf":1.0},"671":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"477":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"642":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.0}}}}},"n":{"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":2,"docs":{"430":{"tf":1.4142135623730951},"628":{"tf":1.0}}},"g":{"df":1,"docs":{"172":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"276":{"tf":1.0},"44":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"108":{"tf":1.4142135623730951},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"545":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"624":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"244":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"698":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"646":{"tf":1.0},"678":{"tf":1.0},"736":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"150":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"275":{"tf":1.0},"44":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"550":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.0},"624":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"477":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"522":{"tf":1.0}}}},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"406":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.4142135623730951}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.0}}},"k":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0}}},"l":{"df":2,"docs":{"712":{"tf":1.0},"716":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"43":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"707":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"581":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"19":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.7320508075688772},"272":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"280":{"tf":1.0},"3":{"tf":1.0},"360":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"543":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"677":{"tf":1.0},"690":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.7320508075688772},"97":{"tf":1.0},"99":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"256":{"tf":1.0},"3":{"tf":1.0},"690":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"620":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"97":{"tf":1.0}},"k":{"df":28,"docs":{"122":{"tf":1.0},"173":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951},"238":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"280":{"tf":1.0},"367":{"tf":1.4142135623730951},"38":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"620":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"684":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"277":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"146":{"tf":1.0},"182":{"tf":1.0},"279":{"tf":1.0}},"r":{"df":1,"docs":{"57":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"429":{"tf":1.4142135623730951},"499":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"224":{"tf":1.0},"561":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951}}}}}}},"s":{"df":1,"docs":{"557":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.4142135623730951},"243":{"tf":2.8284271247461903},"661":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"703":{"tf":1.0}},"z":{"df":1,"docs":{"638":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"503":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"690":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"647":{"tf":1.0},"736":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"545":{"tf":1.0},"646":{"tf":1.7320508075688772},"653":{"tf":1.0},"677":{"tf":2.0},"678":{"tf":1.4142135623730951},"739":{"tf":1.0},"741":{"tf":2.23606797749979}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"644":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"277":{"tf":1.0},"401":{"tf":1.4142135623730951},"42":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"630":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"245":{"tf":1.0},"648":{"tf":2.449489742783178},"650":{"tf":1.4142135623730951},"651":{"tf":2.6457513110645907},"676":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"545":{"tf":1.0},"611":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"651":{"tf":1.0},"711":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":61,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"109":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"225":{"tf":1.0},"237":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"485":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"550":{"tf":1.0},"59":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.4142135623730951},"696":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}},"df":1,"docs":{"409":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"124":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"19":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.0},"351":{"tf":1.4142135623730951},"499":{"tf":1.0},"5":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"529":{"tf":1.0},"549":{"tf":1.0},"616":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":2.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"228":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"699":{"tf":1.0},"700":{"tf":1.0},"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"554":{"tf":1.0},"566":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":2.23606797749979},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"724":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}},"k":{"df":5,"docs":{"103":{"tf":1.4142135623730951},"27":{"tf":1.0},"550":{"tf":3.1622776601683795},"636":{"tf":1.0},"687":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"103":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"161":{"tf":1.0},"177":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"664":{"tf":1.0},"704":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":2,"docs":{"543":{"tf":1.7320508075688772},"545":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"102":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"220":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"251":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951},"526":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"534":{"tf":1.0},"549":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.0},"81":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"598":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"677":{"tf":1.0},"680":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"249":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":2.0},"154":{"tf":1.0},"157":{"tf":1.0},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":2.0},"689":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"237":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"630":{"tf":1.0}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"235":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"216":{"tf":1.4142135623730951},"222":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.7320508075688772},"281":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"581":{"tf":1.0},"625":{"tf":1.0},"650":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"615":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":2.0},"195":{"tf":1.0},"196":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.4142135623730951},"660":{"tf":1.7320508075688772},"690":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"256":{"tf":1.0},"288":{"tf":1.0},"520":{"tf":1.0},"648":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"681":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"647":{"tf":1.0}},"i":{"df":1,"docs":{"216":{"tf":1.0}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"530":{"tf":1.0},"567":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.4142135623730951},"645":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"624":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"195":{"tf":1.4142135623730951},"228":{"tf":1.0},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"57":{"tf":1.0},"638":{"tf":1.0},"70":{"tf":1.7320508075688772},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"236":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"638":{"tf":1.0},"711":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"185":{"tf":2.0},"19":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.4142135623730951},"232":{"tf":2.0},"241":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.449489742783178},"27":{"tf":1.0},"285":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"498":{"tf":2.23606797749979},"532":{"tf":1.4142135623730951},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"65":{"tf":2.0},"86":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"207":{"tf":1.0},"211":{"tf":1.4142135623730951},"549":{"tf":1.0},"578":{"tf":1.4142135623730951},"581":{"tf":1.0},"649":{"tf":1.0},"663":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"712":{"tf":1.0},"720":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"282":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"236":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"550":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":1,"docs":{"628":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"197":{"tf":1.0},"244":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"645":{"tf":1.0},"675":{"tf":2.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"645":{"tf":3.1622776601683795},"674":{"tf":1.0},"675":{"tf":1.0},"682":{"tf":1.4142135623730951}}}},"df":3,"docs":{"646":{"tf":1.7320508075688772},"67":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":1,"docs":{"279":{"tf":1.0}},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"671":{"tf":1.0}},"i":{"df":25,"docs":{"237":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"630":{"tf":1.7320508075688772},"632":{"tf":2.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"638":{"tf":2.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"502":{"tf":1.0},"517":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"706":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951},"628":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"648":{"tf":3.0},"666":{"tf":1.0},"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"624":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"140":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":64,"docs":{"1":{"tf":1.7320508075688772},"133":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"216":{"tf":1.0},"234":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"272":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"38":{"tf":1.0},"385":{"tf":1.0},"44":{"tf":1.4142135623730951},"477":{"tf":1.0},"499":{"tf":1.4142135623730951},"52":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.4142135623730951},"530":{"tf":1.0},"557":{"tf":1.0},"586":{"tf":1.0},"6":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"618":{"tf":1.7320508075688772},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"640":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"704":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"557":{"tf":1.0}}}}},"n":{"df":1,"docs":{"585":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"245":{"tf":1.0},"256":{"tf":1.0},"503":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"488":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"17":{"tf":1.0},"281":{"tf":1.0},"648":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"70":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"437":{"tf":1.4142135623730951},"496":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"60":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"644":{"tf":2.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"81":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"645":{"tf":1.0},"682":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"676":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"243":{"tf":1.0},"279":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"644":{"tf":2.449489742783178},"645":{"tf":3.4641016151377544},"646":{"tf":1.4142135623730951},"682":{"tf":1.0},"686":{"tf":1.4142135623730951}}}}}}}}},"p":{"df":7,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0},"269":{"tf":1.0},"659":{"tf":1.7320508075688772},"690":{"tf":1.0}}},"t":{"df":1,"docs":{"195":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"220":{"tf":1.0},"222":{"tf":1.0},"240":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"424":{"tf":1.4142135623730951},"539":{"tf":1.0},"597":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"182":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"119":{"tf":1.0},"12":{"tf":1.0},"187":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"543":{"tf":1.0},"612":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"707":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"740":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"219":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"280":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951},"506":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"249":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"608":{"tf":1.7320508075688772},"648":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"615":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"624":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"241":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"631":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"419":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"29":{"tf":1.0},"522":{"tf":1.0},"614":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"598":{"tf":1.0}}},"h":{"df":2,"docs":{"175":{"tf":1.0},"177":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":2.0},"170":{"tf":1.0},"173":{"tf":1.0},"42":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.7320508075688772},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.7320508075688772},"599":{"tf":1.0},"65":{"tf":1.0},"689":{"tf":1.7320508075688772},"72":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"490":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"258":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"235":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"51":{"tf":1.0},"554":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"288":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0},"652":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"107":{"tf":2.449489742783178},"12":{"tf":1.0},"143":{"tf":2.23606797749979},"165":{"tf":2.0},"17":{"tf":1.0},"185":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.4142135623730951},"243":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"265":{"tf":2.0},"272":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"480":{"tf":1.4142135623730951},"498":{"tf":2.0},"565":{"tf":1.0},"603":{"tf":1.0},"624":{"tf":1.0},"630":{"tf":3.4641016151377544},"632":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":2.0},"652":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"86":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"575":{"tf":1.0},"579":{"tf":1.0},"718":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"233":{"tf":1.0},"242":{"tf":1.7320508075688772},"703":{"tf":1.0}}}},"t":{"df":3,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"73":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"555":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"109":{"tf":1.0},"249":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"275":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"395":{"tf":1.4142135623730951},"530":{"tf":1.0},"560":{"tf":1.0},"621":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"223":{"tf":1.0},"240":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.7320508075688772},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.0},"496":{"tf":1.0},"508":{"tf":1.0},"550":{"tf":4.242640687119285},"553":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":2.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"60":{"tf":1.0},"614":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"746":{"tf":1.0},"81":{"tf":1.0}}}}},"g":{"df":8,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"515":{"tf":1.0},"604":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"171":{"tf":1.0}}},"k":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"236":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"627":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"243":{"tf":1.0},"621":{"tf":1.0},"692":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"224":{"tf":1.0},"256":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.4142135623730951},"614":{"tf":1.0},"645":{"tf":1.0},"689":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"272":{"tf":1.4142135623730951},"44":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"565":{"tf":1.0},"586":{"tf":1.0},"650":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"198":{"tf":1.0},"203":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"224":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"61":{"tf":1.0},"638":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"689":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.0},"72":{"tf":1.0},"741":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}},"h":{"df":2,"docs":{"260":{"tf":1.0},"42":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"243":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"277":{"tf":1.0},"28":{"tf":1.0},"630":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"n":{"df":14,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"543":{"tf":2.23606797749979},"544":{"tf":2.0},"545":{"tf":2.23606797749979},"653":{"tf":1.0},"668":{"tf":2.0},"677":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":2.23606797749979},"744":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"545":{"tf":1.7320508075688772},"644":{"tf":1.0},"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"140":{"tf":1.0},"209":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"391":{"tf":1.4142135623730951},"42":{"tf":1.0},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"90":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"378":{"tf":1.4142135623730951},"531":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":2.6457513110645907},"540":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"582":{"tf":1.0},"644":{"tf":1.0},"653":{"tf":2.6457513110645907},"667":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"677":{"tf":2.449489742783178},"684":{"tf":2.6457513110645907},"688":{"tf":2.23606797749979}},"p":{"a":{"d":{"df":2,"docs":{"539":{"tf":1.0},"667":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"676":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"505":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"688":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"305":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"241":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}},"g":{"df":1,"docs":{"579":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"329":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"328":{"tf":1.0},"664":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"135":{"tf":1.0}},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"703":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"150":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":3,"docs":{"504":{"tf":1.0},"530":{"tf":1.0},"709":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"702":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"249":{"tf":1.4142135623730951},"279":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"664":{"tf":1.0}},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"224":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"272":{"tf":1.0},"276":{"tf":1.0}},"r":{"df":2,"docs":{"644":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"181":{"tf":1.0},"581":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"581":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"119":{"tf":2.449489742783178},"277":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.4142135623730951},"511":{"tf":1.0},"516":{"tf":1.0},"521":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"550":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.4142135623730951},"684":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"706":{"tf":2.0},"710":{"tf":1.4142135623730951},"718":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"280":{"tf":1.0},"608":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"574":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"573":{"tf":2.0},"609":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"380":{"tf":1.0},"609":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"592":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"440":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"407":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"181":{"tf":1.0},"407":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"228":{"tf":1.0},"329":{"tf":1.0},"690":{"tf":1.0},"707":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"717":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"550":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"638":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"91":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"582":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"440":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"596":{"tf":1.4142135623730951},"597":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"103":{"tf":1.0},"12":{"tf":1.4142135623730951},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"628":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"680":{"tf":1.0},"723":{"tf":1.0},"82":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":2.0},"245":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.23606797749979},"275":{"tf":1.0},"280":{"tf":1.0},"288":{"tf":1.0},"314":{"tf":1.4142135623730951},"332":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.7320508075688772},"506":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.4142135623730951},"539":{"tf":1.0},"550":{"tf":1.4142135623730951},"565":{"tf":1.0},"6":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"663":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"692":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"734":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"210":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"135":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"305":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"550":{"tf":3.4641016151377544},"648":{"tf":1.0},"650":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":2.23606797749979},"736":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"688":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"275":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":1,"docs":{"616":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"61":{"tf":1.0},"618":{"tf":1.0},"646":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"82":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"220":{"tf":1.4142135623730951},"228":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"385":{"tf":1.0},"486":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"558":{"tf":1.0},"582":{"tf":1.0},"648":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"698":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"743":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"568":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":1,"docs":{"720":{"tf":1.0}}},"i":{"df":1,"docs":{"707":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"616":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"218":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"733":{"tf":1.4142135623730951}},"i":{"df":6,"docs":{"246":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"691":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"550":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"281":{"tf":1.0},"616":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"279":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"574":{"tf":1.7320508075688772},"585":{"tf":2.449489742783178},"586":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"690":{"tf":1.0},"712":{"tf":1.0},"718":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"548":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"195":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"228":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"288":{"tf":2.449489742783178},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":2.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"558":{"tf":1.0},"597":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"620":{"tf":1.4142135623730951},"624":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":2.23606797749979},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"710":{"tf":2.449489742783178},"752":{"tf":1.4142135623730951},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"20":{"tf":2.6457513110645907},"205":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":3.0},"275":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":2.23606797749979},"280":{"tf":2.23606797749979},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"294":{"tf":1.0},"40":{"tf":1.0},"499":{"tf":2.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":2.0},"549":{"tf":1.0},"550":{"tf":4.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"583":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"591":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"595":{"tf":1.7320508075688772},"597":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":2.0},"608":{"tf":2.23606797749979},"609":{"tf":1.4142135623730951},"611":{"tf":1.7320508075688772},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"620":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"622":{"tf":2.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.7320508075688772},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"640":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"719":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.4142135623730951},"738":{"tf":1.0},"749":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.0},"630":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.0},"702":{"tf":1.4142135623730951},"725":{"tf":1.0},"728":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"280":{"tf":1.0},"380":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"611":{"tf":1.0},"622":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.4142135623730951},"681":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"191":{"tf":1.0},"243":{"tf":2.6457513110645907},"69":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"89":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"482":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"582":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"107":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"23":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"542":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.0},"564":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"688":{"tf":1.4142135623730951}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"125":{"tf":1.0},"133":{"tf":1.0}}},"u":{"df":1,"docs":{"272":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":6,"docs":{"110":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"272":{"tf":1.0},"94":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"176":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"31":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"499":{"tf":1.4142135623730951},"534":{"tf":1.0},"581":{"tf":1.7320508075688772},"618":{"tf":1.4142135623730951},"621":{"tf":1.0},"631":{"tf":1.7320508075688772},"632":{"tf":1.4142135623730951},"644":{"tf":2.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"683":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"104":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":3.0},"49":{"tf":1.0},"584":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"133":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"550":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"633":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":21,"docs":{"109":{"tf":1.4142135623730951},"249":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"397":{"tf":1.7320508075688772},"4":{"tf":1.0},"42":{"tf":2.0},"48":{"tf":1.0},"555":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"267":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"249":{"tf":1.0},"508":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"530":{"tf":1.0},"565":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"204":{"tf":1.0},"43":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"150":{"tf":1.0},"249":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"51":{"tf":1.0},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"255":{"tf":1.4142135623730951},"31":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"h":{"df":1,"docs":{"155":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"530":{"tf":1.4142135623730951},"597":{"tf":1.0},"607":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"690":{"tf":1.0}}}}},"y":{"df":5,"docs":{"104":{"tf":1.0},"240":{"tf":1.0},"272":{"tf":1.0},"508":{"tf":1.0},"93":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":12,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":2.0},"390":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"550":{"tf":1.4142135623730951},"687":{"tf":1.0},"703":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"604":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":4,"docs":{"171":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"515":{"tf":1.0},"625":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"630":{"tf":1.0}}}}},"d":{"df":2,"docs":{"555":{"tf":2.0},"630":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":21,"docs":{"139":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"28":{"tf":1.0},"386":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.0},"630":{"tf":1.7320508075688772},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"130":{"tf":1.0},"628":{"tf":1.0}}},"df":1,"docs":{"130":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"r":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.0},"133":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"244":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"276":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"386":{"tf":1.4142135623730951},"624":{"tf":1.0},"625":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"499":{"tf":1.4142135623730951},"624":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"216":{"tf":1.0},"243":{"tf":1.4142135623730951},"41":{"tf":1.0},"610":{"tf":1.0},"648":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"103":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"600":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"209":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"df":15,"docs":{"120":{"tf":1.0},"16":{"tf":1.0},"216":{"tf":1.0},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"48":{"tf":1.0},"530":{"tf":2.0},"624":{"tf":1.0},"625":{"tf":1.7320508075688772},"628":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"699":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"279":{"tf":1.4142135623730951},"499":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.0},"692":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"594":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"47":{"tf":1.0}}},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"707":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"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":2,"docs":{"228":{"tf":1.0},"351":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":1,"docs":{"599":{"tf":1.0}},"l":{"df":1,"docs":{"602":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"598":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"401":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":1,"docs":{"387":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"415":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"577":{"tf":1.0},"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"374":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"437":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"409":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"228":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"212":{"tf":1.0}}}},"t":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}},"df":10,"docs":{"212":{"tf":1.0},"29":{"tf":1.0},"550":{"tf":1.0},"614":{"tf":1.0},"655":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":2.23606797749979},"690":{"tf":1.0},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"474":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"706":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"689":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"236":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}},"i":{"df":2,"docs":{"690":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"t":{"df":1,"docs":{"156":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"502":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"666":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":2,"docs":{"377":{"tf":1.0},"503":{"tf":1.0}}}},"g":{"df":1,"docs":{"189":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"228":{"tf":1.0},"488":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"624":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":17,"docs":{"110":{"tf":1.0},"244":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"49":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"731":{"tf":1.0},"735":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"648":{"tf":1.0}},"u":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"517":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":1,"docs":{"557":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"368":{"tf":1.0},"68":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"585":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"585":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"683":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":1.0},"400":{"tf":1.0},"452":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":33,"docs":{"161":{"tf":1.4142135623730951},"197":{"tf":1.0},"247":{"tf":1.7320508075688772},"268":{"tf":1.0},"279":{"tf":2.449489742783178},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"4":{"tf":1.0},"472":{"tf":1.0},"555":{"tf":1.0},"607":{"tf":1.7320508075688772},"611":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"626":{"tf":1.7320508075688772},"627":{"tf":2.8284271247461903},"628":{"tf":2.8284271247461903},"629":{"tf":1.0},"630":{"tf":3.4641016151377544},"631":{"tf":1.0},"664":{"tf":1.7320508075688772},"690":{"tf":1.0},"82":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"244":{"tf":1.0},"703":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"424":{"tf":1.0}}},"t":{"df":1,"docs":{"466":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"276":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"482":{"tf":1.4142135623730951},"692":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"129":{"tf":1.0},"130":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.4142135623730951}}}},"df":2,"docs":{"241":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"204":{"tf":1.0},"25":{"tf":1.0},"400":{"tf":1.4142135623730951},"522":{"tf":1.0},"534":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"122":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"452":{"tf":1.4142135623730951},"549":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"df":24,"docs":{"104":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":2.449489742783178},"182":{"tf":2.0},"204":{"tf":2.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"614":{"tf":1.0},"62":{"tf":2.0},"659":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"83":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"224":{"tf":1.0},"39":{"tf":1.0},"565":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":69,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"235":{"tf":1.7320508075688772},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"272":{"tf":1.0},"28":{"tf":2.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"566":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":3.0},"648":{"tf":3.0},"649":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":2.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.0},"672":{"tf":1.0},"673":{"tf":2.0},"674":{"tf":2.6457513110645907},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"736":{"tf":1.4142135623730951},"8":{"tf":1.0}},"’":{"df":9,"docs":{"248":{"tf":1.4142135623730951},"256":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"545":{"tf":1.0},"620":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"675":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"628":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"243":{"tf":2.8284271247461903},"29":{"tf":1.0},"530":{"tf":1.0},"660":{"tf":1.7320508075688772},"690":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951},"703":{"tf":1.0}}},"u":{"df":5,"docs":{"535":{"tf":1.0},"545":{"tf":1.0},"631":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0}},"g":{"df":1,"docs":{"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":14,"docs":{"244":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.0},"674":{"tf":2.23606797749979},"675":{"tf":1.4142135623730951},"689":{"tf":1.0},"703":{"tf":1.0}}}}},"m":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"255":{"tf":1.0},"256":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"243":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"29":{"tf":1.4142135623730951},"40":{"tf":1.0},"487":{"tf":1.4142135623730951},"499":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"644":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":2,"docs":{"459":{"tf":1.7320508075688772},"503":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"256":{"tf":1.0},"269":{"tf":1.0},"271":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.7320508075688772},"520":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"545":{"tf":1.0},"578":{"tf":1.0},"599":{"tf":1.7320508075688772},"601":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"653":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"241":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"256":{"tf":1.0},"611":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"192":{"tf":1.4142135623730951},"196":{"tf":1.7320508075688772},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.4142135623730951},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"496":{"tf":1.0},"50":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.0},"523":{"tf":1.4142135623730951},"526":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"549":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"620":{"tf":1.0},"624":{"tf":2.23606797749979},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":15,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.4142135623730951},"65":{"tf":1.0},"86":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"235":{"tf":1.0},"701":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"53":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"235":{"tf":1.0},"272":{"tf":1.0},"584":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"614":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"638":{"tf":1.0},"701":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"502":{"tf":1.0},"632":{"tf":1.0},"636":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"522":{"tf":1.0},"601":{"tf":1.0},"61":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"664":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":65,"docs":{"231":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":3.1622776601683795},"236":{"tf":1.7320508075688772},"237":{"tf":2.6457513110645907},"238":{"tf":2.449489742783178},"239":{"tf":1.4142135623730951},"240":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":2.449489742783178},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":2.0},"265":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.0},"272":{"tf":2.0},"279":{"tf":2.8284271247461903},"280":{"tf":2.23606797749979},"296":{"tf":1.0},"297":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"312":{"tf":1.0},"318":{"tf":1.0},"320":{"tf":1.0},"328":{"tf":1.0},"380":{"tf":1.0},"418":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"545":{"tf":2.449489742783178},"603":{"tf":2.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"609":{"tf":1.4142135623730951},"610":{"tf":2.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772},"616":{"tf":1.4142135623730951},"622":{"tf":1.0},"644":{"tf":1.0},"664":{"tf":3.1622776601683795},"685":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"700":{"tf":1.7320508075688772},"701":{"tf":2.449489742783178},"702":{"tf":2.8284271247461903},"703":{"tf":1.0},"707":{"tf":2.0},"746":{"tf":1.7320508075688772}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"272":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"109":{"tf":1.0},"20":{"tf":1.0},"256":{"tf":1.0},"703":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"267":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.4142135623730951}}}}},"s":{"df":47,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"139":{"tf":1.0},"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"177":{"tf":1.0},"219":{"tf":1.4142135623730951},"248":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"380":{"tf":1.0},"4":{"tf":2.0},"41":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"555":{"tf":1.0},"57":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0},"70":{"tf":1.7320508075688772},"702":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"74":{"tf":1.4142135623730951},"744":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"210":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"30":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"540":{"tf":1.0},"690":{"tf":1.0},"702":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"500":{"tf":1.0},"506":{"tf":1.0},"520":{"tf":1.0},"524":{"tf":1.0},"550":{"tf":4.47213595499958},"664":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0}},"s":{"df":5,"docs":{"256":{"tf":1.0},"272":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"110":{"tf":1.0},"234":{"tf":1.0},"247":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"110":{"tf":1.0},"7":{"tf":1.7320508075688772},"703":{"tf":1.0},"711":{"tf":1.0},"740":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":45,"docs":{"287":{"tf":1.0},"288":{"tf":1.0},"5":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"669":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"750":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"651":{"tf":1.0},"664":{"tf":1.0}},"i":{"df":19,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"150":{"tf":1.0},"190":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.4142135623730951},"232":{"tf":1.0},"247":{"tf":1.7320508075688772},"265":{"tf":1.0},"279":{"tf":1.4142135623730951},"611":{"tf":1.0},"708":{"tf":1.0}},"s":{"df":1,"docs":{"565":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"243":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"611":{"tf":1.4142135623730951}}}},"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"598":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0}}}}}},"df":2,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"624":{"tf":1.0},"648":{"tf":1.4142135623730951},"653":{"tf":1.0},"677":{"tf":1.0},"741":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"738":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"526":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"198":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"238":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"690":{"tf":1.0},"88":{"tf":1.0}}},"df":2,"docs":{"628":{"tf":1.0},"630":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":21,"docs":{"135":{"tf":1.0},"212":{"tf":1.0},"238":{"tf":1.7320508075688772},"42":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0},"565":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"586":{"tf":1.0},"601":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"698":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"735":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"256":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.4142135623730951},"543":{"tf":2.23606797749979},"544":{"tf":2.0},"545":{"tf":2.8284271247461903},"644":{"tf":1.0},"653":{"tf":1.0},"668":{"tf":2.0},"676":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"133":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"648":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":19,"docs":{"546":{"tf":1.7320508075688772},"547":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"549":{"tf":1.7320508075688772},"550":{"tf":2.8284271247461903},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"632":{"tf":1.0},"687":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"246":{"tf":1.0},"98":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"249":{"tf":1.0},"644":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"243":{"tf":1.0},"268":{"tf":1.0},"33":{"tf":1.0},"455":{"tf":1.7320508075688772},"499":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"647":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"243":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"280":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"312":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"279":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"279":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":2.23606797749979},"320":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"56":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}},"t":{"df":3,"docs":{"119":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.0}}}}},"df":11,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"181":{"tf":1.0},"350":{"tf":1.0},"390":{"tf":1.0},"431":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"431":{"tf":1.0}}}}}}},"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"312":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"320":{"tf":1.0},"607":{"tf":1.4142135623730951},"622":{"tf":1.0},"664":{"tf":1.0}},"g":{"df":1,"docs":{"467":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"668":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"439":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"t":{"df":1,"docs":{"119":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"132":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"275":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"322":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"633":{"tf":2.23606797749979},"674":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"536":{"tf":1.0},"537":{"tf":1.0},"65":{"tf":1.0},"67":{"tf":2.0},"677":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"671":{"tf":1.0}}}}}}},"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":2.0},"687":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"249":{"tf":1.0},"567":{"tf":1.4142135623730951},"618":{"tf":1.0},"646":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"68":{"tf":1.0},"70":{"tf":1.0}}}},"p":{"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"246":{"tf":1.0},"272":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951}}}},"t":{"df":33,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"173":{"tf":1.4142135623730951},"216":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"477":{"tf":1.0},"527":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"650":{"tf":1.4142135623730951},"653":{"tf":1.0},"67":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":2.449489742783178},"687":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"550":{"tf":1.0},"624":{"tf":1.0},"628":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"646":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"553":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"540":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"216":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"628":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"62":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.0},"31":{"tf":1.0},"457":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"z":{"df":2,"docs":{"216":{"tf":1.0},"256":{"tf":1.0}}}},"z":{"df":1,"docs":{"216":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"628":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"216":{"tf":1.7320508075688772},"256":{"tf":1.0}}},"z":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"641":{"tf":1.0},"80":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}},"r":{"df":1,"docs":{"625":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":2,"docs":{"242":{"tf":1.0},"438":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"242":{"tf":1.0},"638":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"268":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.4142135623730951},"680":{"tf":1.0},"737":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"256":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"216":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"175":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"584":{"tf":2.6457513110645907},"644":{"tf":1.4142135623730951},"666":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"644":{"tf":1.0},"689":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"689":{"tf":1.0}}}},"p":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"690":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"165":{"tf":1.0},"175":{"tf":2.0},"177":{"tf":1.0}}}},"df":51,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"173":{"tf":1.0},"183":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"228":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":2.8284271247461903},"279":{"tf":1.0},"28":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":2.0},"325":{"tf":1.0},"403":{"tf":1.0},"43":{"tf":1.0},"472":{"tf":1.0},"49":{"tf":2.0},"500":{"tf":1.0},"502":{"tf":3.0},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"524":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"552":{"tf":1.4142135623730951},"607":{"tf":1.0},"61":{"tf":1.7320508075688772},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"644":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":2.8284271247461903},"708":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"716":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"624":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"107":{"tf":2.23606797749979},"13":{"tf":1.0},"143":{"tf":2.0},"16":{"tf":1.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":2.0},"23":{"tf":1.0},"232":{"tf":1.7320508075688772},"249":{"tf":1.0},"253":{"tf":1.7320508075688772},"265":{"tf":2.23606797749979},"27":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"457":{"tf":1.4142135623730951},"498":{"tf":2.23606797749979},"508":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"534":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.4142135623730951},"618":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"86":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"640":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"133":{"tf":1.4142135623730951},"246":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"530":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"171":{"tf":1.0},"249":{"tf":1.0},"5":{"tf":1.0},"521":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"673":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.0},"25":{"tf":1.0},"29":{"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":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"124":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"256":{"tf":1.0},"648":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"209":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.7320508075688772},"228":{"tf":1.0},"23":{"tf":1.7320508075688772},"232":{"tf":1.7320508075688772},"243":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"288":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"329":{"tf":1.0},"332":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"532":{"tf":1.7320508075688772},"542":{"tf":1.7320508075688772},"547":{"tf":1.7320508075688772},"564":{"tf":1.7320508075688772},"566":{"tf":1.0},"567":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.4142135623730951},"607":{"tf":1.0},"609":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.7320508075688772},"618":{"tf":1.0},"620":{"tf":1.0},"624":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0},"676":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"543":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"33":{"tf":1.0},"576":{"tf":1.7320508075688772},"712":{"tf":1.0},"719":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":52,"docs":{"187":{"tf":1.0},"197":{"tf":1.0},"241":{"tf":2.0},"249":{"tf":1.0},"25":{"tf":1.0},"288":{"tf":1.0},"549":{"tf":1.0},"581":{"tf":1.0},"618":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"704":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"119":{"tf":1.0},"258":{"tf":1.0},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"215":{"tf":1.0},"256":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"4":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":1.7320508075688772},"554":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"272":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"646":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"621":{"tf":1.0},"652":{"tf":1.0}}}},"i":{"df":2,"docs":{"499":{"tf":1.0},"692":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"653":{"tf":1.0},"671":{"tf":1.0},"677":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"267":{"tf":1.0},"269":{"tf":1.0},"522":{"tf":1.0},"615":{"tf":1.0},"706":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"120":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"125":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"177":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.0},"216":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"272":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"46":{"tf":1.0},"492":{"tf":1.0},"498":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"644":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"616":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0}}}}},"n":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"107":{"tf":2.23606797749979},"143":{"tf":2.0},"165":{"tf":1.7320508075688772},"185":{"tf":1.7320508075688772},"232":{"tf":1.0},"253":{"tf":1.4142135623730951},"265":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"498":{"tf":2.0},"636":{"tf":1.0},"644":{"tf":1.7320508075688772},"646":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"704":{"tf":1.0},"86":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.0},"644":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"621":{"tf":1.0},"644":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"741":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"212":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"228":{"tf":1.0},"245":{"tf":1.4142135623730951},"268":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":3.0},"279":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":3.1622776601683795},"501":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"584":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.0},"6":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.0},"636":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"710":{"tf":2.23606797749979},"731":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"737":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"219":{"tf":1.0},"23":{"tf":1.0},"237":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"52":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.0},"625":{"tf":1.7320508075688772},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.4142135623730951},"678":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"739":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"505":{"tf":1.0}},"r":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"103":{"tf":1.0},"169":{"tf":1.0},"244":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"550":{"tf":3.0},"601":{"tf":1.0},"61":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"103":{"tf":1.0},"148":{"tf":1.0},"690":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"704":{"tf":1.4142135623730951},"716":{"tf":1.0}}}},"v":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"135":{"tf":1.0},"622":{"tf":1.0},"662":{"tf":1.4142135623730951},"704":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"648":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"119":{"tf":1.0},"42":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"539":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"556":{"tf":1.0},"557":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"38":{"tf":2.0},"674":{"tf":1.0},"675":{"tf":1.0}}}}},"df":9,"docs":{"162":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.0},"285":{"tf":1.0},"582":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"235":{"tf":1.0},"256":{"tf":1.4142135623730951},"269":{"tf":1.0},"4":{"tf":1.0},"511":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.0},"624":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"555":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"689":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"562":{"tf":1.0},"707":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"671":{"tf":1.0},"673":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"174":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"550":{"tf":1.0}}},"h":{"df":1,"docs":{"688":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":111,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":2.23606797749979},"144":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":2.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":2.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.7320508075688772},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":2.0},"243":{"tf":2.449489742783178},"244":{"tf":1.0},"25":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"438":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"521":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"539":{"tf":1.4142135623730951},"545":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.7320508075688772},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"667":{"tf":1.7320508075688772},"671":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951},"690":{"tf":1.0},"70":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"44":{"tf":1.0},"648":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"153":{"tf":1.4142135623730951},"169":{"tf":1.0},"256":{"tf":1.0},"550":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"242":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"550":{"tf":1.0},"61":{"tf":1.0},"687":{"tf":1.0},"74":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"135":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":2,"docs":{"135":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"237":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.7320508075688772},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.7320508075688772},"279":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"267":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"408":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"153":{"tf":1.7320508075688772},"177":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"539":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"684":{"tf":1.0},"70":{"tf":2.0},"74":{"tf":1.0},"77":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"644":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}},"df":2,"docs":{"630":{"tf":1.7320508075688772},"644":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"550":{"tf":1.0}}},"t":{"df":6,"docs":{"105":{"tf":1.0},"205":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}},"f":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"706":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"119":{"tf":2.0},"133":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"224":{"tf":1.7320508075688772},"235":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.4142135623730951},"280":{"tf":1.0},"385":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"550":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.4142135623730951},"648":{"tf":1.7320508075688772},"650":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"716":{"tf":1.4142135623730951},"749":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"216":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"48":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"672":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"174":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":1,"docs":{"78":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"229":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"677":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"152":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"152":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":2,"docs":{"221":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"650":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"427":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"434":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.0},"148":{"tf":1.4142135623730951},"20":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"226":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"110":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"212":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.0},"434":{"tf":1.4142135623730951},"49":{"tf":1.0},"540":{"tf":1.0},"543":{"tf":1.0},"550":{"tf":3.4641016151377544},"555":{"tf":1.0},"613":{"tf":1.0},"632":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"666":{"tf":1.0},"676":{"tf":1.4142135623730951},"679":{"tf":1.0},"684":{"tf":1.0},"69":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"724":{"tf":1.0},"8":{"tf":1.0},"91":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"632":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"704":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"128":{"tf":1.0}},"e":{"df":2,"docs":{"256":{"tf":1.0},"363":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"255":{"tf":1.0},"389":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"r":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"702":{"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":1,"docs":{"702":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":1,"docs":{"98":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"43":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"226":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"148":{"tf":1.4142135623730951},"256":{"tf":1.0},"530":{"tf":1.0},"545":{"tf":1.0},"676":{"tf":1.0},"707":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"268":{"tf":1.0},"508":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":1,"docs":{"53":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"504":{"tf":1.0},"550":{"tf":1.0},"663":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"235":{"tf":1.0},"611":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"678":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"119":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"520":{"tf":2.8284271247461903},"598":{"tf":1.0},"691":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"632":{"tf":1.0},"646":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0}}}}}}},"df":56,"docs":{"141":{"tf":3.3166247903554},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"191":{"tf":1.0},"203":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":2.449489742783178},"216":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"228":{"tf":1.0},"255":{"tf":2.23606797749979},"256":{"tf":1.7320508075688772},"269":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"298":{"tf":1.0},"316":{"tf":1.0},"325":{"tf":1.0},"333":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"451":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"556":{"tf":2.0},"557":{"tf":1.4142135623730951},"572":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"627":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"644":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"653":{"tf":1.7320508075688772},"677":{"tf":1.7320508075688772},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"694":{"tf":1.0},"700":{"tf":1.7320508075688772},"703":{"tf":1.7320508075688772},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.7320508075688772},"91":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"651":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"197":{"tf":1.0},"243":{"tf":1.4142135623730951},"247":{"tf":1.0},"260":{"tf":1.0},"269":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"516":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"624":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"683":{"tf":1.0},"699":{"tf":1.7320508075688772},"710":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"154":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"203":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"54":{"tf":1.4142135623730951},"545":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.4142135623730951},"61":{"tf":1.0},"652":{"tf":1.0},"71":{"tf":1.4142135623730951},"727":{"tf":1.0},"75":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"338":{"tf":1.0},"48":{"tf":1.0},"82":{"tf":1.0}}},"df":3,"docs":{"243":{"tf":1.4142135623730951},"33":{"tf":1.0},"690":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"277":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"363":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"503":{"tf":1.0},"543":{"tf":1.0},"607":{"tf":1.0},"621":{"tf":1.0},"630":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"686":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"89":{"tf":1.0}},"k":{"df":1,"docs":{"638":{"tf":1.0}}},"m":{"df":2,"docs":{"625":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":2,"docs":{"611":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"182":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"181":{"tf":1.0},"492":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"256":{"tf":1.0},"691":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"492":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.0},"645":{"tf":1.0},"676":{"tf":1.7320508075688772},"681":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"3":{"tf":1.0},"492":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"237":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"664":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"645":{"tf":1.4142135623730951},"682":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"646":{"tf":3.0},"682":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"237":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"279":{"tf":1.0},"53":{"tf":1.4142135623730951},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.0},"648":{"tf":1.0},"664":{"tf":1.0},"69":{"tf":1.4142135623730951},"696":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}},"t":{"df":3,"docs":{"213":{"tf":1.0},"646":{"tf":1.0},"662":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"104":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"560":{"tf":1.0},"62":{"tf":1.4142135623730951},"694":{"tf":1.0},"83":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"207":{"tf":1.0},"219":{"tf":1.7320508075688772},"256":{"tf":1.0},"267":{"tf":1.0},"276":{"tf":1.0},"4":{"tf":1.0},"565":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"646":{"tf":1.0},"709":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"445":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}},"df":1,"docs":{"243":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"525":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"172":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"255":{"tf":1.0},"256":{"tf":1.0},"581":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":37,"docs":{"0":{"tf":1.0},"101":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"495":{"tf":1.0},"566":{"tf":1.0},"59":{"tf":1.4142135623730951},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":35,"docs":{"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"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},"566":{"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},"629":{"tf":1.4142135623730951},"63":{"tf":1.0},"634":{"tf":1.4142135623730951},"645":{"tf":1.0},"739":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"197":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"499":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"620":{"tf":1.0},"646":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0}}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"666":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"269":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"630":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"341":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"103":{"tf":1.4142135623730951},"550":{"tf":2.0},"61":{"tf":1.4142135623730951},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"699":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"269":{"tf":1.0},"666":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"269":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"165":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.4142135623730951},"584":{"tf":2.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"221":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"550":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"703":{"tf":1.0}}}},"l":{"df":1,"docs":{"690":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":1,"docs":{"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.4142135623730951},"751":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":2.8284271247461903},"132":{"tf":1.0},"238":{"tf":1.0},"245":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":3.1622776601683795},"46":{"tf":2.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"535":{"tf":1.0},"565":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"624":{"tf":1.0},"666":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"249":{"tf":1.0},"497":{"tf":1.7320508075688772},"498":{"tf":1.0},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.7320508075688772},"707":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"591":{"tf":1.0},"597":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0},"713":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"630":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"235":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"282":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"620":{"tf":1.0},"646":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"80":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"41":{"tf":1.4142135623730951},"508":{"tf":1.0},"522":{"tf":1.0},"645":{"tf":1.0},"676":{"tf":1.0},"684":{"tf":1.0},"703":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"203":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}},"n":{"df":5,"docs":{"185":{"tf":1.0},"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"255":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"41":{"tf":1.0},"521":{"tf":1.0},"53":{"tf":1.0},"550":{"tf":1.0},"630":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"687":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"662":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"168":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"247":{"tf":1.0},"508":{"tf":1.0},"705":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"646":{"tf":1.0},"664":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"225":{"tf":1.0},"226":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"271":{"tf":1.7320508075688772},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"522":{"tf":1.0},"611":{"tf":1.0}}}}},"l":{"df":1,"docs":{"43":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"147":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.4142135623730951},"197":{"tf":1.0},"29":{"tf":1.0},"638":{"tf":1.0},"651":{"tf":1.0},"708":{"tf":1.0},"77":{"tf":1.0},"99":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"641":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"147":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"277":{"tf":1.0},"289":{"tf":1.0},"4":{"tf":1.0},"53":{"tf":1.0},"549":{"tf":1.0},"57":{"tf":1.0},"597":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.7320508075688772},"680":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":77,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.4142135623730951},"187":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"225":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"256":{"tf":1.0},"268":{"tf":1.0},"272":{"tf":1.0},"276":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":2.23606797749979},"46":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"52":{"tf":1.7320508075688772},"527":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"550":{"tf":1.7320508075688772},"58":{"tf":1.0},"607":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"620":{"tf":1.4142135623730951},"625":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"680":{"tf":1.0},"706":{"tf":1.0},"71":{"tf":1.0},"716":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":2,"docs":{"624":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"272":{"tf":1.0},"275":{"tf":1.7320508075688772},"277":{"tf":1.0},"551":{"tf":1.0},"581":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":2.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"706":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":3,"docs":{"473":{"tf":1.0},"53":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}},"i":{"df":1,"docs":{"272":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"285":{"tf":1.0},"289":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0}}},"p":{"df":3,"docs":{"199":{"tf":1.0},"284":{"tf":1.0},"545":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"295":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.0}},"e":{"df":1,"docs":{"627":{"tf":1.0}},"u":{"df":2,"docs":{"627":{"tf":1.0},"84":{"tf":1.0}}}},"u":{"df":3,"docs":{"295":{"tf":1.0},"627":{"tf":1.0},"84":{"tf":1.0}}}},"w":{"df":1,"docs":{"550":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"h":{"df":1,"docs":{"636":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"636":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"630":{"tf":1.0}}}}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"544":{"tf":1.0},"645":{"tf":1.4142135623730951},"691":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"78":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"249":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"219":{"tf":1.0},"4":{"tf":1.0},"550":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"140":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"234":{"tf":1.0},"256":{"tf":1.0},"485":{"tf":1.0},"611":{"tf":1.0},"651":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"w":{"df":4,"docs":{"277":{"tf":1.0},"624":{"tf":1.0},"705":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"256":{"tf":1.0},"699":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"641":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"240":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"135":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":1,"docs":{"585":{"tf":1.0}}},"u":{"df":1,"docs":{"90":{"tf":1.0}}}},"f":{"df":2,"docs":{"146":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"213":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"244":{"tf":1.0},"708":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"585":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"146":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"216":{"tf":1.0},"29":{"tf":1.0},"565":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"287":{"tf":1.0},"685":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"139":{"tf":1.0},"214":{"tf":1.0},"220":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"279":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"503":{"tf":1.0},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"169":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"332":{"tf":1.0},"530":{"tf":1.0},"585":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"46":{"tf":1.0}},"g":{"df":1,"docs":{"624":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"219":{"tf":1.0},"646":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"323":{"tf":1.0}}}},"r":{"df":2,"docs":{"135":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"135":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"109":{"tf":1.0},"88":{"tf":1.0}}}},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"282":{"tf":1.0},"289":{"tf":1.0},"41":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"585":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"103":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":2.449489742783178},"122":{"tf":1.0},"125":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":1.0},"207":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.0},"272":{"tf":1.7320508075688772},"275":{"tf":1.7320508075688772},"276":{"tf":2.0},"277":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"375":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.7320508075688772},"44":{"tf":2.23606797749979},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"49":{"tf":1.4142135623730951},"492":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"515":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"550":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"604":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"636":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"666":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.8284271247461903},"691":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":2.0},"715":{"tf":1.0},"72":{"tf":1.7320508075688772},"726":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0},"77":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":2.23606797749979},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"375":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"357":{"tf":1.0},"90":{"tf":1.0}}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"139":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"538":{"tf":1.0},"550":{"tf":2.23606797749979},"554":{"tf":2.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"687":{"tf":2.449489742783178},"746":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"628":{"tf":1.0}}}}},"df":4,"docs":{"53":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"109":{"tf":1.0},"565":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"238":{"tf":1.0},"565":{"tf":1.0},"692":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"550":{"tf":1.0},"609":{"tf":1.4142135623730951},"671":{"tf":1.0},"692":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"125":{"tf":1.0},"260":{"tf":1.0},"29":{"tf":1.0},"624":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"249":{"tf":1.0},"508":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"243":{"tf":1.0},"27":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"499":{"tf":1.4142135623730951},"544":{"tf":1.0},"618":{"tf":1.0},"623":{"tf":1.4142135623730951},"624":{"tf":2.0},"625":{"tf":1.0},"630":{"tf":1.0},"648":{"tf":1.0},"722":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"461":{"tf":1.0}},"l":{"df":74,"docs":{"103":{"tf":1.4142135623730951},"110":{"tf":1.0},"119":{"tf":2.23606797749979},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"169":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"214":{"tf":2.8284271247461903},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"246":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"275":{"tf":1.0},"338":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":2.0},"461":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"485":{"tf":1.0},"49":{"tf":1.0},"535":{"tf":1.0},"563":{"tf":1.7320508075688772},"564":{"tf":1.0},"565":{"tf":2.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":2.0},"571":{"tf":1.0},"572":{"tf":2.0},"573":{"tf":2.0},"574":{"tf":2.0},"575":{"tf":1.0},"576":{"tf":2.0},"577":{"tf":1.0},"578":{"tf":1.4142135623730951},"579":{"tf":1.0},"582":{"tf":1.0},"598":{"tf":1.0},"61":{"tf":1.7320508075688772},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"690":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"703":{"tf":1.0},"711":{"tf":2.449489742783178},"712":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.7320508075688772},"715":{"tf":1.7320508075688772},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.4142135623730951},"733":{"tf":1.0},"82":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.0},"97":{"tf":1.0}}},"t":{"df":2,"docs":{"691":{"tf":1.4142135623730951},"704":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"624":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":47,"docs":{"221":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":2.8284271247461903},"268":{"tf":2.0},"269":{"tf":3.872983346207417},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":2.0},"596":{"tf":1.0},"599":{"tf":1.0},"604":{"tf":2.0},"613":{"tf":1.0},"616":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"748":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"268":{"tf":1.0},"520":{"tf":1.0}}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"53":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"519":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"525":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"528":{"tf":1.0}}}}}}},"df":1,"docs":{"527":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"550":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"243":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"543":{"tf":1.0},"545":{"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":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":6,"docs":{"315":{"tf":1.4142135623730951},"640":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":2,"docs":{"420":{"tf":1.0},"82":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"420":{"tf":1.0}}}}}}}},"df":1,"docs":{"78":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"277":{"tf":1.0},"690":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"315":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"545":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"645":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"715":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"224":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"589":{"tf":1.0},"741":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"586":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"565":{"tf":1.0},"628":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"101":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.4142135623730951},"27":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"277":{"tf":1.0},"282":{"tf":1.0},"29":{"tf":1.7320508075688772},"41":{"tf":1.0},"495":{"tf":1.0},"544":{"tf":1.7320508075688772},"560":{"tf":1.0},"581":{"tf":1.0},"59":{"tf":1.0},"612":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"636":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"698":{"tf":1.0},"702":{"tf":1.0},"72":{"tf":1.4142135623730951},"8":{"tf":1.0},"80":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"150":{"tf":1.0},"216":{"tf":1.0},"649":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":9,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":2.449489742783178},"221":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"627":{"tf":1.0},"703":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"590":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"648":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":92,"docs":{"10":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":2.6457513110645907},"110":{"tf":1.0},"12":{"tf":3.3166247903554},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"16":{"tf":2.6457513110645907},"17":{"tf":3.0},"177":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":2.0},"203":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.0},"212":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"24":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"27":{"tf":2.449489742783178},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":2.8284271247461903},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"47":{"tf":1.0},"486":{"tf":1.0},"499":{"tf":1.4142135623730951},"5":{"tf":2.0},"503":{"tf":1.0},"51":{"tf":2.6457513110645907},"511":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"582":{"tf":1.0},"598":{"tf":1.0},"6":{"tf":2.23606797749979},"618":{"tf":1.7320508075688772},"624":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":3.1622776601683795},"648":{"tf":1.0},"650":{"tf":1.0},"67":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"680":{"tf":1.7320508075688772},"690":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.7320508075688772},"738":{"tf":1.7320508075688772},"739":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"748":{"tf":1.0},"749":{"tf":1.7320508075688772},"751":{"tf":1.0},"8":{"tf":2.8284271247461903},"88":{"tf":1.0},"9":{"tf":4.358898943540674}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"209":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"685":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"690":{"tf":1.0}}}},"h":{"df":1,"docs":{"316":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"214":{"tf":1.0},"29":{"tf":1.0},"538":{"tf":1.4142135623730951},"540":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"277":{"tf":1.0},"49":{"tf":1.4142135623730951},"499":{"tf":1.0},"508":{"tf":1.0},"524":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"674":{"tf":1.0},"689":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"706":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"530":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"527":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"528":{"tf":1.0},"706":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"103":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"234":{"tf":1.0},"646":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":1,"docs":{"690":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"197":{"tf":1.0},"508":{"tf":1.0},"706":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.0},"585":{"tf":1.0},"666":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"51":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"207":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":2.23606797749979},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"232":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"236":{"tf":1.4142135623730951},"237":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":4.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"255":{"tf":1.7320508075688772},"256":{"tf":3.3166247903554},"258":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"260":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.0},"269":{"tf":4.242640687119285},"27":{"tf":1.0},"271":{"tf":1.4142135623730951},"272":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":2.23606797749979},"279":{"tf":1.0},"28":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"42":{"tf":2.0},"486":{"tf":1.4142135623730951},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.7320508075688772},"508":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"524":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"545":{"tf":2.0},"550":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"576":{"tf":1.0},"582":{"tf":1.0},"591":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":2.0},"6":{"tf":1.4142135623730951},"600":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.7320508075688772},"611":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"614":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"624":{"tf":1.7320508075688772},"628":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.449489742783178},"646":{"tf":3.0},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"653":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"689":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":3.0},"694":{"tf":1.7320508075688772},"695":{"tf":2.0},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":2.449489742783178},"699":{"tf":1.7320508075688772},"7":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772},"708":{"tf":2.0},"709":{"tf":1.0},"710":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"729":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"744":{"tf":1.4142135623730951},"745":{"tf":1.7320508075688772},"746":{"tf":1.7320508075688772},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"620":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"700":{"tf":1.0}}}}},"i":{"df":1,"docs":{"289":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"229":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"650":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"519":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"624":{"tf":1.0}}}}}}},"df":3,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"240":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"538":{"tf":1.4142135623730951},"645":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"241":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"276":{"tf":1.0},"277":{"tf":1.0},"8":{"tf":1.0},"93":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"109":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"216":{"tf":1.4142135623730951},"235":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"469":{"tf":1.4142135623730951},"472":{"tf":1.0},"499":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.4142135623730951},"59":{"tf":1.0},"599":{"tf":1.0},"620":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"671":{"tf":1.0},"678":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"716":{"tf":1.0},"741":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.0},"245":{"tf":1.0},"38":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":56,"docs":{"20":{"tf":1.4142135623730951},"231":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":2.23606797749979},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":2.8284271247461903},"241":{"tf":2.6457513110645907},"242":{"tf":2.8284271247461903},"243":{"tf":3.605551275463989},"244":{"tf":2.8284271247461903},"245":{"tf":3.0},"246":{"tf":2.23606797749979},"247":{"tf":1.0},"248":{"tf":2.23606797749979},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"255":{"tf":2.6457513110645907},"256":{"tf":3.1622776601683795},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.8284271247461903},"567":{"tf":1.0},"569":{"tf":2.23606797749979},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":2.8284271247461903},"690":{"tf":2.23606797749979},"692":{"tf":1.0},"694":{"tf":2.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":3.1622776601683795},"703":{"tf":2.8284271247461903},"707":{"tf":2.23606797749979},"709":{"tf":2.0},"710":{"tf":1.7320508075688772},"713":{"tf":1.0},"719":{"tf":1.0},"747":{"tf":1.7320508075688772}}}}},"p":{"df":1,"docs":{"469":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"641":{"tf":1.0},"673":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"618":{"tf":1.0},"652":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"42":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"702":{"tf":1.0}}}}}}}},"df":3,"docs":{"638":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"45":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"691":{"tf":1.0}}}},"s":{"df":3,"docs":{"51":{"tf":1.0},"519":{"tf":1.7320508075688772},"601":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"139":{"tf":1.0},"235":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"746":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"101":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"59":{"tf":1.0},"636":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"680":{"tf":1.0},"80":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"p":{"df":2,"docs":{"203":{"tf":1.0},"477":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":39,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"224":{"tf":1.0},"567":{"tf":1.7320508075688772},"569":{"tf":1.0},"618":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"625":{"tf":1.0},"630":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":40,"docs":{"234":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":2.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.7320508075688772},"616":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"748":{"tf":1.4142135623730951}},"l":{"df":44,"docs":{"100":{"tf":1.0},"108":{"tf":2.23606797749979},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":2.0},"149":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0},"267":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"36":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.0},"58":{"tf":1.0},"625":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"663":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"87":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.0},"505":{"tf":1.0},"550":{"tf":1.0},"632":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"634":{"tf":1.0},"635":{"tf":2.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"687":{"tf":1.7320508075688772},"731":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"676":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"103":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"744":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"633":{"tf":1.0},"648":{"tf":1.0}}}},"df":17,"docs":{"110":{"tf":1.0},"38":{"tf":1.7320508075688772},"539":{"tf":1.0},"566":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"641":{"tf":1.7320508075688772},"645":{"tf":1.0},"688":{"tf":1.7320508075688772},"7":{"tf":1.0},"731":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"559":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"558":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"229":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"247":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"534":{"tf":1.0},"550":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"627":{"tf":1.0},"644":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"43":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"261":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"df":1,"docs":{"502":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"398":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"224":{"tf":1.0},"249":{"tf":1.4142135623730951},"499":{"tf":1.0},"710":{"tf":1.0}}}}},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"107":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"232":{"tf":1.0},"235":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"398":{"tf":1.4142135623730951},"49":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"622":{"tf":1.0},"630":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"707":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":3,"docs":{"109":{"tf":1.0},"272":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":1,"docs":{"605":{"tf":1.0}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"93":{"tf":1.0}}}},"o":{"df":1,"docs":{"441":{"tf":1.0}},"e":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"256":{"tf":1.0}}},"df":1,"docs":{"255":{"tf":1.0}},"l":{"df":1,"docs":{"346":{"tf":1.0}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"l":{"df":1,"docs":{"135":{"tf":1.0}}},"u":{"df":1,"docs":{"294":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"586":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"605":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"502":{"tf":1.0},"646":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"534":{"tf":1.0},"549":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"p":{"df":1,"docs":{"502":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"216":{"tf":1.0},"549":{"tf":1.0},"648":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"44":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"188":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"504":{"tf":1.0}}},"df":45,"docs":{"105":{"tf":2.449489742783178},"141":{"tf":2.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"205":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"247":{"tf":1.0},"256":{"tf":1.4142135623730951},"279":{"tf":1.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"292":{"tf":1.0},"295":{"tf":1.0},"299":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"315":{"tf":1.0},"330":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"373":{"tf":1.0},"43":{"tf":1.4142135623730951},"472":{"tf":1.0},"5":{"tf":1.4142135623730951},"500":{"tf":1.0},"504":{"tf":3.0},"507":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.7320508075688772},"598":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"627":{"tf":2.6457513110645907},"63":{"tf":2.23606797749979},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"708":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"589":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"694":{"tf":1.0}}}}}},"df":1,"docs":{"130":{"tf":1.0}},"l":{"df":1,"docs":{"112":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"261":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"189":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"527":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":54,"docs":{"181":{"tf":1.0},"220":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":2.0},"267":{"tf":1.0},"385":{"tf":1.0},"497":{"tf":1.7320508075688772},"498":{"tf":1.0},"499":{"tf":3.0},"500":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":2.449489742783178},"535":{"tf":1.0},"593":{"tf":1.0},"609":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"728":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"627":{"tf":1.0}},"e":{"df":3,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"245":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"683":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"223":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"443":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"589":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"235":{"tf":1.0},"240":{"tf":1.0},"443":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"624":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"645":{"tf":1.0},"706":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"135":{"tf":1.0},"21":{"tf":1.0},"277":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.0},"287":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"43":{"tf":1.0}},"s":{"df":2,"docs":{"255":{"tf":1.0},"630":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"710":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"44":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":2.0}}}}}}},"t":{"df":1,"docs":{"700":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"499":{"tf":1.0}}}},"df":2,"docs":{"698":{"tf":1.0},"704":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"179":{"tf":2.23606797749979},"180":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.23606797749979},"202":{"tf":1.0},"227":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":2.23606797749979},"251":{"tf":1.0},"263":{"tf":1.4142135623730951},"265":{"tf":1.0},"266":{"tf":1.0},"282":{"tf":2.0},"283":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"495":{"tf":2.0},"496":{"tf":1.0},"59":{"tf":2.23606797749979},"60":{"tf":1.0},"624":{"tf":1.0},"646":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"700":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"699":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"47":{"tf":1.0}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":21,"docs":{"139":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":2.449489742783178},"682":{"tf":1.0},"738":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"df":4,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"301":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"301":{"tf":1.0}},"r":{"df":2,"docs":{"161":{"tf":1.0},"345":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"358":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"383":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"583":{"tf":1.0},"625":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":11,"docs":{"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":2.0},"158":{"tf":1.0},"228":{"tf":1.4142135623730951},"316":{"tf":1.4142135623730951},"53":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"182":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"630":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":127,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"110":{"tf":1.0},"12":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"216":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"256":{"tf":1.0},"272":{"tf":1.7320508075688772},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"385":{"tf":1.0},"543":{"tf":1.0},"565":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.7320508075688772},"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"620":{"tf":2.0},"621":{"tf":2.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":3.1622776601683795},"649":{"tf":1.4142135623730951},"650":{"tf":2.23606797749979},"651":{"tf":1.0},"652":{"tf":2.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"722":{"tf":1.0},"749":{"tf":1.4142135623730951},"750":{"tf":1.7320508075688772},"752":{"tf":1.0},"8":{"tf":4.123105625617661},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"352":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"353":{"tf":1.0}}}},"r":{"df":2,"docs":{"183":{"tf":1.0},"311":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"216":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":16,"docs":{"119":{"tf":1.0},"135":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"520":{"tf":1.4142135623730951},"550":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"651":{"tf":1.0},"673":{"tf":1.0},"677":{"tf":1.0}}}}},"’":{"df":2,"docs":{"141":{"tf":1.0},"691":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"550":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":2,"docs":{"181":{"tf":1.0},"426":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"183":{"tf":1.0},"29":{"tf":1.0},"311":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"133":{"tf":1.0},"182":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"362":{"tf":1.4142135623730951},"611":{"tf":1.0},"618":{"tf":1.0},"648":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"153":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"197":{"tf":1.0},"246":{"tf":1.0},"277":{"tf":1.7320508075688772},"4":{"tf":1.0},"426":{"tf":1.4142135623730951},"520":{"tf":1.0},"57":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"618":{"tf":1.0},"625":{"tf":1.7320508075688772},"627":{"tf":1.0},"70":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"269":{"tf":1.0},"648":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"240":{"tf":1.0},"44":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"650":{"tf":1.0},"680":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"225":{"tf":1.0},"611":{"tf":1.0},"624":{"tf":1.0},"692":{"tf":1.0}},"t":{"df":9,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"644":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"701":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"692":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"447":{"tf":1.0}}},"u":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}}},"df":5,"docs":{"139":{"tf":1.0},"141":{"tf":2.449489742783178},"306":{"tf":1.0},"325":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"216":{"tf":1.0},"247":{"tf":1.0},"269":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"447":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"524":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.4142135623730951},"599":{"tf":1.0},"607":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"644":{"tf":1.4142135623730951},"664":{"tf":1.0},"74":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"203":{"tf":1.0},"421":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"289":{"tf":1.0},"421":{"tf":1.4142135623730951},"499":{"tf":1.0},"545":{"tf":1.0},"624":{"tf":1.0},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"44":{"tf":1.0},"678":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"621":{"tf":1.0}}}},"u":{"df":3,"docs":{"203":{"tf":1.0},"205":{"tf":1.0},"421":{"tf":1.0}},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}},"u":{"df":9,"docs":{"216":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"77":{"tf":1.0}},"g":{"df":1,"docs":{"53":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"272":{"tf":1.0},"277":{"tf":1.4142135623730951},"653":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"549":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"116":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.4142135623730951},"35":{"tf":1.0},"498":{"tf":1.0},"521":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"564":{"tf":1.0},"618":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"65":{"tf":1.0},"667":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"86":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"550":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"47":{"tf":1.0},"62":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"706":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"116":{"tf":1.0},"699":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"369":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"622":{"tf":1.0}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"236":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"622":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"344":{"tf":1.0}}}}},"df":5,"docs":{"373":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"272":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"238":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"436":{"tf":1.0},"514":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"622":{"tf":1.0},"690":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.0},"436":{"tf":1.0},"514":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"344":{"tf":1.0},"442":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.0}},"u":{"df":1,"docs":{"63":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"388":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"510":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"414":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}}}},"df":2,"docs":{"72":{"tf":1.7320508075688772},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"485":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"399":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"416":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"255":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"73":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"591":{"tf":1.0}}},"t":{"df":1,"docs":{"425":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"593":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":1,"docs":{"589":{"tf":1.0}},"r":{"df":1,"docs":{"593":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"261":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"373":{"tf":1.0},"63":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"528":{"tf":1.0}}},"df":1,"docs":{"528":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"260":{"tf":1.0},"277":{"tf":1.4142135623730951},"5":{"tf":1.0},"538":{"tf":1.0},"726":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"645":{"tf":1.0},"702":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":1,"docs":{"520":{"tf":2.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"135":{"tf":1.0},"20":{"tf":2.6457513110645907},"235":{"tf":1.0},"248":{"tf":1.7320508075688772},"256":{"tf":1.0},"38":{"tf":1.0},"581":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"679":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":229,"docs":{"12":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"545":{"tf":1.0},"550":{"tf":1.4142135623730951},"644":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.7320508075688772},"677":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"70":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"210":{"tf":1.0},"534":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"586":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"194":{"tf":1.0},"660":{"tf":1.0}}}}},"u":{"df":2,"docs":{"690":{"tf":1.0},"698":{"tf":1.0}}}},"t":{"df":2,"docs":{"105":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"89":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"565":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":1,"docs":{"586":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"648":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"89":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"690":{"tf":1.0}},"r":{"df":1,"docs":{"385":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"189":{"tf":1.0},"190":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"124":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":1,"docs":{"255":{"tf":1.0}},"r":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":2,"docs":{"150":{"tf":1.0},"255":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"392":{"tf":1.0}}},"df":1,"docs":{"503":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"215":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"272":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"524":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"68":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":16,"docs":{"103":{"tf":1.7320508075688772},"105":{"tf":2.0},"212":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"304":{"tf":1.0},"347":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"607":{"tf":1.4142135623730951},"61":{"tf":1.0},"655":{"tf":1.7320508075688772},"664":{"tf":1.4142135623730951},"67":{"tf":1.0},"687":{"tf":1.4142135623730951},"691":{"tf":1.0},"70":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"243":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"203":{"tf":1.0},"385":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"219":{"tf":1.4142135623730951},"221":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"644":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"550":{"tf":1.0}}},"df":1,"docs":{"644":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"579":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"419":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"480":{"tf":1.0},"625":{"tf":1.0}},"e":{"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"490":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"255":{"tf":1.0},"700":{"tf":1.0}},"z":{"df":1,"docs":{"256":{"tf":1.0}}}}},"z":{"df":1,"docs":{"691":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"505":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}}}},"p":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"297":{"tf":1.0},"418":{"tf":1.0},"550":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"607":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"644":{"tf":4.0},"645":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"716":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"277":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}},"t":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":3,"docs":{"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"394":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"230":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"376":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":2,"docs":{"376":{"tf":1.0},"381":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"611":{"tf":1.0}}},"u":{"df":2,"docs":{"391":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"244":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"103":{"tf":1.0},"395":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"378":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"470":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"574":{"tf":1.0}}}}},"df":1,"docs":{"90":{"tf":1.0}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"203":{"tf":1.0},"470":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}},"o":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}},"df":9,"docs":{"235":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0},"304":{"tf":1.0},"585":{"tf":1.0},"607":{"tf":1.0},"611":{"tf":1.0},"664":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"152":{"tf":1.0},"423":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"585":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"530":{"tf":1.0}}}}}},"df":2,"docs":{"550":{"tf":1.0},"687":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"317":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"347":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"568":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"568":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"503":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"624":{"tf":1.0},"704":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"687":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"539":{"tf":1.0},"689":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"228":{"tf":1.0},"235":{"tf":2.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"26":{"tf":1.0},"538":{"tf":1.7320508075688772},"540":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"633":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"674":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"734":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"751":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}},"df":1,"docs":{"699":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"550":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"225":{"tf":1.0},"258":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.0},"277":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"698":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"247":{"tf":1.0},"279":{"tf":1.0},"483":{"tf":1.0},"607":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"110":{"tf":1.0},"216":{"tf":1.0},"249":{"tf":1.0},"44":{"tf":1.0},"508":{"tf":1.0},"586":{"tf":1.4142135623730951},"620":{"tf":1.0}}}}},"df":30,"docs":{"125":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"216":{"tf":1.0},"247":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"277":{"tf":1.0},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"483":{"tf":1.7320508075688772},"508":{"tf":1.7320508075688772},"520":{"tf":1.0},"607":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"624":{"tf":1.4142135623730951},"627":{"tf":1.0},"630":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"93":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"677":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"272":{"tf":1.4142135623730951},"426":{"tf":1.0},"672":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"275":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"275":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":1,"docs":{"52":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"636":{"tf":1.0},"644":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"690":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"43":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"52":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"672":{"tf":1.0}}}}},"n":{"df":3,"docs":{"432":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"711":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"432":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"601":{"tf":2.0},"690":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"41":{"tf":1.0},"522":{"tf":1.0},"648":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"630":{"tf":1.0}}}},"df":1,"docs":{"630":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"630":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.0},"125":{"tf":1.0},"135":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"234":{"tf":1.0},"237":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"260":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.0},"276":{"tf":2.0},"277":{"tf":1.0},"365":{"tf":1.7320508075688772},"37":{"tf":1.0},"44":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"57":{"tf":1.0},"586":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"614":{"tf":1.4142135623730951},"618":{"tf":1.0},"624":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.4142135623730951},"710":{"tf":1.0},"724":{"tf":1.0},"726":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":1,"docs":{"630":{"tf":1.0}}}},"y":{"df":1,"docs":{"504":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"248":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"289":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":2.0},"41":{"tf":1.7320508075688772},"549":{"tf":1.0},"624":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"549":{"tf":1.0},"624":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"289":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.7320508075688772}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"214":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"522":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"599":{"tf":2.0},"690":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.0}}}}}},"df":24,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.7320508075688772},"300":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"600":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.7320508075688772},"699":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"84":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951},"99":{"tf":2.23606797749979}},"k":{"df":20,"docs":{"563":{"tf":1.7320508075688772},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"634":{"tf":1.0},"676":{"tf":1.0},"711":{"tf":2.23606797749979}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"272":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"561":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"282":{"tf":1.4142135623730951},"289":{"tf":1.0},"31":{"tf":1.0},"495":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"645":{"tf":1.0},"680":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"477":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"245":{"tf":1.0},"280":{"tf":1.0},"418":{"tf":1.7320508075688772},"608":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"719":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"45":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"210":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.7320508075688772},"277":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"486":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.0},"245":{"tf":1.0},"272":{"tf":1.0},"565":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"646":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"275":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"636":{"tf":1.0},"638":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"692":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"240":{"tf":1.0},"567":{"tf":1.0},"646":{"tf":1.0},"659":{"tf":1.0},"703":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"499":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"486":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"699":{"tf":2.0},"706":{"tf":1.7320508075688772},"710":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"288":{"tf":1.0},"38":{"tf":1.0},"499":{"tf":1.0},"624":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"241":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"272":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"280":{"tf":1.0},"418":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"418":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"621":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{}},"df":130,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"16":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.23606797749979},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.4142135623730951},"27":{"tf":1.0},"277":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"334":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"499":{"tf":1.0},"539":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"620":{"tf":2.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"644":{"tf":2.23606797749979},"645":{"tf":1.0},"646":{"tf":2.6457513110645907},"647":{"tf":1.0},"651":{"tf":1.4142135623730951},"663":{"tf":1.0},"671":{"tf":1.7320508075688772},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"679":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.7320508075688772},"684":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"42":{"tf":1.0},"616":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"533":{"tf":1.0},"537":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":1,"docs":{"241":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"610":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.7320508075688772},"212":{"tf":1.0},"237":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"255":{"tf":1.0},"272":{"tf":1.0},"631":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"640":{"tf":1.4142135623730951},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"658":{"tf":1.4142135623730951},"700":{"tf":1.0},"702":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"119":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":2.449489742783178},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"237":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.7320508075688772},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":2.0},"251":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"258":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":2.8284271247461903},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":2.449489742783178},"279":{"tf":3.1622776601683795},"280":{"tf":1.4142135623730951},"283":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":2.0},"289":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"301":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.4142135623730951},"385":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"426":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"472":{"tf":1.0},"48":{"tf":1.4142135623730951},"49":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.0},"500":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"504":{"tf":1.7320508075688772},"506":{"tf":1.4142135623730951},"51":{"tf":1.0},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.4142135623730951},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"551":{"tf":1.0},"560":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":2.23606797749979},"608":{"tf":1.0},"609":{"tf":1.7320508075688772},"611":{"tf":3.605551275463989},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"636":{"tf":1.7320508075688772},"638":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":3.3166247903554},"647":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"651":{"tf":2.8284271247461903},"653":{"tf":1.7320508075688772},"654":{"tf":1.7320508075688772},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":3.1622776601683795},"666":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.7320508075688772},"685":{"tf":1.7320508075688772},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.0},"690":{"tf":4.69041575982343},"691":{"tf":2.449489742783178},"692":{"tf":2.8284271247461903},"693":{"tf":1.0},"694":{"tf":2.23606797749979},"695":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":2.0},"7":{"tf":1.0},"700":{"tf":2.6457513110645907},"701":{"tf":1.0},"702":{"tf":1.7320508075688772},"703":{"tf":2.0},"704":{"tf":1.7320508075688772},"706":{"tf":1.4142135623730951},"707":{"tf":2.6457513110645907},"708":{"tf":1.7320508075688772},"709":{"tf":1.0},"710":{"tf":2.23606797749979},"713":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"718":{"tf":1.0},"72":{"tf":2.23606797749979},"722":{"tf":1.0},"725":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":3.0},"93":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"678":{"tf":1.4142135623730951},"693":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"217":{"tf":1.0},"499":{"tf":1.0},"503":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.0},"664":{"tf":1.0},"690":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"646":{"tf":1.4142135623730951},"654":{"tf":1.0},"716":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"646":{"tf":1.0}}},"4":{"df":1,"docs":{"646":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"237":{"tf":1.0},"243":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"29":{"tf":1.0},"294":{"tf":1.0},"521":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"648":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"543":{"tf":1.0},"545":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"198":{"tf":1.0},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"608":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"713":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"228":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":16,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"173":{"tf":1.4142135623730951},"220":{"tf":1.0},"277":{"tf":1.0},"29":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"198":{"tf":1.0},"238":{"tf":1.0},"255":{"tf":1.0},"6":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":2.8284271247461903},"744":{"tf":1.0}}},"df":1,"docs":{"78":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"240":{"tf":1.0},"249":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"281":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"420":{"tf":1.4142135623730951},"44":{"tf":1.0},"499":{"tf":1.7320508075688772},"508":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"565":{"tf":1.4142135623730951},"578":{"tf":1.0},"581":{"tf":1.0},"599":{"tf":1.4142135623730951},"616":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"632":{"tf":1.0},"638":{"tf":1.0},"646":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"651":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"645":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"651":{"tf":1.0}}}}},"u":{"df":1,"docs":{"288":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"539":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"581":{"tf":1.0},"646":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"277":{"tf":1.0},"520":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"385":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"276":{"tf":1.0},"666":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"641":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"707":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"147":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":119,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"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.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"181":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"216":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"241":{"tf":1.0},"245":{"tf":1.7320508075688772},"247":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"272":{"tf":2.449489742783178},"275":{"tf":1.4142135623730951},"276":{"tf":2.23606797749979},"277":{"tf":4.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":2.449489742783178},"45":{"tf":1.4142135623730951},"46":{"tf":2.449489742783178},"48":{"tf":2.0},"486":{"tf":1.0},"49":{"tf":3.0},"498":{"tf":1.0},"5":{"tf":1.7320508075688772},"500":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"520":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"598":{"tf":2.8284271247461903},"607":{"tf":1.4142135623730951},"609":{"tf":1.0},"630":{"tf":1.0},"636":{"tf":1.0},"648":{"tf":1.0},"658":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":2.6457513110645907},"698":{"tf":2.23606797749979},"699":{"tf":2.0},"704":{"tf":1.4142135623730951},"706":{"tf":1.7320508075688772},"726":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":2.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.0}}}}}},"s":{"df":6,"docs":{"272":{"tf":1.0},"584":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"648":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"349":{"tf":1.0}},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"r":{"df":1,"docs":{"611":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"148":{"tf":1.0}}},"t":{"df":1,"docs":{"628":{"tf":1.0}}},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772},"601":{"tf":1.0},"602":{"tf":1.0},"690":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"df":4,"docs":{"534":{"tf":1.0},"549":{"tf":1.0},"632":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"641":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"216":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"448":{"tf":1.4142135623730951},"499":{"tf":1.0},"522":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"625":{"tf":1.0},"630":{"tf":3.3166247903554},"631":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"326":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}}}},"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"326":{"tf":1.0}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"448":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"520":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.4142135623730951},"700":{"tf":1.0}}}},"t":{"df":2,"docs":{"43":{"tf":1.0},"658":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"382":{"tf":1.0},"700":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"658":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"279":{"tf":1.0},"741":{"tf":1.0}}}},"y":{"df":41,"docs":{"110":{"tf":1.0},"133":{"tf":1.7320508075688772},"150":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"212":{"tf":1.0},"241":{"tf":1.0},"247":{"tf":1.0},"25":{"tf":1.4142135623730951},"256":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":2.449489742783178},"272":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"311":{"tf":1.0},"349":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"567":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"612":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"645":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"664":{"tf":1.0},"707":{"tf":1.7320508075688772},"709":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":15,"docs":{"139":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.7320508075688772},"29":{"tf":1.0},"307":{"tf":1.4142135623730951},"403":{"tf":1.0},"43":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"587":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"692":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"624":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"326":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"209":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"256":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"450":{"tf":1.0}},"l":{"df":15,"docs":{"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"209":{"tf":1.0},"272":{"tf":1.0},"275":{"tf":1.0},"450":{"tf":1.4142135623730951},"630":{"tf":1.0},"636":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"83":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"255":{"tf":1.0}}}},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"330":{"tf":1.0},"611":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"161":{"tf":1.0},"343":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"583":{"tf":1.0},"691":{"tf":1.0}}},"v":{"df":4,"docs":{"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"141":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"324":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"324":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"657":{"tf":1.0}}}}},"u":{"df":1,"docs":{"379":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"645":{"tf":1.0},"676":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":6,"docs":{"139":{"tf":1.0},"141":{"tf":2.23606797749979},"212":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"625":{"tf":1.0},"657":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"243":{"tf":1.0},"269":{"tf":1.0},"43":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"625":{"tf":1.7320508075688772},"632":{"tf":1.0},"645":{"tf":1.0},"672":{"tf":1.0},"707":{"tf":1.0},"720":{"tf":1.0}}}},"’":{"df":1,"docs":{"141":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"403":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"243":{"tf":1.0},"584":{"tf":1.0},"610":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}}},"w":{"df":1,"docs":{"379":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"603":{"tf":1.0},"701":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"343":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"657":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"583":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"41":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"702":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"212":{"tf":1.0},"42":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"’":{"df":1,"docs":{"583":{"tf":1.0}}}},"u":{"df":1,"docs":{"333":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"674":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":11,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"545":{"tf":1.0},"638":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"736":{"tf":1.0}}}}},"df":1,"docs":{"43":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"214":{"tf":1.0},"39":{"tf":1.0},"711":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"275":{"tf":1.4142135623730951},"646":{"tf":1.0},"706":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"224":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"258":{"tf":1.0},"27":{"tf":1.0},"499":{"tf":1.0},"508":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"654":{"tf":1.0},"671":{"tf":1.0},"678":{"tf":1.0},"703":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"611":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"611":{"tf":1.0}}},"v":{"df":1,"docs":{"611":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"256":{"tf":1.0},"534":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"396":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"279":{"tf":1.0},"622":{"tf":1.7320508075688772}}}}}}}}},"df":465,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"103":{"tf":2.0},"108":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.0},"137":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"144":{"tf":2.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"16":{"tf":1.0},"161":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"181":{"tf":2.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.8284271247461903},"200":{"tf":1.4142135623730951},"201":{"tf":1.7320508075688772},"203":{"tf":1.4142135623730951},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"214":{"tf":2.8284271247461903},"215":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.0},"219":{"tf":1.7320508075688772},"220":{"tf":2.449489742783178},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":2.6457513110645907},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"237":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":2.449489742783178},"242":{"tf":2.0},"243":{"tf":3.0},"244":{"tf":2.23606797749979},"245":{"tf":2.0},"246":{"tf":2.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":3.0},"250":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"255":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"260":{"tf":2.6457513110645907},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":2.23606797749979},"268":{"tf":2.23606797749979},"269":{"tf":3.7416573867739413},"272":{"tf":2.23606797749979},"275":{"tf":2.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":3.4641016151377544},"280":{"tf":2.0},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"284":{"tf":1.7320508075688772},"285":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":2.23606797749979},"288":{"tf":1.7320508075688772},"289":{"tf":2.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.4142135623730951},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.4142135623730951},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":2.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.4142135623730951},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":2.23606797749979},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.7320508075688772},"420":{"tf":1.0},"421":{"tf":1.4142135623730951},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":2.23606797749979},"496":{"tf":1.0},"499":{"tf":2.23606797749979},"5":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.7320508075688772},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"529":{"tf":1.0},"530":{"tf":2.0},"535":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":6.4031242374328485},"551":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.4142135623730951},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"565":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.4142135623730951},"586":{"tf":2.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":2.449489742783178},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"61":{"tf":2.0},"610":{"tf":2.6457513110645907},"611":{"tf":3.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.4142135623730951},"620":{"tf":2.23606797749979},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"625":{"tf":2.0},"627":{"tf":1.0},"630":{"tf":1.7320508075688772},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"644":{"tf":2.6457513110645907},"647":{"tf":1.4142135623730951},"648":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":1.0},"654":{"tf":1.4142135623730951},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":3.0},"665":{"tf":2.0},"683":{"tf":2.0},"689":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"694":{"tf":2.23606797749979},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.7320508075688772},"700":{"tf":2.23606797749979},"701":{"tf":1.4142135623730951},"702":{"tf":2.8284271247461903},"703":{"tf":1.7320508075688772},"704":{"tf":2.449489742783178},"706":{"tf":1.4142135623730951},"71":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.7320508075688772},"728":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"82":{"tf":1.4142135623730951},"87":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"91":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"267":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"565":{"tf":1.0}}},"y":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"216":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.0},"3":{"tf":1.0},"396":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"42":{"tf":1.0},"503":{"tf":1.0},"508":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"530":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"569":{"tf":1.0},"578":{"tf":1.0},"630":{"tf":1.4142135623730951},"644":{"tf":1.4142135623730951},"646":{"tf":1.0},"648":{"tf":1.4142135623730951},"650":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.7320508075688772},"673":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"l":{"d":{"df":1,"docs":{"489":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"281":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"646":{"tf":1.0}}}},"s":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"630":{"tf":1.0},"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"624":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"355":{"tf":1.0},"656":{"tf":1.0}}}}}},"p":{"df":64,"docs":{"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"580":{"tf":1.7320508075688772},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"656":{"tf":1.4142135623730951},"663":{"tf":1.0}}}},"df":5,"docs":{"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"656":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"269":{"tf":1.0}},"i":{"df":1,"docs":{"269":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"120":{"tf":1.0},"135":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.4142135623730951},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"237":{"tf":1.0},"243":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.4142135623730951},"256":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"267":{"tf":1.0},"27":{"tf":1.0},"277":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"288":{"tf":2.449489742783178},"294":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"317":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.4142135623730951},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.4142135623730951},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"499":{"tf":1.7320508075688772},"5":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.0},"565":{"tf":1.0},"569":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.7320508075688772},"611":{"tf":1.0},"618":{"tf":1.4142135623730951},"620":{"tf":2.0},"621":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":2.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"644":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"648":{"tf":2.23606797749979},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"656":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"677":{"tf":1.0},"687":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"694":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"702":{"tf":1.7320508075688772},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":2.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"tf":1.7320508075688772},"750":{"tf":1.0},"752":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"646":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"119":{"tf":2.0},"123":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"219":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"277":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"31":{"tf":1.0},"311":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"477":{"tf":1.0},"49":{"tf":1.0},"499":{"tf":1.0},"506":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"583":{"tf":1.4142135623730951},"586":{"tf":1.0},"596":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"620":{"tf":1.0},"628":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":2.0},"691":{"tf":1.7320508075688772},"694":{"tf":1.7320508075688772},"698":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":2.449489742783178},"713":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"241":{"tf":1.0},"646":{"tf":1.0}}}}},"u":{"df":2,"docs":{"163":{"tf":1.0},"330":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"203":{"tf":1.0},"31":{"tf":1.0},"354":{"tf":1.0}}},"df":2,"docs":{"307":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"181":{"tf":1.0},"183":{"tf":1.0},"314":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"186":{"tf":1.0},"188":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"269":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"676":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"222":{"tf":2.0}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"276":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}},"df":25,"docs":{"139":{"tf":1.0},"217":{"tf":2.6457513110645907},"233":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":2.449489742783178},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"278":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"590":{"tf":1.0},"65":{"tf":1.0},"654":{"tf":2.23606797749979},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"410":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"217":{"tf":1.0},"654":{"tf":1.0},"73":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"275":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"217":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"508":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"677":{"tf":1.0},"93":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"216":{"tf":1.4142135623730951},"224":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"651":{"tf":1.4142135623730951},"685":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"499":{"tf":1.0},"699":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"426":{"tf":1.0},"521":{"tf":1.0},"624":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"v":{"df":8,"docs":{"209":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"284":{"tf":1.0},"618":{"tf":1.0},"621":{"tf":1.4142135623730951},"675":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"550":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"654":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":20,"docs":{"215":{"tf":1.0},"216":{"tf":1.0},"255":{"tf":2.449489742783178},"256":{"tf":2.449489742783178},"269":{"tf":1.0},"29":{"tf":1.4142135623730951},"43":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"610":{"tf":1.0},"65":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"703":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"78":{"tf":1.0}}},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"66":{"tf":1.0},"79":{"tf":1.0}}}}}}},"title":{"root":{"1":{"0":{"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"179":{"tf":1.0}}},"1":{"df":2,"docs":{"184":{"tf":1.0},"201":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":2,"docs":{"231":{"tf":1.0},"250":{"tf":1.0}}},"4":{"df":1,"docs":{"252":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"444":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"264":{"tf":1.0},"282":{"tf":1.0}}},"6":{"df":2,"docs":{"284":{"tf":1.0},"495":{"tf":1.0}}},"7":{"df":1,"docs":{"497":{"tf":1.0}}},"8":{"df":1,"docs":{"531":{"tf":1.0}}},"9":{"df":1,"docs":{"541":{"tf":1.0}}},"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"46":{"tf":1.0}},"–":{"5":{"0":{"df":1,"docs":{"291":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"284":{"tf":1.0}}},"df":1,"docs":{"546":{"tf":1.0}}},"1":{"df":1,"docs":{"563":{"tf":1.0}}},"2":{"df":1,"docs":{"580":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"4":{"df":1,"docs":{"626":{"tf":1.0}}},"5":{"df":1,"docs":{"632":{"tf":1.0}}},"6":{"df":2,"docs":{"642":{"tf":1.0},"682":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"48":{"tf":1.0}}},"3":{"df":3,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"679":{"tf":1.0}}},"4":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"680":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"34":{"tf":1.0},"59":{"tf":1.0},"681":{"tf":1.0}}},"6":{"df":2,"docs":{"64":{"tf":1.0},"80":{"tf":1.0}}},"7":{"df":2,"docs":{"101":{"tf":1.0},"85":{"tf":1.0}}},"8":{"df":2,"docs":{"106":{"tf":1.0},"137":{"tf":1.0}}},"9":{"df":2,"docs":{"142":{"tf":1.0},"159":{"tf":1.0}}},"a":{"_":{"df":1,"docs":{"124":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"639":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"41":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"582":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"471":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"462":{"tf":1.0}}},"df":1,"docs":{"621":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":6,"docs":{"122":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"570":{"tf":1.0},"714":{"tf":1.0}},"u":{"df":3,"docs":{"122":{"tf":1.0},"506":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"745":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"485":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"123":{"tf":1.0}},"r":{"df":1,"docs":{"449":{"tf":1.0}}}},"l":{"df":1,"docs":{"225":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"545":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"597":{"tf":1.0},"685":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"268":{"tf":1.0},"598":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"694":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.0}}}}},"o":{"df":1,"docs":{"135":{"tf":1.0}},"e":{"df":2,"docs":{"111":{"tf":1.0},"127":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"u":{"df":1,"docs":{"97":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"473":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"538":{"tf":1.0},"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":2,"docs":{"119":{"tf":1.0},"658":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"405":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"651":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":12,"docs":{"206":{"tf":1.0},"267":{"tf":1.0},"269":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"627":{"tf":1.0},"630":{"tf":1.0},"644":{"tf":1.0},"663":{"tf":1.0},"750":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":1,"docs":{"619":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"431":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"540":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"224":{"tf":1.0},"276":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"467":{"tf":1.0}}}},"l":{"df":1,"docs":{"197":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"651":{"tf":1.0}}}},"y":{"df":1,"docs":{"439":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":24,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"288":{"tf":1.0},"578":{"tf":1.0},"607":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"720":{"tf":1.0},"722":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"491":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"384":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"411":{"tf":1.0}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"553":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"433":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"213":{"tf":1.0},"214":{"tf":1.0},"662":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"475":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":54,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"289":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"531":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"563":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"617":{"tf":1.0},"626":{"tf":1.0},"632":{"tf":1.0},"64":{"tf":1.0},"642":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":2,"docs":{"175":{"tf":1.0},"214":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"d":{"df":10,"docs":{"142":{"tf":1.0},"164":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"47":{"tf":1.0},"597":{"tf":1.0},"646":{"tf":1.4142135623730951},"723":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"184":{"tf":1.0},"243":{"tf":1.0},"527":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"372":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"546":{"tf":1.0},"551":{"tf":1.0},"686":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.0},"284":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"289":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"184":{"tf":1.0},"243":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"527":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"190":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"224":{"tf":1.0},"606":{"tf":1.0},"609":{"tf":1.0},"662":{"tf":1.0},"704":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"268":{"tf":1.0},"43":{"tf":1.0},"522":{"tf":1.0},"603":{"tf":1.0},"64":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"712":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"106":{"tf":1.0},"164":{"tf":1.0},"64":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"21":{"tf":1.0},"369":{"tf":1.0}}}},"df":1,"docs":{"55":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"569":{"tf":1.0},"608":{"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":{"509":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"511":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"249":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"676":{"tf":1.0},"685":{"tf":1.0},"712":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"238":{"tf":1.0},"436":{"tf":1.0},"514":{"tf":1.0},"652":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"726":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"132":{"tf":1.0},"585":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"603":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"388":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"676":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"508":{"tf":1.0},"530":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"340":{"tf":1.0}}}},"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"493":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"642":{"tf":1.0}}}}},"df":2,"docs":{"505":{"tf":1.0},"506":{"tf":1.0}},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"i":{"df":1,"docs":{"123":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"513":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":2,"docs":{"635":{"tf":1.0},"637":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"675":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"454":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"515":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"284":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"552":{"tf":1.0},"553":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"710":{"tf":1.0},"727":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"u":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":35,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"605":{"tf":1.0},"622":{"tf":1.0},"68":{"tf":1.0},"710":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"269":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"33":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"494":{"tf":1.0}}}}}}},"df":3,"docs":{"148":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"392":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"531":{"tf":1.0},"535":{"tf":1.0},"689":{"tf":1.0},"728":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"385":{"tf":1.0},"646":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"256":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"220":{"tf":1.0},"470":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"423":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"622":{"tf":1.0}}}},"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"608":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"516":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"416":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"587":{"tf":1.0},"598":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"df":1,"docs":{"371":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"414":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"588":{"tf":1.0},"589":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"592":{"tf":1.0},"593":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"594":{"tf":1.0},"595":{"tf":1.0}}},"df":2,"docs":{"590":{"tf":1.0},"591":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"209":{"tf":1.0},"425":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"268":{"tf":1.0},"522":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":28,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"212":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"458":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.0},"688":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"214":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"428":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"465":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"468":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"123":{"tf":1.0},"128":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"456":{"tf":1.0}}}},"t":{"df":1,"docs":{"321":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"481":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"554":{"tf":1.0},"555":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"674":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"287":{"tf":1.0},"3":{"tf":1.0},"499":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.0},"187":{"tf":1.0},"234":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"565":{"tf":1.0},"581":{"tf":1.0},"88":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"524":{"tf":1.0}}}}}}},"p":{"a":{"df":1,"docs":{"731":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}},"j":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"678":{"tf":1.0}}}}}}}},"df":3,"docs":{"167":{"tf":1.0},"544":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"’":{"df":1,"docs":{"628":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"686":{"tf":1.0},"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"224":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"686":{"tf":1.0},"709":{"tf":1.0},"732":{"tf":1.0}}}},"h":{"df":1,"docs":{"214":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"478":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"381":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"213":{"tf":1.0},"662":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"188":{"tf":1.0},"190":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}}}},"df":6,"docs":{"244":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"274":{"tf":1.0},"654":{"tf":1.0},"695":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"464":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":12,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"460":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":2,"docs":{"503":{"tf":1.0},"55":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"210":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"650":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"212":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"430":{"tf":1.0}}},"k":{"df":16,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"36":{"tf":1.0},"500":{"tf":1.0},"533":{"tf":1.0},"548":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"271":{"tf":1.0},"695":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.0}}}}},"j":{"df":1,"docs":{"167":{"tf":1.0}}},"k":{"df":1,"docs":{"155":{"tf":1.0}}},"l":{"df":1,"docs":{"716":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"360":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"248":{"tf":1.0},"367":{"tf":1.0},"620":{"tf":1.0}}}},"w":{"df":1,"docs":{"429":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"651":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"361":{"tf":1.0},"69":{"tf":1.0}}}},"n":{"df":1,"docs":{"409":{"tf":1.0}},"i":{"df":1,"docs":{"351":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"673":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"239":{"tf":1.0},"290":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0}}}}}}},"df":2,"docs":{"151":{"tf":1.0},"67":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"435":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.0},"129":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}},"t":{"df":2,"docs":{"193":{"tf":1.0},"660":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"211":{"tf":1.0},"578":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"57":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"675":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"632":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"368":{"tf":1.0},"69":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"488":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"437":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"686":{"tf":1.0}}}}}}}}},"p":{"df":2,"docs":{"155":{"tf":1.0},"659":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"424":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"419":{"tf":1.0}}}}},"df":3,"docs":{"167":{"tf":1.0},"72":{"tf":1.0},"732":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"480":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"395":{"tf":1.0},"621":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"281":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0}}}}},"g":{"df":3,"docs":{"171":{"tf":1.0},"604":{"tf":1.0},"697":{"tf":1.0}}},"k":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"541":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"668":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0}}}},"w":{"df":1,"docs":{"391":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"378":{"tf":1.0},"531":{"tf":1.0},"539":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.0}},"p":{"a":{"d":{"df":1,"docs":{"667":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":3,"docs":{"573":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"u":{"df":1,"docs":{"89":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"440":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"596":{"tf":1.0},"597":{"tf":1.0}}}}}},"n":{"df":2,"docs":{"314":{"tf":1.0},"38":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"220":{"tf":1.0},"51":{"tf":1.0},"743":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":2,"docs":{"246":{"tf":1.0},"691":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":4,"docs":{"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"718":{"tf":1.0},"89":{"tf":1.0}},"t":{"df":4,"docs":{"288":{"tf":1.0},"328":{"tf":1.0},"705":{"tf":1.0},"752":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"734":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"380":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":18,"docs":{"107":{"tf":1.0},"143":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"285":{"tf":1.0},"35":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"65":{"tf":1.0},"86":{"tf":1.0}}}},"d":{"df":1,"docs":{"688":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"277":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"655":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"690":{"tf":1.0},"7":{"tf":1.0},"735":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"482":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"400":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":1,"docs":{"452":{"tf":1.0}}}},"df":1,"docs":{"659":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"648":{"tf":1.0},"736":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"660":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"487":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"459":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":45,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"218":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"507":{"tf":1.0},"523":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"624":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":27,"docs":{"231":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"258":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"545":{"tf":1.0},"603":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"664":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"707":{"tf":1.0},"746":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"580":{"tf":1.0},"669":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"247":{"tf":1.0},"279":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}},"df":1,"docs":{"698":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"238":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"541":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"668":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"546":{"tf":1.0},"550":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"455":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"67":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"567":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"522":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"737":{"tf":1.0}}}},"b":{"df":1,"docs":{"584":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":4,"docs":{"272":{"tf":1.0},"49":{"tf":1.0},"502":{"tf":1.0},"698":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"457":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"102":{"tf":1.0},"107":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"23":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"265":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"60":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}},"v":{"df":1,"docs":{"662":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"555":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":19,"docs":{"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"222":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"438":{"tf":1.0},"667":{"tf":1.0},"688":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"732":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"434":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"a":{"df":2,"docs":{"45":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"df":2,"docs":{"215":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"218":{"tf":1.0},"257":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"363":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"492":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"646":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"445":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"39":{"tf":1.0},"446":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"566":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"175":{"tf":1.0},"584":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"686":{"tf":1.0}}}}},"df":2,"docs":{"44":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"497":{"tf":1.0}}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"412":{"tf":1.0}},"n":{"df":1,"docs":{"41":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"188":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"389":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"271":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"42":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"607":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"453":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"217":{"tf":1.0},"220":{"tf":1.0},"375":{"tf":1.0},"44":{"tf":1.0},"530":{"tf":1.0},"604":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"609":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"214":{"tf":1.0},"461":{"tf":1.0},"563":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"264":{"tf":1.0},"267":{"tf":1.0},"522":{"tf":1.0},"604":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"748":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"708":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"275":{"tf":1.0},"29":{"tf":1.0},"544":{"tf":1.0},"612":{"tf":1.0},"670":{"tf":1.0}}}}},"df":1,"docs":{"150":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":24,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"749":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"219":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"545":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"708":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":19,"docs":{"231":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"252":{"tf":1.0},"255":{"tf":1.0},"569":{"tf":1.0},"664":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"519":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"556":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"567":{"tf":1.0},"713":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":7,"docs":{"264":{"tf":1.0},"267":{"tf":1.0},"613":{"tf":1.0},"666":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"748":{"tf":1.0}},"l":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"632":{"tf":1.0},"635":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"641":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"398":{"tf":1.0}}}}},"df":1,"docs":{"504":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"497":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"443":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"101":{"tf":1.0},"137":{"tf":1.0},"159":{"tf":1.0},"179":{"tf":1.0},"201":{"tf":1.0},"227":{"tf":1.0},"250":{"tf":1.0},"263":{"tf":1.0},"282":{"tf":1.0},"31":{"tf":1.0},"495":{"tf":1.0},"59":{"tf":1.0},"80":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"642":{"tf":1.0},"647":{"tf":1.0}}}}},"h":{"df":1,"docs":{"155":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"580":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}},"k":{"df":1,"docs":{"426":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"447":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"421":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"520":{"tf":1.0}}},"p":{"df":2,"docs":{"284":{"tf":1.0},"653":{"tf":1.0}}}},"p":{"df":1,"docs":{"655":{"tf":1.0}},"h":{"df":1,"docs":{"713":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"751":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"586":{"tf":1.0}}}}},"df":1,"docs":{"483":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"432":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"276":{"tf":1.0},"365":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}},"y":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"563":{"tf":1.0},"711":{"tf":1.0}}},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"561":{"tf":1.0},"562":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"418":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"508":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0}}}}}}}}},"p":{"df":9,"docs":{"206":{"tf":1.0},"248":{"tf":1.0},"334":{"tf":1.0},"39":{"tf":1.0},"580":{"tf":1.0},"620":{"tf":1.0},"646":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"537":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"20":{"tf":1.0},"237":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"658":{"tf":1.0}}}},"df":24,"docs":{"108":{"tf":1.0},"132":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"24":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"335":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"500":{"tf":1.0},"533":{"tf":1.0},"548":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"694":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"87":{"tf":1.0}}}},"v":{"df":2,"docs":{"145":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"420":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"288":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"106":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"508":{"tf":1.0},"598":{"tf":1.0},"699":{"tf":1.0},"706":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"584":{"tf":1.0},"610":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"448":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}},"y":{"df":3,"docs":{"133":{"tf":1.0},"349":{"tf":1.0},"608":{"tf":1.0}}}},"df":1,"docs":{"587":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"476":{"tf":1.0}}}},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"210":{"tf":1.0}}}}},"h":{"df":1,"docs":{"657":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":25,"docs":{"206":{"tf":1.0},"225":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"52":{"tf":1.0},"553":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"586":{"tf":1.0},"588":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.0},"683":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":3,"docs":{"396":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"489":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"206":{"tf":1.0},"580":{"tf":1.0}}}},"df":1,"docs":{"656":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"288":{"tf":1.0},"355":{"tf":1.0},"705":{"tf":1.0},"752":{"tf":1.0}},"r":{"df":1,"docs":{"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"694":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"188":{"tf":1.0},"190":{"tf":1.0}},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"y":{"df":4,"docs":{"217":{"tf":1.4142135623730951},"274":{"tf":1.0},"654":{"tf":1.0},"72":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"410":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"76":{"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":["Home.html#lapwing-for-beginners","Home.html#motivation","Home.html#contributing","Chapter-01.html#chapter-1-introduction","Chapter-01.html#how-does-steno-work","Chapter-01.html#why-koplphreukaeut","Chapter-01.html#raw-steno-terminology","Chapter-01.html#steno-is-primarily-phonetic","Chapter-01.html#steno-theories","Chapter-01.html#how-steno-works-from-the-software-side","Chapter-01.html#conclusion","Chapter-02.html#chapter-2-steno-hardware-and-software","Chapter-02.html#steno-hardware","Chapter-02.html#steno-software","Chapter-02.html#beginners-guide-to-plover","Chapter-03.html#chapter-3-how-to-learn-steno","Chapter-03.html#steno-is-difficult","Chapter-03.html#take-steno-as-a-challenge","Chapter-03.html#how-do-i-learn","Chapter-03.html#lapwing-chapters","Chapter-03.html#incorporating-steno-into-your-computer-usage","Chapter-03.html#switching-to-steno-completely-from-day-1","Chapter-04.html#chapter-4-the-layout","Chapter-04.html#recommended-pace","Chapter-04.html#useful-links","Chapter-04.html#finger-positions","Chapter-04.html#the-backspace-key","Chapter-04.html#steno-jig","Chapter-04.html#why-does-plover-output-a-hyphen","Chapter-04.html#how-should-i-start","Chapter-04.html#other-drills","Chapter-04.html#chapter-4-test","Chapter-04.html#recommended-completion-goal","Chapter-04.html#extra-practice","Chapter-05.html#chapter-5-lapwing-setup-and-basics","Chapter-05.html#recommended-pace","Chapter-05.html#useful-links","Chapter-05.html#lapwing-setup","Chapter-05.html#using-the-all-in-one-plugin","Chapter-05.html#dictionary-updates","Chapter-05.html#setting-up-lapwing-manually","Chapter-05.html#typey-type","Chapter-05.html#click-here-to-access-typey-type-shown-above","Chapter-05.html#single-key-basics","Chapter-05.html#consonant-keys","Chapter-05.html#short-vowel-sounds","Chapter-05.html#the-schwa","Chapter-05.html#simple-vowels-rule-1","Chapter-05.html#the-i-chord","Chapter-05.html#simple-vowels-rule-2","Chapter-05.html#vowels-with-r","Chapter-05.html#section-practice-material","Chapter-05.html#steno-order","Chapter-05.html#impossible-single-syllable-words","Chapter-05.html#combining-single-left-hand-keys","Chapter-05.html#section-practice","Chapter-05.html#left-hand-d-b-and-l","Chapter-05.html#examples","Chapter-05.html#mnemonics","Chapter-05.html#section-practice-1","Chapter-05.html#chapter-5-test","Chapter-05.html#recommended-completion-goal","Chapter-05.html#chapter-briefs","Chapter-05.html#practice-sentences","Chapter-05.html#extra-briefs","Chapter-06.html#chapter-6-left-hand-consonants-continued","Chapter-06.html#recommended-pace","Chapter-06.html#useful-links","Chapter-06.html#left-hand-f-q-and-m","Chapter-06.html#examples","Chapter-06.html#wouldnt-ph-as-f-make-more-sense","Chapter-06.html#mnemonics","Chapter-06.html#section-practice","Chapter-06.html#left-hand-g-n-and-y","Chapter-06.html#examples-1","Chapter-06.html#mnemonics-1","Chapter-06.html#section-practice-1","Chapter-06.html#left-hand-z-v-and-j","Chapter-06.html#mnemonics-2","Chapter-06.html#examples-2","Chapter-06.html#section-practice-2","Chapter-06.html#chapter-6-test","Chapter-06.html#recommended-completion-goal","Chapter-06.html#chapter-briefs","Chapter-06.html#practice-sentences","Chapter-06.html#extra-briefs","Chapter-07.html#chapter-7-vowels","Chapter-07.html#recommended-pace","Chapter-07.html#useful-links","Chapter-07.html#intro","Chapter-07.html#oe-ou-and-oeu","Chapter-07.html#examples","Chapter-07.html#mnemonics","Chapter-07.html#section-practice","Chapter-07.html#aeu","Chapter-07.html#examples-1","Chapter-07.html#mnemonics-1","Chapter-07.html#section-practice-1","Chapter-07.html#aou","Chapter-07.html#examples-2","Chapter-07.html#mnemonics-2","Chapter-07.html#section-practice-2","Chapter-07.html#chapter-7-test","Chapter-07.html#recommended-completion-goal","Chapter-07.html#chapter-briefs","Chapter-07.html#practice-sentences","Chapter-07.html#extra-briefs","Chapter-08.html#chapter-8-vowels-continued","Chapter-08.html#recommended-pace","Chapter-08.html#useful-links","Chapter-08.html#intro","Chapter-08.html#what-is-a-conflict","Chapter-08.html#aoe","Chapter-08.html#examples","Chapter-08.html#mnemonics","Chapter-08.html#section-practice","Chapter-08.html#aoeu","Chapter-08.html#examples-1","Chapter-08.html#mnemonics-1","Chapter-08.html#section-practice-1","Chapter-08.html#au","Chapter-08.html#minor-conflicts","Chapter-08.html#section-practice-2","Chapter-08.html#ae-for-aeu","Chapter-08.html#highest-priority-ai-or-ei-spellings","Chapter-08.html#medium-priority-a_e-spellings","Chapter-08.html#lowest-priority-ea-spellings","Chapter-08.html#flowchart-summary","Chapter-08.html#ae-for-aoe","Chapter-08.html#highest-priority-ee-spellings","Chapter-08.html#medium-priority-ie-spellings","Chapter-08.html#lowest-priority-ea-spellings-1","Chapter-08.html#flowchart-summary-1","Chapter-08.html#other-uses-of-ae-for-disambiguating","Chapter-08.html#ae-3-way-conflicts","Chapter-08.html#section-practice-3","Chapter-08.html#ao","Chapter-08.html#section-practice-4","Chapter-08.html#chapter-8-test","Chapter-08.html#recommended-completion-goal","Chapter-08.html#chapter-briefs","Chapter-08.html#practice-sentences","Chapter-08.html#extra-briefs","Chapter-09.html#chapter-9-right-hand-chords","Chapter-09.html#recommended-pace","Chapter-09.html#useful-links","Chapter-09.html#right-hand-v","Chapter-09.html#examples","Chapter-09.html#mnemonics","Chapter-09.html#conflicts-with-f","Chapter-09.html#section-practice","Chapter-09.html#right-hand-st","Chapter-09.html#right-hand-m-and-k","Chapter-09.html#examples-1","Chapter-09.html#mnemonics-1","Chapter-09.html#section-practice-1","Chapter-09.html#right-hand-mp-th-and-lk","Chapter-09.html#examples-2","Chapter-09.html#mnemonics-2","Chapter-09.html#section-practice-2","Chapter-09.html#chapter-9-test","Chapter-09.html#recommended-completion-goal","Chapter-09.html#chapter-briefs","Chapter-09.html#practice-sentences","Chapter-09.html#extra-briefs","Chapter-10.html#chapter-10-right-hand-chords-continued","Chapter-10.html#recommended-pace","Chapter-10.html#useful-links","Chapter-10.html#right-hand-n-j-and-lj","Chapter-10.html#examples","Chapter-10.html#mnemonics","Chapter-10.html#section-practice","Chapter-10.html#right-hand-rv-rf-ng-and-nk","Chapter-10.html#examples-1","Chapter-10.html#mnemonics-1","Chapter-10.html#section-practice-1","Chapter-10.html#right-hand-ch-sh-and-rch","Chapter-10.html#examples-2","Chapter-10.html#mnemonics-2","Chapter-10.html#section-practice-2","Chapter-10.html#chapter-10-test","Chapter-10.html#recommended-completion-goal","Chapter-10.html#chapter-briefs","Chapter-10.html#practice-sentences","Chapter-10.html#extra-briefs","Chapter-11.html#chapter-11-right-hand-compound-clusters","Chapter-11.html#recommended-pace","Chapter-11.html#useful-links","Chapter-11.html#intro","Chapter-11.html#right-hand-shun-kshun-and-x","Chapter-11.html#examples","Chapter-11.html#-kshun-and--x-conflicts","Chapter-11.html#mnemonics","Chapter-11.html#section-practice","Chapter-11.html#right-hand-ment-and-let","Chapter-11.html#examples-1","Chapter-11.html#mnemonics-1","Chapter-11.html#section-practice-1","Chapter-11.html#right-hand--bl","Chapter-11.html#examples-2","Chapter-11.html#mnemonics-2","Chapter-11.html#section-practice-2","Chapter-11.html#chapter-11-test","Chapter-11.html#recommended-completion-goal","Chapter-11.html#chapter-briefs","Chapter-11.html#practice-sentences","Chapter-11.html#extra-briefs","Chapter-12.html#chapter-12-wrapping-up-basic-words","Chapter-12.html#recommended-pace","Chapter-12.html#useful-links","Chapter-12.html#great-job","Chapter-12.html#what-weve-learned-so-far","Chapter-12.html#miscellaneous-orthographic-chords","Chapter-12.html#left-hand-chords","Chapter-12.html#kr-for-c-in-conflicts","Chapter-12.html#kh-for-hard-c-spelled-ch","Chapter-12.html#-s-for-all-s","Chapter-12.html#conflicts","Chapter-12.html#y-sound-without-the-letter-y","Chapter-12.html#section-practice","Chapter-12.html#the-stroke-separator","Chapter-12.html#when-sounds-cant-follow-steno-order","Chapter-12.html#examples","Chapter-12.html#right-hand-xt","Chapter-12.html#examples-1","Chapter-12.html#conflicts-between-chords-and-individual-keys","Chapter-12.html#-al--words","Chapter-12.html#examples-2","Chapter-12.html#no-test-this-chapter","Chapter-12.html#chapter-briefs","Chapter-12.html#practice-sentences","Chapter-12.html#extra-briefs","Chapter-13.html#chapter-13-prefixes-and-suffixes","Chapter-13.html#recommended-pace","Chapter-13.html#useful-links","Chapter-13.html#intro","Chapter-13.html#prefix-strokes","Chapter-13.html#common-prefix-strokes","Chapter-13.html#prefix-usage","Chapter-13.html#prefixes-with-different-pronunciations","Chapter-13.html#practice-material","Chapter-13.html#suffix-strokes","Chapter-13.html#-suffixes","Chapter-13.html#right-hand-chord-suffixes","Chapter-13.html#right-hand-compound-cluster-suffixes","Chapter-13.html#kwr-suffixes","Chapter-13.html#eu-suffixes","Chapter-13.html#suffixes-and-orthography","Chapter-13.html#prefix-priority","Chapter-13.html#looking-up-prefixes-and-suffixes","Chapter-13.html#tailoring-your-own-dictionary-to-your-understanding-of-etymology","Chapter-13.html#chapter-13-test","Chapter-13.html#recommended-completion-goal","Chapter-14.html#chapter-14-suffix-keys-and-compound-words","Chapter-14.html#recommended-pace","Chapter-14.html#useful-links","Chapter-14.html#suffix-keys","Chapter-14.html#folding","Chapter-14.html#section-practice","Chapter-14.html#the-a-prefix-key","Chapter-14.html#examples","Chapter-14.html#compound-words","Chapter-14.html#examples-1","Chapter-14.html#section-practice-1","Chapter-14.html#no-test-this-chapter","Chapter-15.html#chapter-15-syllabic-splitting","Chapter-15.html#recommended-pace","Chapter-15.html#useful-links","Chapter-15.html#syllabic-splitting-basics","Chapter-15.html#consonant-group-ambiguity","Chapter-15.html#basic-examples-and-explanations","Chapter-15.html#section-practice","Chapter-15.html#kwr-as-a-silent-linker","Chapter-15.html#kwr-with-the--r-key","Chapter-15.html#section-practice-1","Chapter-15.html#kwr-as-y","Chapter-15.html#to-start-a-vowel","Chapter-15.html#between-two-vowels","Chapter-15.html#as-a-vowel-pair","Chapter-15.html#section-practice-2","Chapter-15.html#prefix-priority","Chapter-15.html#multistroke-prefixes","Chapter-15.html#next-chapter","Chapter-15.html#chapter-15-test","Chapter-15.html#recommended-completion-goal","Chapter-16.html#chapter-16-top-200-common-english-words","Chapter-16.html#recommended-pace","Chapter-16.html#useful-links","Chapter-16.html#introduction","Chapter-16.html#write-outs-versus-briefs","Chapter-16.html#how-to-complete-this-chapter","Chapter-16.html#practice-material","Chapter-16.html#150","Chapter-16.html#the","Chapter-16.html#of","Chapter-16.html#to","Chapter-16.html#and","Chapter-16.html#a","Chapter-16.html#in","Chapter-16.html#is","Chapter-16.html#it","Chapter-16.html#you","Chapter-16.html#that","Chapter-16.html#he","Chapter-16.html#was","Chapter-16.html#for","Chapter-16.html#on","Chapter-16.html#are","Chapter-16.html#with","Chapter-16.html#as","Chapter-16.html#i","Chapter-16.html#his","Chapter-16.html#they","Chapter-16.html#be","Chapter-16.html#at","Chapter-16.html#one","Chapter-16.html#have","Chapter-16.html#this","Chapter-16.html#from","Chapter-16.html#or","Chapter-16.html#had","Chapter-16.html#by","Chapter-16.html#hot","Chapter-16.html#but","Chapter-16.html#some","Chapter-16.html#what","Chapter-16.html#there","Chapter-16.html#we","Chapter-16.html#can","Chapter-16.html#out","Chapter-16.html#other","Chapter-16.html#were","Chapter-16.html#all","Chapter-16.html#your","Chapter-16.html#when","Chapter-16.html#up","Chapter-16.html#use","Chapter-16.html#word","Chapter-16.html#how","Chapter-16.html#said","Chapter-16.html#an","Chapter-16.html#each","Chapter-16.html#she","Chapter-16.html#51100","Chapter-16.html#which","Chapter-16.html#do","Chapter-16.html#their","Chapter-16.html#time","Chapter-16.html#if","Chapter-16.html#will","Chapter-16.html#way","Chapter-16.html#about","Chapter-16.html#many","Chapter-16.html#then","Chapter-16.html#them","Chapter-16.html#would","Chapter-16.html#write","Chapter-16.html#like","Chapter-16.html#so","Chapter-16.html#these","Chapter-16.html#her","Chapter-16.html#long","Chapter-16.html#make","Chapter-16.html#thing","Chapter-16.html#see","Chapter-16.html#him","Chapter-16.html#two","Chapter-16.html#has","Chapter-16.html#look","Chapter-16.html#more","Chapter-16.html#day","Chapter-16.html#could","Chapter-16.html#go","Chapter-16.html#come","Chapter-16.html#did","Chapter-16.html#my","Chapter-16.html#sound","Chapter-16.html#no","Chapter-16.html#most","Chapter-16.html#number","Chapter-16.html#who","Chapter-16.html#over","Chapter-16.html#know","Chapter-16.html#water","Chapter-16.html#than","Chapter-16.html#call","Chapter-16.html#first","Chapter-16.html#people","Chapter-16.html#may","Chapter-16.html#down","Chapter-16.html#side","Chapter-16.html#been","Chapter-16.html#now","Chapter-16.html#find","Chapter-16.html#101150","Chapter-16.html#any","Chapter-16.html#new","Chapter-16.html#work","Chapter-16.html#part","Chapter-16.html#take","Chapter-16.html#get","Chapter-16.html#place","Chapter-16.html#made","Chapter-16.html#live","Chapter-16.html#where","Chapter-16.html#after","Chapter-16.html#back","Chapter-16.html#little","Chapter-16.html#only","Chapter-16.html#round","Chapter-16.html#man","Chapter-16.html#year","Chapter-16.html#came","Chapter-16.html#show","Chapter-16.html#every","Chapter-16.html#good","Chapter-16.html#me","Chapter-16.html#give","Chapter-16.html#our","Chapter-16.html#under","Chapter-16.html#name","Chapter-16.html#very","Chapter-16.html#through","Chapter-16.html#just","Chapter-16.html#form","Chapter-16.html#much","Chapter-16.html#great","Chapter-16.html#think","Chapter-16.html#say","Chapter-16.html#help","Chapter-16.html#low","Chapter-16.html#line","Chapter-16.html#before","Chapter-16.html#turn","Chapter-16.html#cause","Chapter-16.html#same","Chapter-16.html#mean","Chapter-16.html#differ","Chapter-16.html#move","Chapter-16.html#right","Chapter-16.html#boy","Chapter-16.html#old","Chapter-16.html#too","Chapter-16.html#does","Chapter-16.html#tell","Chapter-16.html#151200","Chapter-16.html#sentence","Chapter-16.html#set","Chapter-16.html#three","Chapter-16.html#want","Chapter-16.html#air","Chapter-16.html#well","Chapter-16.html#also","Chapter-16.html#play","Chapter-16.html#small","Chapter-16.html#end","Chapter-16.html#put","Chapter-16.html#home","Chapter-16.html#read","Chapter-16.html#hand","Chapter-16.html#port","Chapter-16.html#large","Chapter-16.html#spell","Chapter-16.html#add","Chapter-16.html#even","Chapter-16.html#land","Chapter-16.html#here","Chapter-16.html#must","Chapter-16.html#big","Chapter-16.html#high","Chapter-16.html#such","Chapter-16.html#follow","Chapter-16.html#act","Chapter-16.html#why","Chapter-16.html#ask","Chapter-16.html#men","Chapter-16.html#change","Chapter-16.html#went","Chapter-16.html#light","Chapter-16.html#kind","Chapter-16.html#off","Chapter-16.html#need","Chapter-16.html#house","Chapter-16.html#picture","Chapter-16.html#try","Chapter-16.html#us","Chapter-16.html#again","Chapter-16.html#animal","Chapter-16.html#point","Chapter-16.html#mother","Chapter-16.html#world","Chapter-16.html#near","Chapter-16.html#build","Chapter-16.html#self","Chapter-16.html#earth","Chapter-16.html#father","Chapter-16.html#chapter-16-test","Chapter-16.html#recommended-completion-goal","Chapter-17.html#chapter-17-shortening-techniques","Chapter-17.html#recommended-pace","Chapter-17.html#introduction","Chapter-17.html#useful-links","Chapter-17.html#folding","Chapter-17.html#r-folding","Chapter-17.html#l-folding","Chapter-17.html#t-folding","Chapter-17.html#e-folding","Chapter-17.html#e-folding-with-aeu","Chapter-17.html#practice-material","Chapter-17.html#dropping-unstressed-vowels","Chapter-17.html#definite","Chapter-17.html#demand","Chapter-17.html#deplorable","Chapter-17.html#derivative","Chapter-17.html#electric","Chapter-17.html#differ","Chapter-17.html#engineer","Chapter-17.html#geology","Chapter-17.html#modulator","Chapter-17.html#possible","Chapter-17.html#suppose","Chapter-17.html#tom-scott-and-schwa","Chapter-17.html#caveats","Chapter-17.html#consonant-group-splitting-quirks","Chapter-17.html#practice-material-1","Chapter-17.html#inversions","Chapter-17.html#examples","Chapter-17.html#practice-material-2","Chapter-17.html#left-hand-compound-clusters","Chapter-17.html#examples-1","Chapter-17.html#practice-material-3","Chapter-17.html#dropping-other-sounds","Chapter-18.html#chapter-18-fingerspelling-and-numbers","Chapter-18.html#recommended-pace","Chapter-18.html#useful-links","Chapter-18.html#intro","Chapter-18.html#fingerspelling","Chapter-18.html#lowercase","Chapter-18.html#uppercase","Chapter-18.html#attachment-behaviour","Chapter-18.html#numbers","Chapter-18.html#attachment-behaviour-1","Chapter-19.html#chapter-19-proper-nouns","Chapter-19.html#recommended-pace","Chapter-19.html#proper-nouns","Chapter-19.html#proper-nouns-starting-with-j","Chapter-19.html#alternative-proper-nouns-with-a-prefix-stroke","Chapter-20.html#chapter-20-punctuation-and-commands","Chapter-20.html#recommended-pace","Chapter-20.html#useful-links","Chapter-20.html#intro","Chapter-20.html#punctuation","Chapter-20.html#commands","Chapter-20.html#enter","Chapter-20.html#enter-capitalize-next-word","Chapter-20.html#insert-a-space","Chapter-20.html#retroactively-insert-a-space","Chapter-20.html#suppress-the-next-space","Chapter-20.html#retroactively-suppress-the-last-space","Chapter-20.html#capitalize-the-next-word","Chapter-20.html#retroactively-capitalize-the-next-word","Chapter-20.html#capitalize-the-next-word-and-suppress-the-next-space","Chapter-20.html#uncapitalize-the-next-word","Chapter-20.html#retroactively-uncapitalize-the-next-word","Chapter-21.html#chapter-21-uk-spellings","Chapter-21.html#recommended-pace","Chapter-21.html#intro","Chapter-21.html#setup","Chapter-21.html#quick-switching","Chapter-21.html#examples","Chapter-21.html#dealing-with-suffixes","Chapter-21.html#ae-spellings","Chapter-21.html#examples-1","Chapter-21.html#ise-spellings","Chapter-21.html#oe-spellings","Chapter-21.html#examples-2","Chapter-21.html#examples-3","Chapter-21.html#re-spellings","Chapter-21.html#examples-4","Chapter-21.html#miscellaneous-briefs","Chapter-21.html#examples-5","Chapter-22.html#chapter-22-theory-principles-wrap-up","Chapter-22.html#intro","Chapter-22.html#acronyms","Chapter-22.html#contractions","Chapter-22.html#-rb-for--rb-vs--sh","Chapter-22.html#disambiguating-ou-with-ou","Chapter-22.html#tricky-ou-words","Chapter-22.html#w-for-glides","Chapter-22.html#-graph-words","Chapter-22.html#-graph","Chapter-22.html#-graphy","Chapter-22.html#alternative--graphy-outline","Chapter-22.html#-grapher","Chapter-22.html#alternative--grapher-outline","Chapter-22.html#-graphic","Chapter-22.html#alternative--graphic-outline","Chapter-22.html#-ology-words","Chapter-22.html#alternative--ology-chord","Chapter-22.html#ambiguous-glide-vowels","Chapter-22.html#-ual-words","Chapter-22.html#wal","Chapter-22.html#twal","Chapter-22.html#kwraoul","Chapter-22.html#doubling-consonants-with-prefixes","Chapter-22.html#splitting-a-sound-at-ng","Chapter-22.html#examples","Chapter-22.html#prefix-outline-conflicts","Chapter-22.html#single-stroke-briefed-prefixes","Chapter-22.html#generic-way-of-dealing-with-multisyllable-prefix-outlines","Chapter-22.html#special-conflicts","Chapter-22.html#prefix-strokes-vs-compound-words","Chapter-22.html#problematic-words","Chapter-22.html#strokes-starting-with-eu","Chapter-22.html#syllabically","Chapter-22.html#prefixes","Chapter-22.html#incorrect-prefixes","Chapter-22.html#why","Chapter-23.html#chapter-23-end-of-basic-theory","Chapter-23.html#end-of-basic-theory","Chapter-23.html#being-comfortable-with-your-own-dictionary","Chapter-23.html#looking-up-words","Chapter-23.html#adding-new-words","Chapter-23.html#an-example-of-a-theory-gap","Chapter-23.html#how-do-i-build-speed","Chapter-23.html#practice","Chapter-23.html#learning-briefs","Chapter-24.html#chapter-24-phrase-briefs","Chapter-24.html#basic-phrase-briefs","Chapter-24.html#jeffs-phrasing","Chapter-24.html#setup","Chapter-24.html#basics","Chapter-24.html#advance-usage","Chapter-25.html#chapter-25-symbols-and-modifiers","Chapter-25.html#python-dictionaries","Chapter-25.html#setup","Chapter-25.html#emilys-symbols-dictionary","Chapter-25.html#usage","Chapter-25.html#emilys-modifiers-dictionary","Chapter-25.html#usage-1","Chapter-25.html#abbys-left-hand-modifiers-dictionary","Chapter-25.html#usage-2","Chapter-25.html#learning-these-systems","Chapter-26.html#chapter-26-editing-text","Chapter-26.html#movement","Chapter-26.html#basic-movement","Chapter-26.html#modal-movement","Chapter-26.html#first-up-chord-send-and-chord-repeat","Chapter-26.html#copying-pasting-and-deleting-text","Appendix-A.html#plover-theory","Appendix-A.html#lapwing-theory","Appendix-A.html#you-should-not-learn-lapwing-theory-if","Appendix-A.html#using-both-mainjson-and-lapwing-basejson","Appendix-A.html#differences","Appendix-A.html#top-s-number-key","Appendix-A.html#kwr-for-y","Appendix-A.html#tp-for-ph","Appendix-A.html#wr-for-wr","Appendix-A.html#wh-for-wh","Appendix-A.html#usage-of-au","Appendix-A.html#pl-for-mp","Appendix-A.html#-plt-for-ment","Appendix-A.html#-lt-for-let","Appendix-A.html#kr-to-resolve-c-conflicts","Appendix-A.html#basic-words-miscellaneous-theory","Appendix-A.html#prefixes-and-suffixes","Appendix-A.html#compound-words","Appendix-A.html#syllabic-splitting","Appendix-A.html#right-hand-numberpad","Appendix-A.html#proper-nouns","Appendix-A.html#miscellaneous-theory-principles","Appendix-A.html#how-to-get-started","Appendix-A.html#setting-up-lapwing","Appendix-A.html#transitioning-to-lapwing","Appendix-B.html#setting-up-lapwing-manually","Appendix-B.html#install-required-plugins","Appendix-B.html#enable-modal_update","Appendix-B.html#download-the-dictionaries","Appendix-B.html#relocate-the-number-key","Appendix-C.html#lapwing-with-javelin","Appendix-C.html#chapter-3","Appendix-C.html#chapter-4","Appendix-C.html#chapter-5","Appendix-C.html#chapter-26","theory-reference.html#compound-words","theory-reference.html#proper-nouns","theory-reference.html#alternative-proper-noun-dictionaries","theory-reference.html#movement-keys-keyboard-shortcuts-commands","theory-reference.html#punctuation","theory-reference.html#right-hand-number-pad","theory-reference.html#fingerspelling","theory-reference.html#phonetics","theory-reference.html#orthography","theory-reference.html#syllabic-splitting","theory-reference.html#exceptions-to-syllabic-splitting","theory-reference.html#words-that-can-be-written-using-prefix-andor-suffix-strokes","theory-reference.html#kwr-linker-with-prefix-strokes","theory-reference.html#consonant-doubling-with-prefixes","theory-reference.html#consonant-doubling-with-ng","theory-reference.html#the-problem-of-the-vowelconsonant-r","theory-reference.html#situations-that-benefit-from-dropping-unstressed-vowels","theory-reference.html#using-prefixes-and-suffixes","theory-reference.html#prefixes","theory-reference.html#prefixes-by-themselves","theory-reference.html#suffixes","theory-reference.html#conflict-resolution","theory-reference.html#beyond-writing-out","theory-reference.html#dropping-unstressed-vowels","theory-reference.html#using-shorter-prefixes-and-suffixes","theory-reference.html#folding-and-stacking-sounds-on-ending-strokes","theory-reference.html#folding-suffix-keys","theory-reference.html#examples-of-short-entries-that-i-might-use","theory-reference.html#uk-spellings","theory-reference.html#dictionary-contents","theory-reference.html#switching-with-tph","theory-reference.html#ae-spellings","theory-reference.html#ise-spellings","theory-reference.html#ll-spellings","theory-reference.html#oe-spellings","theory-reference.html#ou-spellings","theory-reference.html#re-spellings","theory-reference.html#miscellaneous-briefs","Glossary.html#glossary","Glossary.html#brief","Glossary.html#chord","Glossary.html#conflict","Glossary.html#dictionary","Glossary.html#diphthong","Glossary.html#entry","Glossary.html#fingerspelling","Glossary.html#folding","Glossary.html#glide","Glossary.html#ipa","Glossary.html#n-key-rollover","Glossary.html#orthographic","Glossary.html#outline","Glossary.html#phonetic","Glossary.html#plover","Glossary.html#raw-steno","Glossary.html#steno-engine","Glossary.html#embedded-steno-engine","Glossary.html#steno-keyboard","Glossary.html#steno-machine","Glossary.html#steno-writer","Glossary.html#steno-order","Glossary.html#stroke","Glossary.html#affix-stroke","Glossary.html#prefix-stroke","Glossary.html#suffix-stroke","Glossary.html#syllabic-splitting","Glossary.html#steno-theory","Glossary.html#basic-theory","Glossary.html#translation","Glossary.html#write-out"],"index":{"documentStore":{"docInfo":{"0":{"body":53,"breadcrumbs":3,"title":2},"1":{"body":60,"breadcrumbs":2,"title":1},"10":{"body":13,"breadcrumbs":4,"title":1},"100":{"body":39,"breadcrumbs":4,"title":1},"101":{"body":5,"breadcrumbs":5,"title":2},"102":{"body":44,"breadcrumbs":6,"title":3},"103":{"body":15,"breadcrumbs":6,"title":3},"104":{"body":69,"breadcrumbs":5,"title":2},"105":{"body":22,"breadcrumbs":5,"title":2},"106":{"body":21,"breadcrumbs":5,"title":2},"107":{"body":0,"breadcrumbs":8,"title":4},"108":{"body":60,"breadcrumbs":6,"title":2},"109":{"body":28,"breadcrumbs":6,"title":2},"11":{"body":30,"breadcrumbs":10,"title":5},"110":{"body":54,"breadcrumbs":5,"title":1},"111":{"body":40,"breadcrumbs":5,"title":1},"112":{"body":10,"breadcrumbs":5,"title":1},"113":{"body":8,"breadcrumbs":5,"title":1},"114":{"body":31,"breadcrumbs":5,"title":1},"115":{"body":5,"breadcrumbs":6,"title":2},"116":{"body":9,"breadcrumbs":5,"title":1},"117":{"body":8,"breadcrumbs":5,"title":1},"118":{"body":28,"breadcrumbs":5,"title":1},"119":{"body":5,"breadcrumbs":6,"title":2},"12":{"body":187,"breadcrumbs":7,"title":2},"120":{"body":88,"breadcrumbs":5,"title":1},"121":{"body":52,"breadcrumbs":6,"title":2},"122":{"body":5,"breadcrumbs":6,"title":2},"123":{"body":45,"breadcrumbs":6,"title":2},"124":{"body":18,"breadcrumbs":9,"title":5},"125":{"body":30,"breadcrumbs":8,"title":4},"126":{"body":36,"breadcrumbs":8,"title":4},"127":{"body":6,"breadcrumbs":6,"title":2},"128":{"body":19,"breadcrumbs":6,"title":2},"129":{"body":13,"breadcrumbs":8,"title":4},"13":{"body":33,"breadcrumbs":7,"title":2},"130":{"body":2,"breadcrumbs":8,"title":4},"131":{"body":20,"breadcrumbs":8,"title":4},"132":{"body":4,"breadcrumbs":6,"title":2},"133":{"body":17,"breadcrumbs":7,"title":3},"134":{"body":67,"breadcrumbs":8,"title":4},"135":{"body":5,"breadcrumbs":6,"title":2},"136":{"body":58,"breadcrumbs":5,"title":1},"137":{"body":5,"breadcrumbs":6,"title":2},"138":{"body":46,"breadcrumbs":7,"title":3},"139":{"body":14,"breadcrumbs":7,"title":3},"14":{"body":0,"breadcrumbs":8,"title":3},"140":{"body":75,"breadcrumbs":6,"title":2},"141":{"body":19,"breadcrumbs":6,"title":2},"142":{"body":58,"breadcrumbs":6,"title":2},"143":{"body":0,"breadcrumbs":10,"title":5},"144":{"body":62,"breadcrumbs":7,"title":2},"145":{"body":34,"breadcrumbs":7,"title":2},"146":{"body":4,"breadcrumbs":8,"title":3},"147":{"body":6,"breadcrumbs":6,"title":1},"148":{"body":15,"breadcrumbs":6,"title":1},"149":{"body":31,"breadcrumbs":7,"title":2},"15":{"body":0,"breadcrumbs":8,"title":4},"150":{"body":4,"breadcrumbs":7,"title":2},"151":{"body":71,"breadcrumbs":8,"title":3},"152":{"body":8,"breadcrumbs":9,"title":4},"153":{"body":8,"breadcrumbs":6,"title":1},"154":{"body":23,"breadcrumbs":6,"title":1},"155":{"body":5,"breadcrumbs":7,"title":2},"156":{"body":12,"breadcrumbs":10,"title":5},"157":{"body":12,"breadcrumbs":6,"title":1},"158":{"body":23,"breadcrumbs":6,"title":1},"159":{"body":6,"breadcrumbs":7,"title":2},"16":{"body":109,"breadcrumbs":6,"title":2},"160":{"body":43,"breadcrumbs":8,"title":3},"161":{"body":14,"breadcrumbs":8,"title":3},"162":{"body":47,"breadcrumbs":7,"title":2},"163":{"body":19,"breadcrumbs":7,"title":2},"164":{"body":26,"breadcrumbs":7,"title":2},"165":{"body":0,"breadcrumbs":12,"title":6},"166":{"body":55,"breadcrumbs":8,"title":2},"167":{"body":29,"breadcrumbs":8,"title":2},"168":{"body":18,"breadcrumbs":11,"title":5},"169":{"body":14,"breadcrumbs":7,"title":1},"17":{"body":104,"breadcrumbs":7,"title":3},"170":{"body":29,"breadcrumbs":7,"title":1},"171":{"body":8,"breadcrumbs":8,"title":2},"172":{"body":29,"breadcrumbs":12,"title":6},"173":{"body":16,"breadcrumbs":7,"title":1},"174":{"body":40,"breadcrumbs":7,"title":1},"175":{"body":9,"breadcrumbs":8,"title":2},"176":{"body":21,"breadcrumbs":11,"title":5},"177":{"body":20,"breadcrumbs":7,"title":1},"178":{"body":42,"breadcrumbs":7,"title":1},"179":{"body":8,"breadcrumbs":8,"title":2},"18":{"body":0,"breadcrumbs":5,"title":1},"180":{"body":43,"breadcrumbs":9,"title":3},"181":{"body":14,"breadcrumbs":9,"title":3},"182":{"body":72,"breadcrumbs":8,"title":2},"183":{"body":23,"breadcrumbs":8,"title":2},"184":{"body":12,"breadcrumbs":8,"title":2},"185":{"body":0,"breadcrumbs":12,"title":6},"186":{"body":49,"breadcrumbs":8,"title":2},"187":{"body":19,"breadcrumbs":8,"title":2},"188":{"body":16,"breadcrumbs":7,"title":1},"189":{"body":11,"breadcrumbs":11,"title":5},"19":{"body":230,"breadcrumbs":6,"title":2},"190":{"body":8,"breadcrumbs":7,"title":1},"191":{"body":32,"breadcrumbs":9,"title":3},"192":{"body":28,"breadcrumbs":7,"title":1},"193":{"body":6,"breadcrumbs":8,"title":2},"194":{"body":6,"breadcrumbs":9,"title":3},"195":{"body":8,"breadcrumbs":7,"title":1},"196":{"body":21,"breadcrumbs":7,"title":1},"197":{"body":13,"breadcrumbs":8,"title":2},"198":{"body":43,"breadcrumbs":9,"title":3},"199":{"body":29,"breadcrumbs":7,"title":1},"2":{"body":18,"breadcrumbs":2,"title":1},"20":{"body":190,"breadcrumbs":8,"title":4},"200":{"body":18,"breadcrumbs":7,"title":1},"201":{"body":14,"breadcrumbs":8,"title":2},"202":{"body":43,"breadcrumbs":9,"title":3},"203":{"body":14,"breadcrumbs":9,"title":3},"204":{"body":46,"breadcrumbs":8,"title":2},"205":{"body":17,"breadcrumbs":8,"title":2},"206":{"body":21,"breadcrumbs":8,"title":2},"207":{"body":0,"breadcrumbs":12,"title":6},"208":{"body":36,"breadcrumbs":8,"title":2},"209":{"body":7,"breadcrumbs":8,"title":2},"21":{"body":99,"breadcrumbs":9,"title":5},"210":{"body":22,"breadcrumbs":8,"title":2},"211":{"body":23,"breadcrumbs":9,"title":3},"212":{"body":0,"breadcrumbs":9,"title":3},"213":{"body":41,"breadcrumbs":9,"title":3},"214":{"body":24,"breadcrumbs":9,"title":3},"215":{"body":85,"breadcrumbs":11,"title":5},"216":{"body":13,"breadcrumbs":8,"title":2},"217":{"body":124,"breadcrumbs":7,"title":1},"218":{"body":33,"breadcrumbs":11,"title":5},"219":{"body":12,"breadcrumbs":8,"title":2},"22":{"body":0,"breadcrumbs":6,"title":3},"220":{"body":31,"breadcrumbs":8,"title":2},"221":{"body":53,"breadcrumbs":11,"title":5},"222":{"body":56,"breadcrumbs":7,"title":1},"223":{"body":18,"breadcrumbs":9,"title":3},"224":{"body":4,"breadcrumbs":7,"title":1},"225":{"body":62,"breadcrumbs":11,"title":5},"226":{"body":48,"breadcrumbs":8,"title":2},"227":{"body":11,"breadcrumbs":7,"title":1},"228":{"body":0,"breadcrumbs":8,"title":2},"229":{"body":69,"breadcrumbs":8,"title":2},"23":{"body":31,"breadcrumbs":5,"title":2},"230":{"body":16,"breadcrumbs":8,"title":2},"231":{"body":14,"breadcrumbs":8,"title":2},"232":{"body":0,"breadcrumbs":8,"title":4},"233":{"body":35,"breadcrumbs":6,"title":2},"234":{"body":38,"breadcrumbs":6,"title":2},"235":{"body":23,"breadcrumbs":5,"title":1},"236":{"body":95,"breadcrumbs":6,"title":2},"237":{"body":36,"breadcrumbs":7,"title":3},"238":{"body":48,"breadcrumbs":6,"title":2},"239":{"body":53,"breadcrumbs":7,"title":3},"24":{"body":12,"breadcrumbs":5,"title":2},"240":{"body":18,"breadcrumbs":6,"title":2},"241":{"body":57,"breadcrumbs":6,"title":2},"242":{"body":116,"breadcrumbs":5,"title":1},"243":{"body":72,"breadcrumbs":8,"title":4},"244":{"body":294,"breadcrumbs":9,"title":5},"245":{"body":137,"breadcrumbs":6,"title":2},"246":{"body":130,"breadcrumbs":6,"title":2},"247":{"body":69,"breadcrumbs":6,"title":2},"248":{"body":112,"breadcrumbs":6,"title":2},"249":{"body":36,"breadcrumbs":8,"title":4},"25":{"body":57,"breadcrumbs":5,"title":2},"250":{"body":157,"breadcrumbs":8,"title":4},"251":{"body":43,"breadcrumbs":7,"title":3},"252":{"body":14,"breadcrumbs":7,"title":3},"253":{"body":0,"breadcrumbs":12,"title":6},"254":{"body":34,"breadcrumbs":8,"title":2},"255":{"body":7,"breadcrumbs":8,"title":2},"256":{"body":78,"breadcrumbs":8,"title":2},"257":{"body":262,"breadcrumbs":7,"title":1},"258":{"body":4,"breadcrumbs":8,"title":2},"259":{"body":22,"breadcrumbs":8,"title":2},"26":{"body":117,"breadcrumbs":5,"title":2},"260":{"body":7,"breadcrumbs":7,"title":1},"261":{"body":24,"breadcrumbs":8,"title":2},"262":{"body":9,"breadcrumbs":7,"title":1},"263":{"body":3,"breadcrumbs":8,"title":2},"264":{"body":0,"breadcrumbs":8,"title":2},"265":{"body":0,"breadcrumbs":8,"title":4},"266":{"body":58,"breadcrumbs":6,"title":2},"267":{"body":14,"breadcrumbs":6,"title":2},"268":{"body":55,"breadcrumbs":7,"title":3},"269":{"body":66,"breadcrumbs":7,"title":3},"27":{"body":106,"breadcrumbs":5,"title":2},"270":{"body":272,"breadcrumbs":7,"title":3},"271":{"body":4,"breadcrumbs":6,"title":2},"272":{"body":14,"breadcrumbs":7,"title":3},"273":{"body":216,"breadcrumbs":7,"title":3},"274":{"body":4,"breadcrumbs":6,"title":2},"275":{"body":0,"breadcrumbs":6,"title":2},"276":{"body":64,"breadcrumbs":6,"title":2},"277":{"body":68,"breadcrumbs":7,"title":3},"278":{"body":205,"breadcrumbs":6,"title":2},"279":{"body":3,"breadcrumbs":6,"title":2},"28":{"body":80,"breadcrumbs":6,"title":3},"280":{"body":185,"breadcrumbs":6,"title":2},"281":{"body":69,"breadcrumbs":6,"title":2},"282":{"body":23,"breadcrumbs":6,"title":2},"283":{"body":41,"breadcrumbs":7,"title":3},"284":{"body":14,"breadcrumbs":7,"title":3},"285":{"body":7,"breadcrumbs":14,"title":7},"286":{"body":28,"breadcrumbs":9,"title":2},"287":{"body":5,"breadcrumbs":9,"title":2},"288":{"body":37,"breadcrumbs":8,"title":1},"289":{"body":57,"breadcrumbs":11,"title":4},"29":{"body":160,"breadcrumbs":4,"title":1},"290":{"body":51,"breadcrumbs":9,"title":2},"291":{"body":5,"breadcrumbs":9,"title":2},"292":{"body":0,"breadcrumbs":8,"title":1},"293":{"body":2,"breadcrumbs":7,"title":0},"294":{"body":2,"breadcrumbs":7,"title":0},"295":{"body":8,"breadcrumbs":7,"title":0},"296":{"body":8,"breadcrumbs":7,"title":0},"297":{"body":4,"breadcrumbs":7,"title":0},"298":{"body":4,"breadcrumbs":7,"title":0},"299":{"body":2,"breadcrumbs":7,"title":0},"3":{"body":40,"breadcrumbs":6,"title":3},"30":{"body":34,"breadcrumbs":4,"title":1},"300":{"body":2,"breadcrumbs":7,"title":0},"301":{"body":2,"breadcrumbs":7,"title":0},"302":{"body":6,"breadcrumbs":7,"title":0},"303":{"body":3,"breadcrumbs":7,"title":0},"304":{"body":2,"breadcrumbs":7,"title":0},"305":{"body":5,"breadcrumbs":7,"title":0},"306":{"body":5,"breadcrumbs":7,"title":0},"307":{"body":11,"breadcrumbs":7,"title":0},"308":{"body":9,"breadcrumbs":7,"title":0},"309":{"body":2,"breadcrumbs":7,"title":0},"31":{"body":169,"breadcrumbs":6,"title":3},"310":{"body":5,"breadcrumbs":7,"title":0},"311":{"body":3,"breadcrumbs":7,"title":0},"312":{"body":10,"breadcrumbs":7,"title":0},"313":{"body":7,"breadcrumbs":7,"title":0},"314":{"body":2,"breadcrumbs":7,"title":0},"315":{"body":3,"breadcrumbs":8,"title":1},"316":{"body":10,"breadcrumbs":7,"title":0},"317":{"body":7,"breadcrumbs":7,"title":0},"318":{"body":3,"breadcrumbs":7,"title":0},"319":{"body":4,"breadcrumbs":7,"title":0},"32":{"body":12,"breadcrumbs":6,"title":3},"320":{"body":2,"breadcrumbs":7,"title":0},"321":{"body":5,"breadcrumbs":7,"title":0},"322":{"body":3,"breadcrumbs":8,"title":1},"323":{"body":3,"breadcrumbs":7,"title":0},"324":{"body":3,"breadcrumbs":7,"title":0},"325":{"body":5,"breadcrumbs":7,"title":0},"326":{"body":8,"breadcrumbs":7,"title":0},"327":{"body":8,"breadcrumbs":7,"title":0},"328":{"body":2,"breadcrumbs":7,"title":0},"329":{"body":6,"breadcrumbs":8,"title":1},"33":{"body":179,"breadcrumbs":5,"title":2},"330":{"body":9,"breadcrumbs":7,"title":0},"331":{"body":12,"breadcrumbs":7,"title":0},"332":{"body":3,"breadcrumbs":7,"title":0},"333":{"body":15,"breadcrumbs":7,"title":0},"334":{"body":8,"breadcrumbs":7,"title":0},"335":{"body":3,"breadcrumbs":8,"title":1},"336":{"body":3,"breadcrumbs":8,"title":1},"337":{"body":3,"breadcrumbs":8,"title":1},"338":{"body":3,"breadcrumbs":7,"title":0},"339":{"body":9,"breadcrumbs":7,"title":0},"34":{"body":0,"breadcrumbs":10,"title":5},"340":{"body":3,"breadcrumbs":7,"title":0},"341":{"body":3,"breadcrumbs":8,"title":1},"342":{"body":3,"breadcrumbs":7,"title":0},"343":{"body":0,"breadcrumbs":8,"title":1},"344":{"body":8,"breadcrumbs":7,"title":0},"345":{"body":7,"breadcrumbs":7,"title":0},"346":{"body":3,"breadcrumbs":7,"title":0},"347":{"body":3,"breadcrumbs":8,"title":1},"348":{"body":7,"breadcrumbs":7,"title":0},"349":{"body":7,"breadcrumbs":7,"title":0},"35":{"body":68,"breadcrumbs":7,"title":2},"350":{"body":3,"breadcrumbs":8,"title":1},"351":{"body":2,"breadcrumbs":7,"title":0},"352":{"body":2,"breadcrumbs":8,"title":1},"353":{"body":3,"breadcrumbs":7,"title":0},"354":{"body":3,"breadcrumbs":7,"title":0},"355":{"body":3,"breadcrumbs":7,"title":0},"356":{"body":3,"breadcrumbs":8,"title":1},"357":{"body":3,"breadcrumbs":7,"title":0},"358":{"body":4,"breadcrumbs":7,"title":0},"359":{"body":3,"breadcrumbs":7,"title":0},"36":{"body":24,"breadcrumbs":7,"title":2},"360":{"body":2,"breadcrumbs":7,"title":0},"361":{"body":3,"breadcrumbs":8,"title":1},"362":{"body":3,"breadcrumbs":8,"title":1},"363":{"body":3,"breadcrumbs":8,"title":1},"364":{"body":3,"breadcrumbs":8,"title":1},"365":{"body":3,"breadcrumbs":7,"title":0},"366":{"body":2,"breadcrumbs":8,"title":1},"367":{"body":2,"breadcrumbs":7,"title":0},"368":{"body":3,"breadcrumbs":8,"title":1},"369":{"body":3,"breadcrumbs":8,"title":1},"37":{"body":50,"breadcrumbs":7,"title":2},"370":{"body":3,"breadcrumbs":8,"title":1},"371":{"body":3,"breadcrumbs":7,"title":0},"372":{"body":3,"breadcrumbs":8,"title":1},"373":{"body":3,"breadcrumbs":8,"title":1},"374":{"body":7,"breadcrumbs":7,"title":0},"375":{"body":3,"breadcrumbs":7,"title":0},"376":{"body":3,"breadcrumbs":8,"title":1},"377":{"body":5,"breadcrumbs":7,"title":0},"378":{"body":3,"breadcrumbs":7,"title":0},"379":{"body":3,"breadcrumbs":8,"title":1},"38":{"body":75,"breadcrumbs":8,"title":3},"380":{"body":4,"breadcrumbs":7,"title":0},"381":{"body":9,"breadcrumbs":8,"title":1},"382":{"body":3,"breadcrumbs":8,"title":1},"383":{"body":3,"breadcrumbs":8,"title":1},"384":{"body":3,"breadcrumbs":7,"title":0},"385":{"body":3,"breadcrumbs":8,"title":1},"386":{"body":16,"breadcrumbs":8,"title":1},"387":{"body":5,"breadcrumbs":8,"title":1},"388":{"body":2,"breadcrumbs":7,"title":0},"389":{"body":3,"breadcrumbs":8,"title":1},"39":{"body":61,"breadcrumbs":7,"title":2},"390":{"body":3,"breadcrumbs":8,"title":1},"391":{"body":3,"breadcrumbs":7,"title":0},"392":{"body":3,"breadcrumbs":8,"title":1},"393":{"body":3,"breadcrumbs":8,"title":1},"394":{"body":0,"breadcrumbs":8,"title":1},"395":{"body":2,"breadcrumbs":7,"title":0},"396":{"body":5,"breadcrumbs":8,"title":1},"397":{"body":3,"breadcrumbs":8,"title":1},"398":{"body":3,"breadcrumbs":8,"title":1},"399":{"body":3,"breadcrumbs":8,"title":1},"4":{"body":87,"breadcrumbs":5,"title":2},"40":{"body":15,"breadcrumbs":9,"title":4},"400":{"body":3,"breadcrumbs":7,"title":0},"401":{"body":3,"breadcrumbs":8,"title":1},"402":{"body":3,"breadcrumbs":8,"title":1},"403":{"body":3,"breadcrumbs":8,"title":1},"404":{"body":6,"breadcrumbs":7,"title":0},"405":{"body":6,"breadcrumbs":7,"title":0},"406":{"body":3,"breadcrumbs":8,"title":1},"407":{"body":6,"breadcrumbs":8,"title":1},"408":{"body":5,"breadcrumbs":7,"title":0},"409":{"body":3,"breadcrumbs":8,"title":1},"41":{"body":15,"breadcrumbs":7,"title":2},"410":{"body":3,"breadcrumbs":8,"title":1},"411":{"body":3,"breadcrumbs":8,"title":1},"412":{"body":3,"breadcrumbs":8,"title":1},"413":{"body":3,"breadcrumbs":8,"title":1},"414":{"body":2,"breadcrumbs":7,"title":0},"415":{"body":3,"breadcrumbs":8,"title":1},"416":{"body":3,"breadcrumbs":7,"title":0},"417":{"body":3,"breadcrumbs":8,"title":1},"418":{"body":2,"breadcrumbs":7,"title":0},"419":{"body":10,"breadcrumbs":8,"title":1},"42":{"body":60,"breadcrumbs":12,"title":7},"420":{"body":3,"breadcrumbs":8,"title":1},"421":{"body":5,"breadcrumbs":8,"title":1},"422":{"body":5,"breadcrumbs":8,"title":1},"423":{"body":3,"breadcrumbs":7,"title":0},"424":{"body":3,"breadcrumbs":8,"title":1},"425":{"body":3,"breadcrumbs":8,"title":1},"426":{"body":3,"breadcrumbs":8,"title":1},"427":{"body":14,"breadcrumbs":8,"title":1},"428":{"body":3,"breadcrumbs":7,"title":0},"429":{"body":6,"breadcrumbs":8,"title":1},"43":{"body":126,"breadcrumbs":8,"title":3},"430":{"body":3,"breadcrumbs":8,"title":1},"431":{"body":3,"breadcrumbs":8,"title":1},"432":{"body":6,"breadcrumbs":8,"title":1},"433":{"body":3,"breadcrumbs":8,"title":1},"434":{"body":3,"breadcrumbs":8,"title":1},"435":{"body":3,"breadcrumbs":8,"title":1},"436":{"body":3,"breadcrumbs":8,"title":1},"437":{"body":5,"breadcrumbs":8,"title":1},"438":{"body":3,"breadcrumbs":8,"title":1},"439":{"body":3,"breadcrumbs":8,"title":1},"44":{"body":74,"breadcrumbs":7,"title":2},"440":{"body":3,"breadcrumbs":8,"title":1},"441":{"body":3,"breadcrumbs":8,"title":1},"442":{"body":3,"breadcrumbs":7,"title":0},"443":{"body":3,"breadcrumbs":7,"title":0},"444":{"body":3,"breadcrumbs":8,"title":1},"445":{"body":0,"breadcrumbs":8,"title":1},"446":{"body":5,"breadcrumbs":8,"title":1},"447":{"body":3,"breadcrumbs":8,"title":1},"448":{"body":3,"breadcrumbs":8,"title":1},"449":{"body":3,"breadcrumbs":8,"title":1},"45":{"body":84,"breadcrumbs":8,"title":3},"450":{"body":3,"breadcrumbs":8,"title":1},"451":{"body":3,"breadcrumbs":8,"title":1},"452":{"body":3,"breadcrumbs":7,"title":0},"453":{"body":3,"breadcrumbs":8,"title":1},"454":{"body":3,"breadcrumbs":8,"title":1},"455":{"body":3,"breadcrumbs":8,"title":1},"456":{"body":3,"breadcrumbs":8,"title":1},"457":{"body":3,"breadcrumbs":8,"title":1},"458":{"body":3,"breadcrumbs":8,"title":1},"459":{"body":3,"breadcrumbs":8,"title":1},"46":{"body":22,"breadcrumbs":6,"title":1},"460":{"body":3,"breadcrumbs":8,"title":1},"461":{"body":3,"breadcrumbs":8,"title":1},"462":{"body":3,"breadcrumbs":8,"title":1},"463":{"body":3,"breadcrumbs":8,"title":1},"464":{"body":2,"breadcrumbs":8,"title":1},"465":{"body":3,"breadcrumbs":8,"title":1},"466":{"body":3,"breadcrumbs":8,"title":1},"467":{"body":3,"breadcrumbs":7,"title":0},"468":{"body":3,"breadcrumbs":8,"title":1},"469":{"body":3,"breadcrumbs":8,"title":1},"47":{"body":44,"breadcrumbs":9,"title":4},"470":{"body":3,"breadcrumbs":8,"title":1},"471":{"body":5,"breadcrumbs":8,"title":1},"472":{"body":3,"breadcrumbs":8,"title":1},"473":{"body":9,"breadcrumbs":7,"title":0},"474":{"body":5,"breadcrumbs":8,"title":1},"475":{"body":3,"breadcrumbs":8,"title":1},"476":{"body":3,"breadcrumbs":8,"title":1},"477":{"body":3,"breadcrumbs":8,"title":1},"478":{"body":19,"breadcrumbs":8,"title":1},"479":{"body":3,"breadcrumbs":8,"title":1},"48":{"body":16,"breadcrumbs":6,"title":1},"480":{"body":3,"breadcrumbs":7,"title":0},"481":{"body":3,"breadcrumbs":8,"title":1},"482":{"body":3,"breadcrumbs":8,"title":1},"483":{"body":5,"breadcrumbs":8,"title":1},"484":{"body":5,"breadcrumbs":8,"title":1},"485":{"body":2,"breadcrumbs":7,"title":0},"486":{"body":15,"breadcrumbs":8,"title":1},"487":{"body":20,"breadcrumbs":8,"title":1},"488":{"body":3,"breadcrumbs":8,"title":1},"489":{"body":6,"breadcrumbs":8,"title":1},"49":{"body":38,"breadcrumbs":9,"title":4},"490":{"body":3,"breadcrumbs":8,"title":1},"491":{"body":3,"breadcrumbs":8,"title":1},"492":{"body":3,"breadcrumbs":8,"title":1},"493":{"body":12,"breadcrumbs":8,"title":1},"494":{"body":3,"breadcrumbs":8,"title":1},"495":{"body":5,"breadcrumbs":8,"title":1},"496":{"body":39,"breadcrumbs":10,"title":3},"497":{"body":14,"breadcrumbs":10,"title":3},"498":{"body":0,"breadcrumbs":8,"title":4},"499":{"body":55,"breadcrumbs":6,"title":2},"5":{"body":114,"breadcrumbs":4,"title":1},"50":{"body":74,"breadcrumbs":7,"title":2},"500":{"body":133,"breadcrumbs":5,"title":1},"501":{"body":40,"breadcrumbs":6,"title":2},"502":{"body":12,"breadcrumbs":5,"title":1},"503":{"body":67,"breadcrumbs":6,"title":2},"504":{"body":72,"breadcrumbs":6,"title":2},"505":{"body":44,"breadcrumbs":6,"title":2},"506":{"body":72,"breadcrumbs":6,"title":2},"507":{"body":52,"breadcrumbs":7,"title":3},"508":{"body":15,"breadcrumbs":6,"title":2},"509":{"body":100,"breadcrumbs":7,"title":3},"51":{"body":5,"breadcrumbs":8,"title":3},"510":{"body":17,"breadcrumbs":5,"title":1},"511":{"body":19,"breadcrumbs":5,"title":1},"512":{"body":22,"breadcrumbs":5,"title":1},"513":{"body":13,"breadcrumbs":5,"title":1},"514":{"body":14,"breadcrumbs":5,"title":1},"515":{"body":19,"breadcrumbs":5,"title":1},"516":{"body":17,"breadcrumbs":5,"title":1},"517":{"body":18,"breadcrumbs":5,"title":1},"518":{"body":24,"breadcrumbs":5,"title":1},"519":{"body":15,"breadcrumbs":5,"title":1},"52":{"body":65,"breadcrumbs":7,"title":2},"520":{"body":13,"breadcrumbs":5,"title":1},"521":{"body":71,"breadcrumbs":7,"title":3},"522":{"body":51,"breadcrumbs":5,"title":1},"523":{"body":38,"breadcrumbs":8,"title":4},"524":{"body":5,"breadcrumbs":6,"title":2},"525":{"body":51,"breadcrumbs":5,"title":1},"526":{"body":14,"breadcrumbs":5,"title":1},"527":{"body":4,"breadcrumbs":6,"title":2},"528":{"body":53,"breadcrumbs":8,"title":4},"529":{"body":26,"breadcrumbs":5,"title":1},"53":{"body":47,"breadcrumbs":9,"title":4},"530":{"body":10,"breadcrumbs":6,"title":2},"531":{"body":137,"breadcrumbs":6,"title":2},"532":{"body":0,"breadcrumbs":8,"title":4},"533":{"body":17,"breadcrumbs":6,"title":2},"534":{"body":8,"breadcrumbs":6,"title":2},"535":{"body":21,"breadcrumbs":5,"title":1},"536":{"body":21,"breadcrumbs":5,"title":1},"537":{"body":24,"breadcrumbs":5,"title":1},"538":{"body":31,"breadcrumbs":5,"title":1},"539":{"body":31,"breadcrumbs":6,"title":2},"54":{"body":69,"breadcrumbs":10,"title":5},"540":{"body":60,"breadcrumbs":5,"title":1},"541":{"body":29,"breadcrumbs":6,"title":2},"542":{"body":0,"breadcrumbs":8,"title":4},"543":{"body":14,"breadcrumbs":6,"title":2},"544":{"body":47,"breadcrumbs":6,"title":2},"545":{"body":19,"breadcrumbs":8,"title":4},"546":{"body":73,"breadcrumbs":9,"title":5},"547":{"body":0,"breadcrumbs":8,"title":4},"548":{"body":17,"breadcrumbs":6,"title":2},"549":{"body":3,"breadcrumbs":6,"title":2},"55":{"body":6,"breadcrumbs":7,"title":2},"550":{"body":50,"breadcrumbs":5,"title":1},"551":{"body":424,"breadcrumbs":5,"title":1},"552":{"body":14,"breadcrumbs":5,"title":1},"553":{"body":3,"breadcrumbs":5,"title":1},"554":{"body":2,"breadcrumbs":8,"title":4},"555":{"body":30,"breadcrumbs":6,"title":2},"556":{"body":39,"breadcrumbs":7,"title":3},"557":{"body":16,"breadcrumbs":7,"title":3},"558":{"body":19,"breadcrumbs":8,"title":4},"559":{"body":11,"breadcrumbs":7,"title":3},"56":{"body":8,"breadcrumbs":10,"title":5},"560":{"body":9,"breadcrumbs":8,"title":4},"561":{"body":10,"breadcrumbs":10,"title":6},"562":{"body":6,"breadcrumbs":7,"title":3},"563":{"body":9,"breadcrumbs":8,"title":4},"564":{"body":0,"breadcrumbs":8,"title":4},"565":{"body":9,"breadcrumbs":6,"title":2},"566":{"body":65,"breadcrumbs":5,"title":1},"567":{"body":20,"breadcrumbs":5,"title":1},"568":{"body":19,"breadcrumbs":6,"title":2},"569":{"body":16,"breadcrumbs":5,"title":1},"57":{"body":8,"breadcrumbs":6,"title":1},"570":{"body":29,"breadcrumbs":6,"title":2},"571":{"body":7,"breadcrumbs":6,"title":2},"572":{"body":8,"breadcrumbs":5,"title":1},"573":{"body":17,"breadcrumbs":6,"title":2},"574":{"body":8,"breadcrumbs":6,"title":2},"575":{"body":21,"breadcrumbs":5,"title":1},"576":{"body":8,"breadcrumbs":5,"title":1},"577":{"body":10,"breadcrumbs":6,"title":2},"578":{"body":8,"breadcrumbs":5,"title":1},"579":{"body":8,"breadcrumbs":6,"title":2},"58":{"body":40,"breadcrumbs":6,"title":1},"580":{"body":6,"breadcrumbs":5,"title":1},"581":{"body":0,"breadcrumbs":12,"title":6},"582":{"body":46,"breadcrumbs":7,"title":1},"583":{"body":42,"breadcrumbs":7,"title":1},"584":{"body":34,"breadcrumbs":7,"title":1},"585":{"body":20,"breadcrumbs":10,"title":4},"586":{"body":32,"breadcrumbs":9,"title":3},"587":{"body":28,"breadcrumbs":9,"title":3},"588":{"body":14,"breadcrumbs":8,"title":2},"589":{"body":0,"breadcrumbs":8,"title":2},"59":{"body":4,"breadcrumbs":7,"title":2},"590":{"body":19,"breadcrumbs":7,"title":1},"591":{"body":17,"breadcrumbs":7,"title":1},"592":{"body":18,"breadcrumbs":9,"title":3},"593":{"body":17,"breadcrumbs":7,"title":1},"594":{"body":19,"breadcrumbs":9,"title":3},"595":{"body":17,"breadcrumbs":7,"title":1},"596":{"body":18,"breadcrumbs":9,"title":3},"597":{"body":13,"breadcrumbs":8,"title":2},"598":{"body":26,"breadcrumbs":9,"title":3},"599":{"body":58,"breadcrumbs":9,"title":3},"6":{"body":39,"breadcrumbs":6,"title":3},"60":{"body":45,"breadcrumbs":8,"title":3},"600":{"body":51,"breadcrumbs":8,"title":2},"601":{"body":30,"breadcrumbs":7,"title":1},"602":{"body":26,"breadcrumbs":7,"title":1},"603":{"body":23,"breadcrumbs":7,"title":1},"604":{"body":29,"breadcrumbs":9,"title":3},"605":{"body":11,"breadcrumbs":9,"title":3},"606":{"body":8,"breadcrumbs":7,"title":1},"607":{"body":0,"breadcrumbs":9,"title":3},"608":{"body":94,"breadcrumbs":10,"title":4},"609":{"body":33,"breadcrumbs":12,"title":6},"61":{"body":14,"breadcrumbs":8,"title":3},"610":{"body":38,"breadcrumbs":8,"title":2},"611":{"body":33,"breadcrumbs":11,"title":5},"612":{"body":152,"breadcrumbs":8,"title":2},"613":{"body":7,"breadcrumbs":9,"title":3},"614":{"body":14,"breadcrumbs":7,"title":1},"615":{"body":32,"breadcrumbs":7,"title":1},"616":{"body":30,"breadcrumbs":8,"title":2},"617":{"body":39,"breadcrumbs":6,"title":0},"618":{"body":0,"breadcrumbs":10,"title":5},"619":{"body":53,"breadcrumbs":8,"title":3},"62":{"body":62,"breadcrumbs":7,"title":2},"620":{"body":0,"breadcrumbs":8,"title":3},"621":{"body":79,"breadcrumbs":8,"title":3},"622":{"body":86,"breadcrumbs":8,"title":3},"623":{"body":56,"breadcrumbs":8,"title":3},"624":{"body":0,"breadcrumbs":7,"title":2},"625":{"body":128,"breadcrumbs":6,"title":1},"626":{"body":134,"breadcrumbs":7,"title":2},"627":{"body":0,"breadcrumbs":8,"title":4},"628":{"body":77,"breadcrumbs":7,"title":3},"629":{"body":75,"breadcrumbs":6,"title":2},"63":{"body":20,"breadcrumbs":7,"title":2},"630":{"body":19,"breadcrumbs":5,"title":1},"631":{"body":196,"breadcrumbs":5,"title":1},"632":{"body":34,"breadcrumbs":6,"title":2},"633":{"body":63,"breadcrumbs":8,"title":4},"634":{"body":41,"breadcrumbs":6,"title":2},"635":{"body":20,"breadcrumbs":5,"title":1},"636":{"body":15,"breadcrumbs":7,"title":3},"637":{"body":69,"breadcrumbs":5,"title":1},"638":{"body":8,"breadcrumbs":7,"title":3},"639":{"body":81,"breadcrumbs":5,"title":1},"64":{"body":22,"breadcrumbs":7,"title":2},"640":{"body":13,"breadcrumbs":9,"title":5},"641":{"body":18,"breadcrumbs":5,"title":1},"642":{"body":36,"breadcrumbs":6,"title":2},"643":{"body":27,"breadcrumbs":8,"title":4},"644":{"body":0,"breadcrumbs":5,"title":1},"645":{"body":212,"breadcrumbs":6,"title":2},"646":{"body":188,"breadcrumbs":6,"title":2},"647":{"body":337,"breadcrumbs":10,"title":6},"648":{"body":63,"breadcrumbs":8,"title":4},"649":{"body":262,"breadcrumbs":6,"title":2},"65":{"body":0,"breadcrumbs":12,"title":6},"650":{"body":23,"breadcrumbs":6,"title":2},"651":{"body":64,"breadcrumbs":7,"title":3},"652":{"body":77,"breadcrumbs":9,"title":5},"653":{"body":49,"breadcrumbs":5,"title":1},"654":{"body":61,"breadcrumbs":8,"title":4},"655":{"body":31,"breadcrumbs":6,"title":2},"656":{"body":10,"breadcrumbs":6,"title":2},"657":{"body":10,"breadcrumbs":6,"title":2},"658":{"body":9,"breadcrumbs":6,"title":2},"659":{"body":20,"breadcrumbs":6,"title":2},"66":{"body":54,"breadcrumbs":8,"title":2},"660":{"body":19,"breadcrumbs":6,"title":2},"661":{"body":14,"breadcrumbs":6,"title":2},"662":{"body":13,"breadcrumbs":5,"title":1},"663":{"body":17,"breadcrumbs":8,"title":4},"664":{"body":19,"breadcrumbs":8,"title":4},"665":{"body":158,"breadcrumbs":6,"title":2},"666":{"body":19,"breadcrumbs":6,"title":2},"667":{"body":40,"breadcrumbs":6,"title":2},"668":{"body":18,"breadcrumbs":7,"title":3},"669":{"body":14,"breadcrumbs":6,"title":2},"67":{"body":18,"breadcrumbs":8,"title":2},"670":{"body":4,"breadcrumbs":7,"title":3},"671":{"body":0,"breadcrumbs":5,"title":1},"672":{"body":54,"breadcrumbs":7,"title":3},"673":{"body":26,"breadcrumbs":6,"title":2},"674":{"body":60,"breadcrumbs":10,"title":4},"675":{"body":31,"breadcrumbs":9,"title":3},"676":{"body":23,"breadcrumbs":8,"title":2},"677":{"body":88,"breadcrumbs":8,"title":2},"678":{"body":91,"breadcrumbs":9,"title":3},"679":{"body":63,"breadcrumbs":6,"title":2},"68":{"body":14,"breadcrumbs":11,"title":5},"680":{"body":34,"breadcrumbs":6,"title":2},"681":{"body":52,"breadcrumbs":6,"title":2},"682":{"body":40,"breadcrumbs":6,"title":2},"683":{"body":33,"breadcrumbs":6,"title":2},"684":{"body":25,"breadcrumbs":5,"title":2},"685":{"body":82,"breadcrumbs":5,"title":2},"686":{"body":35,"breadcrumbs":7,"title":4},"687":{"body":7,"breadcrumbs":8,"title":5},"688":{"body":107,"breadcrumbs":4,"title":1},"689":{"body":26,"breadcrumbs":7,"title":4},"69":{"body":12,"breadcrumbs":7,"title":1},"690":{"body":76,"breadcrumbs":4,"title":1},"691":{"body":330,"breadcrumbs":4,"title":1},"692":{"body":146,"breadcrumbs":4,"title":1},"693":{"body":185,"breadcrumbs":5,"title":2},"694":{"body":18,"breadcrumbs":6,"title":3},"695":{"body":45,"breadcrumbs":10,"title":7},"696":{"body":20,"breadcrumbs":7,"title":4},"697":{"body":27,"breadcrumbs":6,"title":3},"698":{"body":21,"breadcrumbs":6,"title":3},"699":{"body":85,"breadcrumbs":6,"title":3},"7":{"body":68,"breadcrumbs":6,"title":3},"70":{"body":32,"breadcrumbs":12,"title":6},"700":{"body":103,"breadcrumbs":8,"title":5},"701":{"body":134,"breadcrumbs":6,"title":3},"702":{"body":58,"breadcrumbs":4,"title":1},"703":{"body":109,"breadcrumbs":5,"title":2},"704":{"body":148,"breadcrumbs":4,"title":1},"705":{"body":105,"breadcrumbs":5,"title":2},"706":{"body":12,"breadcrumbs":6,"title":3},"707":{"body":89,"breadcrumbs":6,"title":3},"708":{"body":110,"breadcrumbs":7,"title":4},"709":{"body":56,"breadcrumbs":8,"title":5},"71":{"body":47,"breadcrumbs":7,"title":1},"710":{"body":41,"breadcrumbs":6,"title":3},"711":{"body":106,"breadcrumbs":7,"title":4},"712":{"body":47,"breadcrumbs":5,"title":2},"713":{"body":16,"breadcrumbs":5,"title":2},"714":{"body":57,"breadcrumbs":5,"title":2},"715":{"body":12,"breadcrumbs":5,"title":2},"716":{"body":16,"breadcrumbs":5,"title":2},"717":{"body":27,"breadcrumbs":5,"title":2},"718":{"body":12,"breadcrumbs":5,"title":2},"719":{"body":14,"breadcrumbs":5,"title":2},"72":{"body":4,"breadcrumbs":8,"title":2},"720":{"body":20,"breadcrumbs":5,"title":2},"721":{"body":14,"breadcrumbs":5,"title":2},"722":{"body":0,"breadcrumbs":2,"title":1},"723":{"body":8,"breadcrumbs":2,"title":1},"724":{"body":4,"breadcrumbs":2,"title":1},"725":{"body":8,"breadcrumbs":2,"title":1},"726":{"body":8,"breadcrumbs":2,"title":1},"727":{"body":6,"breadcrumbs":2,"title":1},"728":{"body":6,"breadcrumbs":2,"title":1},"729":{"body":5,"breadcrumbs":2,"title":1},"73":{"body":51,"breadcrumbs":11,"title":5},"730":{"body":10,"breadcrumbs":2,"title":1},"731":{"body":0,"breadcrumbs":2,"title":1},"732":{"body":11,"breadcrumbs":2,"title":1},"733":{"body":8,"breadcrumbs":4,"title":3},"734":{"body":2,"breadcrumbs":2,"title":1},"735":{"body":5,"breadcrumbs":2,"title":1},"736":{"body":2,"breadcrumbs":2,"title":1},"737":{"body":8,"breadcrumbs":2,"title":1},"738":{"body":8,"breadcrumbs":3,"title":2},"739":{"body":6,"breadcrumbs":3,"title":2},"74":{"body":13,"breadcrumbs":7,"title":1},"740":{"body":13,"breadcrumbs":4,"title":3},"741":{"body":9,"breadcrumbs":3,"title":2},"742":{"body":24,"breadcrumbs":3,"title":2},"743":{"body":3,"breadcrumbs":3,"title":2},"744":{"body":3,"breadcrumbs":3,"title":2},"745":{"body":9,"breadcrumbs":2,"title":1},"746":{"body":3,"breadcrumbs":3,"title":2},"747":{"body":6,"breadcrumbs":3,"title":2},"748":{"body":6,"breadcrumbs":3,"title":2},"749":{"body":7,"breadcrumbs":3,"title":2},"75":{"body":32,"breadcrumbs":7,"title":1},"750":{"body":8,"breadcrumbs":3,"title":2},"751":{"body":8,"breadcrumbs":3,"title":2},"752":{"body":7,"breadcrumbs":2,"title":1},"753":{"body":4,"breadcrumbs":3,"title":2},"76":{"body":4,"breadcrumbs":8,"title":2},"77":{"body":9,"breadcrumbs":11,"title":5},"78":{"body":26,"breadcrumbs":7,"title":1},"79":{"body":12,"breadcrumbs":7,"title":1},"8":{"body":141,"breadcrumbs":5,"title":2},"80":{"body":4,"breadcrumbs":8,"title":2},"81":{"body":43,"breadcrumbs":9,"title":3},"82":{"body":14,"breadcrumbs":9,"title":3},"83":{"body":51,"breadcrumbs":8,"title":2},"84":{"body":23,"breadcrumbs":8,"title":2},"85":{"body":32,"breadcrumbs":8,"title":2},"86":{"body":0,"breadcrumbs":6,"title":3},"87":{"body":44,"breadcrumbs":5,"title":2},"88":{"body":20,"breadcrumbs":5,"title":2},"89":{"body":54,"breadcrumbs":4,"title":1},"9":{"body":275,"breadcrumbs":7,"title":4},"90":{"body":31,"breadcrumbs":6,"title":3},"91":{"body":12,"breadcrumbs":4,"title":1},"92":{"body":31,"breadcrumbs":4,"title":1},"93":{"body":7,"breadcrumbs":5,"title":2},"94":{"body":25,"breadcrumbs":4,"title":1},"95":{"body":8,"breadcrumbs":4,"title":1},"96":{"body":36,"breadcrumbs":4,"title":1},"97":{"body":5,"breadcrumbs":5,"title":2},"98":{"body":28,"breadcrumbs":4,"title":1},"99":{"body":8,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"Welcome to Lapwing for beginners—the online book for hobbyists to teach themselves stenography with Lapwing theory! To get started: as a complete beginner: Chapter 1 as a current Plover user thinking about switching to Lapwing: Appendix A NOTE: setting up Lapwing with the Plover app is covered in Chapter 5 . This resource is still in development and feedback is highly appreciated. You can reach out to me by: posting a message on the Plover Discord server’s lapwing-theory channel creating a new post on GitHub discussions","breadcrumbs":"Home » Lapwing for Beginners","id":"0","title":"Lapwing for Beginners"},"1":{"body":"In early 2022, I was dissatisfied with the state of learning resources for Plover theory and started working on a new dictionary. However, throughout this process, I realized that Plover theory itself had many gaps and adding all the valid outlines would be impossible. I added more and more rules to account for these theory gaps, and slowly the entire project diverged far enough from Plover to be considered its own theory. Over two years later, Lapwing is used by several community members and is a regarded as a viable theory to learn. I created this resource to make stenography more accessible to hobbyists.","breadcrumbs":"Home » Motivation","id":"1","title":"Motivation"},"10":{"body":"I hope this has helped to demystify stenography! In the next chapter, I will be discussing steno hardware and software to get you started on learning steno!","breadcrumbs":"Chapter 1: Introduction » Conclusion","id":"10","title":"Conclusion"},"100":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described above) is familiar, the AOU chord can be thought of as transforming the U key into a long u by combining it with the two keys on the other side Long u = U + (vowel keys on other hand) The long u sound is also quite similar to the “oo” sound","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"100","title":"Mnemonics"},"101":{"body":"Single syllable AOU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"101","title":"Section practice"},"102":{"body":"This chapter’s test consists of all the practice drills you have done in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Chapter 7 test","id":"102","title":"Chapter 7 test"},"103":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5-20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 7: Vowels » Recommended completion goal","id":"103","title":"Recommended completion goal"},"104":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation a AEU Sounds like the letter “A” can K Single key brief for a common word for TP-R Drops the vowel in TPH in if TP if new TPHU The proper long u TPHAOU vowel is reserved for the word “knew” to TO Matches the spelling two TWO Matches the spelling , KW-BG Symmetrical shape like the period/full stop. ! TP-BG Shape resembles a lowering intonation (not accurate to the exclamation mark, but contrasts with the question mark). NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 7: Vowels » Chapter briefs","id":"104","title":"Chapter briefs"},"105":{"body":"can you say two? I paid for a can! I got a new car in the ice. if you trade, can I pay for the rice? Answers K/U/SAEU/TWO/KW-PL EU/PAEUD/TP-R/AEU/K/TP-BG EU/TKPWOT/AEU/TPHU/KAR/TPH/-T/AOEUS/TP-PL TP/U/TRAEUD/KW-BG/K/EU/PAEU/TP-R/-T/RAOEUS/KW-PL","breadcrumbs":"Chapter 7: Vowels » Practice sentences","id":"105","title":"Practice sentences"},"106":{"body":"Brief Outline Explanation for the TP-RT TP-R + -t can you KU K + U in the TPH-T TPH + -T if the TP-T TP + -T to the TOT TO + -T","breadcrumbs":"Chapter 7: Vowels » Extra briefs","id":"106","title":"Extra briefs"},"107":{"body":"","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8: Vowels continued","id":"107","title":"Chapter 8: Vowels continued"},"108":{"body":"Recommended time to spend on this chapter: 2–6 days. Read AOE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AE and complete the drill ( 15 minutes ) Repeat the drill as needed Read AO and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 8: Vowels continued » Recommended pace","id":"108","title":"Recommended pace"},"109":{"body":"Single syllable AOE words drill Single syllable AOEU words drill Single syllable AU words drill Single syllable AE words drill Single syllable AO words drill Chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Useful links","id":"109","title":"Useful links"},"11":{"body":"Steno is unlike alternative keyboard layouts that can easily be switched in your operating system’s settings. Steno requires specialized hardware and a steno engine that translates the keys you press into the words to be outputted. This chapter will go over both steno keyboards (hardware) and the software required.","breadcrumbs":"Chapter 2: Steno hardware and software » Chapter 2: Steno hardware and software","id":"11","title":"Chapter 2: Steno hardware and software"},"110":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 8: Vowels continued » Intro","id":"110","title":"Intro"},"111":{"body":"Since steno is a primarily phonetic system, homophones can be tricky to deal with. For example, the words “pair” and “pear” are pronounced exactly the same, but it is not possible to assign them both to PAEUR. We would call this an example of a conflict ; two words conflict with the same outline. In Lapwing theory, spelling is the primary way to resolve conflicts. This particular example of “pair” and “pear” is covered later in this chapter.","breadcrumbs":"Chapter 8: Vowels continued » What is a conflict?","id":"111","title":"What is a conflict?"},"112":{"body":"aoe AOE is the long e sound as in “beet” /i/ AOER is the sound as in “peer” /ɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOE","id":"112","title":"AOE"},"113":{"body":"peel PAOEL teal TAOEL here HAOER seer SAOER","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"113","title":"Examples"},"114":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowels and short vowels (as described in the previous chapter) is familiar, you can think of transforming the E key into a long e by combining it with the two keys on the other side Long e = E + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"114","title":"Mnemonics"},"115":{"body":"Single syllable AOE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"115","title":"Section practice"},"116":{"body":"aoeu AOEU is the long i sound as in “ice” /aɪ/ AOEUR is the sound as in “ire” /aɪər/","breadcrumbs":"Chapter 8: Vowels continued » AOEU","id":"116","title":"AOEU"},"117":{"body":"light HRAOEUT tile TAOEUL liar HRAOEUR tire TAOEUR","breadcrumbs":"Chapter 8: Vowels continued » Examples","id":"117","title":"Examples"},"118":{"body":"Feel free to come up with your own or even suggest some! If the notion of long vowel and short vowels (as described in the previous chapter) is familiar, you can think of transforming the “i” chord into a long i by combining it with the two keys on the other side Long i = EU + (vowel keys on other hand)","breadcrumbs":"Chapter 8: Vowels continued » Mnemonics","id":"118","title":"Mnemonics"},"119":{"body":"Single syllable AOEU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"119","title":"Section practice"},"12":{"body":"I would highly recommend purchasing a steno keyboard before starting to learn steno. Any of the ones listed on the supported hardware wiki page are really good; they will work for many years as you get faster. $100 is a little steep for a simple keyboard, but that is unfortunately the price point for custom keyboards which don’t see much demand. There are two reasons why specialized keyboards are needed for steno. First of all, regular keyboards have row stagger making it difficult to press two keys at once with the same finger. Second of all, most keyboards lack n-key rollover : the ability to detect multiple simultaneous key presses. Standard keyboards are typically only able to detect two to six key presses at once. layout finger diagram. That being said, the first steno board I ever used was an NKRO keyboard that I bought second hand for $30. It came with loud and heavy 60 gram switches. As you’ll often be pressing around 6 keys per stroke, you want to have very light keys. With this cheap keyboard, I could only steno for about a minute before my wrists started burning. For comparison, professional steno machines have tension mechanisms that bottom out at as low as 10 grams regardless of how many keys are pressed. If you do choose to use a regular keyboard for learning steno, make sure you know where the correct key positions are. I’d recommend printing out or keeping a graphic like this handy: steno keys on QWERTY layout If possible, I would also recommend flipping the top row of keycaps to bring the top row a little closer to the bottom row. This helps a lot with pressing two keys vertically: It is definitely possible to learn theory with a regular keyboard (even one that doesn’t support n-key rollover), but it might be frustrating depending on your patience.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno hardware","id":"12","title":"Steno hardware"},"120":{"body":"au In chapter 5, the short vowel rules suggest that words like “bought” and “caught” would use the O key. Short vowel rule #1: short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Short vowel rule #2: Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. However, “bought” and “caught” are homophones with “bot” and “cot” (at least with the accent Lapwing assumes). Therefore, we instead give an exception to the short o sound with regard to the two rules above. The short o sound is only written with O if it is spelled with a single “o”. Any other spellings of the short o sound are written with AU. So while “bot” and “cot” are written as PWOT and KOT, respectively, “bought” and “caught” are written like so: bought PWAUT caught KAUT","breadcrumbs":"Chapter 8: Vowels continued » AU","id":"120","title":"AU"},"121":{"body":"Words spelled with “au” are given A*UL when there is a conflict: call KAUL caul KA*UL hall HAUL haul HA*UL Words spelled with “awl” are also given A*UL when there is a conflict: all AUL awl A*UL ball PWAUL bawl PWA*UL There aren’t very many of these conflicts to warrant a practice drill, but it is important to keep this in mind when you encounter unexpected output in everyday writing. This is also one area where it is completely safe to change the logic and remap words in your own personal dictionary.","breadcrumbs":"Chapter 8: Vowels continued » Minor conflicts","id":"121","title":"Minor conflicts"},"122":{"body":"Single syllable AU words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"122","title":"Section practice"},"123":{"body":"ae Take a look at the following words: pair pear The PAEUR outline cannot be assigned to both of these words. This is where AE comes into play. It is a secondary chord that can represent the same vowel as AEU when there is conflict. In these conflicts involving the long a sound, one word will use AEU. This is the word with higher priority. The other word will use AE; this is the word with lower priority. Spelling is used to determine the priority to assign to a word.","breadcrumbs":"Chapter 8: Vowels continued » AE for AEU","id":"123","title":"AE for AEU"},"124":{"body":"Words spelled with “ai” or “ei” get the highest priority, and are always written using AEU: AEUT eight TPAEUR fair PHAEUPB main PAEUR pair","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ai” or “ei” spellings","id":"124","title":"Highest priority: “ai” or “ei” spellings"},"125":{"body":"These words receive medium priority. Use AE for these words if there is a conflict with a word in the above category. AET ate (AEUT is already “eight”) TPAER fare (TPAEUR is already “fair”) TAEUR tare (“tair” is not a word) PHAEPB mane (PHAEUPB is already “main”)","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “a_e” spellings","id":"125","title":"Medium priority: “a_e” spellings"},"126":{"body":"These words get lowest priority. If there is a conflict with any of the two categories above, use AE. TAER tear (TAEUR is already “tare”) PAER pear (PAEUR is already “pair”) SWAEUR swear (“swair” and “sware” are not words) NOTE: remember that AE is only used to resolve conflicts . Try not to associate this chord with any specific spelling or sound.","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"126","title":"Lowest priority: “ea” spellings"},"127":{"body":"Here’s a flowchart to summarize the above: aeur flowchart","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"127","title":"Flowchart Summary"},"128":{"body":"In addition to the AEU vowel, AE can also represent the AOE vowel when there are conflicts. Again, certain spellings are assigned to higher priority, while lower priority spellings use AE.","breadcrumbs":"Chapter 8: Vowels continued » AE for AOE","id":"128","title":"AE for AOE"},"129":{"body":"All words spelled with “ee” use AOE TPAOET feet PAOE pee SAOED seed TAOE tee","breadcrumbs":"Chapter 8: Vowels continued » Highest priority: “ee” spellings","id":"129","title":"Highest priority: “ee” spellings"},"13":{"body":"This series requires you to use Plover ; a free and open source steno engine available on Linux, macOS, and Windows. Follow the instructions in the Plover wiki (link below) to set up the app and your machine. If you are using a QWERTY keyboard, make sure to read over the page and the relevant sections.","breadcrumbs":"Chapter 2: Steno hardware and software » Steno software","id":"13","title":"Steno software"},"130":{"body":"PAOES piece","breadcrumbs":"Chapter 8: Vowels continued » Medium priority: “ie” spellings","id":"130","title":"Medium priority: “ie” spellings"},"131":{"body":"TPAET feat (TPAOET is already “feet”) PAE pea (PAOE is already “pee”) PAES peace (PAOES is already “piece”) TAE tea (TAOE is already “tee”)","breadcrumbs":"Chapter 8: Vowels continued » Lowest priority: “ea” spellings","id":"131","title":"Lowest priority: “ea” spellings"},"132":{"body":"Here’s a flowchart to summarize the above:","breadcrumbs":"Chapter 8: Vowels continued » Flowchart Summary","id":"132","title":"Flowchart Summary"},"133":{"body":"AE can also be used for “ea” spellings that conflict with short vowels. lead HRAED (HRED is already “led”) bread PWRAED (PWRED is already “bred”)","breadcrumbs":"Chapter 8: Vowels continued » Other uses of AE for disambiguating","id":"133","title":"Other uses of AE for disambiguating"},"134":{"body":"You may wonder about, or even encounter a few 3-way conflicts. For example, “pair”, “pare”, and “pear”. There really aren’t that many of these so Lapwing doesn’t actually provide any rules on how to deal with these. By default the Lapwing dictionary assigns PAER to “pear” and PA*EUR to “pare”. The reason for this is that “pear” is much more common and is considered higher priority than “pare”. You are, of course, free to disagree with this logic and change things around! It is really up to you how you want to deal with these conflicts. NOTE: considering priority based on how common words are is generally used as a last resort where the rules are fuzzy or nonexistent (like in this example). You will not see this in any concrete Lapwing rules.","breadcrumbs":"Chapter 8: Vowels continued » AE 3-way conflicts","id":"134","title":"AE 3-way conflicts"},"135":{"body":"Single syllable AE words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"135","title":"Section practice"},"136":{"body":"This chord has two uses: Words spelled with “oo”, regardless of their pronunciation wood WAOD hood HAOD blood PWHRAOD tool TAOL Words spelled with “oa” to resolve conflicts oar AOR (OR is already “or”) soar SAOR (SOR is already “sore”) boar PWAOR (PWOR is already “bore”) road RAOD (ROED is already “rode”) NOTE: you may be tempted to write “boat” as PWAOT, but this is incorrect. The word “boat” should be written as PWOET, first and foremost (since there are no homophones with “boat”). Therefore, PWAOT is actually the word “boot”.","breadcrumbs":"Chapter 8: Vowels continued » AO","id":"136","title":"AO"},"137":{"body":"Single syllable AO words drill","breadcrumbs":"Chapter 8: Vowels continued » Section practice","id":"137","title":"Section practice"},"138":{"body":"This chapter’s test consists of all the vowel drills (including chapter 7 material). Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 8 test","breadcrumbs":"Chapter 8: Vowels continued » Chapter 8 test","id":"138","title":"Chapter 8 test"},"139":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 8: Vowels continued » Recommended completion goal","id":"139","title":"Recommended completion goal"},"14":{"body":"","breadcrumbs":"Chapter 2: Steno hardware and software » Beginner’s Guide to Plover","id":"14","title":"Beginner’s Guide to Plover"},"140":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation had H Single key brief for a common word people P Single key brief for a common word this TH this there THR there when WH when why KWR KWR is (sometimes) used for the “Y” letter will HR will with W Single key brief for a common word Enter or Return R-R return (equivalent to pressing Enter or Return on a keyboard). Capitalize the next word and suppress a space KPA* This useful for starting new sentences in text fields where you don’t want a leading space. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 8: Vowels continued » Chapter briefs","id":"140","title":"Chapter briefs"},"141":{"body":"When are the people here? This is why we fight. There are no moose! Will you sleep now? I have had it with you! Answers KPA*/WH/R/-T/P/HAOER/KW-PL KPA*/TH/S/KWR/WAOE/TPAOEUT/TP-PL KPA*/THR/-R/TPHO/PHAOS/TP-BG KPA*/HR/U/SHRAOEP/TPHOU/KW-PL KPA*/EU/SR/H/T/W/U/TP-BG","breadcrumbs":"Chapter 8: Vowels continued » Practice sentences","id":"141","title":"Practice sentences"},"142":{"body":"Brief Outline Explanation had the H-T H + -T this is TH-S TH + -S there is THR-S THR + -S there’s THR*S THR + -S + * there are THR-R THR + -R there’re THR*R THR + -R + * when is WH-S WH + -S when’s WH*S WH + -S + * when are WH-R WH + -R why is KWR-S KWR + -S why’s KWR*S KWR + -S + * why are KWR-R KWR + R will the HR-T HR + -T will you HRU HR + U","breadcrumbs":"Chapter 8: Vowels continued » Extra briefs","id":"142","title":"Extra briefs"},"143":{"body":"","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9: Right hand chords","id":"143","title":"Chapter 9: Right hand chords"},"144":{"body":"Recommended time to spend on this chapter: 1–4 days. Read right hand v and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand st and complete the drill ( 10 minutes ) Repeat the drill as needed Read right hand m and k and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand mp, th, and lk and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 9: Right hand chords » Recommended pace","id":"144","title":"Recommended pace"},"145":{"body":"Single syllable right hand v words drill Single syllable right hand st words drill Single syllable right hand m and k words drill Single syllable right hand mp, th, and lk words drill Chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Useful links","id":"145","title":"Useful links"},"146":{"body":"“v” as in in “cave” is -F v","breadcrumbs":"Chapter 9: Right hand chords » Right hand v","id":"146","title":"Right hand v"},"147":{"body":"solve SOF move PHAOUF love HROF","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"147","title":"Examples"},"148":{"body":"Feel free to come up with your own or even suggest some! The “v” sound is quite similar to “f” (“v” is simply voiced “f”)","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics:","id":"148","title":"Mnemonics:"},"149":{"body":"With -F as both “f” and “v”, conflicts such as “safe” and “save” can arise; both of these would be written as SAEUF. In these cases, -F is reserved for the word spelled with “f” and *F is used for the word spelled with “v”: safe SAEUF save SA*EUF waif WAEUF waive WA*EUF","breadcrumbs":"Chapter 9: Right hand chords » Conflicts with f","id":"149","title":"Conflicts with f"},"15":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » Chapter 3: How to learn steno","id":"15","title":"Chapter 3: How to learn steno"},"150":{"body":"Single syllable v words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"150","title":"Section practice"},"151":{"body":"In chapter 5, it was stated that “-st” in words like “past” cannot be written in a way that obeys steno order. In Lapwing theory, -FT can be used to represent this sound. cast KAFT fast TPAFT haste HAEUFT mast PHAFT For conflicts, *S is used as a secondary chord. Words with “-ft” are given higher priority than words with “-st”. lost HRO*S (HROFT is already “loft”) list HR*EUS (HREUFT is already “lift”) st Note: the -F key can be used for “s” in general when steno order cannot be followed. Section practice This section’s practice material also includes some “-ft” words like “loft” and “lift”. Single syllable -st words","breadcrumbs":"Chapter 9: Right hand chords » Right hand st","id":"151","title":"Right hand st"},"152":{"body":"-PL is “-m” as in “calm” -BG is “k” as in “back” m and k","breadcrumbs":"Chapter 9: Right hand chords » Right hand m and k","id":"152","title":"Right hand m and k"},"153":{"body":"crumb KRUPL form TPORPL lark HRARBG sack SABG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"153","title":"Examples"},"154":{"body":"Each of these chords are simply two keys in a row -PL is the top row pressed by the middle and ring fingers -BG is the bottom row pressed by the middle and ring fingers Think “plum” for -PL","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"154","title":"Mnemonics"},"155":{"body":"Single syllable m and k words","breadcrumbs":"Chapter 9: Right hand chords » Section practice","id":"155","title":"Section practice"},"156":{"body":"*PL is “-mp” as in “bump” *T is “-th” as in “path” *LG is “-lk” as in “calc” mp th and lk","breadcrumbs":"Chapter 9: Right hand chords » Right hand mp, th, and lk","id":"156","title":"Right hand mp, th, and lk"},"157":{"body":"crimp KR*EUPL shrimp SHR*EUPL bath PWA*T moth PHO*T elk *ELG talc TA*LG","breadcrumbs":"Chapter 9: Right hand chords » Examples","id":"157","title":"Examples"},"158":{"body":"Feel free to come up with your own or even suggest some! *PL is the “m” chord with an asterisk *T is the -T key with an asterisk The “g” and “k” sounds are quite similar and *LG is the -LG chord with an asterisk","breadcrumbs":"Chapter 9: Right hand chords » Mnemonics","id":"158","title":"Mnemonics"},"159":{"body":"Single syllable mp, th, and lk words","breadcrumbs":"Chapter 9: Right hand chords » Section practice:","id":"159","title":"Section practice:"},"16":{"body":"Before starting to learn steno, it is important to know that it is not something that can be easily picked up within a week. Personally, it took me about 3 months to achieve a consistent 30 WPM speed. While not nearly as difficult as learning a new language, the difficulty is definitely comparable to something like learning a musical instrument. Learning steno takes a lot of (good) practice and patience. You should not be expecting to double your typing speed in just a month. In fact, it took me 6 months to reach 150 WPM on some TypeRacer quotes, but my speed varied quite a lot as novel and unfamiliar words would throw me off. While my top speed was indeed quite fast during this period, my average speed of 90 WPM wasn’t significantly faster than a good QWERTY typist. Another 6 months later, I was at a consistent 180 WPM on most Monkeytype quotes. Another year and a half after that, I completely switched to steno for all computer tasks. I hope reading this has not discouraged you from picking up steno, but I do have to be honest and straightforward about it. If you are not discouraged, however, I do believe you have the right mindset to succeed!","breadcrumbs":"Chapter 3: How to learn steno » Steno is difficult","id":"16","title":"Steno is difficult"},"160":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 9 test","breadcrumbs":"Chapter 9: Right hand chords » Chapter 9 test","id":"160","title":"Chapter 9 test"},"161":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 9: Right hand chords » Recommended completion goal","id":"161","title":"Recommended completion goal"},"162":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation about PW about after AF after that THA Drops the last consonant to be useful in phrases their THAEUR were WR were what WHA Drops the last consonant to be useful in phrases which WEU Drops the last consonant who WHO Matches the spelling Enter (and capitalize next word) R*R NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 9: Right hand chords » Chapter briefs","id":"162","title":"Chapter briefs"},"163":{"body":"after that, the dog will trust you. were you in their room? it is what it is. who were you with? it is with which I rest about. what is in there? Answers AF/THA/KW-BG/-T/TKOG/HR/TRUFT/U/TP-PL WR/U/TPH/THAEUR/RAOPL/KW-PL T/S/WHA/T/S/TP-PL WHO/WR/U/W/KW-PL T/S/W/WEU/EU/REFT/PW/TP-PL WHA/S/TPH/THR/KW-PL","breadcrumbs":"Chapter 9: Right hand chords » Practice sentences","id":"163","title":"Practice sentences"},"164":{"body":"Brief Outline Explanation about the PW-T PW + -T that the THAT THA + -T that you THAU THA + U what the WHAT WHA + -T what you WHAU WHA + U were the WR-T WR + -T were you WRU WR + U who the WHOT WHO + T","breadcrumbs":"Chapter 9: Right hand chords » Extra briefs","id":"164","title":"Extra briefs"},"165":{"body":"","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10: Right hand chords continued","id":"165","title":"Chapter 10: Right hand chords continued"},"166":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand n, j, and lj and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand rv, rf, ng, and nk and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ch, sh and rch and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended pace","id":"166","title":"Recommended pace"},"167":{"body":"Single syllable right hand n, j, and lj words drill Single syllable right hand rv, rf, ng, and nk words Single syllable right hand ch, sh, and rch/nch words Chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Useful links","id":"167","title":"Useful links"},"168":{"body":"-PB is “-n” as in “lawn” -PBLG is “-j” as in “grudge” -LG represents two two sounds: “-lj” as in “bulge” “-lch” as in “mulch” n, j, lj","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand n, j, and lj","id":"168","title":"Right hand n, j, and lj"},"169":{"body":"fin TPEUPB sign SAOEUPB lodge HROPBLG nudge TPHUPBLG bilge PWEULG belch PWELG squelch SKWELG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"169","title":"Examples"},"17":{"body":"When I first started learning stenography, I knew that people were saying it is very difficult to learn. Instead of being discouraged by this, it motivated me even more. In the back of my mind, I wanted to prove that steno wasn’t that difficult and that maybe I could learn it faster than most people. While this is quite egotistical, I do think this mindset helped me along the way; even though I did not learn steno as fast as I had hoped. If you’re not feeling this way, but still want to learn, try to convince yourself that you can do this! Compared to other skills or technical abilities, steno is something that I truly believe anyone can do. You don’t have to necessarily have quick fingers, and you don’t have to have an exceptional memory. In my opinion, all you need is a lot of free time, some patience, and a good steno board. I should also mention that if, at any point in your steno journey, you are feeling discouraged at your progress, don’t give up! Most people take 6 months to a year to reach their old typing speed. It is a gradual process, and one that you should be finding fun. Believe in yourself! Face learning steno as a challenge!","breadcrumbs":"Chapter 3: How to learn steno » Take steno as a challenge!","id":"17","title":"Take steno as a challenge!"},"170":{"body":"Feel free to come up with your own or even suggest some! Think “peanut butter” for -PB -PBLG is a cluster of 4 keys pressed with the right hand middle and ring fingers -LG resembles the “-lg” sound in spelling and is somewhat close to the “-lch” sound","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"170","title":"Mnemonics:"},"171":{"body":"Single syllable right hand n, j, and lj/lch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"171","title":"Section practice"},"172":{"body":"-FRB is “-rv” as in “swerve” *FRB is “-rf” as in “turf” The reason -FRB is “-rv” and not “-rf” is that the former is a bit more common. -PBG represents two sounds: “-ng” as in “tang” “-nj” as in “strange” *PBG is “-nk” as in “plank” rv, rf, ng, nk","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand rv, rf, ng, and nk","id":"172","title":"Right hand rv, rf, ng, and nk"},"173":{"body":"curve KUFRB carve KAFRB turf T*UFRB serf S*EFRB ling HREUPBG sing SEUPBG tank TA*PBG sink S*EUPBG","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"173","title":"Examples"},"174":{"body":"Feel free to come up with your own or even suggest some! -FRB contains the -R key and also looks like the letter “v” on its side The “v” and “f” sounds are quite similar; the “-rf” chord is almost the same as the “-rv” but with the asterisk -PBG is simply just the “n” chord and the -G key combined *PBG is just the “-ng” chord with the asterisk (the “-ng” and “-nk” sounds are quite similar)","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"174","title":"Mnemonics:"},"175":{"body":"Single syllable right hand rv, rf, ng, and nk words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"175","title":"Section practice"},"176":{"body":"-FP is “-ch” as in “couch” -RB is “-sh” as in “trash” -RBS is the “shus” sound as in “cautious” -FRPB represents two sounds: “-rch” as in “arch” “-nch” as in “hunch” ch, sh, rch","breadcrumbs":"Chapter 10: Right hand chords continued » Right hand ch, sh, and rch","id":"176","title":"Right hand ch, sh, and rch"},"177":{"body":"hitch HEUFP patch PAFP mash PHARB sash SARB luscious HRAOURBS spacious SPAEURBS larch HRAFRPB parch PAFRPB crunch KRUFRPB punch PUFRPB","breadcrumbs":"Chapter 10: Right hand chords continued » Examples","id":"177","title":"Examples"},"178":{"body":"Feel free to come up with your own or even suggest some! -FP and -RB are rows of horizontal keys pressed by the right hand index and middle fingers These are both *h chords, remember that -FP comes before -RB in steno order which matches up with the letter “c” coming before “s” in the alphabet The “-rch”/“-nch” chord -FRPB is the combination of the previous two","breadcrumbs":"Chapter 10: Right hand chords continued » Mnemonics:","id":"178","title":"Mnemonics:"},"179":{"body":"Single syllable right hand ch, sh, and rch/nch words","breadcrumbs":"Chapter 10: Right hand chords continued » Section practice","id":"179","title":"Section practice"},"18":{"body":"","breadcrumbs":"Chapter 3: How to learn steno » How do I learn?","id":"18","title":"How do I learn?"},"180":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 10 test","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter 10 test","id":"180","title":"Chapter 10 test"},"181":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 5–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 10: Right hand chords continued » Recommended completion goal","id":"181","title":"Recommended completion goal"},"182":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation be -B Single key brief for a common word been PW-PB Drops the vowel differ TKEUFR Drops the second vowel ( using -FR for the “f_r” sound is a common briefing technique ) even AOEFPB Drops the second vowel of -F Single key brief for a common word one WUPB Not so much a brief as just an odd word only OEPBL only self SEFL Uses an inversion of steno order they THE they think THEU think (easier to write than TH*EUPBG) NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 10: Right hand chords continued » Chapter briefs","id":"182","title":"Chapter briefs"},"183":{"body":"they even think of mulch. hat and cat differ only in one thing. I have been very well. self love is a must. Answers THE/AOEFPB/THEU/-F/PHULG/TP-PL HAT/SKP/KAT/TKEUFR/OEPBL/TPH/WUPB/THEUPBG/TP-PL EU/SR/PW-PB/SRE/WEL/TP-PL SEFL/HROF/S/AEU/PHUFT/TP-PL","breadcrumbs":"Chapter 10: Right hand chords continued » Practice sentences","id":"183","title":"Practice sentences"},"184":{"body":"Brief Outline Explanation they are THER THE + -R they’re TH*ER THE + -R + * one of WUFPB WUPB + -F","breadcrumbs":"Chapter 10: Right hand chords continued » Extra briefs","id":"184","title":"Extra briefs"},"185":{"body":"","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11: Right hand compound clusters","id":"185","title":"Chapter 11: Right hand compound clusters"},"186":{"body":"Recommended time to spend on this chapter: 1–3 days. Read right hand shun and kshun and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand ment and let and complete the drill ( 20 minutes ) Repeat the drill as needed Read right hand bl and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended pace","id":"186","title":"Recommended pace"},"187":{"body":"Right hand shun, kshun, and x words Right hand ment and let words drill Right hand -BL words drill Chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Useful links","id":"187","title":"Useful links"},"188":{"body":"All the chords covered so far represent single sounds. However, there are some chords (particularly on the right hand) that can represent multiple syllables. These are referred to as compound clusters.","breadcrumbs":"Chapter 11: Right hand compound clusters » Intro","id":"188","title":"Intro"},"189":{"body":"-GS is “-shun” as in “ocean” -BGS represents two sounds: “-x” as in “tax” “-kshun” as in in “friction”","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand shun, kshun, and x","id":"189","title":"Right hand shun, kshun, and x"},"19":{"body":"This series is aimed at being a complete guide to learning steno. While you will learn everything that you need to know to be fast at steno, practice and fluency is key. Each chapter in this series follows the same basic format: new theory and practice material introduced in subsections followed by a chapter test. The purpose of this test is to ensure that you have learned the material well enough. It is crucial that you are comfortable and well acquainted with each chapter before moving onto the next. Everyone’s threshold of being “comfortable” differs and it is up to you to decide what this means for you. For some, maybe this just means reading through the chapter with a little practice. For others, maybe this means practising the drills for a week. It is completely up to you to decide when to proceed to the next chapter. However, if you are unsure, the “recommended completion goal” is a good starting point. As this series is very new, I have not been given much feedback. As such, it may be possible that the recommended completion goal is entirely unrealistic for each chapter. Please take it with a grain of salt! Optional briefs Lapwing is full of briefs and write-outs. A brief is an abbreviated outline that is used for speed. It may not follow theory at all and can be completely arbitrary. On the other hand, write-outs are outlines that are logical and follow theory rules. Until you start speed building, you should focus on write-out entries. This book will emphasize learning the rules behind write-outs, but a lot of common words are written using briefs. Many of these briefs are covered gradually in each chapter. It’s not important to explicitly memorize them, but I would suggest at least skimming through them at the end of your practice. After all, these briefs will be covered again in a later chapter; you are free to ignore the optional briefs at the end of each chapter if you wish to learn them all at once in chapter 16. Daily practice Try to aim for at least 15 minutes of practice a day. Ideally, one hour would be best. As mentioned, consistency is key to becoming fluent at steno. However, any more than three hours a day is approaching excessive. Steno is not simply something you can throw more time at to expect better results. By nature, it is something that has to be developed over a long period (like learning a musical instrument or a language). Remember to take breaks, and do not force yourself to practise more than you want to!","breadcrumbs":"Chapter 3: How to learn steno » Lapwing chapters","id":"19","title":"Lapwing chapters"},"190":{"body":"motion PHOEGS caution KAUGS fax TPABGS tex TEBGS","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"190","title":"Examples"},"191":{"body":"Some words like “axe” and “action” conflict with the same outline: ABGS. In these cases, the “-x” sound is given higher priority and “-kshun” sound is relegated to *BGS (same chord, but with the asterisk key). Examples faction TPA*BGS (since TPABGS is already “fax”) section S*EBGS (since SEBGS is already “sex”)","breadcrumbs":"Chapter 11: Right hand compound clusters » “-kshun” and “-x” conflicts","id":"191","title":"“-kshun” and “-x” conflicts"},"192":{"body":"Feel free to come up with your own or even suggest some! “mugs in the ocean” -BGS as the “-x” chord is simply just the combination of the “-k” chord -BG and the -S key -BGS as the “-kshun” chord overlaps with the “-k” chord -BG and the “-shun” chord -GS","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"192","title":"Mnemonics:"},"193":{"body":"Right hand shun, kshun, and x words","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"193","title":"Section practice"},"194":{"body":"-PLT is “-ment” as in “moment” -LT is “-let” as in “scarlet” ment, let","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand ment and let","id":"194","title":"Right hand ment and let"},"195":{"body":"garment TKPWARPLT torment TORPLT roulette RAOULT wallet WAULT","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"195","title":"Examples"},"196":{"body":"Feel free to come up with your own or even suggest some! Taking the middle out of “ment” gives “mt” which is what -PLT represents Taking the middle out of “let” gives “lt” which is what -LT represents","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"196","title":"Mnemonics:"},"197":{"body":"Right hand ment and let words Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"197","title":"Section practice"},"198":{"body":"-BL represents several different sounds: “-bl” as in “double” “-abl” as in “pliable” “-ibl” as in “possible” “-b_l” as in “global”, “mobile”, “label” All these sounds are similar to one another in that they all contain “bl” and optionally an unstressed vowel . This refers to a vowel that isn’t emphasized. Think about how the phrase “lay bell” differs in sound to the word “label”. In the first case, the “e” is stressed while in the second case, it is not. bl","breadcrumbs":"Chapter 11: Right hand compound clusters » Right hand -BL","id":"198","title":"Right hand -BL"},"199":{"body":"pebble PEBL wobble WOBL playable PHRAEUBL chewable KHAOUBL tribal TRAOEUBL rebel REBL NOTE: the word “rebel” can be pronounced as RAOE/PWEL or REBL depending on if it is a verb or a noun. While the dictionary contains both, the single stroke variant is recommended as it is faster.","breadcrumbs":"Chapter 11: Right hand compound clusters » Examples","id":"199","title":"Examples"},"2":{"body":"This book is compiled with mdbook. The source can be found on GitHub, and pull requests are welcome (build instructions are in the repository’s README). If you like my work, maybe consider buying me a coffee 😄.","breadcrumbs":"Home » Contributing","id":"2","title":"Contributing"},"20":{"body":"It’s always a good idea to apply your learning to complement exercises in a textbook. However, I would only recommend incorporating steno into your computer usage after reaching chapter 18. If not, you will have to make liberal use of the lookup tool. It is very important to know how to use this tool correctly. If you blindly follow the entries that show up, you may find yourself confused and frustrated as to why a word is written the way it is. You may also force yourself to inadvertently memorize more briefs. Plover has a built-in tool to easily look up outlines. It can be found in Tools → Lookup. Make sure to read the tips below if you would like to use this tool. Use the longest outline available Due to the nature of briefs and write-outs, briefs tend to use fewer strokes and write-outs tend to use more. When you type in a word into the lookup tool, both types of entries will be present. I recommend using the longest outline in the lookup tool as that is overwhelmingly likely to be a write-out. In the following example, the first two entries are briefs, while the last two are write-outs. You should be using one of these two. Defaulting to the longest outline available is very safe. Be careful of hidden affixes The Lapwing dictionary may not contain every single valid outline. You will later learn of affix strokes which attach to root words. For example, the word “thoroughly” contains “thorough” as a root word and “^ly” as a suffix . One way to write “thoroughly” is THOR/KWROE/HREU. However, it does not show up in the dictionary: Instead, remove the “^ly” suffix and look up the word “thorough”. You will find THOR/KWROE as a valid outline: To write the “^ly”, you could look this up too: The curly braces indicate that this word is special. In this case, the caret indicates that it will attach on that side. Putting these two outlines together, you would get THOR/KWROE/HREU. This is the canonical way you would write the word “thoroughly” even though it is not in the dictionary.","breadcrumbs":"Chapter 3: How to learn steno » Incorporating steno into your computer usage","id":"20","title":"Incorporating steno into your computer usage"},"200":{"body":"Feel free to come up with your own or even suggest some! -BL already looks a lot like the sounds it represents; remember to skip over any unstressed vowels as well.","breadcrumbs":"Chapter 11: Right hand compound clusters » Mnemonics:","id":"200","title":"Mnemonics:"},"201":{"body":"Right hand -BL words drill Unfortunately, there is not a lot of practice material for single stroke words containing these chords.","breadcrumbs":"Chapter 11: Right hand compound clusters » Section practice","id":"201","title":"Section practice"},"202":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 11 test","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter 11 test","id":"202","title":"Chapter 11 test"},"203":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 11: Right hand compound clusters » Recommended completion goal","id":"203","title":"Recommended completion goal"},"204":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation every EFR every first TPEUFRT Uses an inversion of steno order (-R and -F are swapped) with the -F representing “s” follow TPOL follow where W-R where could KUD would WUD should SHUD through THRU THRAOU is the word “threw” NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 11: Right hand compound clusters » Chapter briefs","id":"204","title":"Chapter briefs"},"205":{"body":"should you follow them? could we first pass through? would you know every place? where are they? Answers SHUD/U/TPOL/THEPL/KW-PL KUD/WAOE/TPEUFRT/PAS/THRU/KW-PL WUD/U/TPHOE/EFR/PHRAEUS/KW-PL W-R/-R/THE/KW-PL","breadcrumbs":"Chapter 11: Right hand compound clusters » Practice sentences","id":"205","title":"Practice sentences"},"206":{"body":"Brief Outline Explanation everyone EFRPB EFR + -PB everywhere WEFRB EFR + W-R where the W-RT W-R + -T through the THRUT THRU + -T","breadcrumbs":"Chapter 11: Right hand compound clusters » Extra briefs","id":"206","title":"Extra briefs"},"207":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter 12: Wrapping up basic words","id":"207","title":"Chapter 12: Wrapping up basic words"},"208":{"body":"Recommended time to spend on this chapter: <1 day. Read Miscellaneous orthographic chords and complete the drill ( 10 minutes ) Read The stroke separator ( 5 minutes ) Read When sounds can’t follow steno order ( 5 minutes ) Read right hand xt ( 5 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 12: Wrapping up basic words » Recommended pace","id":"208","title":"Recommended pace"},"209":{"body":"Left hand single syllable orthographic chords drill","breadcrumbs":"Chapter 12: Wrapping up basic words » Useful links","id":"209","title":"Useful links"},"21":{"body":"If you’re familiar with learning alternative keyboard layouts such as Colemak and Dvorak, you may be tempted to try and use steno for everything right from day 1. I would not recommend this at all. In contrast to typing where you only need to know the location of the keys, there is much more complexity with steno. If you try to ditch regular typing too early on, you will constantly encounter concepts that won’t make sense and will only fuel your frustration. Furthermore, to switch to steno full time, you need to be able to write things that are not just English words. This includes symbols, keyboard shortcuts, editing text, and more. Trying to learn all of this at once is unwise. Instead, I would highly encourage you to follow the structure of this book; the concepts are spread out over 26 chapters which makes the learning curve much less steep. Treat learning steno as a hobby on the side. Your ultimate goal may be to replace your regular keyboard with steno, but you need to at least be familiar with basic theory before doing so. Rushing will not get you anywhere.","breadcrumbs":"Chapter 3: How to learn steno » Switching to steno completely from day 1","id":"21","title":"Switching to steno completely from day 1"},"210":{"body":"If you’ve been following the recommended pacing, you should now be anywhere from 3 to 7 weeks into your stenography journey! That is very impressive and you should be proud of your perseverance! With this kind of commitment, chances are you will continue to do well in later chapters.","breadcrumbs":"Chapter 12: Wrapping up basic words » Great job!","id":"210","title":"Great job!"},"211":{"body":"You should be pretty familiar with the steno layout and you should also understand how to write most single syllable words—even if you’re not very fast yet. We will finally wrap up single syllable words in this chapter before moving onto other topics.","breadcrumbs":"Chapter 12: Wrapping up basic words » What we’ve learned so far","id":"211","title":"What we’ve learned so far"},"212":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » Miscellaneous orthographic chords","id":"212","title":"Miscellaneous orthographic chords"},"213":{"body":"We’ve already learned a few orthographic chords like AU and AO whose usages depend on spelling rather than pronunciation. There are also a few left hand consonant chords that behave the same way. “ph” as in “phase” is written with TP* “wr” as in “write” is written with WR “wh” as in “when” is written with WH All of these except TP* are pretty intuitive as their steno keys match the spelling that they represent.","breadcrumbs":"Chapter 12: Wrapping up basic words » Left hand chords","id":"213","title":"Left hand chords"},"214":{"body":"When there is a conflict between a word that contains the “soft c” sound and another word that is spelled with an s, use KR. Examples cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Chapter 12: Wrapping up basic words » KR for c in conflicts","id":"214","title":"KR for c in conflicts"},"215":{"body":"Words spelled with “ch” can sometimes be homophones with words spelled with only a single “c”. In these cases, we use K for the words spelled with a “c” and KH for words spelled with “ch”. KH can also be used in general for words spelled with “ch” but pronounced with a “hard c”. For example, in the word “choreography”, the initial consonant is a “hard c” so K would typically be used on the left hand. However, using KH is also a valid choice. This is helpful if your first instinct is to use the “ch” spelling to form the left hand consonant. NOTE: the dictionary is not complete when it comes to “ch” words pronounced with a “hard c” and written with KH. I would recommend sticking to K and only using KH when there is a conflict. However, you are completely free to add these if you wish. Examples chord KHORD KORD is already “cord” charisma KHA/REUS/PHA KA/REUS/PHA is also valid","breadcrumbs":"Chapter 12: Wrapping up basic words » KH for hard c spelled ch","id":"215","title":"KH for hard c spelled ch"},"216":{"body":"Use -S for an ending “s” letter, regardless of if it is pronounced as a “z”. Examples fuse TPAOUS cruise KRAOUS","breadcrumbs":"Chapter 12: Wrapping up basic words » -S for all s","id":"216","title":"-S for all s"},"217":{"body":"You will inevitably run into some conflicts such as “race”, “raise”, “raze”, and “raiz”. -S is given to “race” since it has an “s” sound, but how do we deal with the rest? It’s actually entirely up to you as to how you might want to proceed. Conflicts such as these are tricky because they don’t appear very often; you’re better off memorizing the exceptions than trying to learn rules to deal with them. By default, Lapwing gives -Z to “raise” since it’s quite common and is spelled with an “s” (thereby giving it higher priority, in a sense). To write “raze”, you’d use an alternative vowel chord: RAEZ. Finally, for “raiz”, you could use the asterisk key. Although, this word isn’t even in the default dictionary. Thus, you’d write these words like so: “race” RAEUS “raise” RAEUZ “raze” RAEZ “raiz” RA*EUZ This illustrates how messy the English language can be and how designing a theory to work around all of these conflicts without any arbitrary rules/briefs can be a difficult task. When you run into conflicts with more than three words in the future, do remember that (unless explicitly stated) it is perfectly acceptable (even expected!) to change around some outlines. It’s best to create outlines that make sense to you instead of memorizing someone else’s personal intuition.","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts","id":"217","title":"Conflicts"},"218":{"body":"If you encounter a word that has the “y” sound, only use KWR* if it is spelled with a “y”. If it isn’t spelled with a “y” don’t use any left hand consonant chord. Examples yes KWR*ES yep KWR*EP use AOUS usual AOURB/WAL There aren’t, unfortunately, a lot of single stroke words to demonstrate this","breadcrumbs":"Chapter 12: Wrapping up basic words » y sound without the letter y","id":"218","title":"y sound without the letter y"},"219":{"body":"Left hand single syllable orthographic chords drill It’s very recommended that you complete this drill.","breadcrumbs":"Chapter 12: Wrapping up basic words » Section practice","id":"219","title":"Section practice"},"22":{"body":"","breadcrumbs":"Chapter 4: The layout » Chapter 4: The layout","id":"22","title":"Chapter 4: The layout"},"220":{"body":"So far we have only been looking at single stroke words. We will soon look at words that require multiple strokes to be written. To notate these multistroke outlines, we use the slash character / to separate strokes. For example, to write the outline TPEUL/-PL, you would press TPEUL, release all the keys, and then press -PL.","breadcrumbs":"Chapter 12: Wrapping up basic words » The stroke separator","id":"220","title":"The stroke separator"},"221":{"body":"Sometimes, it is impossible to write a single syllable word using in a single stroke (see the examples below). In these cases, write as much of the word as you can in a single stroke, and then complete the rest using the corresponding right hand key or chord that finishes the word. Note that some right chords are different to their canonical form when using this technique: To end a word with “-t”, use *T To end a word with “-f” or “-v”, use *F There will be no practice material for this section, but do keep this technique in mind.","breadcrumbs":"Chapter 12: Wrapping up basic words » When sounds can’t follow steno order","id":"221","title":"When sounds can’t follow steno order"},"222":{"body":"film TPEUL/-PL helm HEL/-PL help HEL/-P kelp KEL/-P list HREUS/*T Also HR*EUS (recommended, see note below) thirst THEURS/*T Also TH*EURS (recommended, see note below) sixth SEUBGS/*T elf EL/*F shelf SHEL/*F peddle PED/-L saddle SAD/-L NOTE: remember that *S can be used to represent the “-st” cluster when -F is not available. It is highly recommended you use *S instead of splitting these words into two strokes.","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"222","title":"Examples"},"223":{"body":"-GT is “-xt” as in text There are only a handful of words in English that end in “-xt” and only two that are one syllable long in the Lapwing dictionary. You can pretty much just memorize these as briefs.","breadcrumbs":"Chapter 12: Wrapping up basic words » Right hand xt","id":"223","title":"Right hand xt"},"224":{"body":"text TEGT next TPHEGT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"224","title":"Examples"},"225":{"body":"Some groups of words like “slug” and “shrug” would normally be given the same steno outline without any additional rules: SHRUG. In this case, the HR chord can either represent “l” or “hr”—Lapwing generally assigns lower priority to the word where the keys match one to one with the letters. The asterisk is used to different between the two: slug SHRUG shrug SHR*UG NOTE: you may occasionally run into inconsistencies in the default dictionary that contradict this rule. If you spot any, please let me know! However, do keep in mind that you’re at a stage where you should be tailoring your own dictionary. If you’d like to change this rule and switch around the priorities, go for it!","breadcrumbs":"Chapter 12: Wrapping up basic words » Conflicts between chords and individual keys","id":"225","title":"Conflicts between chords and individual keys"},"226":{"body":"For some American speakers, the “l” in words like “palm” aren’t audible at all. Instead of having to include this sound in the steno stroke, Lapwing essentially treats this as silent. Therefore, this word would be written like PAUPL. This makes it easier to write in one stroke rather than two: PAUL/-PL. Remember: even though this word is spelled with a single “a”, the vowel is closer to the one in “cot” KOT than “cat” KAT, so we cannot simply use the A key; we need to use AU.","breadcrumbs":"Chapter 12: Wrapping up basic words » -al- words","id":"226","title":"-al- words"},"227":{"body":"calm KAUPL halt HAULT psalm SAUPL Note that the “p” is silent salt SAULT","breadcrumbs":"Chapter 12: Wrapping up basic words » Examples","id":"227","title":"Examples"},"228":{"body":"","breadcrumbs":"Chapter 12: Wrapping up basic words » No test this chapter!","id":"228","title":"No test this chapter!"},"229":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Translation Brief Explanation also HR-S also animal PHAPBL Various vowels dropped and steno order out the wazoo (“anml” → “manl”) any TPHEU First vowel dropped and EU used as the long e sound help HEP Dropped “l” consonant other OER Dropped “th” consonant mother PHO*RT Folded -R key is in the middle of the word, but represents a sound on the end mother PHOER Drops the “th” consonant your KWRAOUR many PHA*EPB NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 12: Wrapping up basic words » Chapter briefs","id":"229","title":"Chapter briefs"},"23":{"body":"Recommended time to spend on this chapter: 1–3 days Read this page ( 10 minutes ) Drill until you are comfortable (ideally over multiple days) ( 1–3 hours ) Attempt the test ( 20 minutes ) Keep practising the test until you meet the requirements ( 1 hour )","breadcrumbs":"Chapter 4: The layout » Recommended pace","id":"23","title":"Recommended pace"},"230":{"body":"it is also an animal! I will help him. mother will not like it. many do not need your stuff. Answers T/S/HR-S/APB/PHAPBL/TP-BG EU/HR/HEP/HEUPL/TP-PL PHO*RT/HR/TPHOT/HRAOEUBG/T/TP-PL PHA*EPB/TKO/TPHOT/TPHAOED/KWRAOUR/STUF/TP-PL","breadcrumbs":"Chapter 12: Wrapping up basic words » Practice sentences","id":"230","title":"Practice sentences"},"231":{"body":"Brief Outline Explanation anyone TPHEUPB TPHEU + -PB anything TPHEUG TPHEU + -G (-G is used for “-ing”)","breadcrumbs":"Chapter 12: Wrapping up basic words » Extra briefs","id":"231","title":"Extra briefs"},"232":{"body":"","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13: Prefixes and suffixes","id":"232","title":"Chapter 13: Prefixes and suffixes"},"233":{"body":"Recommended time to spend on this chapter: 1–2 days. Read Prefix strokes ( 20 minutes ) Read Suffix strokes and complete the drills ( 60 minutes ) Repeat the drills as needed Read Prefix priority ( 5 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended pace","id":"233","title":"Recommended pace"},"234":{"body":"Words with -y and -ly suffixes drill Words with -ar, -or, and -er suffixes drill Words with -ful and -ness suffixes drill Right hand ment and let words Right hand -BL words drill Right hand -BLT words drill Right hand KWR suffix words drill Chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Useful links","id":"234","title":"Useful links"},"235":{"body":"For words with more than one syllable, outlines with multiple strokes are used. There are two primary techniques: affix strokes (prefixes and suffixes) and syllabic splitting . The former is slightly more straightforward and is covered in this chapter.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Intro","id":"235","title":"Intro"},"236":{"body":"Every translation so far found in examples or exercises have been regular words without any special formatting. For these words, Plover will insert a space before every word. To see how this works behind the scenes, open the main window of Plover, and go to Tools → Add Translation. Writing STROEBG into the Strokes field will show the following: Compare this to prefix strokes; writing PRAOE (the prefix stroke for “pre^”) into the Strokes field results in: Here, the curly braces denote that there is special formatting rules contained inside the braces. The caret tells Plover to suppress the space where it is located; any translation of the form {abc^} is a prefix. Prefix strokes enable writing words such as “preview” like so: PRAOE/SRAOU. Most prefix strokes are fairly intuitive and take precedence when they conflict with other translations. For example, the “for^” prefix as in “forget” TPOR/TKPWET is written as TPOR while the word “for” is briefed. It’s not necessary to memeorize many of these prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix strokes","id":"236","title":"Prefix strokes"},"237":{"body":"a^ A As in “around” A/ROUPBD co^ KOE As in “costar” KOE/STAR de^ TKAOE As in “deplane” TKAOE/PHRAEPB for^ TPOR As in “forgo” TPOR/TKPWOE in^ EUPB As in “infix” EUPB/TPEUBGS mis^ PHEUS As in “mistake” PHEUS/TAEUBG non^ TPHOPB As in “nonstop” TPHOPB/STOP pro^ PROE As in “protip” PROE/TEUP re^ RAOE As in “retake” RAOE/TAEUBG sub^ SUB As in “subway” SUB/WAEU","breadcrumbs":"Chapter 13: Prefixes and suffixes » Common Prefix Strokes","id":"237","title":"Common Prefix Strokes"},"238":{"body":"It is difficult to write certain words using prefixes alone. For example, KOPB/TPAOUS may be a valid outline for “confuse”, but this requires knowing if KOPB is a prefix stroke. Furthermore, “fuse” is not the root word of “confuse”—the two words aren’t related in meaning. Syllabic splitting is used for this word instead (covered in chapter 15). For now, only use prefix strokes when they make sense semantically. A prefix stroke should modify a root word that can exist on its own.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix usage","id":"238","title":"Prefix usage"},"239":{"body":"English pronunciation differs from person to person, but even a single speaker may pronounce a word differently depending on the context. For example, the word “defect” can be pronounced with a long e TKAOE/TKEFBGT or a short e TKE/TKEFBGT depending on if it is a noun or a verb. Here is a non-exhaustive list of some alternative prefix strokes: “de-” TKE “pre-” PRE “pro-” PRO “re-” RE This chapter later covers looking up prefixes and suffixes which is handy for finding these alternative prefix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefixes with different pronunciations","id":"239","title":"Prefixes with different pronunciations"},"24":{"body":"Steno Jig’s “Learn the Steno Keyboard” Drills Steno Jig’s Own Drills Chapter 4 test","breadcrumbs":"Chapter 4: The layout » Useful links","id":"24","title":"Useful links"},"240":{"body":"There is no practice material for this section. It’s not important to explicitly know and memorize prefix strokes as they tend to be implicitly used with the syllabic splitting technique (to be covered later).","breadcrumbs":"Chapter 13: Prefixes and suffixes » Practice material?","id":"240","title":"Practice material?"},"241":{"body":"Much like how a prefix stroke attaches to the next word, a suffix stroke attaches to the previous word. Unlike prefix strokes, however, suffixes tend to be less intuitive and most have to be memorized. This section is split into smaller subsections with different “families” of suffix strokes to hopefully make them easier to remember. It is very important to understand when it is appropriate to use a suffix. In most cases, they can only be used to modify a root word (much like prefix strokes). Pay careful attention to the information in each subsection telling you when it is appropriate to use those suffix strokes.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffix strokes","id":"241","title":"Suffix strokes"},"242":{"body":"The following suffixes all contain a single vowel key, an asterisk, and the -R. Stroke Suffix Example outline Example translation A*R ^ar KREL/A*R cellar O*R ^or ABGT/O*R actor *ER ^er TAOEFP/*ER teacher Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage upper UP/*ER player PHRAEU/*ER planar PHRAEPB/A*R hangar HAPBG/A*R tormentor TORPLT/O*R sailor SAEUL/O*R Examples of wrong usage imposter EUPL/POFT/*ER ❌ “impost” does not refer to a deceptive action in the same way “imposter” refers to the person who partakes in this action mutter PHUT/*ER ❌ “mutter” does not relate to “mutt” (slang for a dog) pillar PEUL/A*R ❌ “pill” refers to a medicinal substance while “pillar” refers to an upright post sugar SHUG/A*R ❌ SHUG is not a word humor HAOUPL/O*R ❌ HAOUPL is not a word mentor PHEPBT/O*R ❌ “ment” is not the root of “mentor” These are correctly written with syllabic splitting covered in chapter 15. Practice material Words with -ar, -or, and -er suffixes drill 5–10 minutes is sufficient for this drill.","breadcrumbs":"Chapter 13: Prefixes and suffixes » * suffixes","id":"242","title":"* suffixes"},"243":{"body":"These suffixes are composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -FL ^ful HEL/-P/-FL helpful -PBS ^ness EUL/-PBS illness Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage hopeful HOEP/-FL rightful RAOEUT/-FL ripeness RAOEUP/-PBS thickness THEUBG/-PBS Both “ful” and “ness” are rarely used in English as non-suffixes so it’s difficult to find examples of incorrect usage. Practice material Words with -ful and -ness suffixes drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand chord suffixes","id":"243","title":"Right hand chord suffixes"},"244":{"body":"Like the last subsection, these suffixes are also composed entirely of consonant keys on the right hand. Stroke Suffix Example outline Example translation -PLT ^ment TRAOET/-PLT treatment -BLT ^ability or ^ibility EUPB/-BLT inability -BL ^able PHRAEU/-BL playable -LT ^let EUPB/-LT inlet These suffixes can be used whenever as they are also compound clusters. Examples: as a root word + suffix In these words, the suffix is used to “modify” a root word. basement PWAEUS/-PLT movement PHAOUF/-PLT possibility POS/-BLT sensibility SEPBS/-BLT readable RAED/-BL viewable SRAOU/-BL outlet OUT/-LT sublet SUB/-LT Examples: as a compound cluster In these words, the suffix is used as a compound cluster; notice how the group of letters before the suffix are not root words related to the full translations. cement SE/-PLT ferment TPER/-PLT probability PROB/-BLT pliability PHRAOEU/-BLT humble HUPL/-BL arable AEUR/-BL omelet OPL/-LT bullet PWU/-LT Compound clusters in a single stroke Several of these examples can be written in one stroke by putting the suffix chord into the first stroke. The above examples are only to illustrate these how these compound clusters have the second function of behaving as suffix strokes. For these chords, it is recommended to include the suffix chord in the first stroke for a slight speed advantage. To determine if an outline can be compressed into one stroke, take into account steno order and whether any keys are being overlapped. For example, SEPLT is perfectly valid as none of the keys in SE overlap with the keys in -PLT. However, to write “humble” in one stroke, the -BL chord would have to overlap with the -PL chord in the first stroke as -B comes in between -P and -L in steno order. The following are the same words from above but with the compound cluster in the first stroke: cement SEPLT ferment TPERPLT pliability PHRAOEUBLT arable AEURBL bullet PWULT The rest of the examples are not possible to write in one stroke: probability PROB/-BLT -B key overlaps in both strokes humble HUPL/-BL -L key in the second stroke overlaps with the -PL chord in the first stroke omelet OPL/-LT -L key overlaps in both strokes NOTE: although overlapping these strokes is not valid in Lapwing theory, they are perfectly valid briefs as long as there are no entries already existing in the dictionary. Feel free to add/use PROBLT, HUPBL, or OPLT as briefs. Practice material Right hand -BLT words drill The -PLT, -LT, and -BL compound clusters should already be already be familiar, however, the practice material is listed below as a refresher if needed. Right hand ment and let words Right hand -BL words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » Right hand compound cluster suffixes","id":"244","title":"Right hand compound cluster suffixes"},"245":{"body":"The KWR chord has many uses in Lapwing theory. It is widely used in suffixes where it could be thought of as a linker chord without any associated sound; its job is simply to connect to the previous word. This subsection has many suffix strokes to memorize, but they should hopefully be somewhat intuitive as they resemble their phonetic sounds to some degree. Stroke Suffix Example outline Example translation KWRAL ^al SPAOEUPB/KWRAL spinal KWRAPBT ^ant SAOEL/KWRAPBT sealant KWRAEUGS ^ation TPHROET/KWRAEUGS flotation KWRAOEUZ ^ize PHOEBL/KWRAOEUZ mobilize KWROUT ^out HOELD/KWROUT holdout KWREUF ^ive TPEFT/KWREUF festive KWREUFPL ^ism TAOUR/KWREUFPL tourism KWREUFT ^ist ART/KWREUFT artist KWREUPB ^in PHRUG/KWREUPB plugin KWREUBG ^ic PWAEUS/KWREUBG basic KWREPB ^en SOFT/KWREPB soften Use these suffixes only to modify a root word. Ensure that the root word relates to the full word semantically. Examples of correct usage coolant KAOL/KWRAPBT bailout PWAEUL/KWROUT flirtation TPHREURT/KWRAEUGS stylize STAOEUL/KWRAOEUZ active ABGT/KWREUF realism RAEL/KWREUFPL purist PAOUR/KWREUFT herein HAOER/KWREUPB cubic KAOUB/KWREUBG rotten ROT/KWREPB Examples of incorrect usage pedant PED/KWRAPBT ❌ “ped” unrelated to “pedant” captive KAPT/KWREUF ❌ “capt” unrelated to “captive” Practice material Right hand KWR suffix words drill","breadcrumbs":"Chapter 13: Prefixes and suffixes » KWR suffixes","id":"245","title":"KWR suffixes"},"246":{"body":"The suffixes in this subsection contain the EU vowel and some consonant on the left hand. While the EU chord represents the short i vowel as in “kiss”, EU is also used for the long e vowel as in “tee” under some circumstances. This comes from Plover theory’s main.json and it is unfortunately an arbitrary rule that would be difficult to change Lapwing theory. These rules are covered more formally in syllabic splitting. One such circumstance where EU represents the long e sound is in the following suffixes: Stroke Suffix Example outline Example translation KWREU ^y KRAEUZ/KWREU crazy HREU ^ly TPEURPL/HREU firmly Use these suffixes only to modify a root word. Remember to not double consonants between strokes. If you are writing a word that already ends in “l”, use KWREU instead of HREU (see “hilly” example below). Examples of correct usage chatty KHAT/KWREU hilly HEUL/KWREU freely TPRAOE/HREU mostly PHOEFT/HREU Examples of incorrect usage city SEUT/KWREU ❌ This would be “sitty” hilly HEUL/HREU ❌ Cannot double the “l” lily HREUL/KWREU ❌ “lil” is not the root word of “lily” Practice material Words with -y and -ly suffixes drill Since this only contains two suffixes, it is not necessary to spend too long on this drill. 5 minutes is sufficient.","breadcrumbs":"Chapter 13: Prefixes and suffixes » EU suffixes","id":"246","title":"EU suffixes"},"247":{"body":"The spellings of some words in examples and exercises so far have not been entirely consistent with a prefix stroke modifying a root word. For example, “purist” was listed above as PWAOUR/KWREUFT, but the root word is really spelled “pure” with an “e” at the end. Here are some other examples where adding a suffix to a root word changes its spelling: “haste” + “-y” → “hasty” “e” is removed “lucky” + “-ly” → “luckily” “y” changed to “i” “base” + “-ic” → “basic” “e” is removed It is not necessary to think about these spelling differences consciously with suffix strokes; the Lapwing dictionary and the Plover steno engine automatically handles these spelling quirks. hasty HAEUFT/KWREU luckily HRUBG/KWREU/HREU basic PWAEUS/KWREUBG","breadcrumbs":"Chapter 13: Prefixes and suffixes » Suffixes and orthography","id":"247","title":"Suffixes and orthography"},"248":{"body":"When there are conflicts between prefixes strokes and words, the former will be given higher priority for the primary outline. The words will instead be briefed. This allows writing complicated words fairly intuitively without having to explicitly remember prefixes. Of course, this does come at the cost of having to memorize more arbitrary briefs. Since common words are often briefed, however, it does not require significantly more mental effort. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. You will see this table again in later chapters.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Prefix priority","id":"248","title":"Prefix priority"},"249":{"body":"The Plover’s lookup tool can be used to find prefix and suffix strokes not listed in this chapter. In Plover’s main window, press Tools → Lookup. Type in the letters that make up the translation and the tool will show outlines for prefixes, suffixes, and regular words; the dictionary formatting with the curly braces and carets is not required. looking up “in”","breadcrumbs":"Chapter 13: Prefixes and suffixes » Looking up prefixes and suffixes","id":"249","title":"Looking up prefixes and suffixes"},"25":{"body":"Recall this graphic from chapter 2: I recommend keeping this graphic in a convenient place to refer to. The yellow circles indicate the resting home position of your fingers. Your fingers should be curled and resting on the cracks of the keys. It’s important to memorize this layout to the point that you are able to press the right key when prompted for. The best way to go about memorizing this layout is splitting it into memorable chunks and doing a lot of drills. It’s one thing to know which finger is responsible for which key(s), but the most effective way of building muscle memory for the layout is simply drilling it.","breadcrumbs":"Chapter 4: The layout » Finger positions","id":"25","title":"Finger positions"},"250":{"body":"Trying to use affix strokes only when they make sense semantically can be tricky. It is unreasonable to require learning the etymology of every word before one can write it. In some words, it is somewhat obvious when a suffix stroke shouldn’t be used, but this should be up to the individual’s discretion. For example, the Lapwing dictionary doesn’t view “cop” as the root word of “copper”. This is because “cop” refers to a police officer, and “copper” is an element. This reasoning is very obvious to me. However, “copper” has another meaning; it is also slang for police officer. “Cop” is simply just a shortened version of “copper”. That being said, this usage is not part of my dialect—I have never heard anyone in speech say “copper” to mean police officer. Therefore, I don’t consider “cop” and “copper” to be related semantically, and I don’t use affix strokes. Maybe for you, these two words are very related. In this case, you should definitely add KOP/*ER for “copper”! Although, this particular word already works (without being explicitly defined) because of the orthography rules. It is completely acceptable bend the rules about modifying root words with affixes. It is not necessary to add entries that only follow the “correct etymology”. Outlines should be quick to recall. Having to look up origin and history of a word defeats this purpose. Steno is highly personal—one should use their own understanding and intuition. NOTE: before adding your own entries, I highly encourage you to read past chapter 15. It covers the other method for writing multisyllable words. Most words in the default Lapwing dictionary can be written with this technique, while affix stroke usage tends to be more strict.","breadcrumbs":"Chapter 13: Prefixes and suffixes » Tailoring your own dictionary to your understanding of etymology","id":"250","title":"Tailoring your own dictionary to your understanding of etymology"},"251":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 13 test","breadcrumbs":"Chapter 13: Prefixes and suffixes » Chapter 13 test","id":"251","title":"Chapter 13 test"},"252":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 13: Prefixes and suffixes » Recommended completion goal","id":"252","title":"Recommended completion goal"},"253":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » Chapter 14: Suffix keys and compound words","id":"253","title":"Chapter 14: Suffix keys and compound words"},"254":{"body":"Recommended time to spend on this chapter: <1 day. Read suffix keys and complete the drill ( 20 minutes ) Repeat the drill as needed Read The A “prefix” key ( 10 minutes ) Read Compound words and complete the drill ( 20 minutes ) Repeat the drill as needed Remember to take breaks!","breadcrumbs":"Chapter 14: Suffix keys and compound words » Recommended pace","id":"254","title":"Recommended pace"},"255":{"body":"Compound words drill Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Useful links","id":"255","title":"Useful links"},"256":{"body":"One special type of suffix stroke is the suffix key; these are suffix strokes that contain only one key. There are four on the right hand side which are useful for changing the tense of a verb or for pluralizing nouns. Stroke Suffix Example outline Example translation -G ^ing PAT/-G patting -S ^s KAT/-S cats -D ^ed TKPWHRAOU/-D glued -Z ^s SAOEUD/-Z sides NOTE: while -S and -Z have the same definition, you are expected to use -Z exclusively. Examples of correct usage fasting TPAFT/-G wedging WEPBLG/-G typed TAOEUP/-D served SEFRB/-D faces TPAEUS/-Z knives TPHAOEUF/-Z","breadcrumbs":"Chapter 14: Suffix keys and compound words » Suffix keys","id":"256","title":"Suffix keys"},"257":{"body":"This section on folding is mostly for your interest only. It is not a recommended technique at this point. Folding is an advanced technique where extra keys are included in a stroke regardless of steno order. Folding a suffix key into a stroke is only possible if they key is not already present in another chord. Of the examples above, the following can be written with folded suffix keys: fasting TPAFGT knives TPHAOEUFZ served SEFRBD typed TAOEUPD To pluralize words ending in -T, normally the -Z key is used. For example, “crates” is KRAEUT/-Z. However, folding will result in the following stroke: Some theories will dictate pressing the -T with the ring finger and the -Z with the pinkie finger. However, this is not a technique used in Lapwing. Instead, the proper way to pluralize the word in one stroke uses the -S key: KRAEUTS. Plover’s steno engine and folded suffix keys This technique of including a suffix key in the last stroke is “baked” into the English steno engine in Plover. To illustrate this, writing the stroke HAEPZ, will output “happies”. However, this isn’t actually defined in the Lapwing dictionary: Plover recognizes that the outline HAEP is defined as “happy” (this is a Lapwing/Plover brief) and so tries to fold the -Z suffix key into the translation. Because of the orthography rules built into the English steno engine, Plover removes the ending “y” and adds “ies” to the translation. This happens with all of the suffix keys—try out HAEPD, HAEPS, and HAEPG. Should you use folding? Using the Plover lookup tool, you can find a lot of entries with folded suffix keys. In fact, you won’t find many entries where the suffix keys aren’t folded into the previous stroke. Despite this, it is recommended that you do not fold suffix keys . Folding can lead to conflicts such as: Outline Canonical Word Folding Conflict SAOES cease sees KRAEUZ craze crays HRAEUZ laze lays PHRAEUG plague playing RAEUZ raise rays SAOEZ seize sees While folding can save a stroke for several words, it may not always be faster. Trying to remember any potential conflicts may introduce hesitation; the resulting folded outline may be harder to press (taking longer to stroke); and folding one of these keys may make it easier to accidentally misstroke. Pressing -G, -S, -D, or -Z as a separate stroke is only slightly slower than folding these keys (or just as fast if considering previously mentioned disadvantages). Since -G, -S, -D, or -Z are single key strokes, they are quite fast to press. That being said, folding these keys is more of a personal choice and you are more than welcome to try it out.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Folding","id":"257","title":"Folding"},"258":{"body":"Words with suffix keys drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"258","title":"Section practice"},"259":{"body":"While not nearly treated as specially as the suffix keys, the A key on its own is a prefix stroke. Contrary to other prefixes that should be used to modify a root word, this stroke can be used entirely on its own without any regard to the semantic meanings of the strokes.","breadcrumbs":"Chapter 14: Suffix keys and compound words » The A “prefix” key","id":"259","title":"The A “prefix” key"},"26":{"body":"From here on, you can play around with the keys and press random things to see what you get for fun. You could also jump right into the drills. In any case, it’s very important to know how to backspace what Plover outputs. For this, press the asterisk key (*) and Plover will delete the last translation caused by the last stroke. What’s important to note is that doing so does not delete the last word necessarily. Try this: press the stroke PAOEU into a text editor. You should see the word “pie” outputted by Plover. Now, press the stroke THOPB. You should now see that Plover backspaces the “ie” and replaces it with “ython” to give you the word “python”. What you’ve just done is write a multistroke outline for the word “python”; to delete this, you will need to press the asterisk key twice. Try it out! You can also watch this GIF: Notice how pressing the asterisk once doesn’t delete the word—it only deletes the last stroke and therefore leaves the PAOEU (pie) stroke alone. For now, this isn’t very crucial at the moment as the majority of words covered in these early chapters are written with one stroke. However, do keep in mind that the asterisk does not behave like a backspace key in the traditional sense.","breadcrumbs":"Chapter 4: The layout » The backspace key","id":"26","title":"The backspace key"},"260":{"body":"about A/PWOUT accretion A/KRAOEGS allow A/HROU amend A/PHEPBD","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"260","title":"Examples"},"261":{"body":"Compound words (more specifically, closed compound words) consist of two words joined together with nothing in between. To write these, asterisk the first stroke of the second word. If there is already an asterisk in this stroke, leave it as is.","breadcrumbs":"Chapter 14: Suffix keys and compound words » Compound words","id":"261","title":"Compound words"},"262":{"body":"candlelight KAPBD/-L/HRAO*EUT grasshopper TKPWRAS/HO*P/*ER eyelash AOEU/HRA*RB teamwork TAEPL/WO*RBG","breadcrumbs":"Chapter 14: Suffix keys and compound words » Examples","id":"262","title":"Examples"},"263":{"body":"Compound words drill","breadcrumbs":"Chapter 14: Suffix keys and compound words » Section practice","id":"263","title":"Section practice"},"264":{"body":"","breadcrumbs":"Chapter 14: Suffix keys and compound words » No test this chapter!","id":"264","title":"No test this chapter!"},"265":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15: Syllabic splitting","id":"265","title":"Chapter 15: Syllabic splitting"},"266":{"body":"Recommended time to spend on this chapter: 2–6 days. Read syllabic splitting basics and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as a silent linker and complete the drill ( 20 minutes ) Repeat the drill as needed Read KWR as y and complete the drill ( 20 minutes ) Repeat the drill as needed Read Words starting with EU ( 5 minutes ) Read prefix priority ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended pace","id":"266","title":"Recommended pace"},"267":{"body":"Basic syllabic splitting drill KWR as a silent consonant drill KWR as “y” drill Chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Useful links","id":"267","title":"Useful links"},"268":{"body":"Earlier chapters covered affix strokes and compound words. Syllabic splitting is the last technique for writing multisyllable words that cannot be written in one stroke. Words are split roughly into their syllables based on the following rules: Split the word using other methods (prefixes, suffixes, and compound words)—even just partially Split each remaining part by its syllables so that every stroke after the first begins with a consonant Ensure not to double consonants across separate strokes With multiple ways of splitting syllables, preserve the natural sounds of the word","breadcrumbs":"Chapter 15: Syllabic splitting » Syllabic splitting basics","id":"268","title":"Syllabic splitting basics"},"269":{"body":"With the rules above, some consonant groups will be ambiguous as to where to split them. For example, the word “hydrate” can be written as HAOEUD/RAEUT or HAOEU/TKRAEUT depending on where the “dr” consonant cluster is split. In these scenarios, use the outline that represents how the sounds are grouped. When saying this word, the “dr” group sounds less like two distinct consonants, and more like a single consonant. Therefore, “hydrate” should be written like HAOEU/TKRAEUT. The strokes HAOEUD/RAEUT would instead be the phrase “hide rate”. In a word like “guardrail”, the “dr” consonants are spoken more like two distinct sounds. Therefore, this word would be split in between the “d” and “r” (even putting aside the fact that this is a compound word).","breadcrumbs":"Chapter 15: Syllabic splitting » Consonant group ambiguity","id":"269","title":"Consonant group ambiguity"},"27":{"body":"If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with these drills. For learning the layout, Steno Jig has some helpful “Learn the Steno Keyboard” drills. For each drill, you may choose to enable hints, which show where each key is located on the steno layout. Ultimately, you want to be able to do these drills without using any hints. Do not worry about the “Speed (strokes per minute)” parameter just yet. If you are unsure where to start, these 5 drills are recommended (select them in the dropdown menu): Left hand, bottom row Right hand, full bottom row Left hand, top row Right hand, full top row Vowels In order to do the drills, you must disable all your dictionaries by unchecking them in Plover’s main window: Click on the check marks next to each dictionary to disable them. After you’ve done this, Plover will output raw steno when you write a key. Simply press the key that is prompted during the drills. If you make a mistake, press the asterisk key to backspace.","breadcrumbs":"Chapter 4: The layout » Steno Jig","id":"27","title":"Steno Jig"},"270":{"body":"components First notice that this word can be split into a root word and a suffix: component/s. There are three possibilities for the first stroke: co/mponent/s, com/ponent/s and comp/onent/s. Take note of what the second stroke has to begin with in each of these scenarios (underlined letters). The first scenario is not correct as the second stroke would have to start with “mp” (not a valid left hand consonant). The third scenario is also incorrect since the second stroke begins with a vowel. Only the second method is valid: com/ponent/s. To split the remaining “ponent” group, remember that every stroke must begin with a consonant. The only way to do this is by splitting it as: po/nent. Full outline: KOPL/POE/TPHEPBT/-Z shatterproof This word is clearly a compound of “shatter” and “proof”. The last stroke should therefore be PRAO*F. It wouldn’t make sense to use a suffix stroke for the “^er” part, so use syllabic splitting. To begin the second stroke with a consonant, it must be split as: sha/tter. Full outline: SHA/TER/PRAO*F exam There are no prefixes, suffixes, or compound words that can be used. Since there is no consonant after the “x”, it should be split across the two strokes. Full outline: EBG/SAPL Whenever “x” has to be split across two strokes, use -BG in the first stroke and S in the second. simile This word does not contain any prefixes, suffixes, and is not a compound word. As each stroke cannot begin with a vowel, there is only one way to split this word: si/mi/le. Full outline: SEU/PHEU/HRAOE dependent First split this word into a root and a suffix: “depend” + “-ent”; the last stroke is KWREPBT. There is only one way to split “depend” so that the second stroke begins with a consonant: de/pend. Full outline: TKE/PEPBD/KWREPBT ally There are no prefixes, suffixes, or compound words that can be used. Split this in a way that every stroke begins with a consonant results in: a/lly Full outline: A/HRAOEU ludicrous No prefixes, suffixes, or compound words are available to use. Since the second stroke must start with a consonant, the first stroke can only contain the first consonant and vowel: lu/dicrous. There are two ways of splitting the rest of the word: lu/dic/rous and lu/di/crous. The latter is more natural as the “cr” in “ludicrous” is closer to one sound than two distinct ones. Full outline: HRAOU/TKEU/KRUS wrinkly This can be split into wrinkl(e)/y with the KWREU suffix. The root word “wrinkle” should be written as WR*EUPBG/-L. Full outline: WR*EUPBG/-L/KWREU efficient No affixes or compound words are available to use. There is only one way to split this word so that every stroke begins with a consonant: e/ffi/cient Full outline: AOE/TPEU/SHEPBT or E/TPEU/SHEPBT More examples compromise KOPL/PRO/PHAOEUS or KO*PL/RO/PHAOEUS dispatcher TKEUS/PAFP/*ER hubris HAOU/PWREUS inadvertent EUPB/AD/SRER/TEPBT occasion OE/KAEUGS parliament PAR/HRAPLT reassured RE/A/SHUR/-D or RAOE/A/SHUR/-D sentiment SEPB/TEUPLT example EBG/SA*PL/-L","breadcrumbs":"Chapter 15: Syllabic splitting » Basic examples and explanations","id":"270","title":"Basic examples and explanations"},"271":{"body":"Basic syllabic splitting drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"271","title":"Section practice"},"272":{"body":"Sometimes it is not possible to start a stroke with a consonant. In these cases, use KWR as a silent linker chord to join a stroke to the previous.","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as a silent linker","id":"272","title":"KWR as a silent linker"},"273":{"body":"In North American English, the letter “r” sometimes alters the sound of the vowel such as in the following examples: car KAR cat KAT pay PAEU pair PAEUR cue KAOU cure KAOUR hem HEPL her HER When this occurs in multistroke words, treat the -R key as a vowel that is included in the previous stroke. Since the next stroke cannot start with R, use KWR. Examples carry KAEUR/KWREU fury TPAOUR/KWREU hurry HUR/KWREU berry PWER/KWREU Why the EU chord? The examples above all end in the long e sound (/i/) as in “tee”—so why EU? Well, to be quite honest, I’m not entirely sure myself. This is simply what Plover theory sometimes does and it’s just what I’ve gotten used to. This does, unfortunately, mean that Lapwing theory has inherited the quirk. That being said, the usage of EU vs AOE is more defined in Lapwing theory and is less arbitrary. If a word has a long e sound, use these rules to decide between EU and AOE: If the vowel is spelled with a single “i”, use EU petite PE/TEUT ski SKEU If the vowel is spelled with “ey” or “y”, use EU city SEU/TEU key KEU If EU is already taken by another word, use AOE marine PHAR/KWRAOEPB (since PHAR/KWREUPB is marin) In all other situations, use AOE or AE as previously covered cookie KAO/KAOE spleen SPHRAOEPB here HAOER hear HAER Exceptions For words that treat “r” as a consonant, it is acceptable (and sometimes the only way in the default Lapwing dictionary) to split the word before the “r” letter. arose A/ROES derive TKE/RAOEUF prerogative PRE/RO/TKPWA/TEUF reroute RE/RAOUT If you are having trouble with these exceptions, a good rule of thumb is to treat “r” as a consonant if it is preceded by a prefix stroke. This is not always 100% accurate, but it can be helpful if you are having trouble with these quirks of North American English. Prefix vowel exceptions The stroke after a prefix may start with a vowel if needed. However, remember to only use prefixes only when there is a semantic relation. Examples KOE/OR/TKEU/TPHAEUT coordinate EUPB/AOE/KWAUL inequal PRAOE/OR/TKAEUPB preordain UPB/A/TAEUPB/-BL unattainable","breadcrumbs":"Chapter 15: Syllabic splitting » KWR with the -R key","id":"273","title":"KWR with the -R key"},"274":{"body":"KWR as a silent consonant drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"274","title":"Section practice"},"275":{"body":"","breadcrumbs":"Chapter 15: Syllabic splitting » KWR as “y”","id":"275","title":"KWR as “y”"},"276":{"body":"We’ve learned that KWR* is the beginning “y” consonant, but within multisyllable words, KWR itself can represent “y” as well. For completeness, here is a table listing the different situations involving the “y” sound: Situation Appropriate chord Example Example outline Word begins with “y” KWR* yell KWR*EL Word begins with “y” sound (not spelled) use AOUS “y” sound within a word KWR union AOUPB/KWROPB In the three situations above, only the last one should be new. Examples bunion PWUPB/KWROPB opinion OE/PEUPB/KWROPB onion OPB/KWROPB trunnion TRUPB/KWROPB","breadcrumbs":"Chapter 15: Syllabic splitting » To start a vowel","id":"276","title":"To start a vowel"},"277":{"body":"The KWR chord can also represent the “y” sound that occurs between two vowels. In my accent, the words “piano” or “aioli” have a subtle “y” sound in the second syllable (“pee-ya-no” and “ai-yo-lee”). Linguistically, this sound is called a glide and is represented with KWR in Lapwing: piano PEU/KWRA/TPHOE aioli AOEU/KWROE/HREU If, in your accent, you cannot hear a glide, you can also just treat KWR as a silent linker just like in previous sections. Essentially, if there are two distinct vowel sounds next to each other which cannot be represented by a single vowel chord, use KWR to link them in separate strokes. Examples KAEU/KWROS chaos TKAOEU/KWRA/KREU/TEUBG diacritic AOEU/TKAOE/KWRA idea SRAOEU/KWROLT violet","breadcrumbs":"Chapter 15: Syllabic splitting » Between two vowels","id":"277","title":"Between two vowels"},"278":{"body":"How is “alleviate” written? With everything covered so far, it may be tempting to use A/HRAOE/SREU/KWRAEUT (a/lle/vi/ate). However, four strokes is quite a lot. This outline needs to be compressed into fewer strokes if the goal is to be fast at steno. To do this, let the KWRAEU stroke represent the entire “ia” sound. This sound is made up of two distinct vowels that are blended together. The “ia” pair is composed of the long e /i/ vowel as in “beet” and the long a /ei/ vowel as in “bait”. These are blended together to form the sound “ee-ait” /iˌeɪt/. Say “alleviate” out loud and see if you can identify this “ee-ait” vowel pair in the last syllable! Instead of treating KWR as a silent linker chord, it can also be used to represent the first vowel sound in this pair. The second sound would be written with the thumb keys. This way, KWRAEU represents the “ia” sound. By doing so, the start of the last stroke has effectively been shifted: instead of a/lle/vi/ate, it can be split as a/lle/v/iate Finally, the “v” sound can also be shifted to the second stroke: a/llev/iate alleviate A/HRAOEF/KWRAEUT Another way of thinking about this is that KWR is representing a subtle “y” sound just like in the previous section. If you can hear a “y” sound in alleviate (as in “a-leev-yait”), then you can simply use KWR to represent this sound, and write the rest of the vowels using the thumbs. Thinking about vowel pairs is a great way of understanding how KWR can be used in these situations. However, if it is a bit slow, I recommend thinking about KWR as a “y” sound. We can approximate complicated vowel sounds just by using a “y” sound and a vowel we’ve learned before. Examples In the following examples, try to pronounce each word by approximating the vowel pair with a “y” sound. Notice how these approximations still resemble the word being pronounced. appreciate A/PRAOERB/KWRAEUT KWRAEU represents “ia” vowel pair aficionado A/TPEURB/KWRO/TPHA/TKOE KWRO represents “io” vowel pair nefarious TPHE/TPAEUR/KWRUS KWRU represents the “iou” vowel (the “o” is silent) video SREUD/KWROE KWROE represents the “eo” vowel","breadcrumbs":"Chapter 15: Syllabic splitting » As a vowel pair","id":"278","title":"As a vowel pair"},"279":{"body":"KWR as “y” drill","breadcrumbs":"Chapter 15: Syllabic splitting » Section practice","id":"279","title":"Section practice"},"28":{"body":"With your dictionaries unchecked, try pressing the right side “T” key (or really any consonant key on the right side). You’ll notice that Plover outputs -T with a hyphen. The hyphen indicates that this “T” is on the right side of the keyboard. If you are prompted to press S, you must press the “S” key on the left side. If you see -S, this indicates that the S is on the right side and so you must press the right side “S” key. This hyphen is included in all strokes that contain only right hand consonant keys. If you were to press the right hand “R”, “P”, and “L” keys, Plover would output -RPL. If a stroke contains a vowel or the asterisk, however, the hyphen is omitted. This syntax of raw steno makes it easy to differentiate repeat letter keys on both sides of the keyboard.","breadcrumbs":"Chapter 4: The layout » Why does Plover output a hyphen?","id":"28","title":"Why does Plover output a hyphen?"},"280":{"body":"Sometimes a given steno outline can have both a word and a prefix that it can represent. For example, to write the simple word “by” the obvious steno outline is PWAOEU. However, there also exists the “bi-” prefix as in the words “bicycle” PWAOEU/SAOEUBG/-L, “bifurcate” PWAOEU/TPUR/KAEUT, and “bilateral” PWAOEU/HRA/TER/KWRAL. NOTE: these examples with the PWAOEU aren’t all being used correctly from a prefix perspective (they aren’t altering a root word semantically). However, from a syllabic splitting perspective, these are correct. Therefore, it makes sense to assign a different stroke other than PWAOEU to the word “by”. Otherwise, if PWAOEU is used for the prefix and the word, conflicts such as the following can arise: PWAOEU/SAOEUBG/-L/-G Can be the word “bicycling” Can be the phrase “by cycling” as in “We can achieve hover by cycling between engine modes.” PWAOEU/HRA/TER/KWRAL Can be the word “bilateral” Can be the phrase “by lateral” as in “Love waves cause damage by lateral movement of the ground.” Below is a table of some basic word/prefix conflicts. Prefixes will be given to the intuitive outline and the word variant will use the asterisk key or a different vowel chord. However, for some common words, it’s useful to brief them as it is useful in phrases. NOTE: you are free to add your own briefs for the word variants. Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi- (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy” (see below). be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri- (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”.","breadcrumbs":"Chapter 15: Syllabic splitting » Prefix priority","id":"280","title":"Prefix priority"},"281":{"body":"There are also conflicts between words and prefixes that are more than one stroke long. In these cases, the rules are much more simple. Use the asterisk key on the last stroke of the outline to write the word variant, and no asterisk to write the prefix. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 15: Syllabic splitting » Multistroke prefixes","id":"281","title":"Multistroke prefixes"},"282":{"body":"Don’t worry too much about trying to memorize these briefs just yet. It’s only important that to understand the motivation as to why some basic words aren’t very intuitive. These briefs (along with others) are covered in the next chapter with practice material.","breadcrumbs":"Chapter 15: Syllabic splitting » Next chapter","id":"282","title":"Next chapter"},"283":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 15 test","breadcrumbs":"Chapter 15: Syllabic splitting » Chapter 15 test","id":"283","title":"Chapter 15 test"},"284":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 15: Syllabic splitting » Recommended completion goal","id":"284","title":"Recommended completion goal"},"285":{"body":"You can skip this if you’ve already been learning the briefs in each chapter!","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16: Top 200 common English words","id":"285","title":"Chapter 16: Top 200 common English words"},"286":{"body":"Recommended time to spend on this chapter: 2 days (assuming all these briefs are brand new). Read the introduction ( 5 minutes ) Skim the rest of this page ( 10 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended pace","id":"286","title":"Recommended pace"},"287":{"body":"All 200 words drill Briefs only drill","breadcrumbs":"Chapter 16: Top 200 common English words » Useful links","id":"287","title":"Useful links"},"288":{"body":"In English, the 200 most frequently used words account for something like 80% of all writing. Because of this, these words tend to be written with abbreviated outlines heavily for speed and comfort. About 50 of the 200 most common English words need to be memorized; they cannot always be written with theory principles covered so far. It’s important to be comfortable writing all of these words by the end of this chapter.","breadcrumbs":"Chapter 16: Top 200 common English words » Introduction","id":"288","title":"Introduction"},"289":{"body":"A write-out refers to an outline that adheres to theory principles very closely. They are the canonical outline to use when in doubt. On the other hand, a brief is an outline that doesn’t necessarily follow theory. It is an abbreviated entry that is used for greater speed. Some words do not have a write-out entry and will only have a brief which needs to be memorized. On the other hand, some words may only have a write-out. Finally, some may also have a brief and a write-out. If no explanation is provided, you may use either one. NOTE: you may find other briefs in the dictionary that are not mentioned in this page. I recommend not using them until you are done theory and are comfortable with your dictionary.","breadcrumbs":"Chapter 16: Top 200 common English words » Write-outs versus briefs","id":"289","title":"Write-outs versus briefs"},"29":{"body":"If you’d like, you can just jump right into the drills; that is a valid way to learn the layout. However, I would suggest coming up with mnemonics first just to make the memorization process a little bit easier. These should be personal as they’re more likely to stick. For example, these are some mnemonics I used when first starting off: Left hand, bottom row (SKWR) some kettle valley railway (SKWR) A historical railway in my area (“v” is not quite “W”, but it was close enough) Right hand, full bottom row (-RBGSZ) red, blue, green (RBG) Like “RGB” but not quite Bottom right pinkie key is -S just like bottom left pinkie The “Z” sound is similar to “S” and is immediately to the right of -S -Z is also on the end, just like in the alphabet Left hand, top row (#TPH) hash is right above S the power of hydrogen (“TPH”) As in the chemistry term “pH” Right hand, full top row (-FPLTD) Index finger presses -F personal learning time (-PLT) You can also combine the previous key with this mnemonic where -F represents an expletive (-FPLTD) The “D” sound is just the voiced “T” sound and is right next to -T (-D) Vowels (AOEU) ay yo, eu! (AOEU) An individual really passionate about the European Union You could also pronounce “ao” as “ow” for someone who dislikes the European Union Clearly some of these mnemonics are rather silly (and also very specific), but that makes them easier to remember for me. I do encourage you to come up with your own! At some point, the keys will become natural to you and you will not need to recall any mnemonics. It is at this point that you should proceed to the test.","breadcrumbs":"Chapter 4: The layout » How should I start?","id":"29","title":"How should I start?"},"290":{"body":"It would be extremely hard to memorize many of these briefs just by reading this page. Instead, first skim through this page and then use Typey Type to discover new words. Use these settings: Study type: Discover Limit word count: 200 Repetitions: 1 Sort: Random Hide hint on last repetition: unchecked This way, you can learn the words by simply reading the hints provided. If you come across a brief that is confusing, check back on this page to see if there is an explanation.","breadcrumbs":"Chapter 16: Top 200 common English words » How to complete this chapter","id":"290","title":"How to complete this chapter"},"291":{"body":"Discover briefs Discover all 200 words","breadcrumbs":"Chapter 16: Top 200 common English words » Practice material","id":"291","title":"Practice material"},"292":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 1–50","id":"292","title":"1–50"},"293":{"body":"Brief: -T","breadcrumbs":"Chapter 16: Top 200 common English words » the","id":"293","title":"the"},"294":{"body":"Brief: -F","breadcrumbs":"Chapter 16: Top 200 common English words » of","id":"294","title":"of"},"295":{"body":"Brief: TO Write-out: TAOU Both outlines are valid to use.","breadcrumbs":"Chapter 16: Top 200 common English words » to","id":"295","title":"to"},"296":{"body":"Brief: SKP Useful in phrases such as SKP-T “and the” and SKPU “and you”.","breadcrumbs":"Chapter 16: Top 200 common English words » and","id":"296","title":"and"},"297":{"body":"Write-out: AEU A is the “a-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » a","id":"297","title":"a"},"298":{"body":"Brief: TPH EUPB is the “in-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » in","id":"298","title":"in"},"299":{"body":"Brief: S","breadcrumbs":"Chapter 16: Top 200 common English words » is","id":"299","title":"is"},"3":{"body":"This series is work in progress! So you want to learn stenography! It’s a very long road ahead, but I do hope this series will help guide you along the way. Thanks to Plover and the efforts from the Open Steno Project, stenography is no longer restricted to professionals and students. The hobbyist steno community is flourishing, and self-taught professional stenographers are becoming more and more common.","breadcrumbs":"Chapter 1: Introduction » Chapter 1: Introduction","id":"3","title":"Chapter 1: Introduction"},"30":{"body":"If, after a few days, you feel pretty comfortable practising the previous drills , you may want to try other practice material. The other Steno Jig drills are fair game: The drills outside of the red box incorporate theory you have not learned yet, and are not recommended. If you have already done these drills and are quite comfortable, I would recommend moving onto the test.","breadcrumbs":"Chapter 4: The layout » Other drills","id":"30","title":"Other drills"},"300":{"body":"Brief: T","breadcrumbs":"Chapter 16: Top 200 common English words » it","id":"300","title":"it"},"301":{"body":"Brief: U","breadcrumbs":"Chapter 16: Top 200 common English words » you","id":"301","title":"you"},"302":{"body":"Brief: THA Useful in phrases such as THAT “that the” and THAEU “that I”.","breadcrumbs":"Chapter 16: Top 200 common English words » that","id":"302","title":"that"},"303":{"body":"Write-out: HAOE","breadcrumbs":"Chapter 16: Top 200 common English words » he","id":"303","title":"he"},"304":{"body":"Write-out: WAS","breadcrumbs":"Chapter 16: Top 200 common English words » was","id":"304","title":"was"},"305":{"body":"Brief: TP-R TPOR is the “for-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » for","id":"305","title":"for"},"306":{"body":"Brief: AUPB or O*PB OPB is the “on-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » on","id":"306","title":"on"},"307":{"body":"Brief: R or -R Useful in phrases such as R-T “are the” and THR-R “there are” (see there ).","breadcrumbs":"Chapter 16: Top 200 common English words » are","id":"307","title":"are"},"308":{"body":"Brief: W Useful in phrases such as W-T “with the” and WU “with you” (see you ).","breadcrumbs":"Chapter 16: Top 200 common English words » with","id":"308","title":"with"},"309":{"body":"Write-out: AS","breadcrumbs":"Chapter 16: Top 200 common English words » as","id":"309","title":"as"},"31":{"body":"For this test, we will also be using Steno Jig. This time, we will be making a custom drill here: Click here to take you to the page shown above. Copy and paste the following into the text box: SAP HUD SOG TOD WET POG ROD KUS PEB ROR WEZ WEL TER TAT WEF KAB WES SAP TAS RET TAD PEP SEB KOF TUZ PEF HEL PUB RAT WAF TAB RAS HUP WUP PEZ SOF HUR PUZ SOB POT KED WUD SAG RAP RAL ROL WOZ KAD KAT KOB RAD TAR SAL ROF SOR WOT HUF TUR KAF HOR SOD KOT SEF RED HAP PAP KEG KOZ TUS SOZ TAG HAS TAF HES HOL WUR TEB HAB HER PER TOP HAZ POL WOS HOP SUT TOR REL PAT SER WUS PUP KAG POD SUB HED SAB SUL TEF SOL This test is a little different to previous drills in that you are writing entire strokes rather than single keys. Consonants on the left side of a vowel should be pressed with the left hand, and consonants on the right side should be pressed with the right hand. So SAP would be written like: It is important that you press all three keys all at once for every stroke you are prompted to write (do not press each key letter by letter). Select “Shuffle words” and make sure your dictionaries are also unchecked just like in previous drills. Once you have done so, you are ready to go!","breadcrumbs":"Chapter 4: The layout » Chapter 4 test","id":"31","title":"Chapter 4 test"},"310":{"body":"Brief: EU AOEU is the word “eye”.","breadcrumbs":"Chapter 16: Top 200 common English words » I","id":"310","title":"I"},"311":{"body":"Write-out: HEUS","breadcrumbs":"Chapter 16: Top 200 common English words » his","id":"311","title":"his"},"312":{"body":"Brief: THE Useful for dealing with the “their”, “there”, and “they’re” three-way conflict as “they’re” can be written as THER.","breadcrumbs":"Chapter 16: Top 200 common English words » they","id":"312","title":"they"},"313":{"body":"Brief: -B PWE is the “be-” prefix and PWAOE is the word “bee”.","breadcrumbs":"Chapter 16: Top 200 common English words » be","id":"313","title":"be"},"314":{"body":"Write-out: AT","breadcrumbs":"Chapter 16: Top 200 common English words » at","id":"314","title":"at"},"315":{"body":"Write-out: WUPB","breadcrumbs":"Chapter 16: Top 200 common English words » one","id":"315","title":"one"},"316":{"body":"Brief: SR Useful in phrases like SR-T “have the” and SRU “have you”. HAF is also the word “half”.","breadcrumbs":"Chapter 16: Top 200 common English words » have","id":"316","title":"have"},"317":{"body":"Brief: TH Useful in phrases like STH “is this” and TH-S “this is”.","breadcrumbs":"Chapter 16: Top 200 common English words » this","id":"317","title":"this"},"318":{"body":"Write-out: TPROPL","breadcrumbs":"Chapter 16: Top 200 common English words » from","id":"318","title":"from"},"319":{"body":"Brief: AOUR or AUR OR is the “or-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » or","id":"319","title":"or"},"32":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! You should be able to complete this test in 10 minutes or fewer with an accuracy of at least 90%.","breadcrumbs":"Chapter 4: The layout » Recommended completion goal","id":"32","title":"Recommended completion goal"},"320":{"body":"Brief: H","breadcrumbs":"Chapter 16: Top 200 common English words » had","id":"320","title":"had"},"321":{"body":"Brief: PWEU PWAOEU is the “bi-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » by","id":"321","title":"by"},"322":{"body":"Write-out: HOT","breadcrumbs":"Chapter 16: Top 200 common English words » hot","id":"322","title":"hot"},"323":{"body":"Write-out: PWUT","breadcrumbs":"Chapter 16: Top 200 common English words » but","id":"323","title":"but"},"324":{"body":"Write-out: SOPL","breadcrumbs":"Chapter 16: Top 200 common English words » some","id":"324","title":"some"},"325":{"body":"Brief: WHA Useful in phrases like WHAT “what the” and WHAEU “what I”.","breadcrumbs":"Chapter 16: Top 200 common English words » what","id":"325","title":"what"},"326":{"body":"Brief: THR Useful in phrases like THR-R “there are” and THR-S “there is”.","breadcrumbs":"Chapter 16: Top 200 common English words » there","id":"326","title":"there"},"327":{"body":"Write-out: WAOE To write the word “wee”, use WAO*E.","breadcrumbs":"Chapter 16: Top 200 common English words » we","id":"327","title":"we"},"328":{"body":"Brief: K","breadcrumbs":"Chapter 16: Top 200 common English words » can","id":"328","title":"can"},"329":{"body":"Brief: AOUT or O*UT OUT is the “out-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » out","id":"329","title":"out"},"33":{"body":"KEP SAT TEP REF PUT KUR RAB KUF RAG WUT KUB ROB TUF TOT WUL WUF KEZ ROT KAZ KEF RUT PUG RAF SUR REP TUD TOS SEZ SUD KUL KAP TOZ ROZ PAB KUT PUS KOD RUG TED HOT SAS HAG HEZ SUZ WAT KUP HAT PAL HOZ POS PAD PUR KOR PAZ TEZ REZ ROS KUZ WOL TUP HUG HOB HAR RER TOG REG TUB HUL PAR TOF WUZ PUL HEG POR RUL SEL TOB KER HOF SUF RUF WUG WER RUR SAD SOT TUG REB SES HAD HOG KEB POP TES KOG HUZ KAS SAF HEB TEL KOL POB KUD HAL TUT ROP WAD WAL TAP RES SEG WOG RUB WOP PUD WAG PED WAS PUF HET KOS WEP HOS KAR SOP RUD KOP TET HUS TOL PET HAF HEF SAZ WAR SEP SUG TUL RUP KET WOF KEL SOS HOD RAZ PES KAL WAB SUS HEP WEG SUP PEG HUB WOD KES PAF SAR PEL WEB TEG SET WOB PAS POF RAR WOR WUB POZ ROG HUT WAZ WED KUG TAZ SED RUZ TAL RUS WAP PAG","breadcrumbs":"Chapter 4: The layout » Extra practice","id":"33","title":"Extra practice"},"330":{"body":"Brief: OER Write-out: O*T/KWRER The brief is recommended for this common word.","breadcrumbs":"Chapter 16: Top 200 common English words » other","id":"330","title":"other"},"331":{"body":"Brief: WR Write-out: WER The brief is useful in phrases such as WR-T “were the” and WRU “were you”.","breadcrumbs":"Chapter 16: Top 200 common English words » were","id":"331","title":"were"},"332":{"body":"Write-out: AUL","breadcrumbs":"Chapter 16: Top 200 common English words » all","id":"332","title":"all"},"333":{"body":"Brief: KWRAOUR or KWROR or KWROUR Write-out: KWRAO*UR The write-out is somewhat awkward so it is recommended you use one of the briefs.","breadcrumbs":"Chapter 16: Top 200 common English words » your","id":"333","title":"your"},"334":{"body":"Brief: WH Useful in phrases such as WH-S “when is” and WHU “when you”.","breadcrumbs":"Chapter 16: Top 200 common English words » when","id":"334","title":"when"},"335":{"body":"Write-out: UP","breadcrumbs":"Chapter 16: Top 200 common English words » up","id":"335","title":"up"},"336":{"body":"Write-out: AOUS","breadcrumbs":"Chapter 16: Top 200 common English words » use","id":"336","title":"use"},"337":{"body":"Write-out: WORD","breadcrumbs":"Chapter 16: Top 200 common English words » word","id":"337","title":"word"},"338":{"body":"Write-out: HOU","breadcrumbs":"Chapter 16: Top 200 common English words » how","id":"338","title":"how"},"339":{"body":"Brief: SED The awkward spelling of this word makes a write-out impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » said","id":"339","title":"said"},"34":{"body":"","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5: Lapwing setup and basics","id":"34","title":"Chapter 5: Lapwing setup and basics"},"340":{"body":"Write-out: APB","breadcrumbs":"Chapter 16: Top 200 common English words » an","id":"340","title":"an"},"341":{"body":"Write-out: AOEFP","breadcrumbs":"Chapter 16: Top 200 common English words » each","id":"341","title":"each"},"342":{"body":"Write-out: SHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » she","id":"342","title":"she"},"343":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 51–100","id":"343","title":"51–100"},"344":{"body":"Brief: WEU or KH WEUFP and WHEUFP are the words “witch” and “whisp”.","breadcrumbs":"Chapter 16: Top 200 common English words » which","id":"344","title":"which"},"345":{"body":"Brief: TKO TKAOU and TKAO*U are the words “due” and “dew”.","breadcrumbs":"Chapter 16: Top 200 common English words » do","id":"345","title":"do"},"346":{"body":"Write-out: THAEUR","breadcrumbs":"Chapter 16: Top 200 common English words » their","id":"346","title":"their"},"347":{"body":"Write-out: TAOEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » time","id":"347","title":"time"},"348":{"body":"Brief: TP Useful in phrases like TPU “if you” and TP-T “if the”.","breadcrumbs":"Chapter 16: Top 200 common English words » if","id":"348","title":"if"},"349":{"body":"Brief: HR Useful in phrases like HRU “will you” and HR-T “will the”.","breadcrumbs":"Chapter 16: Top 200 common English words » will","id":"349","title":"will"},"35":{"body":"Recommended time to spend on this chapter: 1–3 days. Set up Lapwing ( 5 minutes ) Familiarize yourself with Typey Type ( 5 minutes ) Play around with various settings if you’d like Read Single key basics and complete the drill ( 30 minutes ) Repeat the drill as needed Read Consonant keys ( 2 minutes ) Read The missing short vowel and complete the drill ( 15 minutes ) Repeat the drill as needed Read Left hand d, b, and l and complete the drill ( 20 minutes ) Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended pace","id":"35","title":"Recommended pace"},"350":{"body":"Write-out: WAEU","breadcrumbs":"Chapter 16: Top 200 common English words » way","id":"350","title":"way"},"351":{"body":"Brief: PW","breadcrumbs":"Chapter 16: Top 200 common English words » about","id":"351","title":"about"},"352":{"body":"Brief: PHA*EPB","breadcrumbs":"Chapter 16: Top 200 common English words » many","id":"352","title":"many"},"353":{"body":"Write-out: THEPB","breadcrumbs":"Chapter 16: Top 200 common English words » then","id":"353","title":"then"},"354":{"body":"Write-out: THEPL","breadcrumbs":"Chapter 16: Top 200 common English words » them","id":"354","title":"them"},"355":{"body":"Write-out: WUD","breadcrumbs":"Chapter 16: Top 200 common English words » would","id":"355","title":"would"},"356":{"body":"Write-out: WRAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » write","id":"356","title":"write"},"357":{"body":"Write-out: HRAOEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » like","id":"357","title":"like"},"358":{"body":"Brief: SO SOE is the word “sow”.","breadcrumbs":"Chapter 16: Top 200 common English words » so","id":"358","title":"so"},"359":{"body":"Write-out: THAOES","breadcrumbs":"Chapter 16: Top 200 common English words » these","id":"359","title":"these"},"36":{"body":"Typey Type custom lessons Basic single syllable words drill Basic left hand single syllable words drill Single syllable dbl words drill Chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Useful links","id":"36","title":"Useful links"},"360":{"body":"Write-out: HER","breadcrumbs":"Chapter 16: Top 200 common English words » her","id":"360","title":"her"},"361":{"body":"Write-out: HROPBG","breadcrumbs":"Chapter 16: Top 200 common English words » long","id":"361","title":"long"},"362":{"body":"Write-out: PHAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » make","id":"362","title":"make"},"363":{"body":"Write-out: THEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » thing","id":"363","title":"thing"},"364":{"body":"Write-out: SAOE","breadcrumbs":"Chapter 16: Top 200 common English words » see","id":"364","title":"see"},"365":{"body":"Write-out: HEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » him","id":"365","title":"him"},"366":{"body":"Brief: TWO","breadcrumbs":"Chapter 16: Top 200 common English words » two","id":"366","title":"two"},"367":{"body":"Write-out: HAS","breadcrumbs":"Chapter 16: Top 200 common English words » has","id":"367","title":"has"},"368":{"body":"Write-out: HRAOBG","breadcrumbs":"Chapter 16: Top 200 common English words » look","id":"368","title":"look"},"369":{"body":"Write-out: PHOR","breadcrumbs":"Chapter 16: Top 200 common English words » more","id":"369","title":"more"},"37":{"body":"The Plover app comes loaded with a default theory called Plover theory. As this series is for learning Lapwing theory, there are a few modifications needed before proceeding. There are two options: install the plover-lapwing-aio plugin, or add the Lapwing dictionaries manually (not recommended). If in doubt, follow the instructions below for the all-in-one plugin as discussed below. If you are using Javelin, make sure to read Appendix C for instructions on setting up your keyboard with Lapwing.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Lapwing setup","id":"37","title":"Lapwing setup"},"370":{"body":"Write-out: TKAEU","breadcrumbs":"Chapter 16: Top 200 common English words » day","id":"370","title":"day"},"371":{"body":"Write-out: KUD","breadcrumbs":"Chapter 16: Top 200 common English words » could","id":"371","title":"could"},"372":{"body":"Write-out: TKPWOE","breadcrumbs":"Chapter 16: Top 200 common English words » go","id":"372","title":"go"},"373":{"body":"Write-out: KOPL","breadcrumbs":"Chapter 16: Top 200 common English words » come","id":"373","title":"come"},"374":{"body":"Brief: TK Useful in phrases like TK-T “did the” and TKU “did you”.","breadcrumbs":"Chapter 16: Top 200 common English words » did","id":"374","title":"did"},"375":{"body":"Write-out: PHAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » my","id":"375","title":"my"},"376":{"body":"Write-out: SOUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » sound","id":"376","title":"sound"},"377":{"body":"Brief: TPHO TPHOE is the word “know”.","breadcrumbs":"Chapter 16: Top 200 common English words » no","id":"377","title":"no"},"378":{"body":"Write-out: PHOEFT","breadcrumbs":"Chapter 16: Top 200 common English words » most","id":"378","title":"most"},"379":{"body":"Write-out: TPHUPL/PWER","breadcrumbs":"Chapter 16: Top 200 common English words » number","id":"379","title":"number"},"38":{"body":"In Plover’s main window, click on Tools → Plugins Manager. Scroll down until you see plover-lapwing-aio and select it. Press Install/Update and make sure to press the Restart button afterwards. plugins manager NOTE: just closing the main window is not sufficient to restart Plover. You will have to press the restart button or manually quit Plover by going to File → Quit Plover and opening Plover again. Once Plover has been restarted, in Plover’s main window, click on Configure → System and change the system to Lapwing. Press Apply and OK—you should now be good to go! system settings If you’d like to know more about the default dictionaries that come with the all-in-one plugin, have a look at the homepage.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Using the all-in-one plugin","id":"38","title":"Using the all-in-one plugin"},"380":{"body":"Brief: WHO WHAOU is the word “whew”.","breadcrumbs":"Chapter 16: Top 200 common English words » who","id":"380","title":"who"},"381":{"body":"Brief: AUFR OEFR is the prefix and AU is an easy to press alternative chord.","breadcrumbs":"Chapter 16: Top 200 common English words » over","id":"381","title":"over"},"382":{"body":"Write-out: TPHOE","breadcrumbs":"Chapter 16: Top 200 common English words » know","id":"382","title":"know"},"383":{"body":"Write-out: WAU/TER","breadcrumbs":"Chapter 16: Top 200 common English words » water","id":"383","title":"water"},"384":{"body":"Write-out: THAPB","breadcrumbs":"Chapter 16: Top 200 common English words » than","id":"384","title":"than"},"385":{"body":"Write-out: KAUL","breadcrumbs":"Chapter 16: Top 200 common English words » call","id":"385","title":"call"},"386":{"body":"Brief: TPEUFRT Write-out: TP*EURS TPEUFRT uses an inversion (violation of steno order) which is more of a briefing technique than a theory rule.","breadcrumbs":"Chapter 16: Top 200 common English words » first","id":"386","title":"first"},"387":{"body":"Brief: P Write-out: PAOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » people","id":"387","title":"people"},"388":{"body":"Brief: PHAEU","breadcrumbs":"Chapter 16: Top 200 common English words » may","id":"388","title":"may"},"389":{"body":"Write-out: TKOUPB","breadcrumbs":"Chapter 16: Top 200 common English words » down","id":"389","title":"down"},"39":{"body":"The Lapwing dictionary and theory are pretty stable, but the dictionary is updated on a weekly basis to fix mistakes and typos. Occasionally there are also changes to the theory itself to make it more consistent and easier to learn. This book is always in sync with the latest version of the dictionary. However, the plugin (and therefore the dictionary) do not autoupdate. To update the plugin and dictionaries: Open the plugins manager and find plover-lapwing-aio. Press the update button. In Plover’s main window, go to File → Open Config Folder. Delete the dictionary you want to update (e.g. lapwing-base.json) Restart Plover","breadcrumbs":"Chapter 5: Lapwing setup and basics » Dictionary updates","id":"39","title":"Dictionary updates"},"390":{"body":"Write-out: SAOEUD","breadcrumbs":"Chapter 16: Top 200 common English words » side","id":"390","title":"side"},"391":{"body":"Brief: PW-PB","breadcrumbs":"Chapter 16: Top 200 common English words » been","id":"391","title":"been"},"392":{"body":"Write-out: TPHOU","breadcrumbs":"Chapter 16: Top 200 common English words » now","id":"392","title":"now"},"393":{"body":"Write-out: TPAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » find","id":"393","title":"find"},"394":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 101–150","id":"394","title":"101–150"},"395":{"body":"Brief: TPHEU","breadcrumbs":"Chapter 16: Top 200 common English words » any","id":"395","title":"any"},"396":{"body":"Brief: TPHU TPHAOU is the word “knew”","breadcrumbs":"Chapter 16: Top 200 common English words » new","id":"396","title":"new"},"397":{"body":"Write-out: WORBG","breadcrumbs":"Chapter 16: Top 200 common English words » work","id":"397","title":"work"},"398":{"body":"Write-out: PART","breadcrumbs":"Chapter 16: Top 200 common English words » part","id":"398","title":"part"},"399":{"body":"Write-out: TAEUBG","breadcrumbs":"Chapter 16: Top 200 common English words » take","id":"399","title":"take"},"4":{"body":"steno layout Stenography (steno for short) is a method of text input that utilizes a chorded keyboard layout to write parts of words, entire words, or even phrases. Before delving into the details of how steno works, first think about regular keyboards—for example, how one would type the word “complicate”: typing “complicate” on a keyboard Every letter is simply pressed individually: c/o/m/p/l/i/c/a/t/e The slashes represent separators between key presses. This results in 10 successive key strokes. On the other hand, steno uses chords , or groups of keys that are pressed down all at once. This action of pressing down multiple keys simultaneously is called a stroke. By using chords the word “complicate” can be written using only three strokes: com/pli/cate writing “complicate” with steno We could notate writing this word using steno like so: KOPL/PHREU/KAEUT","breadcrumbs":"Chapter 1: Introduction » How does steno work?","id":"4","title":"How does steno work?"},"40":{"body":"If you do not want to use the all-in-one plugin, please see Appendix B if you wish to set up Lapwing dictionaries manually (not recommended).","breadcrumbs":"Chapter 5: Lapwing setup and basics » Setting up Lapwing manually","id":"40","title":"Setting up Lapwing manually"},"400":{"body":"Write-out: TKPWET","breadcrumbs":"Chapter 16: Top 200 common English words » get","id":"400","title":"get"},"401":{"body":"Write-out: PHRAEUS","breadcrumbs":"Chapter 16: Top 200 common English words » place","id":"401","title":"place"},"402":{"body":"Write-out: PHAED","breadcrumbs":"Chapter 16: Top 200 common English words » made","id":"402","title":"made"},"403":{"body":"Write-out: HREUF","breadcrumbs":"Chapter 16: Top 200 common English words » live","id":"403","title":"live"},"404":{"body":"Brief: W-R Write-out: WHER","breadcrumbs":"Chapter 16: Top 200 common English words » where","id":"404","title":"where"},"405":{"body":"Brief: AF or AFR Write-out: AF/TER","breadcrumbs":"Chapter 16: Top 200 common English words » after","id":"405","title":"after"},"406":{"body":"Write-out: PWABG","breadcrumbs":"Chapter 16: Top 200 common English words » back","id":"406","title":"back"},"407":{"body":"Brief: HREUL Write-out: HREUT/-L","breadcrumbs":"Chapter 16: Top 200 common English words » little","id":"407","title":"little"},"408":{"body":"Brief: OEPBL Write-out: OEPB/HREU","breadcrumbs":"Chapter 16: Top 200 common English words » only","id":"408","title":"only"},"409":{"body":"Write-out: ROUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » round","id":"409","title":"round"},"41":{"body":"From this point on, exercises will be done on Typey Type. The benefit is that custom lessons with their own recommended outlines can be configured. Typey Type custom lessons","breadcrumbs":"Chapter 5: Lapwing setup and basics » Typey Type","id":"41","title":"Typey Type"},"410":{"body":"Write-out: PHAPB","breadcrumbs":"Chapter 16: Top 200 common English words » man","id":"410","title":"man"},"411":{"body":"Write-out: KWRAO*ER","breadcrumbs":"Chapter 16: Top 200 common English words » year","id":"411","title":"year"},"412":{"body":"Write-out: KAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » came","id":"412","title":"came"},"413":{"body":"Write-out: SHOE","breadcrumbs":"Chapter 16: Top 200 common English words » show","id":"413","title":"show"},"414":{"body":"Brief: EFR","breadcrumbs":"Chapter 16: Top 200 common English words » every","id":"414","title":"every"},"415":{"body":"Write-out: TKPWAOD","breadcrumbs":"Chapter 16: Top 200 common English words » good","id":"415","title":"good"},"416":{"body":"Write-out: PHAOE","breadcrumbs":"Chapter 16: Top 200 common English words » me","id":"416","title":"me"},"417":{"body":"Write-out: TKPWEUF","breadcrumbs":"Chapter 16: Top 200 common English words » give","id":"417","title":"give"},"418":{"body":"Write-out: OUR","breadcrumbs":"Chapter 16: Top 200 common English words » our","id":"418","title":"our"},"419":{"body":"Brief: TPH-PB or UPBD Write-out: UPB/TK*ER UPB/TKER is the “under-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » under","id":"419","title":"under"},"42":{"body":"Lessons in this series will be provided as links to text files. Left clicking on these links will display the contents of each lesson. Copy and paste the entire file (Ctrl + A or Cmd + A to select the whole page) into the text box above. After that, press Start custom lesson. Make sure to sort the words randomly on the right hand side. Typey Type custom drills settings You may tweak additional settings to your liking, but the defaults are perfectly fine. If you would like to try this out, here is one example of a lesson: Click here to access a sample lesson","breadcrumbs":"Chapter 5: Lapwing setup and basics » Click here to access Typey Type shown above","id":"42","title":"Click here to access Typey Type shown above"},"420":{"body":"Write-out: TPHAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » name","id":"420","title":"name"},"421":{"body":"Brief: SRE Write-out: SRER/KWREU","breadcrumbs":"Chapter 16: Top 200 common English words » very","id":"421","title":"very"},"422":{"body":"Brief: THRU THRAOU is the word “threw”.","breadcrumbs":"Chapter 16: Top 200 common English words » through","id":"422","title":"through"},"423":{"body":"Write-out: SKWRUFT","breadcrumbs":"Chapter 16: Top 200 common English words » just","id":"423","title":"just"},"424":{"body":"Write-out: TPORPL","breadcrumbs":"Chapter 16: Top 200 common English words » form","id":"424","title":"form"},"425":{"body":"Write-out: PHUFP","breadcrumbs":"Chapter 16: Top 200 common English words » much","id":"425","title":"much"},"426":{"body":"Write-out: TKPWRAET","breadcrumbs":"Chapter 16: Top 200 common English words » great","id":"426","title":"great"},"427":{"body":"Brief: THEU Write-out: TH*EUPBG If you’re having trouble with the awkward write-out, use the brief instead.","breadcrumbs":"Chapter 16: Top 200 common English words » think","id":"427","title":"think"},"428":{"body":"Write-out: SAEU","breadcrumbs":"Chapter 16: Top 200 common English words » say","id":"428","title":"say"},"429":{"body":"Brief: HEP Write-out: HEL/-P","breadcrumbs":"Chapter 16: Top 200 common English words » help","id":"429","title":"help"},"43":{"body":"Each steno stroke is made up of three main parts: the initial consonant, the vowel, and the ending consonant. If a single key makes up one of these parts, it will represent the sound that the letter is associated with. For example, the strokes TAP and HUT from the previous chapter’s test represent the words “tap” and “hut” respectively. The stroke KAT represents the word “cat”. NOTE: most consonants are phonetic, meaning that we care about the pronunciation rather than the spelling. This is why the initial consonant in “cat” is given the K key. You will later see that not all steno aspects are phonetic—some are orthographic (meaning that they are based upon spelling instead). If one of these parts of the steno stroke is not a single key (i.e. it is a chord), it will not necessarily represent the combination of the individual letter sounds. Sometimes this does work; combining the left hand S and H keys can represent the initial “sh” sound as in “shut”. However, sometimes the individual keys in a chord have nothing to do with the actual sound it represents. For example, the right hand -PB chord represents the ending “n” sound as in “sun”. These chords are covered later on, so do not worry too much about this for now. The main takeaway of this section is understanding what to do for simple words whose parts can be composed of single keys.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Single key basics","id":"43","title":"Single key basics"},"430":{"body":"Write-out: HROE","breadcrumbs":"Chapter 16: Top 200 common English words » low","id":"430","title":"low"},"431":{"body":"Write-out: HRAOEUPB","breadcrumbs":"Chapter 16: Top 200 common English words » line","id":"431","title":"line"},"432":{"body":"Brief: PW-FR Write-out: PWE/TPOR","breadcrumbs":"Chapter 16: Top 200 common English words » before","id":"432","title":"before"},"433":{"body":"Write-out: TURPB","breadcrumbs":"Chapter 16: Top 200 common English words » turn","id":"433","title":"turn"},"434":{"body":"Write-out: KAUS","breadcrumbs":"Chapter 16: Top 200 common English words » cause","id":"434","title":"cause"},"435":{"body":"Write-out: SAEUPL","breadcrumbs":"Chapter 16: Top 200 common English words » same","id":"435","title":"same"},"436":{"body":"Write-out: PHAOEPB","breadcrumbs":"Chapter 16: Top 200 common English words » mean","id":"436","title":"mean"},"437":{"body":"Brief: TKEUFR Write-out: TKEU/TPER","breadcrumbs":"Chapter 16: Top 200 common English words » differ","id":"437","title":"differ"},"438":{"body":"Write-out: PHAOUF","breadcrumbs":"Chapter 16: Top 200 common English words » move","id":"438","title":"move"},"439":{"body":"Write-out: RAOEUT","breadcrumbs":"Chapter 16: Top 200 common English words » right","id":"439","title":"right"},"44":{"body":"Some consonants may represent multiple sounds. This table will clear up any ambiguities. Steno key Examples S sat sill T ten tap K king car P pat pull W win watt H hot hum R red ran -F puff cough -P hip sap -B lob hub -L fall lol -G sag tug -T right pit -S* pass has -D tad rid -Z jazz fizz *-S is used whenever the ending sound is spelled with the letter “s”. This is why “has” and “pass” both use -S, despite having a different sound.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Consonant keys","id":"44","title":"Consonant keys"},"440":{"body":"Write-out: PWOEU","breadcrumbs":"Chapter 16: Top 200 common English words » boy","id":"440","title":"boy"},"441":{"body":"Write-out: OELD","breadcrumbs":"Chapter 16: Top 200 common English words » old","id":"441","title":"old"},"442":{"body":"Write-out: TAO","breadcrumbs":"Chapter 16: Top 200 common English words » too","id":"442","title":"too"},"443":{"body":"Write-out: TKOS","breadcrumbs":"Chapter 16: Top 200 common English words » does","id":"443","title":"does"},"444":{"body":"Write-out: TEL","breadcrumbs":"Chapter 16: Top 200 common English words » tell","id":"444","title":"tell"},"445":{"body":"","breadcrumbs":"Chapter 16: Top 200 common English words » 151–200","id":"445","title":"151–200"},"446":{"body":"Brief: STEPBS Write-out: SEPB/TEPBS","breadcrumbs":"Chapter 16: Top 200 common English words » sentence","id":"446","title":"sentence"},"447":{"body":"Write-out: SET","breadcrumbs":"Chapter 16: Top 200 common English words » set","id":"447","title":"set"},"448":{"body":"Write-out: THRAOE","breadcrumbs":"Chapter 16: Top 200 common English words » three","id":"448","title":"three"},"449":{"body":"Write-out: WAPBT","breadcrumbs":"Chapter 16: Top 200 common English words » want","id":"449","title":"want"},"45":{"body":"Vowel keys are more tricky than consonants because they are not entirely phonetic or orthographic. We will first look at what short vowels are in Lapwing. The term short vowel is an informal term that is often taught in North American classrooms. It is not very linguistically sound, so the next few sections will attempt to define them more rigorously. Throughout the vowel sections, the IPA (International Phonetic Alphabet) for each sound is listed. This is only intended for those who are already familiar with it. Do not worry at all if you are not familiar with IPA! Short a IPA: /æ/ cat hat Short e IPA: /ɛ/ pet sell Short i IPA: /ɪ/ will sit Short o IPA: /ɑ/ cot rod In my accent, /ɑ/, /ɔ/, and /ɒ/ all are merged. If they are distinct in your accent, they can all be considered as short o . Short u There are two sounds associated with this term. IPA: /ʌ/ cup hut IPA: /ʊ/ could pull","breadcrumbs":"Chapter 5: Lapwing setup and basics » Short vowel sounds","id":"45","title":"Short vowel sounds"},"450":{"body":"Write-out: AEUR","breadcrumbs":"Chapter 16: Top 200 common English words » air","id":"450","title":"air"},"451":{"body":"Write-out: WEL","breadcrumbs":"Chapter 16: Top 200 common English words » well","id":"451","title":"well"},"452":{"body":"Brief: HR-S","breadcrumbs":"Chapter 16: Top 200 common English words » also","id":"452","title":"also"},"453":{"body":"Write-out: PHRAEU","breadcrumbs":"Chapter 16: Top 200 common English words » play","id":"453","title":"play"},"454":{"body":"Write-out: SPHAUL","breadcrumbs":"Chapter 16: Top 200 common English words » small","id":"454","title":"small"},"455":{"body":"Write-out: EPBD","breadcrumbs":"Chapter 16: Top 200 common English words » end","id":"455","title":"end"},"456":{"body":"Write-out: PUT","breadcrumbs":"Chapter 16: Top 200 common English words » put","id":"456","title":"put"},"457":{"body":"Write-out: HOEPL","breadcrumbs":"Chapter 16: Top 200 common English words » home","id":"457","title":"home"},"458":{"body":"Write-out: RAED","breadcrumbs":"Chapter 16: Top 200 common English words » read","id":"458","title":"read"},"459":{"body":"Write-out: HAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » hand","id":"459","title":"hand"},"46":{"body":"Schwa is an English sound that all vowel letters can sometimes represent. For example, the underlined letters in the following words are all pronounced as schwas—they are not enunciated like any of the vowel sounds above. about petition definite potato support","breadcrumbs":"Chapter 5: Lapwing setup and basics » The schwa","id":"46","title":"The schwa"},"460":{"body":"Write-out: PORT","breadcrumbs":"Chapter 16: Top 200 common English words » port","id":"460","title":"port"},"461":{"body":"Write-out: HRARPBLG","breadcrumbs":"Chapter 16: Top 200 common English words » large","id":"461","title":"large"},"462":{"body":"Write-out: SPEL","breadcrumbs":"Chapter 16: Top 200 common English words » spell","id":"462","title":"spell"},"463":{"body":"Write-out: AD","breadcrumbs":"Chapter 16: Top 200 common English words » add","id":"463","title":"add"},"464":{"body":"Brief: AOEFPB","breadcrumbs":"Chapter 16: Top 200 common English words » even","id":"464","title":"even"},"465":{"body":"Write-out: HRAPBD","breadcrumbs":"Chapter 16: Top 200 common English words » land","id":"465","title":"land"},"466":{"body":"Write-out: HAOER","breadcrumbs":"Chapter 16: Top 200 common English words » here","id":"466","title":"here"},"467":{"body":"Write-out: PHUFT","breadcrumbs":"Chapter 16: Top 200 common English words » must","id":"467","title":"must"},"468":{"body":"Write-out: PWEUG","breadcrumbs":"Chapter 16: Top 200 common English words » big","id":"468","title":"big"},"469":{"body":"Write-out: HAOEU","breadcrumbs":"Chapter 16: Top 200 common English words » high","id":"469","title":"high"},"47":{"body":"Short vowel sounds and schwa spelled with a single letter use the key/chord that matches the spelling. Examples hat HAT pet PET cot KOT hut HUT NOTE: short vowels are almost always spelled with the sound they represent. However, one exception is the word “son”, which has a short u vowel. Remember that we care about spelling for short vowels , this word would be written using the O key.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #1:","id":"47","title":"Simple vowels rule #1:"},"470":{"body":"Write-out: SUFP","breadcrumbs":"Chapter 16: Top 200 common English words » such","id":"470","title":"such"},"471":{"body":"Brief: TPOL Write-out: TPO/HROE","breadcrumbs":"Chapter 16: Top 200 common English words » follow","id":"471","title":"follow"},"472":{"body":"Write-out: ABGT","breadcrumbs":"Chapter 16: Top 200 common English words » act","id":"472","title":"act"},"473":{"body":"Brief: KWR Useful in phrases such as KWR-R “why are” and KWR-T “why the”","breadcrumbs":"Chapter 16: Top 200 common English words » why","id":"473","title":"why"},"474":{"body":"Brief: SK Write-out: AFBG","breadcrumbs":"Chapter 16: Top 200 common English words » ask","id":"474","title":"ask"},"475":{"body":"Write-out: PHEPB","breadcrumbs":"Chapter 16: Top 200 common English words » men","id":"475","title":"men"},"476":{"body":"Write-out: KHAEUPBG","breadcrumbs":"Chapter 16: Top 200 common English words » change","id":"476","title":"change"},"477":{"body":"Write-out: WEPBT","breadcrumbs":"Chapter 16: Top 200 common English words » went","id":"477","title":"went"},"478":{"body":"Write-out: HRAOEUT If you feel that “lite” should be written HRAOEUT, feel free to swap these around. However, “lite” is quite a bit more uncommon that I feel it should be given the asterisk.","breadcrumbs":"Chapter 16: Top 200 common English words » light","id":"478","title":"light"},"479":{"body":"Write-out: KAOEUPBD","breadcrumbs":"Chapter 16: Top 200 common English words » kind","id":"479","title":"kind"},"48":{"body":"There is no “i” key on the steno layout; it is instead represented by the EU chord. Examples hit HEUT pill PEUL pit PEUT tip TEUP","breadcrumbs":"Chapter 5: Lapwing setup and basics » The i chord","id":"48","title":"The i chord"},"480":{"body":"Brief: AUF OF is the prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » off","id":"480","title":"off"},"481":{"body":"Write-out: TPHAOED","breadcrumbs":"Chapter 16: Top 200 common English words » need","id":"481","title":"need"},"482":{"body":"Write-out: HOUS","breadcrumbs":"Chapter 16: Top 200 common English words » house","id":"482","title":"house"},"483":{"body":"**Brief: P*EUFP ** Write-out: PEUBG/KHUR","breadcrumbs":"Chapter 16: Top 200 common English words » picture","id":"483","title":"picture"},"484":{"body":"Brief: TREU TRAOEU is the “tri-” prefix.","breadcrumbs":"Chapter 16: Top 200 common English words » try","id":"484","title":"try"},"485":{"body":"Write-out: US","breadcrumbs":"Chapter 16: Top 200 common English words » us","id":"485","title":"us"},"486":{"body":"Brief: TKPWEPB Write-out: A/TKPWEPB or A/TKPWAEUPB Just like with said , the spelling of this word makes a write-out entry ambiguous and slightly impractical.","breadcrumbs":"Chapter 16: Top 200 common English words » again","id":"486","title":"again"},"487":{"body":"Brief: PHAPBL or APB/PHAL Write-out: A/TPHEU/PHAL The one-stroke brief completely violates steno order. The two-stroke brief drops the “i” vowel as it is unstressed (unemphasized).","breadcrumbs":"Chapter 16: Top 200 common English words » animal","id":"487","title":"animal"},"488":{"body":"Write-out: POEUPBT","breadcrumbs":"Chapter 16: Top 200 common English words » point","id":"488","title":"point"},"489":{"body":"Brief: PHOER or PHO*RT Write-out: PHO/THER","breadcrumbs":"Chapter 16: Top 200 common English words » mother","id":"489","title":"mother"},"49":{"body":"Short vowel sounds spelled with multiple letters use the key/chord that matches the sound. Schwa sounds that are spelled with multiple letters are fairly uncommon. If you encounter any, you are meant to use any of the vowel letters that spell part of the sound. If you run into a missing entry, just add it to your personal dictionary. Examples could KUD head HED said SED tough TUF","breadcrumbs":"Chapter 5: Lapwing setup and basics » Simple vowels rule #2:","id":"49","title":"Simple vowels rule #2:"},"490":{"body":"Write-out: WORLD","breadcrumbs":"Chapter 16: Top 200 common English words » world","id":"490","title":"world"},"491":{"body":"Write-out: TPHAOER","breadcrumbs":"Chapter 16: Top 200 common English words » near","id":"491","title":"near"},"492":{"body":"Write-out: PWEULD","breadcrumbs":"Chapter 16: Top 200 common English words » build","id":"492","title":"build"},"493":{"body":"Brief: SEFL Write-out: SEL/*F Remember to use *F when ending a word with the “f” sound.","breadcrumbs":"Chapter 16: Top 200 common English words » self","id":"493","title":"self"},"494":{"body":"Write-out: *ERT","breadcrumbs":"Chapter 16: Top 200 common English words » earth","id":"494","title":"earth"},"495":{"body":"Brief: TPA*URT Write-out: TPAU/THER","breadcrumbs":"Chapter 16: Top 200 common English words » father","id":"495","title":"father"},"496":{"body":"This chapter’s test consists of the words listed on this page. Use the following settings: Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 16 test","breadcrumbs":"Chapter 16: Top 200 common English words » Chapter 16 test","id":"496","title":"Chapter 16 test"},"497":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–40 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 16: Top 200 common English words » Recommended completion goal","id":"497","title":"Recommended completion goal"},"498":{"body":"","breadcrumbs":"Chapter 17: Shortening techniques » Chapter 17: Shortening techniques","id":"498","title":"Chapter 17: Shortening techniques"},"499":{"body":"Recommended time to spend on this chapter: 1–2 days. Read folding and complete the drills ( 20 minutes ) Repeat the drills as needed Read dropping unstressed vowels and complete the drill ( 20 minutes ) Repeat the drill as needed Read inversions and complete the drill ( 10 minutes ) Repeat the drill as needed Read left hand compound clusters and complete the drill ( 15 minutes ) Repeat the drill as needed Read dropping other sounds ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 17: Shortening techniques » Recommended pace","id":"499","title":"Recommended pace"},"5":{"body":"At first glance, it appears that KOPL/PHREU/KAEUT has no bearing resemblance to the word it represents. The reason for this is that there are only so many keys on the steno layout. Arbitrary letter combinations have to be used in order to represent the sounds that are not represented by single keys. steno layout In our example, PL in KOPL represents the ending “m” consonant; HR in PHREU represents the initial “l” consonant; EU in PHREU represents the “i” vowel, as in “pit”; finally AEU in KAEUT represents the /eɪ/ diphthong (also called long a vowel) as in “fate”. The following table illustrates the sounds that each key group represents in our example. Steno Keys K O PL P HR EU K AEU T Sounds k o m p l i k ā t Essentially, KOPL/PHREU/KAEUT really just represents KOM/PLI/KĀT (where Ā represents the long a vowel or /eɪ/ diphthong). And that’s basically all there is in principle! Stenographers memorize a whole slew of chords for the missing sounds, and string multiple strokes together to write English. Here’s a demo of what it looks like to write at 224 WPM with steno:","breadcrumbs":"Chapter 1: Introduction » Why KOPL/PHREU/KAEUT?","id":"5","title":"Why KOPL/PHREU/KAEUT?"},"50":{"body":"In a General North American accent, inclusion of the letter “r” after a vowel can alter the pronunciation of the vowel. Take, for example, the following pairs of words: Normal r IPA cat car /ɑɹ/ head her /ɝ/ or /ɚ/ sit sir /ɝ/ or /ɚ/ pot pore /ɔɹ/ pull purr /ɝ/ or /ɚ/ These sounds are also considered to be in the same group as short vowels , so rule 1 applies. We will still write these words with the key that spells the vowel, even if it is phonetically a different sound. NOTE: keep in mind that you still have to identify short vowels before using rule 1. For example, the vowel in “cure” is not a short vowel and cannot be written like KUR. Examples car KAR her HER sir SEUR pore POR purr PUR","breadcrumbs":"Chapter 5: Lapwing setup and basics » Vowels with r","id":"50","title":"Vowels with r"},"500":{"body":"All the techniques covered up until this point will allow writing almost any word. However, words are usually split into outlines such that one stroke corresponds to one syllable. This is not terribly efficient. To put this into perspective, professional stenographers have to write 225 WPM (or 5.25 syllables per second) to graduate. Even for professionals, 5 strokes per second is almost too fast. Instead of relying entirely on finger speed, steno outlines can be shortened. This is done through various techniques that either compress more sounds into each stroke, or drop unnecessary sounds altogether. Shortening techniques are not applicable to any arbitrary word (nor are they entirely conflict free), but they can still be extremely helpful for whole families of words. The techniques listed on this page are low in conflicts and it may also be the case that some words cannot be written without one or more of these techniques. It is very recommended to learn these. Keep in mind, however, that several of the outlines listed on this page may not be in the default Lapwing dictionary. Many of the outlines are suggestions and examples of how these techniques can be used. As you build speed and proficiency with steno, you’ll want to tailor your dictionary to how you write. It is very crucial to become comfortable with adding to your dictionary, especially if you decide to use these shortening techniques very heavily. Adding entries that use these techniques is completely normal and to be expected.","breadcrumbs":"Chapter 17: Shortening techniques » Introduction","id":"500","title":"Introduction"},"501":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined) Left hand clusters drill Dropping unstressed vowels with folding drill [Inversions](17-inversions.txt) Left hand clusters drill NOTE: it is recommended to complete these in order as some of the later drills incorporate techniques from the previous exercises.","breadcrumbs":"Chapter 17: Shortening techniques » Useful links","id":"501","title":"Useful links"},"502":{"body":"Folding is a technique where a key (or chord) is inserted into a stroke to represent a sound that is typically found at the end of a word.","breadcrumbs":"Chapter 17: Shortening techniques » Folding","id":"502","title":"Folding"},"503":{"body":"Folding -R into a stroke can add an ending “r” sound like in the following examples: equator AOE/KWAEURT = AOE/KWAEUT + -R humor HAOURPL = HAOUPL + -R modulator PHO/SKWRAOU/HRAEURT = PHO/SKWRAOU/HRAEUT + -R shimmer SHEURPL = SHEUPL + -R Some outlines using this technique would conflict with preexisting words (e.g., TARP for “tarp” or “tapper”). In cases where A is the vowel, AE can be used as an alternative vowel chord. hammer HAERPL = HAPL + ER tapper TAERP = TAP + ER R-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » R-folding","id":"503","title":"R-folding"},"504":{"body":"Folding -L into a stroke can add a sound containing the “l” consonant on the end of the word. Usually this is the “-ly” or “l” sound as in the following examples: mostly PHOEFLT = PHOEFT + -L portal PORLT = PORT + -L final TPAOEUPBL = TPAOEUPB + -L funnel TPUPBL = TPUPB + -L This technique mostly fails whenever the steno outline already has the -L key in it, or if the stroke is too difficult to press. In these cases, folding the initial HR can sometimes work. finally TPHRAOEUPBL = TPAOEUPB + -L + HR basically PWHRAEUFBG = PWAEUFBG* + HR * See section below on dropping unstressed vowels. L-folding is low in conflicts ; use it whenever possible.","breadcrumbs":"Chapter 17: Shortening techniques » L-folding","id":"504","title":"L-folding"},"505":{"body":"Folding -T can add the “-ity” or “-ty” sounds to the end of a word: entirety EPB/TAOEURT = EPB/TAOEUR + -T eternity AOE/TERPBT = AOE/TERPB + -T porosity POR/KWROFT = POR/KWROF + -T sanity SAPBT = SAPB + -T T-folding is low in conflicts ; use it whenever possible. Using this technique might lead to difficult chords to press like -TD. Do not feel obliged to use T-folding in these scenarios.","breadcrumbs":"Chapter 17: Shortening techniques » T-folding","id":"505","title":"T-folding"},"506":{"body":"A long e /i/ vowel at the end of a word can be represented by folding the E key into a stroke: auditory AU/TKEU/TOER = AU/TKEU/TOR + E respiratory RES/PRA/TOER = RES/PRA/TOR + E antimony APB/TEU/PHOEPB = APB/TEU/PHOPB + E coffee KOEF = KOF + E crumbly KRUPL/EBL = KRUPL/-BL + E humbly HUPL/EBL = HUPL/-BL + E numerically TPHAOU/PHER/KAEL = TPHAOU/PHER/KAL + E symbolically SEUPL/PWOL/KAEL = SEUPL/PWOL/KAL + E carefully KAEUR/EFL = KAEUR/-FL + E dreadfully TKRED/EFL = TKRED/-FL + E happy HAEP = HAP + E happier HAERP (E and -R folding) fancy TPAEPBS = TPAPBS + E fancier TPAERPBS (E and -R folding)","breadcrumbs":"Chapter 17: Shortening techniques » E-folding","id":"506","title":"E-folding"},"507":{"body":"Words like “carry” would normally be written like KAEUR/KWREU. The ending long e sound can’t be represented with E-folding normally, since the previous stroke already contains the E key. Instead, AER can be used to represent this sound in one stroke. carry KAER estuary ES/KHAOU/KWRAER corollary KOR/KWRO/HRAER solitary SO/HREU/TAER E-folding is high in conflicts for single stroke outlines but low in conflicts for multistroke outlines . It is safe to use this technique for ending multistroke words.","breadcrumbs":"Chapter 17: Shortening techniques » E-folding with AEU","id":"507","title":"E-folding with AEU"},"508":{"body":"R-folding drill L-folding drill T-folding drill E-folding drill Folding drill (combined)","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"508","title":"Practice material"},"509":{"body":"Keep in mind the examples may only apply to General North American English. In conversational speech, a lot of vowels typically aren’t emphasized. For example, the first “e” in the word “elephant” is enunciated very clearly, but the second is not. This second “e” can be dropped without affecting the pronunciation significantly. For example, listen to the two ways of saying “elephant”: Dropping the second “e” in “elephant” is advantageous; it is now now possible to write this word in two strokes instead of one: EL/TPA*PBT. This technique can be tricky, and it doesn’t always work with any arbitrary word. A great way to learn stress identification is to practice it in everyday life. When reading a word, pay attention to the vowels that aren’t emphasized. In particular, try dropping vowels from a word and observing if the word is still intelligible. For example, try saying “elephant” out loud in the two ways shown above. When reading the next few examples, try this out yourself.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping unstressed vowels","id":"509","title":"Dropping unstressed vowels"},"51":{"body":"Basic single syllable words drill","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice material","id":"51","title":"Section practice material"},"510":{"body":"Write-out: TKE/TPEU/TPHEUT Unstressed vowel(s) dropped: definite → defnit The first “i” is unstressed and the “f” can be moved to the right hand. Shorter outline: TKEF/TPHEUT","breadcrumbs":"Chapter 17: Shortening techniques » definite","id":"510","title":"definite"},"511":{"body":"Write-out: TKE/PHAPBD Unstressed vowel(s) dropped: demand → dmand The “e” is unstressed and the “dm” cluster can be moved to the left hand with TKPH. Shorter outline: TKPHAPBD","breadcrumbs":"Chapter 17: Shortening techniques » demand","id":"511","title":"demand"},"512":{"body":"Write-out: TKE/PHROR/-BL Unstressed vowel(s) dropped: deplorable → dplorbl Every vowel except the “o” can be dropped. The resulting consonants can easily fit on the steno layout. Shorter outline: TKPHROBL","breadcrumbs":"Chapter 17: Shortening techniques » deplorable","id":"512","title":"deplorable"},"513":{"body":"Write-out: TKE/REU/SRA/TEUF Unstressed vowel(s) dropped: derivative → drivtive The “e” and the “a” are dropped. Shorter outline: TKREUF/TEUF","breadcrumbs":"Chapter 17: Shortening techniques » derivative","id":"513","title":"derivative"},"514":{"body":"Write-out: E/HREBG/TREUBG Unstressed vowel(s) dropped: electric → lectric First vowel can be dropped. Shorter outline: HREBG/TREUBG","breadcrumbs":"Chapter 17: Shortening techniques » electric","id":"514","title":"electric"},"515":{"body":"Write-out: TKEU/TPER Unstressed vowel(s) dropped: differ → difr The “e” can be dropped and the “f” and “r” can be moved to the right hand with -FR. Shorter outline: TKEUFR","breadcrumbs":"Chapter 17: Shortening techniques » differ","id":"515","title":"differ"},"516":{"body":"Write-out: EPB/SKWREU/TPHAOER Unstressed vowel(s) dropped: engineer The “i” can be dropped so that the “ng” sound can represented with -PBG on the right hand. Shorter outline: EPBG/TPHAOER","breadcrumbs":"Chapter 17: Shortening techniques » engineer","id":"516","title":"engineer"},"517":{"body":"Write-out: SKWRAOE/KWRO/HRO/SKWREU Unstressed vowel(s) dropped: geology → geolgy The second “o” can be dropped and the “l” can be moved to the right hand. Shorter outline: SKWRAOE/KWROL/SKWREU","breadcrumbs":"Chapter 17: Shortening techniques » geology","id":"517","title":"geology"},"518":{"body":"Write-out: PHO/SKWRAOU/HRAEUT/O*R Unstressed vowel (s) dropped: modulator → modlator The “u” can be dropped and the j sound can be moved to the right hand. Shorter outline: PHOPBLG/HRAEUT/O*R NOTE: this can be combined with R-folding: PHOPBLG/HRAEURT!","breadcrumbs":"Chapter 17: Shortening techniques » modulator","id":"518","title":"modulator"},"519":{"body":"Write-out: PO/SEUBL Unstressed vowel(s) dropped: possible → posbl The “i” is unstressed, and the “s” can be represented with -F. Shorter outline: POFBL","breadcrumbs":"Chapter 17: Shortening techniques » possible","id":"519","title":"possible"},"52":{"body":"Looking at the steno layout, why is it that “car” must be written using the left K, and the right hand -R? The answer is steno order . Sounds you make on the layout are supposed to follow this order. #STKPWHRAO*EUFRPBLGTSDZ Therefore, the only correct way to write the word “car” would be KAR. #STKPWHRAO*EUFRPBLGTSDZ The following is an incorrect way to write “car”; it is actually notated like KRA: KRA It’s not necessary to memorize steno order explicitly (as in the #STKPWHRAO*EUFRPBLGTSDZ string). However, it’s important to internalize steno order with regard to the location of the keys. With enough practice, it should be immediately obvious that the “-st” sound as in “past”, for example, cannot be represented in steno order.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Steno order","id":"52","title":"Steno order"},"520":{"body":"Write-out: SU/POES Unstressed vowel(s) dropped: suppose → sppose The “u” is unstressed. Shorter outline: SPOES","breadcrumbs":"Chapter 17: Shortening techniques » suppose","id":"520","title":"suppose"},"521":{"body":"In many of these examples, the unstressed vowel is a schwa. This sound is always unstressed, and therefore can be dropped whenever possible. Identifying schwas quickly can therefore be very beneficial to automatically dropping unstressed vowels. Tom Scott has created a helpful video on understanding this sound which I highly encourage watching: At 2:41, Tom mentions three words where the schwa is dropped entirely in spoken word. Instead of writing these words in three strokes like, SE/PAR/KWRAT, KHO/KO/HRAT, and KA/PHER/KWRA, can you think of two stroke outlines for each? As an exercise, you can try looking back at the previous examples and identify the schwas. Note that not all unstressed vowels are schwas, and not all schwas in the examples are necessarily dropped.","breadcrumbs":"Chapter 17: Shortening techniques » Tom Scott and schwa","id":"521","title":"Tom Scott and schwa"},"522":{"body":"Sometimes this technique doesn’t work for a few reasons. First of all, the shortened outline might already conflict with another valid word. Here are some examples: PWOUT can be “bout” or “about” This technique may also fail if there are too many consonants in the shortened word. For example, in the word “consonant”, every other vowel after the first “o” is unstressed: consonant → consnnt However, it is not possible to include the “n” two times on the right side of the steno layout. We can, however, write it in two strokes as KOPBS/TPHAPBT. If you’re brave, KOFPBT could be a valid outline!","breadcrumbs":"Chapter 17: Shortening techniques » Caveats","id":"522","title":"Caveats"},"523":{"body":"After dropping an unstressed vowel, a word can typically be split at the point where the vowel used to be. For example, the word “literal” would be split like HREUT/RAL rather than HREU/TRAL—even if that pronunciation is more natural to you. However, if a vowel is completely silent, like the second “e” in “veterinarian”, it is often preferred to treat the remaining consonants as one sound (just like it was shown in chapter 15). This is one place where you may want to tweak your dictionary.","breadcrumbs":"Chapter 17: Shortening techniques » Consonant group splitting quirks","id":"523","title":"Consonant group splitting quirks"},"524":{"body":"Dropping unstressed vowels with folding drill","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"524","title":"Practice material"},"525":{"body":"It is sometimes acceptable to break steno order when shortening outlines. It is especially helpful to invert the order of two keys for some words where dropping unstressed vowels is not enough. For example, in the word “fabricate”, the “i” can be dropped: fabricate → fabrcate Despite this, it is still not possible to represent the resulting sound in two strokes; the “br” cluster is problematic and forces the use of three: TPAB/R/KAEUT. This is where an inversion can be helpful—if the R key moved to the previous stroke, this word can be written in two strokes: TPARB/KAEUT.","breadcrumbs":"Chapter 17: Shortening techniques » Inversions","id":"525","title":"Inversions"},"526":{"body":"migratory PHAOEURG/TOER secretary SERBG/TAER patrimony PART/PHOEPB beside SPWAOEUD *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"526","title":"Examples"},"527":{"body":"[Inversions](17-inversions.txt) work-in-progress","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"527","title":"Practice material"},"528":{"body":"In addition to the left hand chords learned in the very early chapters, there are also more advanced chords that can represent more than just a single consonant. SPW is “int” or “ent” as in “entire” or “intern” KP is “comp” as in “complement” KPW is “comb” as in “combine” KPH is “com” as in “comment” W is “v” as in “divine” STK is “d_s” as in “design” or “disarm” KPW, KPH, and STK technically aren’t compound clusters, but are the result of other shortening techniques. However, it is easy to explicitly remember these as compound clusters as they are quite common.","breadcrumbs":"Chapter 17: Shortening techniques » Left hand compound clusters","id":"528","title":"Left hand compound clusters"},"529":{"body":"entire SPWAOEUR intern SPWERPB compliant KPHRAOEUPBT compliment KPHREUPLT commend KPHEPBD commit KPHEUT device TKWAOEUS divide TKWAOEUD decide STKAOEUD disappear STKPAOER *crossing out indicates dropped unstressed vowels.","breadcrumbs":"Chapter 17: Shortening techniques » Examples","id":"529","title":"Examples"},"53":{"body":"Below are two single syllable words that cannot be written in one stroke because of steno order. trust Closest would be TRUTS #STKPWHRAO*EUPBLGTSDZ turf Closest would be TUFR #STKPWHRAO*EUFRPBLGTSDZ To represent a sound in a steno stroke, the sounds should be available on the layout and should fall in the correct order. Although the sounds are indeed available on the layout, they fail the second requirement. For now, do not worry about writing these words—they involve more advanced chords and concepts that will be introduced later.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Impossible single syllable words","id":"53","title":"Impossible single syllable words"},"530":{"body":"Left hand clusters drill NOTE: many of the words in this drill also utilize other techniques.","breadcrumbs":"Chapter 17: Shortening techniques » Practice material","id":"530","title":"Practice material"},"531":{"body":"Sometimes it may be convenient to arbitrarily drop more sounds to shorten steno outlines. For example, the “n” in “assignment” is not really enunciated, allowing it to be written in two strokes instead of three: assignment A/SAOEUPLT Instead of A/SAOEUPB/-PLT This technique can also be applied to the following words: confinement KOPB/TPAOEUPLT consignment KOPB/SAOEUPLT The words that work with this technique depend a lot on your accent and even personal speech patterns. If you find an intuitive outline missing from lapwing-base.json, you should not hesitate to add it to your personal dictionary. While these last few examples may have been somewhat intuitive, it is also valid to drop sounds arbitrarily whenever a stroke can be saved: abutment A/PWUPLT first “t” is dropped ambiguity APL/TKPWAOUT “b” is dropped discard STKARD “c” is dropped fragment TPRAPLT “g” is dropped efficient TPEURBT “n” is dropped patient PAEURBT “n” is dropped *crossing out indicates dropped unstressed vowels. NOTE: this technique depends heavily on if there are existing words the resulting outline may conflict with. As this technique is highly personal to each individual, it is not particularly useful to drill the words that can be found in the dictionary. Instead, cater this method to your own personal accent and speech patterns when adding new entries to your dictionary. Feel free to learn the shortened outlines in the dictionary that utilize this technique, but you are not at all obliged to follow them.","breadcrumbs":"Chapter 17: Shortening techniques » Dropping other sounds","id":"531","title":"Dropping other sounds"},"532":{"body":"","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Chapter 18: Fingerspelling and numbers","id":"532","title":"Chapter 18: Fingerspelling and numbers"},"533":{"body":"Recommended time to spend on this chapter: 1 day. Read fingerspelling ( 10 minutes ) Read numbers ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Recommended pace","id":"533","title":"Recommended pace"},"534":{"body":"Fingerspelling graphic (lowercase) Fingerspelling graphic (uppercase) Numbers graphic","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Useful links","id":"534","title":"Useful links"},"535":{"body":"There won’t be any practice material for this chapter as these topics are easy to practise in everyday writing. It may be helpful to keep the tables on this page in an easy to read place (i.e., printed out and taped to the wall).","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Intro","id":"535","title":"Intro"},"536":{"body":"To write a short acronym or a word that is not yet defined, a letter-by-letter spelling technique called fingerspelling can be used. This is done by pressing a letter chord plus the asterisk key with the right hand.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Fingerspelling","id":"536","title":"Fingerspelling"},"537":{"body":"a b c d e f g h i j k l m n o p q r s t u v w x y z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Lowercase","id":"537","title":"Lowercase"},"538":{"body":"To write uppercase letters, use -P on the right hand. A B C D E F G H I J K L M N O P Q R S T U V W X Y Z","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Uppercase","id":"538","title":"Uppercase"},"539":{"body":"Fingerspelling uses glue (&) formatting. These translations stick to other translations that also have glue. For example, writing HE/HROE/A*/PW*/KR* will result in hello abc. Since the translation for HE/HROE contains no glue, the subsequent fingerspelling chord inserts a space after hello. However, as the subsequent fingerspelling chords all contain glue, they stick together.","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"539","title":"Attachment behaviour"},"54":{"body":"On the initial consonants side, there are several chords whose sounds are simply just the combination of the individual keys. Some of these are: ST as in “stop” SK as in “scar” SP as in “spot” SH as in “shop” TH as in “thug” TR as in “trap” KH as in “chug” KR as in “crop” PR as in “prat” KH for “ch” might not be immediately obvious, but just remember that K is used for the “hard c” sound. Thus, if you accept that K can represent the letter “c”, then combining it with the H key makes some sense. This does not just apply to chords with two keys. For example, THR can represent the “thr” sound as in “thread”. Chances are, if a chord makes sense based on the individual keys it is made of, it is valid.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Combining single left hand keys","id":"54","title":"Combining single left hand keys"},"540":{"body":"With Lapwing, numbers are written with a numberpad system much like the ones found on regular keyboards and calculators. The number key is pressed with the left hand, and the right hand is responsible for the number. Since there are only two rows on the steno layout, we use vertical chords to represent the middle row. 1 2 3 4 5 6 7 8 9 0 00 000 The right hand vowel keys can be combined with a number chord to add some trailing zeros: #ER 10 #EUPB 5000 #UP 800 #EB 20","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Numbers","id":"540","title":"Numbers"},"541":{"body":"Numbers use the same glue formatting as fingerspelling by default. To prevent numbers from sticking to other glued translations, include T with the chord. Examples A*/PW*/KR*/#-R/#-B/#-G abc123 A*/PW*/KR*/#T-R/#T-B/#T-G abc 1 2 3","breadcrumbs":"Chapter 18: Fingerspelling and numbers » Attachment behaviour","id":"541","title":"Attachment behaviour"},"542":{"body":"","breadcrumbs":"Chapter 19: Proper nouns » Chapter 19: Proper nouns","id":"542","title":"Chapter 19: Proper nouns"},"543":{"body":"Recommended time to spend on this chapter: <1 day. Read proper nouns ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 19: Proper nouns » Recommended pace","id":"543","title":"Recommended pace"},"544":{"body":"Proper nouns in Lapwing theory are written exactly the same as regular words, except with the addition of the number key in the first stroke. Proper nouns can be multiple words long, but only the first stroke has to contain the number key (see examples below). The inclusion of the number key reduces conflicts, such as between “mat” and “Mat”. Examples #A/TPHA Anna #KAL/TKPWAR/KWREU Calgary #PHAT Mat #SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns","id":"544","title":"Proper nouns"},"545":{"body":"#SKWR is a difficult chord to press, especially when writing at speed. #STKPW can be used as an alternative chord for proper nouns starting with “j”. #STKPWER/PHA/TPHEU Germany #STKPWO/TPHO/THAPB Jonathan","breadcrumbs":"Chapter 19: Proper nouns » Proper nouns starting with “j”","id":"545","title":"Proper nouns starting with “j”"},"546":{"body":"If you have no complaints with using the number key in proper noun strokes, you can skip this section. Some machines may not be compatible with remapping the top S- key. In this case, it is also possible to use the number key as a prefix stroke for proper nouns. This is handled through the lapwing-prefixed-proper-nouns.json dictionary. To download it, right click the following link and press Save link as. https://raw.githubusercontent.com/aerickt/steno-dictionaries/main/lapwing-prefixed-proper-nouns.json To add it to your dictionary stack, in Plover’s main window, press the green plus button and Load dictionaries. Then, select the lapwing-prefixed-proper-nouns.json dictionary that you just downloaded. Examples #/A/TPHA Anna #/KAL/TKPWAR/KWREU Calgary #/PHAT Mat #/SRAPB/KAOU/SRER/AOEU/HRAPBD Vancouver Island","breadcrumbs":"Chapter 19: Proper nouns » Alternative proper nouns with a prefix stroke","id":"546","title":"Alternative proper nouns with a prefix stroke"},"547":{"body":"","breadcrumbs":"Chapter 20: Punctuation and commands » Chapter 20: Punctuation and Commands","id":"547","title":"Chapter 20: Punctuation and Commands"},"548":{"body":"Recommended time to spend on this chapter: 1 day. Read punctuation ( 10 minutes ) Read commands ( 10 minutes ) Remember to take breaks!","breadcrumbs":"Chapter 20: Punctuation and commands » Recommended pace","id":"548","title":"Recommended pace"},"549":{"body":"Punctuation graphic (outdated)","breadcrumbs":"Chapter 20: Punctuation and commands » Useful links","id":"549","title":"Useful links"},"55":{"body":"Basic left hand single syllable words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"55","title":"Section practice"},"550":{"body":"This chapter will cover punctuation and Plover commands. As these are not really tied to any words, they may be less intuitive. Many of these will simply have to be memorized. There is no practice material for this chapter; instead, incorporating steno into daily computer tasks can be a great way to practise these miscellaneous outlines. It may be helpful to print out the punctuation graphic and keep it in a easy to reference location (such as taped to a wall). Playing typing games such as TypeRacer or monkeytype is also a great way to practise steno at this point.","breadcrumbs":"Chapter 20: Punctuation and commands » Intro","id":"550","title":"Intro"},"551":{"body":"Punctuation is a lot different to regular words where a space is almost always inserted before. For different punctuation, there may be different scenarios for spacing on one side or the other. Furthermore, punctuation can sometimes also govern the capitalization of the next word. Therefore, punctuation strokes contain special formatting rules to control the spacing and capitalization. The following table lists several common punctuation marks along with the name, formatting, steno outline, and a mnemonic to aid with memorization. Character Name Formatting Steno outline Mnemonic . Period Attaches to the previous word and capitalizes the next word. TP-PL Top row ring and middle fingers on both hands. ? Question mark Attaches to the previous word and capitalizes the next word. KW-PL Same fingers as the period outline, but the shape resembles a rising intonation as would happen in a question. ! Exclamation mark Attaches to the previous word and capitalizes the next word. TP-BG Same fingers as the question outline, but the shape is sloped downwards to mirror the question mark outline. . Decimal point Attaches to the previous word and the next word. P-P Resembles the period outline, but with only the middle fingers. , Comma Attaches to the previous word. KW-BG Same fingers as the period outline, but on the bottom row. … Ellipses (three dots) Attaches to the previous word and capitalizes the next word. SKW-BGS Symmetrical shape of three keys. “ Opening quotation mark Attaches to the next word. KW-GS As in “ qu ota tion ”. “ Closing quotation mark Attaches to the previous word. KW*GS Same as opening quotation mark outline, but with the asterisk. ’ Opening single quotation mark Attaches to the next word KR-RG Like the double quote outline, but one key shifted over. ’ Closing single quotation mark Attaches to the previous word KR*RG Same as opening single quotation mark, but with the asterisk. ` Opening backtick Attaches to the next word. KH-FG Shape resembles a backtick. ` Closing backtick Attaches to the previous word. KH*FG Same as the opening backtick, but with the asterisk. ( Opening parenthesis Attaches to the next word. PREPB Makes the sound “pren” as in p a ren thesis ) Closing parenthesis Attaches to the previous word PR*EPB Same as the opening parenthesis outline, but with the asterisk. { Opening curly brace Attaches to the next word. TPR-BGT This symbol is also called a “ Fr ench br a ck e t ” (hence the outline). } Closing curly brace Attaches to the previous word. TPR*BGT Same as the opening curly brace outline, but with the asterisk. [ Opening square bracket Attaches to the next word. PWR-BGT Resembles “ br a ck e t ”. ] Closing square bracket Attaches to the previous word. PWR*BGT Same as the opening square bracket outline, but with the asterisk. : Colon (for writing) Attaches to the previous word STPH-FPLT The entire top row of keys apart from left hand S. ; Semicolon Attaches to the previous word. STPH*FPLT Same as the colon outline, but with the asterisk. : Colon (for time) Attaches to the previous word and the next word. KHR-PB Resembles the word “ c o l o n ”. — Emdash Attaches to the previous word and the next word. PH-RB Resembles “e m da sh ”. – Endash Attaches to the previous word and the next word. TPH-RB Resembles “e n da sh ”. – Endash Space before and after. TPH*RB Same as the outline for regular endash, but with the asterisk. - Hyphen Attaches to the previous word and the next word. H-PB Resembles “ h yphe n ”. - Hyphen Space before and after. H*PB Same as the regular hyphen outline, but with the asterisk. ‽ Interrobang Attaches to the previous word and capitalizes the next word TRAPBG Resembles the word “in t e rr ob ang ”. / Slash Attaches to the previous word and the next word OEU","breadcrumbs":"Chapter 20: Punctuation and commands » Punctuation","id":"551","title":"Punctuation"},"552":{"body":"Situations may arise where Plover will have to be explicitly told how to format a word. The following section goes over some useful formatting commands.","breadcrumbs":"Chapter 20: Punctuation and commands » Commands","id":"552","title":"Commands"},"553":{"body":"Outline: R-R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter","id":"553","title":"Enter"},"554":{"body":"Outline: R*R","breadcrumbs":"Chapter 20: Punctuation and commands » Enter (capitalize next word)","id":"554","title":"Enter (capitalize next word)"},"555":{"body":"Outline: S-P Mnemonic: sp ace Although Plover will automatically insert spaces before regular words, it may be necessary to manually insert a space so that two strokes should not be interpreted as a multistroke outline. Example KOR/TPHET cornet KOR/S-P/TPHET core net","breadcrumbs":"Chapter 20: Punctuation and commands » Insert a space","id":"555","title":"Insert a space"},"556":{"body":"Outline: S-PD Mnemonic: the S-P outline but with -D to indicate that this is a retroactive command. Example KOR/TPHET cornet KOR/TPHET/S-PD core net NOTE: this does not work with multistroke outlines if S-PD is pressed in between two strokes part of the same word. For example, the phrase “core nettle” cannot be written like KOR/TPHET/S-PD/-L.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively insert a space","id":"556","title":"Retroactively insert a space"},"557":{"body":"Outline: SP-S Mnemonic: s u pp ress s pace Example how ever HOU/-FR however HOU/SP-S/-FR","breadcrumbs":"Chapter 20: Punctuation and commands » Suppress the next space","id":"557","title":"Suppress the next space"},"558":{"body":"Outline: SP-LS Mnemonic: s u pp ress l ast s pace Example PHOR/AUFR more over PHOR/AUFR/SP-LS moreover","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively suppress the last space","id":"558","title":"Retroactively suppress the last space"},"559":{"body":"Outline: KPA Mnemonic: the word “cap” but with the “a” and “p” out of order Example -T/KPA/AOEU/HRAPBD the island","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word","id":"559","title":"Capitalize the next word"},"56":{"body":"TK is “d” as in “dab” PW is “b” as in “bot” HR is “l” as in “let”","breadcrumbs":"Chapter 5: Lapwing setup and basics » Left hand d, b, and l","id":"56","title":"Left hand d, b, and l"},"560":{"body":"Outline: KA*PD Mnemonic: the word “capped” but with the asterisk Example -T/AOEU/HRAPBD/KA*PD the Island","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively capitalize the next word","id":"560","title":"Retroactively capitalize the next word"},"561":{"body":"Outline: KPA* Mnemonic: the KPA outline with the asterisk This is useful for starting a new sentence.","breadcrumbs":"Chapter 20: Punctuation and commands » Capitalize the next word and suppress the next space","id":"561","title":"Capitalize the next word and suppress the next space"},"562":{"body":"Outline: HRO*ER Mnemonic: the word “lower” but with the asterisk","breadcrumbs":"Chapter 20: Punctuation and commands » Uncapitalize the next word","id":"562","title":"Uncapitalize the next word"},"563":{"body":"Outline: HRO*ERD Mnemonic: the HRO*ER outline but with -D to indicate the retro command.","breadcrumbs":"Chapter 20: Punctuation and commands » Retroactively uncapitalize the next word","id":"563","title":"Retroactively uncapitalize the next word"},"564":{"body":"","breadcrumbs":"Chapter 21: UK spellings » Chapter 21: UK spellings","id":"564","title":"Chapter 21: UK spellings"},"565":{"body":"Recommended time to spend on this chapter: <1 day. Remember to take breaks!","breadcrumbs":"Chapter 21: UK spellings » Recommended pace","id":"565","title":"Recommended pace"},"566":{"body":"Lapwing theory is very North American centred as that is the dialect of English I am familiar with. However, being from Canada, I often need to use both American and British spellings of words in writing. I’ve created a dictionary that adds in British spellings with alternative outlines. Unfortunately, this dictionary does not account for pronunciation differences, and it also prioritises the American forms of words—there may not always be short briefs available for British spellings. Ideally, there would be a separate stand-alone lapwing dictionary for British English, but creating one would be very difficult, particularly for someone who does not speak this dialect. If you would like to contribute a lapwing dictionary for British speakers, please do get in touch!","breadcrumbs":"Chapter 21: UK spellings » Intro","id":"566","title":"Intro"},"567":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 21: UK spellings » Setup","id":"567","title":"Setup"},"568":{"body":"The recommended way to switch from an American word to its British form is by using #TPH as a suffix stroke of sorts. This is guaranteed to always work unlike the other methods outlined later.","breadcrumbs":"Chapter 21: UK spellings » Quick switching","id":"568","title":"Quick switching"},"569":{"body":"center SEPB/TER centre SEPB/TER/#TPH fulfill TPUL/TPEUL fulfil TPUL/TPEUL/#TPH harbor HAR/PWOR harbour HAR/PWOR/#TPH organize OR/TKPWA/TPHAOEUZ organise OR/TKPWA/TPHAOEUZ/#TPH","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"569","title":"Examples"},"57":{"body":"dad TKAD bar PWAR lap HRAP bled PWHRED","breadcrumbs":"Chapter 5: Lapwing setup and basics » Examples","id":"57","title":"Examples"},"570":{"body":"If you are writing a word with a suffix, switch the word into its British form first before writing the suffix. It is not guaranteed to work if the suffix is written before #TPH. Examples organising OR/TKPWA/TPHAOEUZ/#TPH/-G economises AOE/KO/TPHO/PHAOEUZ/#TPH/-Z energiser EPB/KWRER/SKWRAOEUZ/#TPH/*ER immortalised EUPL/PHOR/TAL/KWRAOEUZ/#TPH/-D","breadcrumbs":"Chapter 21: UK spellings » Dealing with suffixes","id":"570","title":"Dealing with suffixes"},"571":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE.","breadcrumbs":"Chapter 21: UK spellings » ae spellings","id":"571","title":"ae spellings"},"572":{"body":"aetiology AET/KWROLG encyclopaedia EPB/SAOEU/KHROE/PAE/TKEU/KWRA haemoglobin HAE/PHOE/TKPWHROE/PWEUPB leukaemia HRAOU/KAEPL/KWRA","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"572","title":"Examples"},"573":{"body":"Words spelled with “ise” can be written by using -S instead of -Z. magnetise PHAG/PHE/TAOEUS stabiliser STAEUBL/KWRAOEUS/*ER utilising AOUT/HRAOEUS/-G initialise EUPB/KWREURBL/KWRAOEUS","breadcrumbs":"Chapter 21: UK spellings » ise spellings","id":"573","title":"ise spellings"},"574":{"body":"Words spelled with “oe” can be written using OE regardless of pronunciation.","breadcrumbs":"Chapter 21: UK spellings » oe spellings","id":"574","title":"oe spellings"},"575":{"body":"oedema OE/TKE/PHA foetus TPOE/TUS homoeopathy HOEPL/KWROE/PATH/KWREU oestrogen OES/TROE/SKWREPB ou spellings Words spelled with “ou” can be written using OU only to disambiguate between British and American spellings.","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"575","title":"Examples"},"576":{"body":"candour KAPB/TKOUR colour KO/HROUR favour TPAEU/SROUR neighbour TPHAEU/PWOUR","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"576","title":"Examples"},"577":{"body":"For British words spelled with “re” the asterisk key can be included in the stroke containing ER.","breadcrumbs":"Chapter 21: UK spellings » re spellings","id":"577","title":"re spellings"},"578":{"body":"calibre KA/HREU/PW*ER litre HREU/T*ER mitre PHAOEU/T*ER centimetre SEPB/TEU/PHAO*ERT","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"578","title":"Examples"},"579":{"body":"If adding the asterisk into an a brief is possible, then it will very likely work for the British spelling.","breadcrumbs":"Chapter 21: UK spellings » Miscellaneous briefs","id":"579","title":"Miscellaneous briefs"},"58":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a column TK is pressed by the left hand ring finger PW is pressed by the left hand middle finger HR is pressed by the left hand index finger Think “DBL” double (these are double keys) From Art of Chording decibel database lover","breadcrumbs":"Chapter 5: Lapwing setup and basics » Mnemonics","id":"58","title":"Mnemonics"},"580":{"body":"metre PHAO*ERT organise O*RG neighbour TPHA*EURB","breadcrumbs":"Chapter 21: UK spellings » Examples","id":"580","title":"Examples"},"581":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Chapter 22: Theory principles wrap-up","id":"581","title":"Chapter 22: Theory principles wrap-up"},"582":{"body":"This page serves as a reference for all the miscellaneous theory principles that only apply to a few words. It’s not important to explicitly memorize the content on this page, as it is very likely these situations will arise in everyday writing. When you do find odd entries via the lookup tool, first consult this page. If you cannot find an explanation, free to contact me on Discord (@aerbg) or start a discussion on GitHub (login required). It may be that I have not yet documented the oddity here or that the entry itself may be incorrect.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Intro","id":"582","title":"Intro"},"583":{"body":"For capitalized acronyms, Lapwing treats these as regular words for the most part. Write the first stroke with the asterisk and the number key, but continue the rest of the acronym with regular theory rules. It is generally okay to break steno order. Usually writing an acronym involves spelling the letters it is made up of. For short acronyms, it can also be faster to fingerspell. AWOL #A*EU/WOL LAN #HRA*PB PDF #P*FD","breadcrumbs":"Chapter 22: Theory principles wrap-up » Acronyms","id":"583","title":"Acronyms"},"584":{"body":"Contractions are written like regular words, but with the asterisk key. Some common contractions: Contraction Outline he’s HAO*ES he’ll HAO*EL we’re WAO*ER who’s WHO*S Some contractions that are based off of common words that are briefed in Lapwing are written a bit less intuitively: Contraction Outline what’s WHA*S that’s THA*S","breadcrumbs":"Chapter 22: Theory principles wrap-up » Contractions","id":"584","title":"Contractions"},"585":{"body":"Sometimes it can be ambiguous whether -RB represents “-rb” or “-sh” as in the following pair of words: cash carb In these cases, “-sh” gets precedence and the word with “-rb” is instead asterisked.","breadcrumbs":"Chapter 22: Theory principles wrap-up » -RB for “-rb” vs “-sh”","id":"585","title":"-RB for “-rb” vs “-sh”"},"586":{"body":"Lapwing is somewhat strict in using OU only phonetically. However, for cases where where existing outlines with OU do not exist, it is generally okay to use this chord for disambiguation. TPOUR four TPOR is already “for^” SOUL soul SOEL is already “sole” PHOURPB mourn* PHORPB is already “morn” * Not in the Lapwing dictionary","breadcrumbs":"Chapter 22: Theory principles wrap-up » Disambiguating “ou” with OU","id":"586","title":"Disambiguating “ou” with OU"},"587":{"body":"In some accents, the words “tour” and “mourn” would be written like TOR and PHORPB. However, since these two outlines already exist as other words, Lapwing uses AOUR instead. The reasoning for this is that this pronunciation of “tour” is more standard in a North American accent. PHAOURPB mourn TAOUR tour","breadcrumbs":"Chapter 22: Theory principles wrap-up » Tricky “ou” words","id":"587","title":"Tricky “ou” words"},"588":{"body":"For some words, using W for a glide might be closer phonetically: EBG/WEU/TEU equity EBGS/TEUPBG/WEURB extinguish EUPB/TAOU/WEU/TEUF intuitive AOU/PWEUBG/WEU/TEU ubiquity","breadcrumbs":"Chapter 22: Theory principles wrap-up » W for glides","id":"588","title":"W for glides"},"589":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph” words","id":"589","title":"“-graph” words"},"59":{"body":"Single syllable dbl words","breadcrumbs":"Chapter 5: Lapwing setup and basics » Section practice","id":"59","title":"Section practice"},"590":{"body":"Write the first part as if it is its own standalone word and then use TKPWRAF to write the “-graph” part separately: AU/TOE/TKPWRAF autograph PAEUR/KWRA/TKPWRAF paragraph PHEUPL/KWROE/TKPWRAF mimeograph TE/HRE/TKPWRAF telegraph","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graph”","id":"590","title":"“-graph”"},"591":{"body":"Write the “-graph” part separately and then use the KWREU suffix to add the “-y”: SKWRAOE/KWRO/TKPWRAF/KWREU geography OR/THO/TKPWRAF/KWREU orthography STE/TPHO/TKPWRAF/KWREU stenography SREUD/KWRO/TKPWRAF/KWREU videography","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphy”","id":"591","title":"“-graphy”"},"592":{"body":"TKPWRAEF can be used as a shorter stroke for “-graphy”: SKWRAOE/KWRO/TKPWRAEF geography OR/THO/TKPWRAEF orthography STE/TPHO/TKPWRAEF stenography SREUD/KWRO/TKPWRAEF videography This alternative outline uses e-folding.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphy” outline","id":"592","title":"Alternative “-graphy” outline"},"593":{"body":"Write the “-graph” part separately and then use the *ER suffix to add the “-er”: KAR/TO/TKPWRAF/*ER cartographer KHOR/KWRO/TKPWRAF/*ER choreographer HREBG/SEU/KO/TKPWRAF/*ER lexicographer OEGS/KWRO/TKPWRAF/*ER oceanographer","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-grapher”","id":"593","title":"“-grapher”"},"594":{"body":"Instead of TKPWRAF/*ER, you can also use TKPWRAFR: KAR/TO/TKPWRAFR cartographer KHOR/KWRO/TKPWRAFR choreographer HREBG/SEU/KO/TKPWRAFR lexicographer OEGS/KWRO/TKPWRAFR oceanographer This uses a briefing technique where -FR can represent the “fer” sound.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-grapher” outline","id":"594","title":"Alternative “-grapher” outline"},"595":{"body":"Write the “-graph” part separately and then use the KWREUBG suffix to add the “-ic”: *ET/TPHOE/TKPWRAF/KWREUBG ethnographic HO/HRO/TKPWRA*F/KWREUBG holographic EUPB/TPOE/TKPWRAF/KWREUBG infographic PEUBG/TO/TKPWRAF/KWREUBG pictographic","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-graphic”","id":"595","title":"“-graphic”"},"596":{"body":"Instead of TKPWRAF/KWREUBG, you can also use TKPWRAFBG: *ET/TPHOE/TKPWRAFBG ethnographic HO/HRO/TKPWRAFBG holographic EUPB/TPOE/TKPWRAFBG infographic PEUBG/TO/TKPWRAFBG pictographic This alternative outline employs dropping the unstressed “i” in “graphic”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-graphic” outline","id":"596","title":"Alternative “-graphic” outline"},"597":{"body":"These are written using regular syllabic splitting: ARBG/KWRO/HRO/SKWREU archaeology A/STRO/HRO/SKWREU astrology AOE/KO/HRO/SKWREU ecology OR/TPHEU/THO/HRO/SKWREU ornithology","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ology” words","id":"597","title":"“-ology” words"},"598":{"body":"Instead of writing the O/HRO/SKWREU cluster, you can instead use the OLG chord. ARBG/KWROLG archaeology A/STROLG astrology AOE/KOLG ecology OR/TPHEU/THOLG ornithology This is simply just a briefing pattern. These outlines are much shorter than the write-outs and are highly recommended.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Alternative “-ology” chord","id":"598","title":"Alternative “-ology” chord"},"599":{"body":"In some words containing glides represented with KWR or W, the proceeding vowel sound is spelled with two letters. The sound itself is an unstressed schwa (a short vowel ), and so the second vowel letter is what determines which key to use. Here are some examples to illustrate: KAF/KWRAT cave a t KORPB/KWRAL corne a l HRAOEPB/KWREPBS leni e nce PHA/TREU/HREUPB/KWRAL matriline a l Another way of thinking about this is that the KWR or the W glide represents the first vowel letter and the second vowel letter is represented by the vowel key in the steno stroke.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Ambiguous glide vowels","id":"599","title":"Ambiguous glide vowels"},"6":{"body":"Before we continue, it’s important to be aware of some of the terminology surrounding key presses in steno. Chord : a group of keys that represent a sound. Stroke : synonymous with chord; can also be a verb describing the action of pressing a chord. Outline : a group of one or more strokes that is mapped to a translation. Here is an excellent graphic from Jen’s steno explainers: steno terminology explainer","breadcrumbs":"Chapter 1: Introduction » “Raw steno” terminology","id":"6","title":"“Raw steno” terminology"},"60":{"body":"This chapter’s test consists of all the practice drills you have done so far in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 5 test","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter 5 test","id":"60","title":"Chapter 5 test"},"600":{"body":"It is very difficult to write the “-ual” sound using regular syllabic splitting rules. For example, to write the word “manual” in a way that the second stroke begins with a consonant is only possible as PHA/TPHAOU. It is possible to finish the word with WAL, but three strokes for such a short word is not very fast indeed. Instead, the WAL stroke on its own can represent the entire “-ual” cluster. Thus, by including the “n” consonant in the first stroke, it is possible to write this word with only two: PHAPB/WAL.","breadcrumbs":"Chapter 22: Theory principles wrap-up » “-ual” words","id":"600","title":"“-ual” words"},"601":{"body":"Another way of thinking of the WAL stroke is that the W key represents the “u”, and the AL represents the “al”. AOEBG/WAL equal HA/PWEUFP/WAL habitual PER/PEFP/WAL perpetual AOURB/WAL usual It can also be used like a suffix: KOPB/TRABGT/WAL contractual KOPB/TEGT/WAL contextual HA/PWEUT/WAL habitual SEBGS/WAL sexual","breadcrumbs":"Chapter 22: Theory principles wrap-up » WAL","id":"601","title":"WAL"},"602":{"body":"You can also use TWAL as the “chwal” cluster like in the following words: TPABG/TWAL factual HA/PWEU/TWAL habitual EUPB/TE/HREBG/TWAL intellectual SREUR/TWAL virtual I prefer using TWAL over WAL (when possible) as it more closely resembles the pronunciation it is supposed to represent.","breadcrumbs":"Chapter 22: Theory principles wrap-up » TWAL","id":"602","title":"TWAL"},"603":{"body":"You are also free to come up with your own strokes for dealing with these words. In hindsight, KWRAOUL would be a better fit to some of these words. I am already accustomed to WAL, so I am not about to change these around. That said, if PHA/TPHAOU/WAL or PHA/TPHAOUL make more sense to you, add it to your dictionary!","breadcrumbs":"Chapter 22: Theory principles wrap-up » KWRAOUL","id":"603","title":"KWRAOUL"},"604":{"body":"With prefix strokes, doubling consonants between two strokes is allowed if it makes sense to do so. EUPL/PHOE/PWAOEUL immobile EUPL is the “im-” prefix need more examples There can also be alternative strokes that exist in the dictionary (for example, EUPL/KWROE/PWAOEUL). Use whichever makes the most sense to you, or add your own!","breadcrumbs":"Chapter 22: Theory principles wrap-up » Doubling consonants with prefixes","id":"604","title":"Doubling consonants with prefixes"},"605":{"body":"To split a word at “ng”, use ...PBG/TKPW... There are also two other alternative splitting methods: ...PB/TKPW... ...PBG/KWR...","breadcrumbs":"Chapter 22: Theory principles wrap-up » Splitting a sound at “ng”","id":"605","title":"Splitting a sound at “ng”"},"606":{"body":"bingo PWEUPBG/TKPWOE or PWEUPB/TKPWOE or PWEUPBG/KWROE tango TAPBG/TKPWOE or TAPB/TKPWOE or TAPBG/KWROE","breadcrumbs":"Chapter 22: Theory principles wrap-up » Examples","id":"606","title":"Examples"},"607":{"body":"","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix outline conflicts","id":"607","title":"Prefix outline conflicts"},"608":{"body":"Here are once again the tables from chapter 12 and 15: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used (see below). out OUT AOUT Alternative vowel chord. on OPB AUPB Alternative vowel chord. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Three way conflict between “by”, “bye”, and “buy”: Word Outline by PWEU bye PW*EU buy PWAO*EU Again, feel free to change around these outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Single stroke briefed prefixes","id":"608","title":"Single stroke briefed prefixes"},"609":{"body":"Press the asterisk in the last stroke of a multisyllable outline to get the word variant. Prefix/word Prefix Outline Word Outline auto AU/TOE AU/TO*E intro EUPB/TROE EUPB/TRO*E over OE/SRER OE/SR*ER under UPB/TKER UPB/TK*ER Some of these can also be briefed. Feel free to use the look up and discover briefs.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Generic way of dealing with multisyllable prefix outlines","id":"609","title":"Generic way of dealing with multisyllable prefix outlines"},"61":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 5: Lapwing setup and basics » Recommended completion goal","id":"61","title":"Recommended completion goal"},"610":{"body":"Another technique for disambiguating between prefixes and words is using alternative vowels. One common case is using AU instead of OE and O. This is sometimes recommended over using the asterisk key as it is much easier to press: Prefix/word Prefix Outline Word outline on OPB AUPB or OR AUR over OEFR AUFR off OF AUF","breadcrumbs":"Chapter 22: Theory principles wrap-up » Special conflicts","id":"610","title":"Special conflicts"},"611":{"body":"Sometimes it can be arbitrary to determine whether a word should be written as a compound word rather than a word with a prefix. For example, the Lapwing dictionary by default treats words like “upright” and “downwards” as compound words; they can be only be written as UP/RAO*EUT and TKOUPB/WA*RD/-Z. It is perfectly reasonable to make changes and add extra prefix strokes if desired.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefix strokes vs compound words","id":"611","title":"Prefix strokes vs compound words"},"612":{"body":"This table contains words that don’t quite follow main theory principles. Word Recommended outline Explanation alt ALT AULT is the canonical outline, but “all the” is a more useful phrase and is given priority. cache KAERB KARB and KA*RB are both already used as “cash” and “carb” so the E key is used to disambiguate. fore TPOER TPOR and TPO*R are already used so we use the E as a disambiguation key. herein HAOER/KWREUPB or HAOERPB It’s not recommended to treat this as a compound word as it would use a fingerspelling stroke: HAOER/TPH*. hi HEU HAOEU is the word “high” already. hour HOUR OUR is already used so the H key is added even though it is silent. lunch HRUFRPBLG HRUFRPB is already used so -LG is used as a disambiguation chord. This is recommended over HR*UFRPB as it is slightly easier to press. nought TPHA*UT TPHAUT, TPHOT, and TPHO*T are already used. poll/pole POL/POEL No real reason. Feel free to change things around and/or use the asterisk key for disambiguation. scene SKAOEPB SAOEPB is already the word “seen” so “scene” is written with the K to disambiguate. wolf WOEFL or WOFL While you could write this as WOEL/*F or WOL/*F, it’s just much faster to learn one of these briefs. werewolf lots of outlines You can use WAEUR or WER for the first stroke. However, if you use WER, you will have to to asterisk the second word since there is a potential conflict between the phrase “were wolves” and the word “werewolves”.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Problematic words","id":"612","title":"Problematic words"},"613":{"body":"For words like “illuminate” and “immense”, there are multiple way valid outlines.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Strokes starting with EU","id":"613","title":"Strokes starting with EU"},"614":{"body":"First, these words can be written using the same syllabic splitting rules in chapter 15. illuminate EU/HRAOU/PHEU/TPHAEUT immense EU/PHEPBS","breadcrumbs":"Chapter 22: Theory principles wrap-up » Syllabically","id":"614","title":"Syllabically"},"615":{"body":"For some words like “illuminate” and “immobilize”, it is natural to use predictions: illuminate EUL/HRAOU/PHEU/TPHAEUT immobilize EUPL/PHOEBL/KWRAOEUZ Normally, two consonant chords cannot be doubled across two strokes. In the “immobilize” outline, the -PL and PH chords are next to each other in the first and second strokes. However, since the first stroke EUPL is a prefix, this is allowed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Prefixes","id":"615","title":"Prefixes"},"616":{"body":"For some other words like “immense” and “immune”, using a prefix would not make much sense since the remaining letters would not form a word (“mense” and “mune” are not words). However, words starting with EU are exempt from this rule. Therefore, the following outlines are all valid: immense EUPL/KWREPBS or EUPL/PHEPBS immune EUPL/KWRAOUPB or EUPL/PHAOUPB","breadcrumbs":"Chapter 22: Theory principles wrap-up » Incorrect prefixes","id":"616","title":"Incorrect prefixes"},"617":{"body":"Since EU on its own is the word “I”, I originally had concerns that outlines like EU/HREUFT and EU/SHAOU would cause some issues. Therefore, I opted to make all of these words not adhere to syllabic splitting, and instead force them to be written with prefixes. However, upon closer examination, there are not very many conflicts. Therefore, I’ve added the syllabic splitting outlines, and am keeping the others as fallbacks. Eventually, the incorrect prefixes may be removed.","breadcrumbs":"Chapter 22: Theory principles wrap-up » Why","id":"617","title":"Why"},"618":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Chapter 23: End of basic theory","id":"618","title":"Chapter 23: End of basic theory"},"619":{"body":"Congratulations on making it this far! If your goal was to be able to write English text with steno, you’ve certainly achieved it! From here on out, there are only about two or three more things you should be thinking about in your steno journey. Being comfortable with your own dictionary Writing shorter and building finger speed Switching to steno full time (optional) This page will give a quick summary of how to achieve these 3 goals. Later chapters will discuss these in more detail, and are recommended that you read them. However, these chapters will be more like reference pages for you to read and check every so often.","breadcrumbs":"Chapter 23: End of basic theory » End of basic theory!","id":"619","title":"End of basic theory!"},"62":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation are R or -R Sounds like the letter “R” did TK did do TKO Matches the spelling I EU Matches the spelling is S Common word for a single key brief so SO Matches the spelling the -T Common word for a single key brief you U Sounds like the letter “U” . TP-PL Symmetrical shape for the period/full stop. ? KW-PL Shape resembles a rising intonation. NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 5: Lapwing setup and basics » Chapter briefs","id":"62","title":"Chapter briefs"},"620":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » Being comfortable with your own dictionary","id":"620","title":"Being comfortable with your own dictionary"},"621":{"body":"English is a complicated language and it would be very difficult to create a theory that covers every single edge case. Furthermore, ensuring that a dictionary is complete and contains every single word is also practically impossible. As such, you may come across words that are just impossible to write using the default Lapwing dictionary. This may be because it does not exist in the dictionary, or the theory is lacking rules that dictate how it should be written. This is where Plover’s lookup tool comes in handy. If you are struggling to write a tricky word, don’t be afraid to just look it up. If several outlines show up in the lookup tool, I would first recommend trying the write-out entry which is the longest outline available . You can also identify the write-out entry as the one that follows theory rules. I will discuss later why you might want to look at any of the shorter outlines later.","breadcrumbs":"Chapter 23: End of basic theory » Looking up words","id":"621","title":"Looking up words"},"622":{"body":"If you’ve used the lookup tool and found that none of the outlines make sense, first try looking at any relevant pages and see if you’ve missed any theory. If you are on Discord, feel free to ask in the #lapwing-theory channel. However, it is possible that these outlines aren’t covered under basic Lapwing theory—you’ve encountered a theory gap! At this point, you can decide to learn one of these outlines, or add your own. To add your own entry, stroke TKUPT to bring up the add translation tool. In the strokes field, start writing the outline you want to add. Then, move to the translation field by pressing TA*B and fingerspelling the word you want to add. It is also very important that you don’t add new outlines to lapwing-base.json. If you intend to update the Lapwing dictionary, you will have to replace this entire file which will throw away any edits you have made.","breadcrumbs":"Chapter 23: End of basic theory » Adding new words","id":"622","title":"Adding new words"},"623":{"body":"We know that prefix strokes generally take precedence over word strokes when there is a conflict. However, sometimes there are more than just one conflicting entry. Here are some examples: Word/prefix Outline bi- PWAOEU buy PWAO*EU by PWEU bye PW*EU Word/prefix Outline di^ TKAOEU or TKEU die TKAO*EU dye TK*EU Word/prefix Outline tri^ TRAOEU try TREU or TRAO*EU At the moment, I have not thought of a consistent way of resolving these conflicts. This is one area where you may want to move around some outlines or come up with your own.","breadcrumbs":"Chapter 23: End of basic theory » An example of a theory gap","id":"623","title":"An example of a theory gap"},"624":{"body":"","breadcrumbs":"Chapter 23: End of basic theory » How do I build speed?","id":"624","title":"How do I build speed?"},"625":{"body":"You need lots and lots of practice. At this point, it’s a good idea to try out sites that aren’t steno-specific. Personally, I spent about an hour or two everyday on typing sites like TypeRacer and Monkeytype after I had learned basic theory. 3 months of practice later, and I was frequently hitting 150 WPM on short TypeRacer quotes. on Monkeytype, I was reaching 180 WPM on the 60 second test. Using these sites are a great way of increasing your finger speed. If you would like to track exactly how fast your finger speed is, I would recommend using a metronome. You can use an app on your phone or a website on desktop. Start the metronome at a speed that you can handle (say, 30 BPM) and try writing some material either through a website (like any of the ones linked) or just writing into a text document. You can then gradually increase the tempo of the metronome until you find your maximum stroke speed. For me, I find this to be where going any faster results in a drop in accuracy. Three to four strokes per second (180 to 240 BPM) is quite fast and adequate for most hobbyists, though professional stenographers often reach five. Some people have also found listening to music and stroking on beat quite effective. If you’re familiar with subdivision, you could get some effective practice even from slow songs.","breadcrumbs":"Chapter 23: End of basic theory » Practice","id":"625","title":"Practice"},"626":{"body":"The other way of writing faster is by learning briefs. These abbreviated outlines are very nice because they allow you to increase your speed without having to move your fingers any quicker—you just have to be able to remember them! Obviously, it’s impossible to learn a brief for every single word, so how do you decide when you want to learn a brief? This is highly personal, but I think a good starting point is whenever you run into a word that is awkward to write. To me, this includes words that have long outlines requiring your fingers to move a lot. Here are some of the briefs I used in the last paragraph: Translation Brief Mnemonic personal PERPBL personal I think SWR-PBG Uses Jeff’s phrasing whenever WH-FR The briefs of “when” + “ever” you U that is THAS this TH into TPHAO into requiring RAOEUR/-G requiring finger TPEURPBG -R folding syllable SEUBL syllable Many of these might seem quite arbitrary, but that’s only because the you have not learned some of the techniques yet! Also, the process of memorizing briefs is quite a lot easier than you might think. Compared to, say, learning vocabulary of another language, learning briefs is much easier. How to learn briefs The easiest way to learn briefs is just by looking them up with Plover’s lookup tool. Whenever you feel like a word or phrase should be briefed, just look it up! Some people also like to learn briefs using Anki and plugins like plover-clippy-2.","breadcrumbs":"Chapter 23: End of basic theory » Learning briefs","id":"626","title":"Learning briefs"},"627":{"body":"","breadcrumbs":"Chapter 24: Phrase briefs » Chapter 24: Phrase briefs","id":"627","title":"Chapter 24: Phrase briefs"},"628":{"body":"One word briefs like SKP, T, TPH, and -T can be quite useful especially as they can also be used in phrases. Here is a non-exhaustive table of some common phrase briefs. Brief Outline Mnemonic “is it” ST “is” + “it” “is the” S-T “is” + “the” “and the” SKP-T “and” + “the” “and he” SKPE “and” + E “and I” SKPEU “and” + EU “and you” SKPU “and” + “you” “at the” TE a t th e (this one is quite arbitrary) “it is” T-S “it” + -S “in the” TPH-T “in” + “the” Again, if you come across a phrase that you think could be briefed, try looking it up first. If an outline is not available, this is where you should add your own! Lapwing doesn’t contain many phrase briefs (compared to other theories), but this is because I recommend learning Jeff’s phrasing. It is a very useful system that is already packaged in the plover-lapwing-aio plugin.","breadcrumbs":"Chapter 24: Phrase briefs » Basic phrase briefs","id":"628","title":"Basic phrase briefs"},"629":{"body":"Jeff’s phrasing system enables writing many common phrases, especially those that involve pronouns and verbs. For example, have a look at the following monkeytype quote: They used to tell me I was building a dream, and so I followed the mob. When there was earth to plow or guns to bear, I was always there, right on the job. They used to tell me I was building a dream with peace and glory ahead. Why should I be standing in line just waiting for bread? Once I built a railroad, I made it run. Made it race against time. Once I built a railroad, now it’s done. Brother, can you spare a dime? Every bolded phrase can be written in one stroke using Jeff’s phrasing. There are likely some that I have also missed, as I personally do not go beyond the basics of Jeff’s phrasing.","breadcrumbs":"Chapter 24: Phrase briefs » Jeff’s phrasing","id":"629","title":"Jeff’s phrasing"},"63":{"body":"I do tip the lad. you are so rad. is the dip bad? did you pat the cat? Answers EU/TKO/TEUP/-T/HRAD/TP-PL U/-R/SO/RAD/TP-PL S/-T/TKEUP/PWAD/KW-PL TK/U/PAT/-T/KAT/KW-PL","breadcrumbs":"Chapter 5: Lapwing setup and basics » Practice sentences","id":"63","title":"Practice sentences"},"630":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that jeff-phrasing.json is in your dictionary stack.","breadcrumbs":"Chapter 24: Phrase briefs » Setup","id":"630","title":"Setup"},"631":{"body":"Jeff’s phrasing is a Magnum-esque phrasing system that allows you to write phrases involving pronouns and verbs. In its most basic form, these are some phrases you can write: I go she does he wants they need we find it runs Jeff’s phrasing works by having pronoun chords on the left side, and verbs on the right side. While this does mean that a lot of the chords are quite arbitrary (since you don’t have vowels to work with), the speed boost you can achieve is well worth it. This is especially the case as Jeff’s phrasing is quite extensive. Pronoun Chord I SWR she SKWHR he KWHR they TWH we TWR it KPWH If you try these chords out on their own, you will find that they output the pronouns by themselves. However, these aren’t particularly useful, so let’s add in some right hand verbs. Verb Chord go -G find -PBLG want -P need -RPG To write a phrase, you just have to combine a pronoun chord and a verb chord. Try some of phrases out! SWR-RPG I need SKWHR-RPG she needs TWH-P they want KPWH-P it wants Notice how Jeff’s phrasing automatically conjugates the verb by adding an ending “s” where appropriate. If you want to see all of the possible verbs and ending chords, take a look at the documentation. Past tense verbs If you want to write a phrase like “I needed”, you only need to add the -D key to indicate past tense. SWR-RPGD I needed SKWHR-RPGD she needed TWH-PD they wanted KPWH-PD it wanted Negation If you want to negate a phrase, use the asterisk key. You can also combine this with the -D key. SWR*RPGD I didn’t need SKWHR*RPG she doesn’t need TWH*P they don’t want KPWH*PD it didn’t want Modifier words You can add in some modifier words in addition to any of the other negation or tense features. Modifier word Chord can A shall O will AO SWRORPGD I should need SKWHRAORPG she will need TWHO*PD they shouldn’t want KPWHOP it shall want","breadcrumbs":"Chapter 24: Phrase briefs » Basics","id":"631","title":"Basics"},"632":{"body":"The documentation lists out a lot more features that I have not outlined in this page. I definitely recommend you keep it bookmarked if you want to learn this system. However, I myself have only learned what I have listed on this page plus a few more ending chords and I still find this system incredibly useful. If I get the time to learn the other features, I will update this page.","breadcrumbs":"Chapter 24: Phrase briefs » Advance usage","id":"632","title":"Advance usage"},"633":{"body":"Basic punctuation and Plover commands were covered in chapter 19 but writing other symbols was not. Lapwing theory really only covers writing English prose, and so symbols is beyond its scope. However, instead of adding every symbol to your dictionary, there are preexisting ones that you can download and use. The same goes for writing keyboard shortcuts, also called “modifiers”. On this page, I’ve listed other dictionaries that I use for symbols and shortcuts. It’s difficult to learn these by drilling them, so instead I recommend referring back to the documentation pages or the graphics made by @sammdot whenever you need to. Printing the graphics out and attaching them to your wall is also very handy.","breadcrumbs":"Chapter 25: Symbols and modifiers » Chapter 25: Symbols and modifiers","id":"633","title":"Chapter 25: Symbols and modifiers"},"634":{"body":"Most dictionaries for writing symbols and modifiers use python dictionaries. In contrast to JSON or RTF dictionaries (which are essentially just lists of outlines and their translations), Python dictionaries generate their translations “on the fly”. When an outline is received, the python dictionary parses each part of the outline and determines how to combine them all in one translation. This is useful for systematic dictionaries such as those for writing keyboard shortcuts and symbols.","breadcrumbs":"Chapter 25: Symbols and modifiers » Python dictionaries","id":"634","title":"Python dictionaries"},"635":{"body":"Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-uk-additions.json is in your dictionary stack.","breadcrumbs":"Chapter 25: Symbols and modifiers » Setup","id":"635","title":"Setup"},"636":{"body":"This dictionary allows writing any symbol that is available on a regular keyboard. In one stroke, spacing, repetition, and capitalization of the next word can be controlled.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s symbols dictionary","id":"636","title":"Emily’s symbols dictionary"},"637":{"body":"Emily’s symbol dictionary uses a unique starting chord on the left SKWH. This chord does not represent a useful sound in English, so we can be sure any outline with this chord on the left hand side will not conflict with any preexisting words. The right hand determines which symbol to write as well as the repetition. The left hand vowels control the spacing. For example, to write !!!! (space on the right side and next word capitalized) use SKWHO*FRTS. Breaking down this stroke looks like this: SKWH left hand starting chord O insert space on the right * capitalize the next word -FR chord for the exclamation mark -TS repeat 4 times","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"637","title":"Usage"},"638":{"body":"This dictionary allows writing any keyboard shortcut that can be pressed on a regular keyboard.","breadcrumbs":"Chapter 25: Symbols and modifiers » Emily’s modifiers dictionary","id":"638","title":"Emily’s modifiers dictionary"},"639":{"body":"Similar to her symbols dictionary, Emily’s modifier dictionary uses a unique right hand ender chord: -LGTS. As this is a very rare chord, any modifier outline will likely not conflict with any pre-existing outlines. The Ctrl, Shift, Alt, and Super (Windows) keys are pressed with the right index and middle finger and the letter or symbol is pressed with the left hand. To write Ctrl+Shift+C you would write KR-FRLGTS. Breaking down this stroke looks like this: -LGTS right hand ending chord -FR chord for Ctrl and Shift KR chord for C NOTE: if you downloaded Emily’s modifiers dictionary, you will find that the unique ending chord is actually -LTZ by default. It was changed to -LGTS in Lapwing. Keep this in mind if you seek out official documentation on the system.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"639","title":"Usage"},"64":{"body":"Brief Outline Explanation did you TKU TK + U do you TKOU TKO + U is the S-T S + -T so the SOT SO + -T are the R-T R + -T are you RU R + U","breadcrumbs":"Chapter 5: Lapwing setup and basics » Extra briefs","id":"64","title":"Extra briefs"},"640":{"body":"This dictionary enables writing shortcuts with only one hand. Each shortcut is written using two strokes on the left.","breadcrumbs":"Chapter 25: Symbols and modifiers » Abby’s left hand modifiers dictionary","id":"640","title":"Abby’s left hand modifiers dictionary"},"641":{"body":"To write Ctrl+V you would write KHR/SR. Breaking down this outline looks like: KHR chord for Ctrl SR chord for V See the readme for more details.","breadcrumbs":"Chapter 25: Symbols and modifiers » Usage","id":"641","title":"Usage"},"642":{"body":"I recommend keeping these graphics somewhere easily visible (such as on your wall or on your desktop wallpaper). Instead of drilling random strokes, I suggest just incorporating these systems into your steno computer usage and slowly learning them gradually. Abby’s left hand modifiers dictionary is quite intuitive, and I would start there with simple shortcuts such as copying and pasting.","breadcrumbs":"Chapter 25: Symbols and modifiers » Learning these systems","id":"642","title":"Learning these systems"},"643":{"body":"Lapwing contains some limited movement commands by default. However, if you want to switch to steno full time, you will have to incorporate another method for movement. This chapter goes over the default movement commands in lapwing-base.json as well as some additional methods you can use.","breadcrumbs":"Chapter 26: Editing text » Chapter 26: Editing text","id":"643","title":"Chapter 26: Editing text"},"644":{"body":"","breadcrumbs":"Chapter 26: Editing text » Movement","id":"644","title":"Movement"},"645":{"body":"Here’s a table of all basic movement commands: Outline Description #TPH-R Left arrow key #TPH-P Up arrow key #TPH-B Down arrow key #TPH-G Right arrow key #TPH-FR Home #TPH-LG End #TPH-FPL Top (Ctrl+Home) #TPH-RBG Bottom (Ctrl+End) #TPH-RPG Page up #TPH-FBL Page down The -RPBG cluster can be thought of as arrow keys: Furthermore, other chords have distinctive shapes reminiscent of their purpose. Page up (arrow pointing up) Page down (arrow pointing down) Home (left column) End (right column) Top (top row) Bottom (bottom row) Moving word by word On a regular keyboard, the text cursor can be moved word by word by pressing Ctrl and an arrow key. This can also be done by pressing #TPH-RB and #TPH-BG. Outline Description #TPH-RB Left by one word #TPH-BG Right by one word -TS repetition By including a combination of -T and -S, a movement key command up to 4 times in one stroke. Repetition Key 1 2 -S 3 -T 4 -TS For example, #TPH-GT would move the cursor to the right by three characters and #TPH-BGT would move the cursor to the right by three words. Selection To select text, include the * key in a movement command. Repeating the same command works for incrementing the current selection. For example, #TPH*R/#TPH*R/#TPH*R/#TPH*R will select the 4 letters to the left. Repeat the last command NOTE: for this to work, you will have to disable the lapwing-prefixed-proper-nouns.json dictionary. Instead of writing #TPH*R/#TPH*R/#TPH*R/#TPH*R, the number key can be pressed to repeat the last outline: #TPH*R/#/#/#. NOTE: this requires the plover-last-translation plugin if you are not using plover-lapwing-aio. MacOS commands Replace all occurrences of “Control” with “Alt” in the movement commands if you are on macOS.","breadcrumbs":"Chapter 26: Editing text » Basic movement","id":"645","title":"Basic movement"},"646":{"body":"NOTE: this movement method is not compatible with Javelin. See Appendix C for more details. Setup Ensure that plover-lapwing-aio is installed and Lapwing is selected as the system. Alternatively, if you are setting up Lapwing manually (not recommended), ensure that lapwing-movement.modal is in your dictionary stack. After verifying that lapwing-movement.modal is in the dictionary stack, go to Configure → Plugins and check the modal_update box as shown below. modal update box Modal dictionaries Moving around a document can be quite tedious especially with such a long starting chord like #TPH. One way to make movement easier is to use a modal dictionary. This is a temporary dictionary that can be turned on and off with a regular outline that also outputs a translation. A modal movement dictionary contains the regular movement strokes, but with the #TPH chord removed. Writing a normal movement stroke will turn this dictionary on, so that every subsequent movement stroke can be written using only the right hand. Writing a non-movement stroke will turn this dictionary back off. NOTE: this plugin is incompatible with some plugins such as plover-clippy. The creator has expressed that it is a bit of a hacky plugin. Semi-modal movement If you do not want to use modal dictionaries, you can also use the semi-modal movement dictionary. This also contains movement strokes without the left hand starting chord. You can download the dictionary from the link above and make sure you add it to the top of your stack. Uncheck the box so that it is disabled by default. The idea is that you can enable this dictionary only when you need to move the text cursor. To achieve this, you will need to add a toggling entry to one of your dictionaries: {PLOVER:TOGGLE_DICT:!semi-modal-movement.json} Now, whenever you want to move the text cursor without having to use a left hand starting chord, just write SKWR (or whatever stroke you chose) and then SKWR again when you’re done.","breadcrumbs":"Chapter 26: Editing text » Modal movement","id":"646","title":"Modal movement"},"647":{"body":"Quick video introducing these two firmware mods: https://youtu.be/UMGT-qyJeJk. First-up chord send Steno keyboards send stroke information to Plover once all keys have been released. You can test this out for yourself. Hold down S and press other keys on the steno layout. Plover will not receive any strokes as long as S (or any other key) is being held down. Once every key has been released, Plover will register the stroke. Alternatively, you could have your keyboard send stroke information once the first key has been released. This is what “first-up chord send” refers to: stroke information is sent to Plover as soon as the first key has been released. This is very useful for repeating movement keys without using a separate dictionary or pressing the entire stroke each time. By holding down the left hand starter chord, you can tap a right hand key repeatedly to move the cursor multiple times. In fact, as long as the left hand starter chord is being held, you can tap any of the right hand movement chords. However, there are two caveats with this technique: firstly, it involves modifying your keyboard’s firmware. Secondly, it may cause your accuracy to drop if you’re writing fast. Personally, wrong strokes are very often detected by Plover when I try to use first-up chord send. It may be that my writing is sloppy and I am not too careful and deliberate about my stroke actions, but I have not been able to get used to this firmware mod. Chord repeat Chord repeat works a lot like holding down a key on a regular keyboard. However, as we often hold chords when we hesitate, it is more useful to double tap a chord and hold to signify that we want to repeat the chord. This technique also requires modifying your keyboard’s firmware. Unlike first-up chord send, I do recommend this and find it very useful. Ecosteno, Multisteno, Splitography, Uni v3 For these keyboards, prebuilt firmware binaries for these mods are available at Josh Gram’s steno-firmware repository. Flashing these firmware files are beyond the scope of this page, and instructions differ from keyboard to keyboard and machine to machine. On Linux, flashing the Multisteno is relatively straightforward as long as dfu-util is installed. I use the following command (where noll_multisteno.bin is the binary): sudo dfu-util -d 1eaf:0003 -a 2 -D \"noll_multisteno.bin\" Javelin compatible devices Javelin is a steno engine that is contained within a keyboard’s firmware. This allows the keyboard to act a steno writer without having to install Plover on the host machine. It is very useful for using steno on multiple devices without having to worry about installing Plover or syncing dictionaries; the entirety of the translation from steno strokes to text happens on the keyboard itself. Javelin is compatible with several steno keyboards such as the Uni v4 and the Polyglot. It is much easier to create custom firmware builds and flash binaries to these keyboards via the Javelin Steno Firmware Builder. By checking the “Show expert options” at the very top of the page, you have the option of enabling first up chord send and/or repeat. If you don’t intend to use Javelin’s embedded steno capability, you can also still use Plover with keyboards that have Javelin firmware. For each keyboard, you will have to press a key combination to switch it into Gemini PR for usage with Plover.","breadcrumbs":"Chapter 26: Editing text » First-up chord send and chord repeat","id":"647","title":"First-up chord send and chord repeat"},"648":{"body":"Copying and pasting of text is done by simply emulating the Ctrl+C and Ctrl+V shortcuts. Using Abby’s left hand modifiers, this would be KHR/KR and KHR/SR respectively. The same goes for cutting text. The following table lists a few helpful strokes for deleting text. It is important to note that using these strokes will mess up any undo history with the *. Outline Translation Description PW-FP {#BackSpace}{^} Backspace PW*FP {#Control(BackSpace)}{^} Backspace the last word (change translation if you’re on Mac) TKHR {#Delete}{^} Delete the next character TKHR* {#Control(Delete)}{^} Delete the next word","breadcrumbs":"Chapter 26: Editing text » Copying, pasting, and deleting text","id":"648","title":"Copying, pasting, and deleting text"},"649":{"body":"If you have learned Plover theory and are considering switching to Lapwing, have a read through of this page before deciding! Plover theory is a perfectly capable theory. After all, Mirabai Knight, the founder of the Open Steno Project, uses it in her professional work as a stenocaptioner. She has graciously provided her own dictionary (main.json) for us hobbyists to use. As with all professional stenographers, she built the majority of this dictionary by herself, having added many of the entries over the years. However, everyone writes differently. In fact, no two stenographers’ dictionaries are ever the same. Many of the entries in main.json are simply what made sense to Mirabai at the time. They do not always follow systematic and rigorous rules. Plover theory itself is not very well defined in some areas; to illustrate this, have a look at all the ways to write “monotonous” in main.json: \"PHO/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHOUS\": \"monotonous\",\n\"PHOE/TPHOT/TPHUS\": \"monotonous\",\n\"PHOPB/OT/TPHOUS\": \"monotonous\",\n\"PHOPB/OT/TPHUS\": \"monotonous\",\n\"PHOPB/TOPB/TPHUS\": \"monotonous\",\n\"PHOPB/TPHOT/TPHOUS\": \"monotonous\", There are many different ways to write this word simply because there are no simple rules when it comes to splitting multisyllable words. This would be fine if the dictionary contained every single valid combination, but it doesn’t. After all, it is a very time consuming task to add multiple entries for every single word. In the above example, PHOPB/TPHOT/TPHUS is missing. The learning resources such as Learn Plover! and Art of Chording also do not mention any rules about doubling consonants between strokes or about using OUS vs US. While, I can advise against using US from having used main.json for a year, it is much harder for me to give a recommendation when it comes to doubling consonants in multisyllable words. It is just poorly defined, and the dictionary does not contain any easy to recognize patterns. One more issue with main.json that is illustrated in the example above is the fact that many write-out entries require briefing techniques. In this case, you must drop the third “o” in “monotonous” since it is unstressed in order to write it out. This is fine for speed, but can be confusing for learners. The common wisdom to work around these issues (if you would like to stick with Plover theory and main.json) is to simply just add entries to fill in these gaps. If you do not want to have to drop unstressed vowels, just add the entry yourself. If you disagree with the dictionary’s preference towards OUS, it’s trivial to add the alternative entries. After all, there is no such thing as a “complete” dictionary and stenographers constantly tweak their own. However, I disagree with the notion that learners should be doing this right from the start. This is my motivation behind creating Lapwing theory. It is basically “Plover theory but more defined” in that there is always one outline that is correct for a given pronunciation. I’ve also gone more into detail about my motivation behind creating Lapwing theory on my personal website.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Plover Theory","id":"649","title":"Plover Theory"},"65":{"body":"","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6: Left hand consonants continued","id":"65","title":"Chapter 6: Left hand consonants continued"},"650":{"body":"I created the initial Lapwing dictionary in early 2022 and have been refining it since then. So far, it is in a more or less stable state; I only add miscellaneous entries that I come across in my daily computer usage, or remove bad entries that I discover.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Lapwing theory","id":"650","title":"Lapwing theory"},"651":{"body":"… you have your own rules to work around the inconsistencies of Plover. … you have added well over a few hundred entries already. … you brief quite heavily and have memorized many of those main.json. Lapwing does contain many briefs, but it is still missing quite a few briefs from main.json … you prefer the openness of Plover theory and have adapted your dictionary to your writing style. … you dislike the notion of having a single “correct” way to write out a word. … you are looking for a theory that is not North American centric. Sadly, there are currently no freely available steno theories (that I know of) based on non-North American variants of English.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » You should not learn Lapwing theory if…","id":"651","title":"You should not learn Lapwing theory if…"},"652":{"body":"If you are used to many of the briefs in Plover’s default main.json dictionary, you can use this dictionary in conjunction with Lapwing. Both Plover and Lapwing theory are very similar, and you might benefit from having both dictionaries in your stack. Whether you would like to have lapwing-base above or below main.json is up to you; if you’d like to use Lapwing write-outs as a base and keep Plover briefs secondary, make sure Lapwing is higher up in your stack. On the other hand, if you’d like to prioritize Plover briefs, put main.json above Lapwing. However, main.json has a few issues (mainly compound words) which make it slightly troublesome to use with Lapwing. Therefore, instead of using the stock dictionary, I reccommend using Harri’s Lapwing compatible version of main.json.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Using both main.json and lapwing-base.json","id":"652","title":"Using both main.json and lapwing-base.json"},"653":{"body":"To switch to Lapwing theory from Plover theory, you do not necessarily need to work through every single chapter in Lapwing for Beginners. Below is a summary of the differences between Plover and Lapwing. The relevant chapters are also linked, and it is recommended you read these complete the exercises. You can assume anything not listed to be equivalent to Plover theory. If you would still like to switch to Lapwing theory, I recommend reading through this entire section (and skimming the linked chapters) before finally deciding if trying it out is for you.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Differences","id":"653","title":"Differences"},"654":{"body":"Lapwing theory uses the number key quite extensively for proper nouns (and sometimes as another disambiguator). The number bar on professional machines is in an inconvenient location. Furthermore, the finger you use differs depending on the other keys in the stroke. It is also not possible to include the number key in every single chord. Thumb number keys (thumber keys) aren’t much better either. It is impossible to write #AOEU, for example. Instead, Lapwing theory relocates the number key to the top S key on the left. Please see chapter 5 to configure Plover to use this key.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Top S number key","id":"654","title":"Top S number key"},"655":{"body":"Use KWR* for the initial “y” consonant. yes KWR*ES yurt KWR*URT Please see chapter 6 for practice. Note that this only applies to words that are spelled with a y. Words spelled without a y use no initial consonant chord. use AOUS utility AOU/TEUL/TEU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KWR* for y","id":"655","title":"KWR* for y"},"656":{"body":"Use TP* for the left hand “ph” consonant. phone TPO*EPB morphology PHOR/TPO*/HRO/SKWREU","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » TP* for ph","id":"656","title":"TP* for ph"},"657":{"body":"Use WR for the left hand “wr” consonant. wrap WRAP write WRAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WR for wr","id":"657","title":"WR for wr"},"658":{"body":"Use WH for the left hand “wh-” consonant. when WHEPB white WHAOEUT","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » WH for wh","id":"658","title":"WH for wh"},"659":{"body":"The AU vowel has the same sound as O as in “bot”, but is used in words that are not spelled with a single o. bought PWAUT watt WAUT Please see chapter 8 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Usage of AU","id":"659","title":"Usage of AU"},"66":{"body":"Recommended time to spend on this chapter: 1–3 days. Read Left hand f, q, and m and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand g, n, and y and complete the drill ( 20 minutes ) Repeat the drill as needed Read left hand z, v, and j and complete the drill ( 20 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended pace","id":"66","title":"Recommended pace"},"660":{"body":"Unlike Plover theory, Lapwing exclusively uses *PL for the ending “-mp” sound. bump PW*UPL lamp HRA*PL Please see chapter 9 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » *PL for mp","id":"660","title":"*PL for mp"},"661":{"body":"Use -PLT as a compound cluster for “-ment”. garment TKPWARPLT torment TORPLT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -PLT for ment","id":"661","title":"-PLT for ment"},"662":{"body":"Use -LT as a compound cluster for “-let”. starlet STARLT roulette RAOULT Please see chapter 11 for practice.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » -LT for let","id":"662","title":"-LT for let"},"663":{"body":"Use KR for the initial c consonant when there is a conflicting word. cent KREPBT As SEPBT is already “sent” cite KRAOEUT As SAOEUT is already “sight”","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » KR to resolve c conflicts","id":"663","title":"KR to resolve c conflicts"},"664":{"body":"Make sure to read chapter 12 for wrapping up basic words. It especially covers scenarios where you must write single syllable words with more than one stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Basic words miscellaneous theory","id":"664","title":"Basic words miscellaneous theory"},"665":{"body":"Lapwing theory prioritizes prefix and suffix strokes for the most “obvious” outlines. For example, OUT is given to the {out^} prefix so you must use O*UT or AOUT to write the word “out”. Suffixes usually use KWR as a linker chord. This chord signifies that the stroke should attach to the previous word. For example, to write the word “flotation”, you would write TPHROET/KWRAEUGS. You should also only use prefixes and suffixes when it semantically makes sense. For example, you would not write the “er” in the word “coriander” using the {^er} suffix since “coriand” is not a root word that the suffix is modifying. Make sure to read chapter 13 for more detail on how prefixes and suffixes work. Here are some common prefix strokes that take precedence over words: Prefix/word Prefix Outline Recommended word outline(s) Explanation a A AEU A* is already used. bi^ (by) PWAOEU PWEU There is a three way conflict between “by”, “bye”, and “buy”. be PWE -B Useful in phrase briefs. for TPOR TP-R or TPAURT Useful in phrases like “for the” TP-RT. in EUPB TPH Useful in phrases like “in the” TPH-T. or OR AOUR or AUR O*R is already used. out OUT O*UT or AOUT Either works. on OPB O*PB or AUPB Either works. tri^ (try) TRAOEU TRAO*EU or TREU The first is the more “formal” outline, but the second matches the pattern with “by”. Multistroke prefixes also take precedence over multistroke words (e.g., UPB/TKER is the prefix “under-”) and in these cases the word variant is written by using the asterisk key in the second stroke.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Prefixes and suffixes","id":"665","title":"Prefixes and suffixes"},"666":{"body":"Compound words are written by including the asterisk in the first stroke of the second word. eyelash AOEU/HRA*RB grasshopper TKPWRAS/HO*P/*ER Please see chapter 14 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Compound words","id":"666","title":"Compound words"},"667":{"body":"Lapwing theory uses a strict method of splitting syllables. In short, every single stroke should start with a consonant (or KWR) and should not double the same consonant sound across two strokes. bunion PWUPB/KWROPB conscientious KOPB/SHEU/KWREPB/-RBS monotonous PHO/TPHO/TO/TPHUS shatter SHA/TER tomato TO/PHAEU/TOE violet SRAOEU/KWROLT This is one of Lapwing’s key differences, so be sure to read chapter 15 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Syllabic splitting","id":"667","title":"Syllabic splitting"},"668":{"body":"Numbers are written one digit at a time using a right hand numberpad and the number key. numbers Please see chapter 17 for more details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Right hand numberpad","id":"668","title":"Right hand numberpad"},"669":{"body":"Proper nouns are written by including the number key in the first stroke of the proper noun. Bob #PWOB Cameron #KA/PHER/KWROPB","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Proper nouns","id":"669","title":"Proper nouns"},"67":{"body":"Single syllable fqm words drill Single syllable gny words drill Single syllable zvj words drill Chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Useful links","id":"67","title":"Useful links"},"670":{"body":"Be sure to read chapter 21 .","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Miscellaneous theory principles","id":"670","title":"Miscellaneous theory principles"},"671":{"body":"","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » How to get started","id":"671","title":"How to get started"},"672":{"body":"It is highly recommended that you use the plover-lapwing-aio plugin. This will automatically install the right plugins, dictionaries, and adds some other quality-of-life improvements such as relocating the number key for you and reverting the special number key behaviour. See chapter 5 for setting up Lapwing with this plugin. However, if you already have several dictionaries with Plover theory, you can also just add the Lapwing dictionaries to your stack. All the Lapwing dictionaries are fully compatible with Plover without having to make any modifications. See appendix B for details.","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Setting up Lapwing","id":"672","title":"Setting up Lapwing"},"673":{"body":"Keep this page bookmarked and refer back to it whenever you run into trouble. Chapters 12, 13, 14, and 15 are especially important and I recommend at least skimming through these before you go “cold turkey” with Lapwing. More tips to come…","breadcrumbs":"Appendix A: Switching to Lapwing from Plover » Transitioning to Lapwing","id":"673","title":"Transitioning to Lapwing"},"674":{"body":"This page describes how to manually configure Plover to use Lapwing theory. This is not a recommended method for two reasons: there is a lot of manual work required, and Plover will have a tendency to modify the number key entries, thereby making lookups difficult. If any change is made directly to a Lapwing dictionary, Plover will change all entries with the number key so that they contain numbers in the steno strokes (i.e. #PWOB → 3W0B). To revert this, you will have to redownload the dictionary and update the dictionary in your stack. Therefore, I would suggest installing the plover-lapwing-aio plugin instead of following the instructions on this page.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Setting up Lapwing manually","id":"674","title":"Setting up Lapwing manually"},"675":{"body":"See the Plover wiki page on installing plugins for instructions. Install the following plugins: plover-dict-commands plover-last-translation plover-modal-dictionary plover-python-dictionary plover-stitching Note that you can install all four plugins before restarting Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Install required plugins","id":"675","title":"Install required plugins"},"676":{"body":"In Plover’s main window, go to Configure → Plugins and click on the modal_update box. modal_update If you don’t see this box, make sure you’ve installed the plover-modal-dictionary plugin and restarted Plover.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Enable modal_update","id":"676","title":"Enable modal_update"},"677":{"body":"Download the dictionaries by right clicking the following links and pressing Save link as (or whatever the equivalent is for your browser): jeff-phrasing.py abby-left-hand-modifiers.py emily-modifiers.py emily-symbols.py lapwing-movement.modal lapwing-commands.json lapwing-numbers.json lapwing-uk-additions.json lapwing-proper-nouns.json lapwing-base.json Next, in the Plover main window, click on the green plus button: load dictionary button Select “Load dictionaries” and you will be greeted with a window to select all the dictionaries that you downloaded earlier. Next, click on main.json and press the red X button to delete it from your dictionary stack. Do the same for commands.json. Now, select each dictionary and make sure they are listed in your stack in the same order as shown below by using the blue arrow keys or dragging them around. dictionary stack","breadcrumbs":"Appendix B: Setting up Lapwing manually » Download the dictionaries","id":"677","title":"Download the dictionaries"},"678":{"body":"On professional steno machines, there is a long key that runs at the very top of the steno layout (called the number bar). It is in a somewhat awkward location, but for most mainstream steno theories, it doesn’t matter; it is only used for writing numbers. lever machine layout However, Lapwing theory uses the number key quite extensively (especially in proper nouns) and therefore puts it in a more convenient location. Lapwing removes one of the redundant S keys on the left and replaces it with the number key. top S layout This key is not configured by default, so you will have to change it yourself. In the main window of Plover, go to Configure → Machine. Scroll down to the keymap, and change either S1 or q to # depending on whether you are using Gemini PR or keyboard as the machine. top s remap Triple click on the cell next to the key to open the dropdown. From there, you will be able to change the action to #.","breadcrumbs":"Appendix B: Setting up Lapwing manually » Relocate the number key","id":"678","title":"Relocate the number key"},"679":{"body":"Javelin is an embedded steno engine that runs on several hobbyist steno keyboards. Embedded steno allows a keyboard to act as a steno machine without requiring any software installed on the host device. This is useful for using steno with locked down computers (i.e., school/work machines) or devices that do not support Plover (such as Chromebooks, iOS devices, Linux distros running Wayland, etc). As this book is aimed towards Plover users, instructions specific to the Plover app will be found throughout the chapters. This page contains the afferent instructions for Javelin users in each chapter.","breadcrumbs":"Appendix C: Lapwing with Javelin » Lapwing with Javelin","id":"679","title":"Lapwing with Javelin"},"68":{"body":"TP is “f” as in “fad” KW is “q” as in “quit” PH is “m” as in “mod” f, q, and m on the steno layout","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand f, q, and m","id":"68","title":"Left hand f, q, and m"},"680":{"body":"Chapter 3 provides instructions on using the Plover lookup tool. The Javelin lookup tool can also be used; follow the same tips for affix strokes. There is also a Javelin lookup tool for the onboard dictionaries in your steno keyboard. Although this requires connecting your steno keyboard, any translations you have added will show up here too.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 3","id":"680","title":"Chapter 3"},"681":{"body":"Chapter 4 covers using Steno Jig to learn the layout. To use the Steno Jig layout drills with Javelin, go to the active dictionaries and uncheck all the boxes: dictionaries all unchecked with Javelin NOTE: it does not matter if the dictionaries for your device are different than those in the image above. Simply uncheck every single one. This will make the steno keyboard output the raw keys (rather than any translations), which is necessary for these exercises. Once you have completed chapter 4, make sure to enable the dictionaries again.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 4","id":"681","title":"Chapter 4"},"682":{"body":"Chapter 5 goes over setting up Lapwing with the Plover app. To set up Lapwing with Javelin, first go to the Javelin Firmware Builder. javelin firmware builder First select your hardware in the dropdown menu, and then press the Default Lapwing button. Scroll down to the very bottom of the page for specific instructions on flashing the firmware to your keyboard.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 5","id":"682","title":"Chapter 5"},"683":{"body":"Chapter 26 discusses editing text, and brings up modal dictionaries. These are unfortunately not supported by Javelin. If you follow the set up instructions below, you will by default use the lapwing-semi-modal-movement.json dictionary. You can also experiment with first-up chord send or creating movement key layers.","breadcrumbs":"Appendix C: Lapwing with Javelin » Chapter 26","id":"683","title":"Chapter 26"},"684":{"body":"Some of the content on this page is outdated, incomplete, and inaccurate. It is being worked on. Compound words are always written with the asterisk on the first stroke of the second word. KAOE/PWAO*RD → keyboard TEGT/PWAO*BG → textbook PHOUS/PA*D → mousepad STOR/KWREU/PWAO*BG/-S → storybooks","breadcrumbs":"Theory Reference Guide » Compound words","id":"684","title":"Compound words"},"685":{"body":"Proper nouns are always written with the number key on the first stroke. Everything else is written with the same rules. #A/HREU/SA → Alyssa #PWOB → Bob #PAOE/TER → Peter #AP/-L → Apple #AUS/TRAEUL/KWRA → Australia #HART/PHAPB → Hartman I highly recommend mapping the top S- key to the number key to make it easier to stroke. This also opens up the possibility for more briefs and decreases hesitation when deciding which finger to use for the number key. Unfortunately, due to how Plover handles the number key entries using the number key will not be displayed as shown above. When using the number key, the top row of keys plus A and O are converted to numbers and are stored as such in the dictionary. Looking up “Bob” in the dictionary will result in 3W0B instead of #PWOB","breadcrumbs":"Theory Reference Guide » Proper nouns","id":"685","title":"Proper nouns"},"686":{"body":"If you use something like plover-stenotype-extended where you can map the top S- key to its own key, you can find this other dictionary for proper nouns: https://github.com/AshenColors/lapwing-dict-converter/releases/tag/latest_update If you’d like to use a proper noun prefix stroke instead of a proper noun key, you can use this dictionary and perform a find and replace to insert a prefix stroke.","breadcrumbs":"Theory Reference Guide » Alternative proper noun dictionaries","id":"686","title":"Alternative proper noun dictionaries"},"687":{"body":"See commands.json. Lapwing contains everything from this dictionary by default.","breadcrumbs":"Theory Reference Guide » Movement keys, keyboard shortcuts, commands","id":"687","title":"Movement keys, keyboard shortcuts, commands"},"688":{"body":"The following is a list of commonly used punctuation marks characters. H-F → ? question mark KW-PL → ? shape can be thought of rising inflection as if asking a question TP-BG → ! shape can be thought of as falling inflection when exclaiming TP-PL → . period P-P → . period with no space on either side (when writing decimals) KW-BG → , comma KW-GS → \" opening quotation mark KW*GS → \" closing quotation mark KH-FG → ` opening backtick KH*FG → ` closing backtick PREPB → ( opening parenthesis PR*EPB → ) closing parenthesis TPR-BGT → { opening French bracket TPR*BGT → } closing French bracket PWR-BGT → [ opening bracket PWR*BGT → ] closing bracket KHR-PB → : colon with no spacing STPH-FPLT → : regular colon with a space on the right STPH*FPLT → ; regular semicolon with a space on the right TR*PL → ™ trademark symbol with a space on the right For symbols beyond these where you might require different spacing and capitalization, I recommend Emily’s symbols dictionary.","breadcrumbs":"Theory Reference Guide » Punctuation","id":"688","title":"Punctuation"},"689":{"body":"The conventional number system does not work in lapwing-base.json. You will have to delete all entries containing the glue operator and a number (e.g. {&8}) if you want to use the conventional number system. lapwing-base.json has this system by default. See rh-numpad.json.","breadcrumbs":"Theory Reference Guide » Right hand number pad","id":"689","title":"Right hand number pad"},"69":{"body":"far TPAR flat TPHRAT quill KWEUL quip KWEUP met PHET more PHOR","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"69","title":"Examples"},"690":{"body":"In addition to normal fingerspelling with *, using -FPLT instead of * will put a period after the letter. *FPLT will capitalize the word. -RBGS is used for stitching (requires plover-stitching plugin). Examples: PW*FPLT/KR*FPLT/*EFPLT → B.C.E. AFPLT/P-FPLT/P-FPLT/HR-FPLT/EFPLT → a.p.p.l.e. PW*RBGS/KR*RBGS/*ERBGS → B-C-E ARBGS/P-RBGS/P-RBGS/HR-RBGS/ERBGS → a-p-p-l-e Stroking -FPLT and -RBGS n times will stitch the n words with periods and hyphens retroactively. Examples AP/-L/-FPLT → a.p.p.l.e PHEU/TPHAEUPL/S/#TOD/-RBGS/-RBGS/-RBGS/-RBGS → M-y n-a-m-e i-s T-o-d-d Note: stroking -FPLT does not leave a trailing period.","breadcrumbs":"Theory Reference Guide » Fingerspelling","id":"690","title":"Fingerspelling"},"691":{"body":"The main principles of Plover theory have been left unchanged and Learn Plover! or Art of Chording are fully compatible with this dictionary (apart from word breaks as well as suffixes and prefixes). Although this list is quite long, a lot of these principles are actually part of stock Plover theory which I thought were worth mentioning. *PL is used as the -mp cluster intsead of -FRP Ending sounds that fall out of steno order can be written using right hand consonant strokes HEL/-P → help STRAPBG/-L → strangle HEL/-PL → helm For -F and -T, asterisk is used to prevent conflicts TKEL/*F → delve HREUPL/*F → lymph WURS/*T → wurst Briefer outlines using compound clusters and inversions are also available and should be preferred OR is used for the “or” sound, never OER KWR is used in certain diphthongs such as: SREUD/KWROE → video AEUR/KWRA → area EUPB/SOPL/TPHEU/KWRA → insomnia RAOE/KWRAL/TEU → reality #PHAR/KWROE → Mario HAUP/KWRA → haupia Entries such as HAU/PEU/KWRA (haupia) can be found in the dictionary as fallbacks but are not recommended due to being longer to write. Essentially, KWR is used if the vowel can be approximated with “Y” KHUR is always used for the “chur” sound HREBG/KHUR → lecture KAP/KHUR → capture PHA/KHUR → mature TWAL is used for “chwal” sounds found in words like the following that are usually spelled as “-tual”: SPEU/REU/TWAL → spiritual AOE/SREPB/TWAL → eventual EUPB/TE/HREBG/TWAL → intellectual Alternatively, WAL can be used to represent “-ual” with the T being left to the previous stroke: SPEU/REUT/WAL → spiritual AOE/SREPBT/WAL → eventual EUPB/TE/HREBGT/WAL → intellectual TK*EU is always used for the initial TKEU sound when starting a word. TKEU is reserved for the phrase “did I” TK*EU/REBGT → direct TK*EU/HREU/SKWREPBT → diligent TP*EU is used for sounds spelled with “ph” that are pronounced as “F” TP*EU/SEUBGS → physics TP*EU/HRO/SO/TP*EU → philosophy EU is used for long E when it is spelled with an “I” or a “Y” AR/PE/SKWREU/KWROE → arpegg i o KUFRB/KWREU → curvy PEU/KWRA/TPHOE → piano -RBL is used for the “shl” sound TK*EU/TPE/REPB/-RBL → differential TPAOEU/TPHAPB/-RBL → financial Non-initial “X” can be written using -BGS or some variation of -BG/S EBG/SE/KAOUGS → execution EBG/SEU/SKWREPBS exigence Can also be written EBG/S*EU/SKWREPBS with S* representing “Z” EBG/SULT → exult Can also be written EBG/S*ULT with S* representing “Z” EBG/SES → excess EBGS/TEPBD → extend EBGS cannot be used universally due to syllabic splitting constraints (see Syllabic splitting ) -PLT is used for the “-ment” cluster in addition to be being a suffix SE/-PLT → cement KAFP/-PLT → catchment EBGS/PE/REUPLT → experiment -LT is used for the “-let” cluster in addition to being a suffix A/PHAOULT → amulet KHEUBG/-LT → chiclet SKARLT → scarlet -BL can be used for the “-able” or “-ible” cluster in addition to being a suffix KRAOUS/-BL → crucible PAEURBL → parable A/HROUBL → allowable TEU can be used for the “-ity” cluster in addition to being a suffix SKAEURS/TEU → scarcity STEU → city EUPB/SAPB/TEU → insanity Some variation of US is used for the “us” sound whether it is spelled “ous” or “us” PHO/TPHO/TO/TPHUS → monotonous STAOU/PEPB/TKUS → stupendous TOR/KWRUS → torus RAOEUT/KHUS → righteous AU is used for the “aw” vowel when not spelled with “O” PWAUT → bought PWRAUD → broad PAUPL → palm","breadcrumbs":"Theory Reference Guide » Phonetics","id":"691","title":"Phonetics"},"692":{"body":"Orthography has also largely been preserved with a few exceptions. Much like stock Plover theory, short vowels and schwas are represented with the vowel they are spelt with despite their sound SKO/HRAR → scholar PWE/TER → better WORS → worse SU/PORT → support PHO/TPHEU/TOR → monitor Final Z sounds are represented with -Z if they are spelt as such or help to get around a conflict SREUS/-BL → visible PHEUS/RABL → miserable TPHAOEZ → knees (TPHAOES is niece) SAOEZ → seize Words beginning with “al” are written with AL despite their pronunciations AL/SOE → also AL/SA → alsa AL/TKER → alder Initial “ph” is represented with TP* to differentiate from regular “f” TPO*E/TOE → photo TP*EU/HRO/SO/TP*ER → philosopher Words starting with “X” are always written with KP KPAOEU/HRO/TPO*EPB → xylophone KPEU → xi Words beginning with “Y” use KWR (if there’s a conflict, use KWR* instead) KWREP → yep KWRERPB → yearn Other words drop KWR AOU/TPO*R/KWRA → euphoria AOUS → use UR/KWREUPB → urine Ending “ie” uses AOE KAO/KAOE → cookie WAUBG/KWRAOE → walkie Words beginning with capital “J” can use #STKPW as an alternative to #SKWR #STKPW/TPHEUS → Janice #STKPW/PHAEU/KA → Jamaica Common contractions use asterisk when there’s a conflict WAOER → weir WAO*ER → we’re HAOEL → heel HAO*EL → he’ll For the most part, contractions are just written phonetically, but asterisked variants do exists for most of them as well","breadcrumbs":"Theory Reference Guide » Orthography","id":"692","title":"Orthography"},"693":{"body":"main.json relies a lot on dropping unstressed vowels in order to break up words which is a bit of a challenge to learn especially for non-native speakers. For write-outs, this dictionary does not rely as heavily on dropping unstressed vowels, though, this principle is still used for briefer entries. In order to split a word into multiple strokes syllabically, the following rules should be used: Consonants should not be doubled across strokes e.g., PHE/PHOR/RAOEUZ would not be correct as it doubles the R Strokes after the initial one should not begin with a vowel e.g., PHEPL/OR/AOEUZ is incorrect, the last two strokes begin with vowels Apart from suffix strokes which are special e.g., A*R → “-ar” In essence, every stroke should begin with a consonant and represent a different syllable of a word. There are, of course, exceptions to these rules which are covered later. Examples of using the syllabic splitting method: PHE/PHO/RAOEUZ → memorize TPO*E/TPHE/TEUBG → phonetic PEUBG/KHUR → picture KAL/KAOU/HRAEU/TOR → calculator RE/KOG/TPHEUGS → recognition ABG/TEUF → active AD/HAOE/SEUF → adhesive EUPL/POR/TAPBT → important OE/PWAEU → obey ABG/SES → access Sometimes vowels might have to be spread across multiple strokes and it may be impossible to start a stroke with a consonant. If this is the case, use KWR as a linker between vowels. AOEU/KWROE/HREU → aioli PEU/KWRA/TPHOE → piano Depending on pronuncation, W can also begin a consecutive vowel stroke: AL/TRAOU/WEUS/TEUBG → altruistic KOPB/TKAOU/WEUT → conduit When it is ambiguous as to whether to use W or KWR, outlines containing both should be available. Add alternatives to your dictionary if none of the available are intuitive to you. However, beware of attempting to rely too heavily on linker chords as this dictionary does not use them universally. Attempting to use them excessively will result in thousands of entries needing to be added. The following are words that unnecessarily use the KWR linker: TPRAFRPB/KWRAOEUZ (franchise) ❌ TPRAPB/KHAOEUS ✔️ EUPB/SAOUL/KWREUPB(insulin) ❌ EUPB/SAOU/HREUPB ✔️ HARPS/KWREU/KORD (harpsichord) ❌ HARP/SEU/KORD ✔️ TKPWAL/KWROPB (gallon) ❌ TKPWA/HROPB ✔️","breadcrumbs":"Theory Reference Guide » Syllabic splitting","id":"693","title":"Syllabic splitting"},"694":{"body":"A Plover Discord user harrri#2137 compiled a detailed table of rules to use when splitting syllables. If you are having trouble with splitting syllables, definitely check it out!","breadcrumbs":"Theory Reference Guide » Exceptions to syllabic splitting","id":"694","title":"Exceptions to syllabic splitting"},"695":{"body":"Before you attempt to write a word syllabically, it is important to determine if a word can instead be split differently using prefixes and suffixes. Here are some examples: TAOEFP/*ER (teacher) HRURBG/*ER (lurker) SEPB/TEPBS/-S (sentences) However, do not be too quick to use suffix strokes (especially *ER) on previous translations that are not words on their own. For example, these would be incorrect outlines that should be written using syllabic splitting: SHREPBD/*ER (slender) ❌ SHREPB/TKER ✔️ AOE/RAT/KWREUBG (erratic) ❌ AOE/RA/TEUBG ✔️","breadcrumbs":"Theory Reference Guide » Words that can be written using prefix and/or suffix strokes","id":"695","title":"Words that can be written using prefix and/or suffix strokes"},"696":{"body":"If the first stroke of an outline is a prefix, there is no need to use a linker chord such as KWR on the next stroke: KOE/OR/TKEU/TPHAEUT → coordinate PRE/EPLT → preempt TKEU/AOE/HREBG/TREUBG - dielectric TKEUS/AEUBL → disable","breadcrumbs":"Theory Reference Guide » KWR linker with prefix strokes","id":"696","title":"KWR linker with prefix strokes"},"697":{"body":"Consonants can be doubled if the previous stroke is a prefix and the strokes that follow form a valid word on their own: TKEUS/SOFLS → dissolves TKEUS/SEU/PHEU/HRAR → dissimilar Of course, if it makes sense to you to disregard this exception then feel free to add entries such as TK*EU/SEU/PHEU/HRAR → dissimilar to your dictionary.","breadcrumbs":"Theory Reference Guide » Consonant doubling with prefixes","id":"697","title":"Consonant doubling with prefixes"},"698":{"body":"Words with “ng” such as “mango” would not be able to be defined accurately if consonants could not be doubled across strokes. Thus it is acceptable for these words to double the “G” across strokes: PHAPBG/TKPWOE → mango TPEUPBG/TKPWER → finger SEUPBG/TKPWAOU/HRAR → singular","breadcrumbs":"Theory Reference Guide » Consonant doubling with “ng”","id":"698","title":"Consonant doubling with “ng”"},"699":{"body":"When it comes to vowels that are combined with a final -R, it may be necessary to use suffix strokes and/or the KWR linker in order to preserve the phonetics of the vowel. For example, the word “carry” would have to be written as KAEUR/KWREU as the R changes the sound of the vowel and thus should be kept in the first stroke. If the R was treated as a consonant it was instead split as “ca|rry”, the outline could only be KAEU/REU or KA/REU which are not completely accurate to the pronunciation. Thus, if an R changes the sound of a vowel in a word, it is recommended to keep it with the vowel to preserve its sound and instead use the KWR linker to complete the next stroke. The following are some other examples of words where -R should be kept in the initial stroke: #HRAEUR/KWREU → Larry #TER/KWREU → Terry TOR/KWRUS → torus TPHROR/KWREUFT → florist NOTE: Ending a stroke with -R and starting the next stroke with KWR is preferred in ambiguous situations.","breadcrumbs":"Theory Reference Guide » The problem of the vowel/consonant “R”","id":"699","title":"The problem of the vowel/consonant “R”"},"7":{"body":"Notice how so far sounds have been emphasized rather than spellings of words. In our example, “complicate” is not spelled with a “k” and yet it still uses the K key in the first stroke. The reason for this is that English spelling is quite complicated, but its phonetics are comparatively simple. Steno takes advantage of this by being a primarily phonetic system. In general, words are written based on their pronunciation. The K key represents all “k” sounds, regardless of spelling. However, if steno were completely phonetic, it would be impossible to differentiate between “gait” and “gate”, or “site”, “cite”, and “sight”, or any of the other numerous homophones that English has. For some words, we do have to take spelling into consideration. How exactly this is done is dictated by the rules found in a steno theory.","breadcrumbs":"Chapter 1: Introduction » Steno is primarily phonetic","id":"7","title":"Steno is primarily phonetic"},"70":{"body":"Why not use PH for “f”? After all, this would be easier to remember since “ph” has the same sound as “f”. However, it would be impossible to chord “fl” sounds as the PH and HR chords overlap. PHR already represents the initial “pl” consonants. We would run into ambiguity if we also defined PHR to be the “fl” consonants (e.g., “plat” and “flat”).","breadcrumbs":"Chapter 6: Left hand consonants continued » Wouldn’t PH as “f” make more sense?","id":"70","title":"Wouldn’t PH as “f” make more sense?"},"700":{"body":"As previously mentioned in phonetics , TEU can be used to represent -ity even if not used as a suffix. This is very much a situation that is actually dropping an unstressed vowel in disguise. Consider the two outlines of writing “felicity”: TPE/HREUS/TEU TPE/HREU/SEU/TEU Notice that in the first outline, the second “i” was dropped as it is unstressed. The second outline is not recommended as it uses an extra stroke, making it slower to write. Furthermore, entries with strokes that take the shape of EU/TEU are not necessarily complete as I may have been too tired or lazy when trying to add these in. Thus, try to not use an extra stroke when it comes to TEU. Other examples of when to drop an “i” in such a manner: EBGS/TRE/PHEU/TEU → extremity Can instead be EBGS/TREPL/TEU EUPB/TPEU/TPHEU/TEU → infinity Can instead be EUPB/TPEUPB/TEU SEPB/SEU/TEUF → sensitive Can instead be SEPBS/TEUF Another situation where you should really drop a vowel is where you’ll see a word end with -ly. HAUT/KWREU/HREU → haughtily Can instead be HAUT/HREU (“i” is dropped) TRAO*UT/-FL/KWREU → truthfully Can instead be TRAO*UT/TPHREU (second “u” is dropped) PER/SO*PB/A*L/KWREU → personally Can instead be PER/SO*PB/HREU (“a” is dropped)","breadcrumbs":"Theory Reference Guide » Situations that benefit from dropping unstressed vowels","id":"700","title":"Situations that benefit from dropping unstressed vowels"},"701":{"body":"It is also important to use prefixes and suffixes. A good rule of thumb to determine whether or not it is appropriate to use suffix strokes is to examine what will be written before the suffix stroke. For example, it should be apparent that the word “tester” can be broken into the root word “test” and the suffix “-er” and thus should be written TEFT/*ER as opposed to TES/TER. On the other hand, the word “termite” should be written syllabically since it can’t be broken into smaller parts: TER/PHAOEUT. NOTE: With KWRAOEUT being the “-ite” suffix, it is technically possible to write “termite” as TERPL/KWRAOEUT but that is against the principles of this dictionary. If it is desirable to you to write in this manner, then this dictionary is probably not for you. The following list of words are other examples where suffixes should be used instead of syllabic splitting: HRERPB/*ER → learner *ER → “-er” SE/HREBGT/-BL → selectable -BL → “-able” KUT/-G → cutting -G → “-ing” TPHAOEUF/-S → knives -S → “-s” KAFP/-PLT → catchment -PLT → “-ment” RE/SPOPBD/KWREPBT → respondent KWREPBT → “-ent” TKEUBGS/KWRAEUR/KWREU → dictionary KWRAEUR/KWREU → “-ary” On the other hand, the following are examples of incorrect suffix usage: STAOUD/KWREPBT (student) ❌ STAOU/TKEPBT ✔️ WAUT/*ER (water) ❌ WAU/TER ✔️ SKOL/A*R (scholar) ❌ SKO/HRAR ✔️ For ambiguous situations where it is not clear whether to use suffixes or split a word syllabically, both options should be available to use. And of course, don’t be afraid to add your own alternatives.","breadcrumbs":"Theory Reference Guide » Using prefixes and suffixes","id":"701","title":"Using prefixes and suffixes"},"702":{"body":"As previously mentioned, prefix strokes are not outlines that usually have to be memorized. Most common prefix strokes come about when splitting words syllabically and don’t need much thought. For example, “ex-”, “super-”, and “hetero-” are written as EBGS, SAOU/PER, and HE/TER/KWROE, respectively, as if they were just regular words. With a basic grasp of syllabic splitting, most prefixes should be fairly straightforward. There can also sometimes be multiple entries for the same prefix such as PRE and PRAOE for “pre-” or UL/TRA and ULT/RA for “ultra-”. Whichever works best for a given situation should be used and multiple options are available if there is ambiguity.","breadcrumbs":"Theory Reference Guide » Prefixes","id":"702","title":"Prefixes"},"703":{"body":"Sometimes it is needed to write a prefix outline as a regular word. Take, for example, “super”. This can be a prefix as in “supernatural” or a regular word as in “super awesome”. Since syllabic splitting will go to the prefix form, asterisk is used on the last stroke to obtain the word form. Thus, SAOU/PER/AU/SOPL would output “superawesome” while SAOU/P*ER/AU/SOPL would output “super awesome”. As you write more and more using this dictionary, you will encounter many situations where you intended a word instead of a prefix stroke to be written. When this happens, take note of the prefix and remember the usage of asterisk to prevent this in future. If the prefix form of an outline is accidentally written when the word form was intended, asterisk can be toggled retroactively using #* instead of deleting the whole word and starting over. For example, consider the attempt to write “super awesome”: SAOU/PER/AU/SOPL Instead of pressing the asterisk 4 times and rewriting the entire word, an alternative would be to backspace the last two strokes, toggle asterisk with #* to get the word form, and continue with “awesome”: SAOU/PER/AU/SOPL/*/*/#*/AU/SOPL (9 strokes) SAOU/PER/AU/SOPL/*/*/*/*/SAOU/P*ER/AU/SOPL (12 strokes)","breadcrumbs":"Theory Reference Guide » Prefixes by themselves","id":"703","title":"Prefixes by themselves"},"704":{"body":"Unlike prefixes, most suffixes do have to be memorized but are quite predictable with many following patterns. The following inexhaustive list contains common suffix strokes that should be sufficient for most everyday writing: KWREU → -y KRAEUZ/KWREU → crazy KWREUF → -ive KRAOE/KWRAEUT/KWREUF → creative KWREUFPL → -ism PHAG/TPHET/KWREUFPL → magnetism KWREUPB → -in PHRUG/KWREUPB → plugin KWREUBG → -ic AOEU/KWROPB/KWREUBG → ionic KWREUFT → -ist ART/KWREUFT → artist The following outlines are primarily used in syllabic splitting with KWR representing a diphthong like in words such as “obsidian” (OB/SEUD/KWRAPB). However, by themselves, these outlines are defined without an initial “I” as shown below: KWROPB → -on KWRAPB → -an KWRAPBT → -ant KWREPB → -en KWREPBT → -ent If you come across a word that needs to be defined using one of the above suffixes, use them as is regardless of if a diphthong is present in its pronunciation. For example, “harden” and “alien” would be defined as HARD/KWREPB and AEUL/KWREPB, respectively. The suffix is still the same regardless of if an “I” is present in their spelling. However, if you need to end an arbitrary word with one of the above suffixes with a leading “I”, use an asterisk on the suffix stroke. For example, “hardan” would be written as HARD/KWRAPB while “hardian” would be written as HARD/KWRA*PB. A*R → -ar A*L → -al AEUGS → -ation O*R → -or *ER → -er -PLT → -ment -PBS → -ness -BL → -able -BLT → -ability -L → -le -LT → -let -G → -ing -S → -s -Z → -s ST-BG → -istic SH-PBS → -ishness SH*EUP → -ship","breadcrumbs":"Theory Reference Guide » Suffixes","id":"704","title":"Suffixes"},"705":{"body":"If two homophones must be resolved using asterisk, there are a few aspects of each word that will decide which word gets precedence. If there are repeat letters in a word, that will use asterisk #HART/PHAPB → Hartman #HART/PHA*PB → Hartmann If two words differ in a vowel, (especially with Y or I), the asterisk will go to the word that doesn’t match the vowel as spelt #HREUPB → Lin #HR*EUPB → Lynn “kr” gets precedence over “chr” and “cr” in KR- as it matches the keys more #KREUS/TEU → Kristy #KR*EUS/TEU → Christy Also can be written #KHREUS/TEU “x” and “ks” gets precedence over “kshun” in“ -BGS TRABGS → tracks TRA*BGS → traction RE/TPHREBGS → reflex RE/TPHR*EBGS → reflection The one exception to this rule is TKEUBGS → diction; I like being able to write “dictionary” as TKEUBGS/KWRAER. Seeing “dicks” show up before writing KWRAER seems silly. For conflicts with words ending “i” vs “y”, use EU and KWREU respectively #TE/REU → Terri #TER/KWREU → Terry #SAPL/KWREU → Sammy #SA/PHEU → Sammi","breadcrumbs":"Theory Reference Guide » Conflict resolution","id":"705","title":"Conflict resolution"},"706":{"body":"It’s no secret that writing out syllabically can be quite slow. This dictionary does have some techniques for writing significantly shorter.","breadcrumbs":"Theory Reference Guide » Beyond writing out","id":"706","title":"Beyond writing out"},"707":{"body":"This technique has already been somewhat illustrated in Situations that benefit from dropping unstressed vowels . Figuring out stress can be a bit of a challenge within a word and I unfortunately do not have any tips at this moment, apart from showing a few examples: PHEPL/RAOEUZ → memorize (“o” is dropped) T*EPL/RAEUR/KWREU → temporary (“o” is dropped) TPOFRPB/TPHAT → fortunate (“u” is dropped) KPHAPBD → command (“o” is dropped and remaining word is fit into one stroke) KPHAOUPB/KAEUT → communicate (both the “o” and the “i” are dropped) STKAOEUR → desire (“e” is dropped, and STK serves as “ds” using an inversion) STKPAOER → disappear (“i” and first “a” are both dropped, STK serving as “ds” using an inversion) RUFR → rougher (“e” is dropped, -FR representing the “fer” sound) TKEUFRPBT → different (both “e”’s are dropped, remaining consonants fit into single stroke) EBGS/PERPLT → experiment (“i” is dropped)","breadcrumbs":"Theory Reference Guide » Dropping unstressed vowels","id":"707","title":"Dropping unstressed vowels"},"708":{"body":"Most prefixes are simple to determine but may take multiple strokes. For example, PHE/TKPWA is the mega- prefix which is logical and predictable. However, a stroke can be saved by using PH*EG instead. A few examples are listed below: PHEU/HREU → milli- PH*EUL can instead be used KEU/HROE → kilo- K*EUL can instead be used RE/TROE → retro- RERT can instead be used Suffixes can be shortened in much the same way. For example, the canonical way of writing “dictionary” is TKEUBGS/KWRAEUR/KWREU with KWRAEUR/KWREU representing the -ary suffix. KWRAER serves as a shorter alternative as seen in the following examples: TKO/KAOU/-PLT/KWRAER → documentary TKEUS/PEPBS/KWRAER → dispensary SREUGS/KWRAER → visionary -ory can also be shortened to KWROER: TPABGT/KWROER → factory PRE/EPLT/KWROER → preemptory STA/KHAOUT/KWROER → statutory AER and OER are also special in that they are not just parts of suffixes, but can represent the sounds of -ary and -ory when combined with other consonants. EUPB/SREPB/TOER → inventory OB/HREU/TKPWA/TOER → obligatory UPB/TPHE/SE/SAER → unnecessary ES/KHAOU/WAER → estuary Using AER and OER are great ways to shorten your writing! Whenever you write ____AEUR or ____OR followed by KWREU, remember that these can all be compressed into one stroke!","breadcrumbs":"Theory Reference Guide » Using shorter prefixes and suffixes","id":"708","title":"Using shorter prefixes and suffixes"},"709":{"body":"Ending consonants on the right hand can be combined with ending strokes to fit more sounds into one stroke. For example, -T can be used to represent -ity conjunction with other chords: PRAOEU/KWRORT → priority SAOEPB/KWRORT → seniority EUPB/SAPBT → insanity PHOE/HRAERT → molarity -L can be used in a similar manner to represent -al or -ly: EBGS/TERPBL → external EUPL/PHORL → immoral EUPL/PEURBL → impishly RAOE/SPEBG/TEUFL → respectively -R can be used to represent an ending R sound: SOFT/KWRERPB → softener OERPB → owner KHRAOERPB → cleaner TKAOEURPB → diner","breadcrumbs":"Theory Reference Guide » Folding and stacking sounds on ending strokes","id":"709","title":"Folding and stacking sounds on ending strokes"},"71":{"body":"Feel free to come up with your own or even suggest some! Each of these chords are simply two keys in a row TP is the top row pressed by the ring and middle fingers KW is the bottom row pressed by the ring and middle fingers PH is the top row pressed by the middle and index fingers Think “FQM” in steno order (top to bottom, left to right!) fully qualified mountain first quill made","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"71","title":"Mnemonics"},"710":{"body":"Folding suffix keys can come with unintended conflicts (for example, SPEUGT for “spitting” vs “spigot”) but it is an easy way to reduce how many strokes you use. That said, hitting -G, -S, -D, or -Z separately is already quite fast. Folding these keys often requires more finger contortions. Do not feel obliged to fold suffix keys, despite the dictionary containing these entries.","breadcrumbs":"Theory Reference Guide » Folding suffix keys","id":"710","title":"Folding suffix keys"},"711":{"body":"The following words are a few examples of some of using two or more techniques above to form short entries. They should demonstrate how you can write shorter without having to memorize a bunch of briefs or suffix strokes. T*EPL/RAERL → temporarily Dropping the unstressed “o”, using the “AER” compound cluster, and folding a -L to represent “-ly” Written-out form: TEPL/POR/KWRAEUR/KWREU/HREU KA*LG/HRAEUGT → calculating Dropping the unstressed “u” and folding the -G suffix key Written-out form: KAL/KAOU/HRAEUT/-G TAEURLG → tailoring Dropping the unstressed “o” and folding the -G suffix key Written-out form: TAEU/HROR/-G or TAEUL/O*R/-G KOR/KWRARPBD → coriander Using KWR to represent the “i” and folding in -R to represent the “er” Written-out form: KOR/KWREU/KWRAPB/TKER AL/TERPB/TEUFL → alternatively Dropping the unstressed second “a” and folding a -L to represent “-ly” Written-out form: AL/TER/TPHA/TEUF/HREU ERTD → editor Dropping the unstressed “i” and folding in -R to represent the “or” Written-out form: ED/KWREUT/O*R","breadcrumbs":"Theory Reference Guide » Examples of short entries that I might use","id":"711","title":"Examples of short entries that I might use"},"712":{"body":"By default lapwing-base.json mainly only contains American spellings of words. lapwing-uk-additions.json adds UK spellings which is fully compatible and conflict free (with a few exceptions) to lapwing-base.json. It allows writing of UK spellings without having to turn dictionaries on and off. I made this dictionary mainly with Australian and Canadian English in mind. If you primarily write British English and wish to replace all American spellings, then this dictionary might not be ideal for you.","breadcrumbs":"Theory Reference Guide » UK Spellings","id":"712","title":"UK Spellings"},"713":{"body":"Switching with #TPH ae spellings ise spellings ll spellings oe spellings ou spellings re spellings Miscellaneous briefs","breadcrumbs":"Theory Reference Guide » Dictionary contents","id":"713","title":"Dictionary contents"},"714":{"body":"Writing #TPH after any translation will switch the previous word into its British variant (if it exists in the dictionary). Unfortunately, there is currently a limitation that requires all suffix keys (-G, -S,-D and -Z) to either be folded into the last stroke or written after the #TPH chord. For example, the following attempt to write “accessorising” will not work: ABG/SE/SOR/KWRAOEUZ/-G/#TPH Instead write it as either of the following: ABG/SE/SOR/KWRAOEUZ/#TPH/-G ABG/SES/KWROR/KWRAOEUGZ/#TPH Using #TPH is the recommended method that will always work when switching to British spellings. There are a few shorter models listed below, but they are not guaranteed to always work.","breadcrumbs":"Theory Reference Guide » Switching with #TPH","id":"714","title":"Switching with #TPH"},"715":{"body":"Regardless of pronunciation, words that are spelled with “ae” can be written with AE Examples: EPB/SAOEU/KHROE/PAE/TKEU/KWRA → encyclopaedia AET/KWROLG → aetiology","breadcrumbs":"Theory Reference Guide » ae spellings","id":"715","title":"ae spellings"},"716":{"body":"Words spelled with “ise” use AOEUS or AOEUF (when folding in ending sounds). Examples: PHAG/PHE/TAOEUS → magnetise STAEUBL/KWRAOEUFR → stabiliser AOUT/HRAOEUFG → utilising","breadcrumbs":"Theory Reference Guide » ise spellings","id":"716","title":"ise spellings"},"717":{"body":"The rule discussed in conflict resolution is utilized where asterisk is used on the stroke with the double “L”. Examples: RAOE/TPAO*ULG → refuelling RE/SR*EL/*ER → reveller NOTE: because of this rule, single l spellings such as “instal” or “fulfil” are not possible using any method other than #TPH","breadcrumbs":"Theory Reference Guide » ll spellings","id":"717","title":"ll spellings"},"718":{"body":"Words spelled with “oe” are written with OE Examples: OES/TROE/SKWREPB → oestrogen HOEPL/KWROE/PA*T → homoeopath AOE/TKOE/PHA → edoema","breadcrumbs":"Theory Reference Guide » oe spellings","id":"718","title":"oe spellings"},"719":{"body":"Any spellings with “ou” instead of “o” can be written using OU. Examples: TPHAEU/PWOUR → neighbour KAPB/TKOUR → candour KOL/O*UR → colour","breadcrumbs":"Theory Reference Guide » ou spellings","id":"719","title":"ou spellings"},"72":{"body":"Single syllable fqm words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"72","title":"Section practice"},"720":{"body":"The stroke with ER is asterisked. There is no “-re” suffix currently and so any outlines normally written with *ER does not fall under this method. Examples: KA/HREU/PW*ER → calibre PHAOEU/T*ER → mitre HREU/T*ER → litre","breadcrumbs":"Theory Reference Guide » re spellings","id":"720","title":"re spellings"},"721":{"body":"Asterisk extravaganza! Just asterisk whenever possible. Examples: PHAO*ERT → metre *ORG → organise HRA*EUBLG → labelling TPHA*EURB → neighbour","breadcrumbs":"Theory Reference Guide » Miscellaneous briefs","id":"721","title":"Miscellaneous briefs"},"722":{"body":"","breadcrumbs":"Glossary » Glossary","id":"722","title":"Glossary"},"723":{"body":"An abbreviated outline used for greater speed that does not follow basic theory.","breadcrumbs":"Glossary » brief","id":"723","title":"brief"},"724":{"body":"A group of keys pressed all at once.","breadcrumbs":"Glossary » chord","id":"724","title":"chord"},"725":{"body":"A situation where two translations would normally be mapped to the same steno outline.","breadcrumbs":"Glossary » conflict","id":"725","title":"conflict"},"726":{"body":"A file used by a steno engine to translate from outlines to the output translation.","breadcrumbs":"Glossary » dictionary","id":"726","title":"dictionary"},"727":{"body":"Two distinct vowel sounds that blend together.","breadcrumbs":"Glossary » diphthong","id":"727","title":"diphthong"},"728":{"body":"A section in a dictionary that defines the translation of a steno outline.","breadcrumbs":"Glossary » entry","id":"728","title":"entry"},"729":{"body":"A technique to output words letter-by-letter.","breadcrumbs":"Glossary » fingerspelling","id":"729","title":"fingerspelling"},"73":{"body":"TKPW is “g” as in “get” NOTE: TKPW is only used for the “hard g” sound. For example, the word “gel” would not use TKPW as the initial consonant is a “soft g” (a “j” sound). TPH is “n” as in “not” KWH is “y” as in “yet” KWH is pressed using the left hand ring, middle, and index fingers KWH is only used when the word starts with the letter “y”; if a word has a “y” sound but doesn’t start with a “y”, simply don’t use a left hand consonant chord.","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand g, n, and y","id":"73","title":"Left hand g, n, and y"},"730":{"body":"Including keys in a previous stroke (with disregard to steno order) to fit in more sounds.","breadcrumbs":"Glossary » folding","id":"730","title":"folding"},"731":{"body":"","breadcrumbs":"Glossary » glide","id":"731","title":"glide"},"732":{"body":"International Phonetic Alphabet; a system of symbols used internationally to represent sounds in all human languages.","breadcrumbs":"Glossary » IPA","id":"732","title":"IPA"},"733":{"body":"The property of a regular keyboard to detect multiple key presses simultaneously.","breadcrumbs":"Glossary » N-key rollover","id":"733","title":"N-key rollover"},"734":{"body":"Relating to spelling.","breadcrumbs":"Glossary » orthographic","id":"734","title":"orthographic"},"735":{"body":"One or more strokes that form a translation.","breadcrumbs":"Glossary » outline","id":"735","title":"outline"},"736":{"body":"Relating to pronunciation.","breadcrumbs":"Glossary » phonetic","id":"736","title":"phonetic"},"737":{"body":"A free and open source steno engine for Linux, Mac, and Windows.","breadcrumbs":"Glossary » Plover","id":"737","title":"Plover"},"738":{"body":"A textual representation of the steno strokes pressed before being translated.","breadcrumbs":"Glossary » raw steno","id":"738","title":"raw steno"},"739":{"body":"A program used to translate steno outlines to text.","breadcrumbs":"Glossary » steno engine","id":"739","title":"steno engine"},"74":{"body":"gloss TKPWHROS gull TKPWUL nap TPHAP net TPHET yet KWHET yes KWHES use AOUS","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"74","title":"Examples"},"740":{"body":"A steno engine embedded on a keyboard’s firmware; allows for plug-and-play stenography with no setup required on the host machine.","breadcrumbs":"Glossary » embedded steno engine","id":"740","title":"embedded steno engine"},"741":{"body":"A keyboard made primarily by hobbyists and for hobbyists for use with stenography. A Nolltronics Multisteno","breadcrumbs":"Glossary » steno keyboard","id":"741","title":"steno keyboard"},"742":{"body":"A machine (can be standalone requiring no host machine) for stenography by professional court reporters and captioners. NOTE: some use “steno machine” to refer to any stenographic input device (such as hobbyist steno keyboards). A Stenograph Wave","breadcrumbs":"Glossary » steno machine","id":"742","title":"steno machine"},"743":{"body":"Any stenographic input device.","breadcrumbs":"Glossary » steno writer","id":"743","title":"steno writer"},"744":{"body":"The order in which sounds should fall on","breadcrumbs":"Glossary » steno order","id":"744","title":"steno order"},"745":{"body":"Synonymous with chord as a noun; can also be used as a verb to describe the action of pressing a chord.","breadcrumbs":"Glossary » stroke","id":"745","title":"stroke"},"746":{"body":"A stroke that attaches to words.","breadcrumbs":"Glossary » affix stroke","id":"746","title":"affix stroke"},"747":{"body":"A stroke that outputs a prefix and suppresses the next space.","breadcrumbs":"Glossary » prefix stroke","id":"747","title":"prefix stroke"},"748":{"body":"A stroke that outputs a suffix and attaches to the previous word.","breadcrumbs":"Glossary » suffix stroke","id":"748","title":"suffix stroke"},"749":{"body":"A Lapwing technique for splitting multisyllable words into steno strokes.","breadcrumbs":"Glossary » syllabic splitting","id":"749","title":"syllabic splitting"},"75":{"body":"Feel free to come up with your own or even suggest some! Grapes nourish you TKPW is a group of 4 keys pressed by the ring and middle fingers TPH is a row of 3 keys pressed by the ring, middle, and index fingers KWH is three keys in a rising shape, like the intonation when asking “why?”","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"75","title":"Mnemonics"},"750":{"body":"A set of rules that govern how words are broken down into steno outlines.","breadcrumbs":"Glossary » steno theory","id":"750","title":"steno theory"},"751":{"body":"The principles of Lapwing theory that encompass the rules for writing English text.","breadcrumbs":"Glossary » basic theory","id":"751","title":"basic theory"},"752":{"body":"The output (text, keyboard shortcut, etc) of a steno outline.","breadcrumbs":"Glossary » translation","id":"752","title":"translation"},"753":{"body":"An outline that follows basic theory.","breadcrumbs":"Glossary » write-out","id":"753","title":"write-out"},"76":{"body":"Single syllable gny words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"76","title":"Section practice"},"77":{"body":"S* is “z” as in “zit” SR is “v” as in “vat” SKWR is “j” as in “job”","breadcrumbs":"Chapter 6: Left hand consonants continued » Left hand z, v, and j","id":"77","title":"Left hand z, v, and j"},"78":{"body":"Feel free to come up with your own or even suggest some! The “z” sound is similar to the “s” sound and thus they only differ in the asterisk key The chemical element strontium (symbol Sr) is not vanadium SKWR is just the bottom row of the left hand","breadcrumbs":"Chapter 6: Left hand consonants continued » Mnemonics","id":"78","title":"Mnemonics"},"79":{"body":"zap SA*P zip S*EUP var SRAR ver SRER jib SKWREUB jot SKWROT","breadcrumbs":"Chapter 6: Left hand consonants continued » Examples","id":"79","title":"Examples"},"8":{"body":"A steno theory refers to the set of rules that govern how words are broken down. While the basics (such as everything mentioned so far) are more or less the same between theories, there are some subtle differences. When it comes to learning English steno, it is not important which theory to start off with—it isn’t difficult to switch between them. The primary way steno theories differ is in their philosophy. For example, Phoenix theory is based off of a comprehensive set of rules that make it easy to break down complicated words. On the other side of the spectrum, Magnum theory places more emphasis on learning words themselves through rote memorization. In essence, there are fewer strict rules, but more arbitrary outlines to remember. Most steno theories (like the previously mentioned ones) are not free and require you to purchase textbooks along with their dictionaries. The only free theories (as of this writing) are Lapwing theory, Plover theory, and Platinum theory. Unfortunately, most steno theories are also quite specific to one accent. In particular, all of the mentioned theories are all based on a General North American accent. It may be difficult to learn one of these theories for those that speak a different variant of English; being able to comfortably subvocalize with an American accent is important. There has been one effort in the Open Steno community to create a theory based for non-rhotic accents (i.e., British English), but I cannot recommend it as the dictionary is not very complete.","breadcrumbs":"Chapter 1: Introduction » Steno theories","id":"8","title":"Steno theories"},"80":{"body":"Single syllable zvj words","breadcrumbs":"Chapter 6: Left hand consonants continued » Section practice","id":"80","title":"Section practice"},"81":{"body":"This chapter’s test consists of all the practice drills in this chapter. Make sure your settings are configured as such: test settings Limit word count: 45 Start from word: 1 Repetitions: 3 Sort: random Show hint for every word: unchecked Hide hint on last repetition: unchecked Show hint on misstroke: checked Click here to access the chapter 6 test","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter 6 test","id":"81","title":"Chapter 6 test"},"82":{"body":"This is only a suggestion; it is not a requirement to move to the next chapter! Aim for 10–20 WPM with 90% accuracy. You may use the test material as practice!","breadcrumbs":"Chapter 6: Left hand consonants continued » Recommended completion goal","id":"82","title":"Recommended completion goal"},"83":{"body":"This section is completely optional, but recommended. If you prefer to learn these all at once, they will be covered in chapter 16. Word Brief Explanation again TKPWEPB Drops the first vowel and SKP Completely arbitrary, but useful in phrases ask SK Drops the first vowel before PW-FR Drops all vowels have SR have it T it no TPHO Matches the spelling said SED Completely phonetic very SRE very NOTE: remember that these are briefs; the explanations are not applicable to any arbitrary word.","breadcrumbs":"Chapter 6: Left hand consonants continued » Chapter briefs","id":"83","title":"Chapter briefs"},"84":{"body":"I ask the mod again and again. before you said you quit. is it fit? yes I got it. no it is very well. Answers EU/SK/-T/PHOD/TKPWEPB/SKP/TKPWEPB/TP-PL PW-FR/U/SED/U/KWEUT/TP-PL S/T/TPEUT/KW-PL KWR*ES/EU/TKPWOT/T/TP-PL TPHO/T/S/SRE/WEL/TP-PL","breadcrumbs":"Chapter 6: Left hand consonants continued » Practice sentences","id":"84","title":"Practice sentences"},"85":{"body":"Brief Outline Explanation and you SKPU SKP + U and I SKPEU SKP + EU and the SKP-T SKP + -T so the SOT SO + -T are the R-T R + -T are you RU R + U have you SRU SR + U is it ST S + T it is T-S T + -S (for “is”)","breadcrumbs":"Chapter 6: Left hand consonants continued » Extra briefs","id":"85","title":"Extra briefs"},"86":{"body":"","breadcrumbs":"Chapter 7: Vowels » Chapter 7: Vowels","id":"86","title":"Chapter 7: Vowels"},"87":{"body":"Recommended time to spend on this chapter: 2–6 days. Read OE, OU, and OEU and complete the drill ( 25 minutes ) Repeat the drill as needed Read AEU and complete the drill ( 15 minutes ) Repeat the drill as needed Read AOU and complete the drill ( 15 minutes ) Repeat the drill as needed Attempt the test ( 20 minutes ) Practise as needed Remember to take breaks!","breadcrumbs":"Chapter 7: Vowels » Recommended pace","id":"87","title":"Recommended pace"},"88":{"body":"Single syllable OE, OU, and OEU words drill Single syllable AEU words drill Single syllable AOU words drill Chapter 7 test","breadcrumbs":"Chapter 7: Vowels » Useful links","id":"88","title":"Useful links"},"89":{"body":"Vowels are reportedly the most difficult part of learning steno. Part of this is due to the fact that vowels are pronounced differently in different dialects of English. Unfortunately, I grew up learning General American English. This is the accent that Lapwing is based on. If you speak a different accent, you may have to subvocalize with an American accent (sorry). I’m making an effort to include IPA with the hopes that they will be useful for some. However, I must make the disclaimer that I have never taken a formal linguistics course nor am I an enthusiast. I apologize for any errors that may be present in this page—do reach out to me if you have corrections!","breadcrumbs":"Chapter 7: Vowels » Intro","id":"89","title":"Intro"},"9":{"body":"The keys pressed in an outline are translated to text that shows up on screen via a steno engine . This is a program on a computer, or is embedded in a keyboard’s firmware. Steno engines use large files called dictionaries that simply contain 1-to-1 translations between steno outlines and their output. This makes steno entirely deterministic and predictable. For example, here is one section from Lapwing theory dictionary: \"TKUR/KWRABLT\": \"durability\",\n\"TKUR/KWRES\": \"duress\",\n\"TKUR/KWRUPL\": \"durum\",\n\"TKUR/PWHREU\": \"durably\",\n\"TKUR/AEUGS\": \"duration\",\n\"TKUR/-BL\": \"durable\",\n\"TKUR/-BLT\": \"durability\",\n\"TKURPB\": \"durn\",\n\"TKURBL\": \"durable\", Many steno dictionaries have upwards of hundreds of thousands of entries . It’s important to remember that the majority of these are predictable as they follow the rules governed in a steno theory. Stenographers don’t simply just memorize every single entry in their dictionary—that would be insane! This, however, does bring up the concern of what to do when a word is not defined in a a stenographer’s dictionary. In these cases, there is a technique for letter-by-letter input (called fingerspelling ). This technique is rather slow (~40 WPM), but it is not a common occurrence. Furthermore, a good stenographer is expected to add any outlines they find missing according to their theory rules. There is no such thing as a word that is difficult to represent in steno strokes. A good theory will provide a set of rules that makes it very easy to break down a complicated word into simple steno strokes. Another important feature of steno (due in part to its usage of dictionaries) are abbreviated entries, or briefs . These are outlines that do not 100% follow basic theory rules. They contain fewer strokes and, as a result, are faster to write. This helps for building speed and are often used for the most common words in English. Non-word translations Steno’s usage of dictionaries also allows for non-word translations such as symbols, keyboard shortcuts, arrow keys, commands, and so on. It is a myth that steno can only be used to write English text; there are many systems that easily mesh with English steno theories that can allow you to write anything that a regular keyboard can. These systems do not use the phonetics of English steno theories, but rather shapes and chords that are simple and easy to remember. If you’ve memorized the locations of keys on a QWERTY keyboard (even just a few), you’ve easily got the mental flexibility to use steno for non-word translations. Some hobbyists can even use steno for coding and steno with vim! Of course, that’s not to say that everyone should use steno for these purposes, but it is certainly possible and some people prefer it over using a regular keyboard. This series will focus on writing English prose, but in later chapters I will discuss tools that allow you to use steno for editing text, controlling your computer, and even a little coding!","breadcrumbs":"Chapter 1: Introduction » How steno works from the software side","id":"9","title":"How steno works from the software side"},"90":{"body":"oe ou and oeu OE is the long o vowel as in “tote” /oʊ/ Linguistically, calling this a long vowel is incorrect (this is actually a diphthong), but it’s what most people would be familiar with (see here). OU is the “ow” sound as in “cow” /aʊ/ OUR is the sound as in “hour” /aʊ ər/ OEU is the sound as in “toy” /ɔɪ/","breadcrumbs":"Chapter 7: Vowels » OE, OU, and OEU","id":"90","title":"OE, OU, and OEU"},"91":{"body":"foe TPOE sow SOE now TPHOU power POUR coil KOEUL soy SOEU","breadcrumbs":"Chapter 7: Vowels » Examples","id":"91","title":"Examples"},"92":{"body":"Feel free to come up with your own or even suggest some! The word “foe” is spelled with the letters OE. Apply this to other words with the same vowel sound! The word “our” is spelled with OU. OEU can be thought of as O + EU or “oi” which resembles its pronunciation and spelling (as in the word “s oi l”)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"92","title":"Mnemonics"},"93":{"body":"Single syllable OE, OU, and OEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"93","title":"Section practice"},"94":{"body":"aeu AEU is the long a vowel as in “pay” /eɪ/ NOTE: be careful with words like “bag”, “tank”, and “sag”; these use A for /æ/ and not AEU. The difference is subtle, but try to convince yourself that these are different vowels. AEUR is the sound as in “pair” /ɛr/","breadcrumbs":"Chapter 7: Vowels » AEU","id":"94","title":"AEU"},"95":{"body":"day TKAEU lay HRAEU care KAEUR pair PAEUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"95","title":"Examples"},"96":{"body":"Feel free to come up with your own or even suggest some! AEU can be thought as A + EU or “ai” which resembles its pronunciation and spelling (as in the word “paid”) If the notion of long vowels and short vowels (as described above) is familiar, AEU can be thought of as transforming the A key into a long a by combining it with the two keys on the other side Long a = A + (vowel keys on other hand)","breadcrumbs":"Chapter 7: Vowels » Mnemonics","id":"96","title":"Mnemonics"},"97":{"body":"Single syllable AEU words drill","breadcrumbs":"Chapter 7: Vowels » Section practice","id":"97","title":"Section practice"},"98":{"body":"aou AOU represents two different sounds: The long u sound as in “cube” /ju/ The “oo” sound as in “glue” /u/ Only when the sound is not spelled with “oo” E.g., “loo” would not use AOU AOUR is the sound as in “c ur e” /ʊər/","breadcrumbs":"Chapter 7: Vowels » AOU","id":"98","title":"AOU"},"99":{"body":"ew AOU sue SAOU lure HRAOUR pure PAOUR","breadcrumbs":"Chapter 7: Vowels » Examples","id":"99","title":"Examples"}},"length":754,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"273":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"394":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":17,"docs":{"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.4142135623730951},"208":{"tf":1.0},"23":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"499":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"540":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"203":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":5,"docs":{"185":{"tf":1.0},"187":{"tf":1.0},"202":{"tf":1.4142135623730951},"661":{"tf":1.0},"662":{"tf":1.0}}},"2":{"df":5,"docs":{"207":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"703":{"tf":1.0}}},"3":{"df":5,"docs":{"232":{"tf":1.0},"234":{"tf":1.0},"251":{"tf":1.4142135623730951},"665":{"tf":1.0},"673":{"tf":1.0}}},"4":{"df":3,"docs":{"253":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":16,"docs":{"108":{"tf":2.23606797749979},"19":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.4142135623730951},"35":{"tf":1.0},"499":{"tf":1.0},"523":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"667":{"tf":1.0},"673":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"6":{"df":11,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"285":{"tf":1.0},"496":{"tf":1.4142135623730951},"62":{"tf":1.0},"83":{"tf":1.0}}},"7":{"df":2,"docs":{"498":{"tf":1.0},"668":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":2,"docs":{"20":{"tf":1.0},"532":{"tf":1.0}}},"9":{"df":2,"docs":{"542":{"tf":1.0},"633":{"tf":1.0}}},"df":28,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"120":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0},"496":{"tf":1.0},"50":{"tf":1.4142135623730951},"533":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"645":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"233":{"tf":1.0},"499":{"tf":1.0}}},"3":{"df":5,"docs":{"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"66":{"tf":1.0}}},"4":{"df":1,"docs":{"144":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":5,"docs":{"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"144":{"tf":1.7320508075688772},"166":{"tf":2.0},"186":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":2.0},"286":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"540":{"tf":1.0},"547":{"tf":1.0},"66":{"tf":2.0},"87":{"tf":1.0}}},"1":{"df":2,"docs":{"564":{"tf":1.0},"670":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":1,"docs":{"581":{"tf":1.0}}},"3":{"df":1,"docs":{"618":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":1,"docs":{"627":{"tf":1.0}}},"5":{"df":2,"docs":{"633":{"tf":1.0},"87":{"tf":1.0}}},"6":{"df":3,"docs":{"21":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.4142135623730951}}},":":{"4":{"1":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"108":{"tf":1.0},"266":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"625":{"tf":1.0}}},"df":21,"docs":{"102":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.4142135623730951},"75":{"tf":1.0},"81":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":10,"docs":{"170":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"540":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"703":{"tf":1.0},"75":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"288":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":19,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"151":{"tf":1.0},"208":{"tf":1.7320508075688772},"233":{"tf":1.0},"246":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"500":{"tf":1.0},"540":{"tf":1.0},"60":{"tf":1.4142135623730951},"654":{"tf":1.0},"672":{"tf":1.0},"682":{"tf":1.4142135623730951}},"–":{"1":{"0":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"233":{"tf":1.0},"625":{"tf":1.0}}},"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"540":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"67":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.0},"210":{"tf":1.0},"540":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}}},"8":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"288":{"tf":1.0}}},"df":6,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"138":{"tf":1.4142135623730951},"540":{"tf":1.0},"659":{"tf":1.0},"689":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":6,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"540":{"tf":1.0},"660":{"tf":1.0},"703":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":3,"docs":{"242":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":1,"docs":{"260":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"260":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"125":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"626":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"640":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"541":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"236":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":1,"docs":{"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"472":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"244":{"tf":1.0},"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.0},"509":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"681":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"277":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"531":{"tf":1.4142135623730951},"587":{"tf":1.4142135623730951},"8":{"tf":2.0},"89":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"217":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"525":{"tf":1.0},"54":{"tf":1.0},"698":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"42":{"tf":1.4142135623730951},"496":{"tf":1.0},"60":{"tf":1.0},"693":{"tf":1.0},"81":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.0},"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0},"566":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"273":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":1,"docs":{"555":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"280":{"tf":1.0},"619":{"tf":1.4142135623730951},"631":{"tf":1.0},"646":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"536":{"tf":1.0},"583":{"tf":2.23606797749979}}}}}}},"t":{"df":3,"docs":{"472":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"191":{"tf":1.0},"242":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0},"745":{"tf":1.0}}}},"v":{"df":3,"docs":{"245":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"136":{"tf":1.0},"217":{"tf":1.0},"257":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"639":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"651":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":34,"docs":{"215":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"280":{"tf":1.0},"37":{"tf":1.0},"463":{"tf":1.0},"49":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"546":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":2.449489742783178},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":2.0},"650":{"tf":1.0},"672":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"631":{"tf":1.0},"643":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"567":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"463":{"tf":1.0},"500":{"tf":1.4142135623730951},"531":{"tf":1.0},"579":{"tf":1.0},"612":{"tf":1.0},"617":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"680":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"625":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"257":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"632":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"509":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"273":{"tf":1.0},"503":{"tf":1.0},"571":{"tf":1.7320508075688772},"713":{"tf":1.0},"715":{"tf":1.7320508075688772}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":3,"docs":{"507":{"tf":1.0},"708":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}}},"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"104":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"128":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"297":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":2.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":4,"docs":{"127":{"tf":1.0},"244":{"tf":1.0},"450":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"405":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"679":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"235":{"tf":1.0},"250":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.0},"680":{"tf":1.0},"746":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"621":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"405":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.4142135623730951},"628":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"629":{"tf":1.0},"649":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.4142135623730951},"277":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"679":{"tf":1.0},"82":{"tf":1.0}}},"o":{"df":11,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"693":{"tf":1.0}}}}},"r":{"df":1,"docs":{"450":{"tf":1.0}}},"t":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":6,"docs":{"226":{"tf":1.0},"245":{"tf":1.0},"601":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"709":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":2.0}}}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"248":{"tf":1.0},"260":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"604":{"tf":1.0},"615":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0},"740":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"238":{"tf":1.0},"26":{"tf":1.0},"566":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"551":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"732":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"136":{"tf":2.0},"151":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"586":{"tf":1.7320508075688772},"587":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.4142135623730951},"612":{"tf":2.6457513110645907},"628":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"612":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"273":{"tf":1.0},"280":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"381":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"596":{"tf":1.4142135623730951},"598":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"53":{"tf":1.0},"555":{"tf":1.0},"680":{"tf":1.0},"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":19,"docs":{"124":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"269":{"tf":1.4142135623730951},"44":{"tf":1.0},"486":{"tf":1.0},"531":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.4142135623730951},"226":{"tf":1.0},"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.7320508075688772},"568":{"tf":1.0},"575":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"612":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"229":{"tf":1.0},"230":{"tf":1.0},"487":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"198":{"tf":1.0},"214":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"522":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"643":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"231":{"tf":1.0},"653":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"210":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"213":{"tf":1.0},"29":{"tf":1.0},"631":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"273":{"tf":2.0},"692":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"182":{"tf":1.0},"464":{"tf":1.0}}},"df":1,"docs":{"341":{"tf":1.0}}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"277":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.7320508075688772},"119":{"tf":1.0},"29":{"tf":1.4142135623730951},"310":{"tf":1.0},"654":{"tf":1.0},"716":{"tf":1.0}},"f":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"218":{"tf":1.0},"276":{"tf":1.0},"336":{"tf":1.0},"655":{"tf":1.0},"692":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"218":{"tf":1.0},"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"98":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"329":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"551":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"340":{"tf":1.0}}},"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":6,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"685":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"500":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"582":{"tf":1.0},"655":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.4142135623730951},"276":{"tf":1.0},"631":{"tf":1.0},"701":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"278":{"tf":1.7320508075688772},"691":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"273":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"611":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"704":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"234":{"tf":1.0},"242":{"tf":1.4142135623730951},"693":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"121":{"tf":1.0},"29":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"509":{"tf":1.4142135623730951},"528":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"149":{"tf":1.0},"280":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.0},"478":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"645":{"tf":2.8284271247461903},"677":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"58":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"474":{"tf":1.0},"622":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"225":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"286":{"tf":1.0},"653":{"tf":1.0}}}}},"t":{"df":1,"docs":{"558":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"158":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"26":{"tf":2.0},"261":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":3.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.4142135623730951},"631":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"539":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":5.0990195135927845},"633":{"tf":1.0},"665":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"693":{"tf":1.4142135623730951},"695":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"509":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":11,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"381":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.4142135623730951},"691":{"tf":1.0}},"f":{"df":2,"docs":{"480":{"tf":1.0},"610":{"tf":1.0}},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"685":{"tf":1.0}},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.0},"521":{"tf":1.0},"555":{"tf":1.0},"631":{"tf":1.0},"672":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"270":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"566":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"636":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"622":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"333":{"tf":1.0},"339":{"tf":1.0},"427":{"tf":1.0},"626":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"290":{"tf":1.0},"406":{"tf":1.0},"521":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.0},"27":{"tf":1.0},"648":{"tf":1.7320508075688772},"703":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"63":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":3,"docs":{"57":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"39":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.0},"652":{"tf":1.0},"677":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"584":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"i":{"c":{"df":37,"docs":{"19":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"645":{"tf":1.4142135623730951},"649":{"tf":1.0},"664":{"tf":1.4142135623730951},"702":{"tf":1.0},"723":{"tf":1.0},"751":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":18,"docs":{"182":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"56":{"tf":1.4142135623730951},"608":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0},"690":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"629":{"tf":1.0}}},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"566":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"647":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":2.449489742783178},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"313":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"278":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"432":{"tf":1.0},"50":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"570":{"tf":1.4142135623730951},"6":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"276":{"tf":1.7320508075688772},"600":{"tf":1.0},"692":{"tf":1.7320508075688772},"693":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"213":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"539":{"tf":1.0},"541":{"tf":1.0},"672":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"280":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"504":{"tf":1.0},"53":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"652":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"702":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"603":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"214":{"tf":1.0},"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"4":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"575":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"629":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"688":{"tf":1.0},"706":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"691":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":2.0},"230":{"tf":1.0},"270":{"tf":1.0},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0}},"t":{"df":3,"docs":{"551":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"468":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}},"t":{"df":8,"docs":{"172":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"478":{"tf":1.0},"584":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}},"l":{"df":15,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":3.1622776601683795},"273":{"tf":1.0},"506":{"tf":1.4142135623730951},"512":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"727":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"234":{"tf":1.0},"244":{"tf":2.8284271247461903},"704":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"677":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"669":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"679":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"632":{"tf":1.0},"673":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"t":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"56":{"tf":1.0},"659":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"149":{"tf":1.4142135623730951},"178":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"295":{"tf":1.0},"44":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":1.7320508075688772},"693":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"551":{"tf":1.0},"645":{"tf":1.7320508075688772},"682":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0}}},"y":{"df":1,"docs":{"440":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"522":{"tf":1.0}}}}},"df":2,"docs":{"525":{"tf":1.0},"551":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"133":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"583":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":127,"docs":{"104":{"tf":2.0},"106":{"tf":1.4142135623730951},"140":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"164":{"tf":1.4142135623730951},"182":{"tf":2.6457513110645907},"184":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"204":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"223":{"tf":1.0},"229":{"tf":1.7320508075688772},"231":{"tf":1.4142135623730951},"236":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"257":{"tf":1.0},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":2.23606797749979},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"566":{"tf":1.0},"579":{"tf":1.4142135623730951},"584":{"tf":1.0},"594":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"612":{"tf":1.0},"62":{"tf":2.23606797749979},"626":{"tf":3.605551275463989},"627":{"tf":1.0},"628":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"665":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"622":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"566":{"tf":2.23606797749979},"568":{"tf":1.0},"570":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"701":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"492":{"tf":1.0},"500":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"647":{"tf":1.0},"682":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"629":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":1.0},"660":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"540":{"tf":1.0},"693":{"tf":1.0},"711":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"m":{"df":2,"docs":{"152":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"412":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"669":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"566":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"221":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"612":{"tf":1.0},"708":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"208":{"tf":1.0},"221":{"tf":1.0},"507":{"tf":1.0},"701":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"647":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"559":{"tf":1.0},"560":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"551":{"tf":2.6457513110645907},"554":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"583":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}},"t":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"742":{"tf":1.0}}}},"v":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"df":5,"docs":{"105":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"647":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.4142135623730951},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"149":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"546":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}}}}}}},"df":8,"docs":{"183":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":2.0}}}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"280":{"tf":1.0},"434":{"tf":1.0},"617":{"tf":1.0},"647":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"647":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"599":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":15,"docs":{"178":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":2.449489742783178},"27":{"tf":1.0},"37":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"663":{"tf":1.4142135623730951},"690":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"678":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"691":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"578":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"566":{"tf":1.0},"569":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"238":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"619":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.4142135623730951},"693":{"tf":1.0},"707":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"210":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":20,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"476":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"639":{"tf":1.0},"648":{"tf":1.0},"674":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"622":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":139,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":3.3166247903554},"20":{"tf":1.0},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"23":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.0},"498":{"tf":1.0},"499":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"535":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.4142135623730951},"564":{"tf":1.0},"565":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.7320508075688772},"608":{"tf":1.0},"61":{"tf":1.0},"614":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"627":{"tf":1.0},"633":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"’":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"220":{"tf":1.0},"551":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":1.7320508075688772},"179":{"tf":1.0},"215":{"tf":2.449489742783178},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"694":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"215":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":86,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"174":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":2.23606797749979},"197":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.449489742783178},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"381":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"545":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"586":{"tf":1.0},"598":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"612":{"tf":1.0},"615":{"tf":1.4142135623730951},"631":{"tf":3.0},"632":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":2.449489742783178},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":2.0},"647":{"tf":3.872983346207417},"649":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"665":{"tf":1.4142135623730951},"683":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"71":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"745":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}},"i":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"646":{"tf":1.0}}}}},"r":{"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"246":{"tf":1.0},"273":{"tf":1.0},"691":{"tf":1.0}}}}},"k":{"df":1,"docs":{"551":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"701":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"29":{"tf":1.0},"509":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"496":{"tf":1.0},"546":{"tf":1.0},"60":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"626":{"tf":1.0},"646":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"170":{"tf":1.0},"261":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"551":{"tf":2.449489742783178},"602":{"tf":1.0},"688":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"226":{"tf":1.0},"270":{"tf":1.0},"588":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":20,"docs":{"170":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"222":{"tf":1.0},"244":{"tf":2.8284271247461903},"269":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.7320508075688772},"530":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"602":{"tf":1.0},"645":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"691":{"tf":2.449489742783178},"711":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"506":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":1.7320508075688772},"540":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"96":{"tf":1.0}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":40,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.0},"38":{"tf":1.0},"58":{"tf":1.0},"603":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"628":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"500":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"n":{"d":{"df":14,"docs":{"547":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.4142135623730951},"556":{"tf":1.0},"563":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"675":{"tf":1.0},"687":{"tf":1.0},"707":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"677":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"529":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":27,"docs":{"104":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"19":{"tf":1.0},"217":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.4142135623730951},"610":{"tf":1.0},"62":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"688":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"236":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"546":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"652":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0}}}},"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"694":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"546":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"528":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":2.23606797749979},"121":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"215":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"276":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"487":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"523":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772},"681":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"c":{"df":7,"docs":{"248":{"tf":1.0},"278":{"tf":1.0},"4":{"tf":2.0},"621":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"270":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"243":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":22,"docs":{"185":{"tf":1.0},"188":{"tf":1.0},"244":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"261":{"tf":1.7320508075688772},"263":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":2.449489742783178},"499":{"tf":1.0},"528":{"tf":1.7320508075688772},"611":{"tf":1.7320508075688772},"612":{"tf":1.0},"652":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"691":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"244":{"tf":1.0},"278":{"tf":1.0},"500":{"tf":1.0},"708":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.4142135623730951},"550":{"tf":1.0},"642":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"111":{"tf":2.0},"121":{"tf":2.0},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"217":{"tf":2.23606797749979},"225":{"tf":1.0},"236":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"312":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"531":{"tf":1.0},"544":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.0},"663":{"tf":1.4142135623730951},"665":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.7320508075688772},"705":{"tf":1.4142135623730951},"710":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"238":{"tf":1.0},"290":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"667":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"39":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"623":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"162":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.449489742783178},"270":{"tf":3.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.4142135623730951},"528":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.4142135623730951},"604":{"tf":1.4142135623730951},"615":{"tf":1.0},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"655":{"tf":1.4142135623730951},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"691":{"tf":1.0},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"70":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"649":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"174":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"539":{"tf":1.4142135623730951},"544":{"tf":1.0},"551":{"tf":1.0},"577":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"582":{"tf":1.0},"684":{"tf":1.0},"713":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":7,"docs":{"107":{"tf":1.0},"165":{"tf":1.0},"210":{"tf":1.0},"583":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0},"703":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"584":{"tf":2.449489742783178},"692":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"21":{"tf":1.0},"634":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"566":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"551":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"531":{"tf":1.0},"678":{"tf":1.0}}},"t":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"509":{"tf":1.0}}},"t":{"df":1,"docs":{"685":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"686":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"250":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"665":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"599":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"242":{"tf":1.0},"280":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"221":{"tf":1.0},"500":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"248":{"tf":1.0}}}},"t":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"226":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"248":{"tf":1.0},"693":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"500":{"tf":1.0},"550":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"633":{"tf":1.4142135623730951},"664":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":1,"docs":{"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}},"df":2,"docs":{"270":{"tf":1.0},"705":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"217":{"tf":1.0},"521":{"tf":1.0},"566":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"704":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"500":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}},"df":4,"docs":{"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}},"p":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"273":{"tf":1.0},"50":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"714":{"tf":1.0},"720":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}},"v":{"df":2,"docs":{"173":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"648":{"tf":1.0},"701":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"528":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"550":{"tf":1.0},"650":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"370":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":18,"docs":{"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"556":{"tf":1.0},"56":{"tf":1.4142135623730951},"563":{"tf":1.0},"570":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"312":{"tf":1.0},"570":{"tf":1.0},"603":{"tf":1.0},"609":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"273":{"tf":1.0},"500":{"tf":1.0},"529":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"685":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"134":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"500":{"tf":1.0},"541":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"712":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"45":{"tf":1.0},"536":{"tf":1.0},"649":{"tf":1.7320508075688772},"698":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.7320508075688772},"728":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"46":{"tf":1.0},"510":{"tf":1.4142135623730951},"632":{"tf":1.0},"694":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"26":{"tf":2.23606797749979},"39":{"tf":1.0},"648":{"tf":2.23606797749979},"677":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"691":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"711":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"199":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"273":{"tf":1.0},"513":{"tf":1.4142135623730951}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"6":{"tf":1.0},"674":{"tf":1.0},"745":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"217":{"tf":1.0},"528":{"tf":1.0}}}},"r":{"df":3,"docs":{"611":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"642":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"44":{"tf":1.0},"525":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"619":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"647":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"244":{"tf":1.0},"599":{"tf":1.0},"611":{"tf":1.0},"634":{"tf":1.0},"637":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"529":{"tf":1.0},"647":{"tf":1.4142135623730951},"679":{"tf":1.7320508075688772},"681":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"345":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"566":{"tf":1.4142135623730951},"89":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"705":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"675":{"tf":1.0},"686":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":83,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":2.6457513110645907},"40":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.7320508075688772},"523":{"tf":1.0},"531":{"tf":2.0},"546":{"tf":2.0},"566":{"tf":2.0},"567":{"tf":1.0},"586":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":2.6457513110645907},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":3.605551275463989},"647":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":2.0},"672":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":2.8284271247461903},"680":{"tf":1.0},"681":{"tf":2.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":1.7320508075688772},"687":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.0},"701":{"tf":1.7320508075688772},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"546":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"e":{"df":1,"docs":{"623":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"110":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.7320508075688772},"241":{"tf":1.0},"247":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"31":{"tf":1.0},"437":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"515":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"566":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"688":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"217":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"674":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"515":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"668":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.4142135623730951},"727":{"tf":1.0},"90":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"696":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"133":{"tf":1.0},"575":{"tf":1.0},"586":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":2.23606797749979},"654":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"582":{"tf":1.0},"622":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"281":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"609":{"tf":1.0},"650":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"683":{"tf":1.0},"717":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"651":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"697":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"45":{"tf":1.0},"645":{"tf":1.0},"727":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"528":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":7,"docs":{"582":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"73":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"163":{"tf":1.0},"242":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"102":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":1.0},"536":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"250":{"tf":1.4142135623730951},"282":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"676":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"551":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"246":{"tf":1.4142135623730951},"268":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.4142135623730951},"604":{"tf":1.4142135623730951},"615":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"667":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.7320508075688772},"717":{"tf":1.0}}},"t":{"df":2,"docs":{"289":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"389":{"tf":1.0},"4":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":2.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"546":{"tf":1.4142135623730951},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"551":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":3.1622776601683795},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":2.8284271247461903},"145":{"tf":2.0},"160":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":2.449489742783178},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"219":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":2.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":2.449489742783178},"267":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"42":{"tf":1.0},"499":{"tf":2.8284271247461903},"501":{"tf":3.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"60":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}},"df":38,"docs":{"104":{"tf":1.0},"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"487":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":2.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":3.1622776601683795},"596":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"700":{"tf":2.8284271247461903},"707":{"tf":3.4641016151377544},"711":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"707":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"345":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"39":{"tf":1.0},"503":{"tf":1.0},"665":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.7320508075688772},"70":{"tf":1.0},"98":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"154":{"tf":1.0},"19":{"tf":2.23606797749979},"241":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"341":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"615":{"tf":1.0},"634":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"677":{"tf":1.0},"679":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"126":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"528":{"tf":1.0},"650":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"677":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"494":{"tf":1.0},"629":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"381":{"tf":1.0},"528":{"tf":1.0},"535":{"tf":1.4142135623730951},"550":{"tf":1.0},"649":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"182":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"39":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"626":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"512":{"tf":1.0},"642":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"540":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"691":{"tf":1.0},"702":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"588":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"g":{"df":1,"docs":{"621":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"21":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"711":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"112":{"tf":1.0},"114":{"tf":2.0},"198":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"506":{"tf":4.123105625617661},"507":{"tf":2.23606797749979},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"511":{"tf":1.0},"513":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":2.23606797749979},"592":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"707":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"278":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"414":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"278":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"509":{"tf":2.0}}}}},"f":{"df":1,"docs":{"222":{"tf":1.0}}},"g":{"df":1,"docs":{"157":{"tf":1.0}}},"k":{"df":1,"docs":{"157":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"688":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"198":{"tf":1.0},"509":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"236":{"tf":1.0},"27":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"676":{"tf":1.0},"681":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"751":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"49":{"tf":1.0},"622":{"tf":1.0},"703":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}}},"df":37,"docs":{"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"455":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"618":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"660":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":2.0},"716":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"639":{"tf":1.0}}}}},"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.7320508075688772},"280":{"tf":1.0},"516":{"tf":1.4142135623730951},"647":{"tf":1.0},"679":{"tf":1.0},"726":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":25,"docs":{"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"285":{"tf":1.0},"288":{"tf":1.4142135623730951},"46":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"651":{"tf":1.0},"7":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"567":{"tf":1.4142135623730951},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"270":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"500":{"tf":1.4142135623730951},"521":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"551":{"tf":1.0},"600":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"653":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"505":{"tf":1.0},"647":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"486":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":2.6457513110645907},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.4142135623730951},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"728":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"46":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"570":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"455":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"588":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"234":{"tf":1.0},"242":{"tf":1.7320508075688772},"270":{"tf":1.0},"503":{"tf":1.4142135623730951},"540":{"tf":1.0},"577":{"tf":1.0},"593":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"720":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":1,"docs":{"494":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"500":{"tf":1.0},"525":{"tf":1.0},"545":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"631":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"693":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"226":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"507":{"tf":1.0},"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"679":{"tf":1.0},"752":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"505":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"614":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"118":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":2.23606797749979},"266":{"tf":1.0},"273":{"tf":2.6457513110645907},"29":{"tf":1.0},"310":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"613":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"243":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"588":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"df":8,"docs":{"237":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"298":{"tf":1.0},"540":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"464":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"121":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"206":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"99":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"544":{"tf":1.0},"625":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"117":{"tf":1.0},"134":{"tf":1.4142135623730951},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":2.8284271247461903},"245":{"tf":2.0},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"260":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"273":{"tf":2.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.23606797749979},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.4142135623730951},"539":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.4142135623730951},"606":{"tf":1.0},"611":{"tf":1.0},"623":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"665":{"tf":1.7320508075688772},"69":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":2.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.4142135623730951},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.7320508075688772},"47":{"tf":1.0},"512":{"tf":1.0},"544":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"712":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"688":{"tf":1.0}}}},"m":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"637":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"660":{"tf":1.0}}}}}},"df":1,"docs":{"702":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"41":{"tf":1.0},"501":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"681":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"628":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"238":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"604":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"500":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"683":{"tf":1.0},"691":{"tf":1.0},"707":{"tf":1.0}}},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"665":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"686":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"631":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"709":{"tf":1.0}}}}},"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":{"588":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"257":{"tf":1.0},"33":{"tf":1.0},"611":{"tf":1.0},"64":{"tf":1.0},"700":{"tf":1.4142135623730951},"85":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"721":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"290":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"273":{"tf":1.0},"310":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"707":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"256":{"tf":1.0}}},"t":{"df":7,"docs":{"110":{"tf":1.0},"16":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"504":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"236":{"tf":1.0},"248":{"tf":1.0},"49":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"44":{"tf":1.0},"53":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"720":{"tf":1.0},"744":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"244":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"566":{"tf":1.0},"625":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":2,"docs":{"241":{"tf":1.0},"500":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"188":{"tf":1.0},"211":{"tf":1.0},"220":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"288":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"650":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"278":{"tf":1.0},"500":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.4142135623730951},"647":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"257":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":25,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"151":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"29":{"tf":1.4142135623730951},"294":{"tf":1.0},"44":{"tf":1.0},"493":{"tf":1.4142135623730951},"510":{"tf":1.0},"515":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.7320508075688772},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.4142135623730951},"30":{"tf":1.0},"478":{"tf":1.7320508075688772},"505":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"594":{"tf":1.0},"707":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"134":{"tf":1.0},"213":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"278":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"140":{"tf":1.0},"236":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"622":{"tf":1.0},"647":{"tf":1.0},"726":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}},"m":{"df":1,"docs":{"222":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.4142135623730951},"653":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":18,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"257":{"tf":1.4142135623730951},"289":{"tf":1.0},"39":{"tf":1.0},"393":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":2,"docs":{"42":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":2.0},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"500":{"tf":1.0},"551":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.7320508075688772},"639":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"698":{"tf":1.0},"71":{"tf":1.7320508075688772},"710":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":12,"docs":{"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"539":{"tf":1.7320508075688772},"541":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"690":{"tf":1.4142135623730951},"729":{"tf":1.0},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"221":{"tf":1.0},"600":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"647":{"tf":3.3166247903554},"682":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"136":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.6457513110645907},"278":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"544":{"tf":1.4142135623730951},"570":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"628":{"tf":1.0},"647":{"tf":2.8284271247461903},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"512":{"tf":1.0},"603":{"tf":1.0},"707":{"tf":1.4142135623730951},"709":{"tf":1.0},"730":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"647":{"tf":1.7320508075688772},"682":{"tf":1.0}}}},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":2.0},"506":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"634":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"229":{"tf":1.0},"257":{"tf":4.358898943540674},"499":{"tf":1.0},"501":{"tf":2.449489742783178},"502":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":2.0},"505":{"tf":2.0},"506":{"tf":2.0},"507":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"518":{"tf":1.0},"524":{"tf":1.0},"592":{"tf":1.0},"626":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"716":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"471":{"tf":1.0},"496":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"546":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"723":{"tf":1.0},"753":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"525":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"612":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":1.4142135623730951}}}},"df":15,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.0},"278":{"tf":1.0},"424":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":2.23606797749979},"711":{"tf":2.6457513110645907},"735":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0},"502":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"256":{"tf":1.0},"278":{"tf":1.0},"586":{"tf":1.0},"625":{"tf":1.0},"675":{"tf":1.0}}}}},"p":{"df":3,"docs":{"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"648":{"tf":1.0}},"l":{"df":1,"docs":{"645":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"551":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"172":{"tf":1.7320508075688772},"174":{"tf":1.0}}},"df":12,"docs":{"182":{"tf":1.0},"432":{"tf":1.0},"515":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"594":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"707":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"737":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"651":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"288":{"tf":1.0},"625":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}},"df":1,"docs":{"691":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"569":{"tf":1.4142135623730951},"717":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":3.0},"29":{"tf":1.4142135623730951},"619":{"tf":1.0},"643":{"tf":1.0}},"i":{"df":4,"docs":{"672":{"tf":1.0},"691":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.0},"238":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"703":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"550":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"158":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"280":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"66":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":2.23606797749979},"714":{"tf":1.4142135623730951},"73":{"tf":2.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"647":{"tf":1.0},"678":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"609":{"tf":1.0},"623":{"tf":1.0},"634":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"585":{"tf":1.0},"705":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"582":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"196":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"26":{"tf":1.0},"417":{"tf":1.0},"619":{"tf":1.0},"649":{"tf":1.0}},"n":{"df":14,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"277":{"tf":1.4142135623730951},"588":{"tf":1.4142135623730951},"599":{"tf":1.7320508075688772},"731":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"629":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"722":{"tf":1.0}}}}},"df":1,"docs":{"74":{"tf":1.0}}}}},"u":{"df":2,"docs":{"256":{"tf":1.0},"541":{"tf":1.0}},"e":{"df":4,"docs":{"539":{"tf":2.0},"541":{"tf":1.0},"689":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"278":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"619":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"df":19,"docs":{"11":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"372":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":5,"docs":{"552":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"648":{"tf":1.0},"682":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"649":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"415":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"701":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"551":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0}}},"t":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}},"h":{"df":5,"docs":{"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"534":{"tf":1.7320508075688772},"549":{"tf":1.0},"550":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.4142135623730951},"6":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0}}},"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"702":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"210":{"tf":1.0},"278":{"tf":1.0},"426":{"tf":1.0},"509":{"tf":1.0},"550":{"tf":1.4142135623730951},"625":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"723":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"677":{"tf":1.0}}}},"w":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"225":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":2.0},"270":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.0},"6":{"tf":1.4142135623730951},"724":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"189":{"tf":1.0},"192":{"tf":1.0},"551":{"tf":1.0},"688":{"tf":1.0}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"645":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"568":{"tf":1.0},"570":{"tf":1.0},"714":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"19":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}},"r":{"df":1,"docs":{"273":{"tf":1.0}},"p":{"df":1,"docs":{"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":1,"docs":{"151":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"316":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"316":{"tf":1.0}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"n":{"d":{"df":103,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.4142135623730951},"234":{"tf":2.0},"243":{"tf":1.4142135623730951},"244":{"tf":2.23606797749979},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":2.0},"270":{"tf":1.0},"28":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"459":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0},"648":{"tf":1.0},"65":{"tf":1.0},"652":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951},"677":{"tf":1.0},"68":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"239":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0}}},"l":{"df":4,"docs":{"247":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}},"l":{"df":1,"docs":{"692":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":3,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"466":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"469":{"tf":1.0},"612":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"257":{"tf":1.0},"551":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":4,"docs":{"215":{"tf":2.0},"290":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"682":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"652":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"694":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"247":{"tf":1.0}},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"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":4,"docs":{"183":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"44":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"320":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"612":{"tf":1.0},"688":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"539":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":3,"docs":{"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"288":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}},"df":5,"docs":{"222":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0},"429":{"tf":1.0},"691":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"222":{"tf":1.0},"691":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"429":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"273":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"229":{"tf":1.0},"33":{"tf":1.0},"429":{"tf":1.0}},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"466":{"tf":1.0},"496":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"665":{"tf":1.0},"680":{"tf":1.0},"695":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}}},"’":{"df":4,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"5":{"tf":1.0},"645":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"257":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"311":{"tf":1.0},"612":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"df":1,"docs":{"612":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"469":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0},"612":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"652":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"250":{"tf":1.4142135623730951},"521":{"tf":1.0},"531":{"tf":1.0},"598":{"tf":1.0},"626":{"tf":1.0},"672":{"tf":1.0},"685":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"496":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"250":{"tf":1.0},"648":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":3,"docs":{"48":{"tf":1.0},"625":{"tf":1.0},"710":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"679":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"718":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"457":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"25":{"tf":1.0},"457":{"tf":1.0},"645":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"718":{"tf":1.0}},"i":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"215":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"273":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":3,"docs":{"322":{"tf":1.4142135623730951},"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":3,"docs":{"338":{"tf":1.0},"482":{"tf":1.0},"557":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":1,"docs":{"482":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"222":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}},"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"599":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"431":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"478":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"349":{"tf":1.4142135623730951},"452":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"246":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"403":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"407":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"407":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"563":{"tf":1.0}}},"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"430":{"tf":1.0}}},"f":{"df":1,"docs":{"147":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":1.0},"349":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"686":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.7320508075688772},"506":{"tf":1.0}}}},"df":1,"docs":{"44":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"651":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"244":{"tf":1.4142135623730951},"506":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.23606797749979},"551":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"43":{"tf":1.0},"535":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"278":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"l":{"df":2,"docs":{"198":{"tf":1.0},"691":{"tf":1.0}}}},"c":{"df":6,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"566":{"tf":1.0},"712":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":4,"docs":{"278":{"tf":1.0},"50":{"tf":1.0},"521":{"tf":1.4142135623730951},"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"130":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"692":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"707":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"681":{"tf":1.0}}}},"df":1,"docs":{"604":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"616":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"221":{"tf":1.0},"53":{"tf":1.0},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":1,"docs":{"242":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"110":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"600":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951},"654":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"730":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"544":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"651":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"654":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.4142135623730951},"30":{"tf":1.0},"501":{"tf":1.0},"550":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"136":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"626":{"tf":1.0}}}},"d":{"df":1,"docs":{"632":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"600":{"tf":1.0}},"x":{"df":7,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"563":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"700":{"tf":1.0}}},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"647":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"231":{"tf":1.0},"256":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":15,"docs":{"215":{"tf":1.0},"43":{"tf":1.7320508075688772},"5":{"tf":1.0},"504":{"tf":1.0},"54":{"tf":1.0},"650":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"691":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"502":{"tf":1.0},"539":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"637":{"tf":1.0},"686":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"672":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":2.0},"676":{"tf":1.0},"679":{"tf":1.0},"717":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.4142135623730951},"290":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.7320508075688772},"550":{"tf":1.0},"573":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":2.449489742783178},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"708":{"tf":2.0},"714":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"647":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"45":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"df":5,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"732":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"257":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}},"t":{"df":4,"docs":{"286":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"110":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"281":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"566":{"tf":1.0},"582":{"tf":1.0},"609":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"213":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"531":{"tf":1.4142135623730951},"550":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"642":{"tf":1.0},"693":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.4142135623730951},"691":{"tf":1.0},"707":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"123":{"tf":1.0},"276":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"278":{"tf":1.0},"679":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"110":{"tf":1.0},"45":{"tf":2.8284271247461903},"50":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"df":3,"docs":{"573":{"tf":1.4142135623730951},"713":{"tf":1.0},"716":{"tf":1.4142135623730951}},"h":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"544":{"tf":1.0},"546":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"617":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"701":{"tf":1.0}},"i":{"df":4,"docs":{"505":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"1":{"tf":1.0},"276":{"tf":1.0},"39":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"582":{"tf":1.0},"6":{"tf":1.0},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}},"v":{"df":5,"docs":{"273":{"tf":1.0},"566":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":2.23606797749979},"679":{"tf":1.7320508075688772},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.7320508075688772},"683":{"tf":1.0}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":12,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"171":{"tf":1.0},"518":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"545":{"tf":1.4142135623730951},"66":{"tf":1.0},"692":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"630":{"tf":1.0},"677":{"tf":1.0}},"’":{"df":4,"docs":{"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":2.0},"631":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"681":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"210":{"tf":1.0},"245":{"tf":1.0},"629":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"261":{"tf":1.0},"272":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"647":{"tf":1.0}}}},"t":{"df":1,"docs":{"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"210":{"tf":1.0},"619":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"634":{"tf":1.0}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"669":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":1,"docs":{"507":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"412":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.0},"699":{"tf":1.0}}}}}}}},"df":2,"docs":{"506":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":4,"docs":{"273":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"t":{"df":5,"docs":{"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":1,"docs":{"434":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"158":{"tf":1.0},"192":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"328":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"612":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"632":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"652":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"222":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":1,"docs":{"273":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"140":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"540":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":3.4641016151377544},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"733":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"647":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":108,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"120":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":4.0},"258":{"tf":1.0},"259":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"273":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.4142135623730951},"536":{"tf":1.0},"54":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"577":{"tf":1.0},"58":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"601":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":2.0},"62":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"639":{"tf":1.0},"645":{"tf":3.1622776601683795},"647":{"tf":3.1622776601683795},"654":{"tf":3.0},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":2.6457513110645907},"681":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":2.8284271247461903},"686":{"tf":1.7320508075688772},"687":{"tf":1.0},"7":{"tf":1.4142135623730951},"705":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":1.4142135623730951},"714":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"733":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"215":{"tf":2.449489742783178},"344":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"551":{"tf":1.0},"641":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"210":{"tf":1.0},"479":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"17":{"tf":1.0},"396":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"701":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"623":{"tf":1.0},"651":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":1,"docs":{"506":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"238":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"373":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"555":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"711":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}},"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"226":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"140":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"528":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"528":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"528":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}}},"u":{"df":2,"docs":{"216":{"tf":1.0},"691":{"tf":1.0}}}}},"df":6,"docs":{"214":{"tf":1.4142135623730951},"54":{"tf":1.0},"551":{"tf":1.0},"639":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"705":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"506":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"705":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"705":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"204":{"tf":1.0},"33":{"tf":1.0},"371":{"tf":1.0},"49":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"701":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"df":6,"docs":{"104":{"tf":1.0},"551":{"tf":1.7320508075688772},"62":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":1,"docs":{"74":{"tf":1.0}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"e":{"df":2,"docs":{"218":{"tf":1.0},"655":{"tf":1.0}},"l":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":1,"docs":{"218":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"705":{"tf":1.0},"708":{"tf":1.0}}},"u":{"df":1,"docs":{"278":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"245":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"411":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.4142135623730951}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"333":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":2.23606797749979},"218":{"tf":1.0},"234":{"tf":1.0},"245":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"473":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"704":{"tf":1.0},"711":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"270":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}}},"df":1,"docs":{"692":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"245":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}}},"df":6,"docs":{"246":{"tf":1.4142135623730951},"270":{"tf":1.0},"591":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0}},"f":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}},"e":{"df":1,"docs":{"278":{"tf":1.0}},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"721":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"621":{"tf":1.0}}}},"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"660":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":1,"docs":{"583":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":74,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.23606797749979},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"45":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"566":{"tf":1.7320508075688772},"567":{"tf":2.0},"583":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":2.0},"628":{"tf":1.4142135623730951},"630":{"tf":1.7320508075688772},"633":{"tf":1.0},"635":{"tf":2.0},"639":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"652":{"tf":3.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"660":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"674":{"tf":2.0},"677":{"tf":2.449489742783178},"678":{"tf":1.4142135623730951},"679":{"tf":1.0},"682":{"tf":1.7320508075688772},"683":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.7320508075688772},"749":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"667":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"461":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.0},"60":{"tf":1.0},"609":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"675":{"tf":1.0},"693":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"501":{"tf":1.0},"53":{"tf":1.0},"568":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"168":{"tf":1.0}}}},"y":{"df":3,"docs":{"198":{"tf":1.0},"257":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"53":{"tf":1.4142135623730951},"540":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"170":{"tf":1.0}}}},"df":32,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"35":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"504":{"tf":3.3166247903554},"508":{"tf":1.0},"517":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"257":{"tf":1.0},"505":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":53,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"140":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.0},"17":{"tf":2.449489742783178},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"21":{"tf":2.0},"211":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":3.1622776601683795},"628":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.0},"642":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"651":{"tf":1.0},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"649":{"tf":1.4142135623730951},"701":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"261":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"v":{"df":1,"docs":{"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":50,"docs":{"209":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.4142135623730951},"530":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.7320508075688772},"677":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"599":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"241":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"650":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"104":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"536":{"tf":1.7320508075688772},"538":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":2.0},"616":{"tf":1.0},"62":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":1.0},"705":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"’":{"df":1,"docs":{"631":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"612":{"tf":1.0},"645":{"tf":1.0}},"t":{"df":1,"docs":{"639":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"509":{"tf":1.0},"672":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"478":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"df":1,"docs":{"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"643":{"tf":1.0},"714":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"705":{"tf":1.0}},"e":{"df":2,"docs":{"431":{"tf":1.0},"629":{"tf":1.0}}},"g":{"df":1,"docs":{"173":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"277":{"tf":1.0},"45":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"109":{"tf":1.0},"13":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"267":{"tf":1.0},"277":{"tf":1.0},"287":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"501":{"tf":1.0},"534":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.4142135623730951},"67":{"tf":1.0},"677":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"245":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"737":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"222":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"45":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"551":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"509":{"tf":1.0},"625":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"523":{"tf":1.0}}}},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"407":{"tf":1.0},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"403":{"tf":1.0}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772}}},"k":{"df":4,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0}}},"l":{"df":2,"docs":{"713":{"tf":1.0},"717":{"tf":1.0}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"44":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"100":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"123":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"3":{"tf":1.0},"361":{"tf":1.0},"5":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.0},"544":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"678":{"tf":1.0},"691":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"257":{"tf":1.0},"3":{"tf":1.0},"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"621":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"98":{"tf":1.0}},"k":{"df":28,"docs":{"123":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"220":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"281":{"tf":1.0},"368":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"609":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"685":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"626":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"674":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"280":{"tf":1.0}},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"430":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"537":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"225":{"tf":1.0},"562":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"558":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"662":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"704":{"tf":1.0}},"z":{"df":1,"docs":{"639":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"504":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"648":{"tf":1.0},"737":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"546":{"tf":1.0},"647":{"tf":1.7320508075688772},"654":{"tf":1.0},"678":{"tf":2.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.0},"742":{"tf":2.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"645":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"278":{"tf":1.0},"402":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"631":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"246":{"tf":1.0},"649":{"tf":2.449489742783178},"651":{"tf":1.4142135623730951},"652":{"tf":2.449489742783178},"677":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":14,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"546":{"tf":1.0},"612":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"652":{"tf":1.0},"712":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":62,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"339":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"486":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"60":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"611":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.0},"646":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":1,"docs":{"410":{"tf":1.0}},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.0},"352":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":2.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"229":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"700":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"555":{"tf":1.0},"567":{"tf":1.0},"600":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"725":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"k":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"27":{"tf":1.0},"551":{"tf":3.1622776601683795},"637":{"tf":1.0},"688":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"162":{"tf":1.0},"178":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"665":{"tf":1.0},"705":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":2,"docs":{"544":{"tf":1.7320508075688772},"546":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"103":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"599":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"678":{"tf":1.0},"681":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"130":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"223":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.7320508075688772},"282":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"582":{"tf":1.0},"626":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"475":{"tf":1.0}},"s":{"df":1,"docs":{"616":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"661":{"tf":1.4142135623730951},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"521":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"682":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"648":{"tf":1.0}},"i":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"4":{"tf":1.0},"531":{"tf":1.0},"568":{"tf":1.0},"605":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"229":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"237":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"121":{"tf":1.0},"17":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"639":{"tf":1.0},"712":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"186":{"tf":2.0},"19":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.449489742783178},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"499":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"66":{"tf":2.0},"87":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.0},"212":{"tf":1.0},"550":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"713":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"237":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"29":{"tf":2.23606797749979},"551":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"58":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"b":{"df":1,"docs":{"629":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"245":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"646":{"tf":1.0},"676":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":4,"docs":{"646":{"tf":3.0},"675":{"tf":1.0},"676":{"tf":1.0},"683":{"tf":1.4142135623730951}}}},"df":3,"docs":{"647":{"tf":1.7320508075688772},"68":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":1,"docs":{"280":{"tf":1.0}},"l":{"df":1,"docs":{"714":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"672":{"tf":1.0}},"i":{"df":21,"docs":{"238":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"665":{"tf":1.0},"674":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"503":{"tf":1.0},"518":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"623":{"tf":1.0},"707":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"649":{"tf":3.0},"667":{"tf":1.0},"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"625":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":65,"docs":{"1":{"tf":1.7320508075688772},"134":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"235":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"369":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.4142135623730951},"523":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"650":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.4142135623730951},"705":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"558":{"tf":1.0}}}}},"n":{"df":1,"docs":{"586":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"246":{"tf":1.0},"257":{"tf":1.0},"504":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"489":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"282":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"438":{"tf":1.0},"497":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"525":{"tf":1.0},"61":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"645":{"tf":2.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.0},"82":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"646":{"tf":1.0},"683":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"244":{"tf":1.0},"280":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":3.3166247903554},"647":{"tf":1.4142135623730951},"683":{"tf":1.0},"687":{"tf":1.0}}}}}}}}},"p":{"df":7,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"270":{"tf":1.0},"660":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"425":{"tf":1.0},"43":{"tf":1.0},"540":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"188":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"544":{"tf":1.0},"613":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"693":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"708":{"tf":1.0},"733":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"647":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"220":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.0},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"609":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"749":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"616":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"273":{"tf":1.0},"632":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"420":{"tf":1.0},"551":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"523":{"tf":1.0},"615":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"599":{"tf":1.0}}},"h":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.7320508075688772},"171":{"tf":1.0},"174":{"tf":1.0},"43":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.7320508075688772},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.7320508075688772},"600":{"tf":1.0},"66":{"tf":1.0},"690":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"733":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"491":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"236":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"555":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"17":{"tf":1.0},"186":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"226":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"266":{"tf":2.0},"273":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"481":{"tf":1.0},"499":{"tf":2.0},"566":{"tf":1.0},"604":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":3.4641016151377544},"633":{"tf":1.0},"646":{"tf":1.4142135623730951},"653":{"tf":1.0},"66":{"tf":2.0},"693":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"87":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"576":{"tf":1.0},"580":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772},"704":{"tf":1.0}}}},"t":{"df":3,"docs":{"555":{"tf":1.0},"556":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"250":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"396":{"tf":1.0},"531":{"tf":1.0},"561":{"tf":1.0},"622":{"tf":1.4142135623730951}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.4142135623730951},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"497":{"tf":1.0},"509":{"tf":1.0},"551":{"tf":4.242640687119285},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"747":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":8,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"516":{"tf":1.0},"605":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"172":{"tf":1.0}}},"k":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"628":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"693":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"225":{"tf":1.0},"257":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"615":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0},"720":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"62":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"655":{"tf":1.0},"675":{"tf":1.0},"681":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"717":{"tf":1.0},"73":{"tf":1.0},"742":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":2,"docs":{"261":{"tf":1.0},"43":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"244":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"631":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"n":{"df":14,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"654":{"tf":1.0},"669":{"tf":1.7320508075688772},"678":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":2.0},"745":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"546":{"tf":1.7320508075688772},"645":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"141":{"tf":1.0},"210":{"tf":1.0},"238":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"392":{"tf":1.0},"43":{"tf":1.0},"509":{"tf":1.4142135623730951},"53":{"tf":1.0},"629":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"379":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"540":{"tf":2.23606797749979},"541":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"583":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":2.449489742783178},"668":{"tf":1.7320508075688772},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"678":{"tf":2.23606797749979},"685":{"tf":2.6457513110645907},"689":{"tf":2.0}},"p":{"a":{"d":{"df":2,"docs":{"540":{"tf":1.0},"668":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"506":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"306":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"242":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}},"g":{"df":1,"docs":{"580":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"136":{"tf":1.0}},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"151":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":3,"docs":{"505":{"tf":1.0},"531":{"tf":1.0},"710":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"509":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"250":{"tf":1.4142135623730951},"280":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"665":{"tf":1.0}},"s":{"df":1,"docs":{"626":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"277":{"tf":1.0}},"r":{"df":2,"docs":{"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"192":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"182":{"tf":1.0},"582":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"120":{"tf":2.449489742783178},"278":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"707":{"tf":2.0},"711":{"tf":1.4142135623730951},"719":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"574":{"tf":1.7320508075688772},"610":{"tf":1.0},"713":{"tf":1.0},"718":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"441":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"408":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"408":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"229":{"tf":1.0},"330":{"tf":1.0},"691":{"tf":1.0},"708":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"551":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"583":{"tf":1.0},"586":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"441":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"680":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"681":{"tf":1.0},"724":{"tf":1.0},"83":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":2.0},"246":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.23606797749979},"276":{"tf":1.0},"281":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.0},"333":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"487":{"tf":1.0},"500":{"tf":1.7320508075688772},"507":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"566":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"211":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"100":{"tf":1.0},"136":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"551":{"tf":3.4641016151377544},"649":{"tf":1.0},"651":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":2.23606797749979},"737":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"689":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"276":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"701":{"tf":1.0}}}}},"t":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"37":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"647":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0},"83":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"569":{"tf":1.0},"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"386":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"52":{"tf":2.449489742783178},"525":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"559":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"699":{"tf":1.0},"71":{"tf":1.0},"730":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"569":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"569":{"tf":1.0},"570":{"tf":1.0},"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":1,"docs":{"721":{"tf":1.0}}},"i":{"df":1,"docs":{"708":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"617":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"219":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"734":{"tf":1.0}},"i":{"df":6,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"692":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"282":{"tf":1.0},"617":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"575":{"tf":1.7320508075688772},"586":{"tf":2.0},"587":{"tf":1.0},"649":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"93":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"549":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"196":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":2.23606797749979},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"559":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":2.23606797749979},"691":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0},"711":{"tf":2.449489742783178},"753":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":3.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":2.23606797749979},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"295":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":2.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":2.0},"550":{"tf":1.0},"551":{"tf":4.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"584":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"596":{"tf":1.4142135623730951},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":2.0},"610":{"tf":1.4142135623730951},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":2.23606797749979},"623":{"tf":2.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"634":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"720":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"735":{"tf":1.0},"739":{"tf":1.0},"750":{"tf":1.0},"752":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"631":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"281":{"tf":1.0},"381":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"558":{"tf":1.0},"602":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"612":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"244":{"tf":2.6457513110645907},"70":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"483":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"628":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"689":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"126":{"tf":1.0},"134":{"tf":1.0}}},"u":{"df":1,"docs":{"273":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":6,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"273":{"tf":1.0},"95":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"177":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"535":{"tf":1.0},"582":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"622":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"105":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":2.8284271247461903},"50":{"tf":1.0},"585":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"387":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"590":{"tf":1.0},"626":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"134":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"634":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":21,"docs":{"110":{"tf":1.4142135623730951},"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"398":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":2.0},"49":{"tf":1.0},"556":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"250":{"tf":1.0},"509":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"188":{"tf":1.0},"531":{"tf":1.0},"566":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"151":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":4,"docs":{"256":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0}},"h":{"df":1,"docs":{"156":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951},"598":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}}},"y":{"df":5,"docs":{"105":{"tf":1.0},"241":{"tf":1.0},"273":{"tf":1.0},"509":{"tf":1.0},"94":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":12,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"243":{"tf":2.0},"391":{"tf":1.0},"419":{"tf":1.0},"43":{"tf":1.0},"551":{"tf":1.4142135623730951},"688":{"tf":1.0},"704":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":4,"docs":{"172":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"516":{"tf":1.0},"626":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"631":{"tf":1.0}}}}},"d":{"df":2,"docs":{"556":{"tf":2.0},"631":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":21,"docs":{"140":{"tf":1.0},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"28":{"tf":1.0},"387":{"tf":1.0},"429":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"631":{"tf":1.7320508075688772},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"131":{"tf":1.0},"629":{"tf":1.0}}},"df":1,"docs":{"131":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"245":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"17":{"tf":1.7320508075688772},"387":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"500":{"tf":1.4142135623730951},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"217":{"tf":1.0},"244":{"tf":1.4142135623730951},"42":{"tf":1.0},"611":{"tf":1.0},"649":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"686":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":15,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"49":{"tf":1.0},"531":{"tf":2.0},"625":{"tf":1.0},"626":{"tf":1.7320508075688772},"629":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"280":{"tf":1.4142135623730951},"500":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.0},"693":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"708":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"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":2,"docs":{"229":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"603":{"tf":1.0}}}},"df":1,"docs":{"600":{"tf":1.0}},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"599":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"402":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":1,"docs":{"388":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"416":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"436":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"375":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"438":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"410":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"229":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"t":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}},"df":10,"docs":{"213":{"tf":1.0},"29":{"tf":1.0},"551":{"tf":1.0},"615":{"tf":1.0},"656":{"tf":1.4142135623730951},"68":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"70":{"tf":2.0},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"475":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"237":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":2,"docs":{"691":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"667":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":2,"docs":{"378":{"tf":1.0},"504":{"tf":1.0}}}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"625":{"tf":1.0},"656":{"tf":1.0}},"t":{"df":17,"docs":{"111":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"586":{"tf":1.0},"588":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.0},"700":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"369":{"tf":1.0},"69":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":3,"docs":{"244":{"tf":1.0},"401":{"tf":1.0},"453":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":31,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"248":{"tf":1.7320508075688772},"269":{"tf":1.0},"280":{"tf":2.449489742783178},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"4":{"tf":1.0},"473":{"tf":1.0},"556":{"tf":1.0},"608":{"tf":1.7320508075688772},"612":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":2.449489742783178},"629":{"tf":2.449489742783178},"631":{"tf":3.3166247903554},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"83":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"425":{"tf":1.0}}},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.0},"693":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}},"df":2,"docs":{"242":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"44":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"205":{"tf":1.0},"25":{"tf":1.0},"401":{"tf":1.0},"523":{"tf":1.0},"535":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"257":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":1,"docs":{"70":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"199":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"123":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"453":{"tf":1.0},"550":{"tf":1.0},"740":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"df":24,"docs":{"105":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":2.449489742783178},"183":{"tf":2.0},"205":{"tf":2.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"615":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"660":{"tf":1.4142135623730951},"688":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":1.0},"566":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":52,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":1.7320508075688772},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"550":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":3.0},"649":{"tf":2.6457513110645907},"651":{"tf":1.4142135623730951},"652":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"660":{"tf":1.0},"672":{"tf":1.7320508075688772},"674":{"tf":2.0},"675":{"tf":2.6457513110645907},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.7320508075688772},"680":{"tf":1.0},"682":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"694":{"tf":1.0},"737":{"tf":1.0},"8":{"tf":1.0}},"’":{"df":10,"docs":{"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"629":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":2.8284271247461903},"29":{"tf":1.0},"531":{"tf":1.0},"661":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0}}},"u":{"df":5,"docs":{"536":{"tf":1.0},"546":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0}},"g":{"df":1,"docs":{"740":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"245":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":2.0},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":1,"docs":{"154":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"256":{"tf":1.0},"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"244":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"41":{"tf":1.0},"488":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"460":{"tf":1.4142135623730951},"504":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"509":{"tf":1.0},"519":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"546":{"tf":1.0},"579":{"tf":1.0},"600":{"tf":1.7320508075688772},"602":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"717":{"tf":1.0},"721":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"242":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"612":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"91":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":2.449489742783178},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.4142135623730951},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"535":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":2.0},"63":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":15,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"702":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":3,"docs":{"54":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":1,"docs":{"696":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"236":{"tf":1.0},"273":{"tf":1.0},"585":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.4142135623730951},"705":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"615":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"639":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"503":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"523":{"tf":1.0},"602":{"tf":1.0},"62":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":56,"docs":{"232":{"tf":1.0},"233":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":2.8284271247461903},"237":{"tf":1.0},"238":{"tf":2.23606797749979},"239":{"tf":2.0},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"247":{"tf":1.0},"248":{"tf":2.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"259":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.0},"273":{"tf":2.0},"280":{"tf":2.6457513110645907},"281":{"tf":2.0},"297":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"381":{"tf":1.0},"419":{"tf":1.0},"480":{"tf":1.0},"484":{"tf":1.0},"546":{"tf":2.23606797749979},"604":{"tf":1.7320508075688772},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"616":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"623":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":3.0},"686":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"702":{"tf":2.23606797749979},"703":{"tf":2.6457513110645907},"704":{"tf":1.0},"708":{"tf":1.7320508075688772},"747":{"tf":1.4142135623730951}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"704":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"268":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.4142135623730951}}}}},"s":{"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"140":{"tf":1.0},"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"381":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"536":{"tf":1.0},"540":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"556":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"677":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"71":{"tf":1.7320508075688772},"724":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.0},"75":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"223":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"541":{"tf":1.0},"691":{"tf":1.0},"703":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"178":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"551":{"tf":4.47213595499958},"665":{"tf":1.0},"691":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"748":{"tf":1.0}},"s":{"df":5,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"111":{"tf":1.0},"7":{"tf":1.4142135623730951},"704":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"612":{"tf":1.0},"670":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.0},"701":{"tf":1.0},"751":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"665":{"tf":1.0}},"i":{"df":19,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"248":{"tf":1.4142135623730951},"266":{"tf":1.0},"280":{"tf":1.0},"612":{"tf":1.0},"709":{"tf":1.0}},"s":{"df":1,"docs":{"566":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"244":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.0},"612":{"tf":1.0}}}},"df":1,"docs":{"699":{"tf":1.0}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"599":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"626":{"tf":1.0}}}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"625":{"tf":1.0},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"742":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"527":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"199":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"239":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"29":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}},"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"693":{"tf":1.0}},"i":{"df":21,"docs":{"136":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"43":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0},"566":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"587":{"tf":1.0},"602":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"715":{"tf":1.0},"736":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"104":{"tf":1.0},"257":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.7320508075688772},"545":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"645":{"tf":1.0},"654":{"tf":1.0},"669":{"tf":1.7320508075688772},"677":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":2.0}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"733":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"134":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"649":{"tf":1.0},"680":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"547":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":2.449489742783178},"633":{"tf":1.0},"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"247":{"tf":1.0},"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"250":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"33":{"tf":1.0},"456":{"tf":1.4142135623730951},"500":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"648":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"313":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":2.23606797749979},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":3,"docs":{"120":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"df":11,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"182":{"tf":1.0},"351":{"tf":1.0},"391":{"tf":1.0},"432":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"648":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"432":{"tf":1.0}}}}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"321":{"tf":1.0},"608":{"tf":1.4142135623730951},"623":{"tf":1.0},"665":{"tf":1.0}},"g":{"df":1,"docs":{"468":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"492":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"669":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"440":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"133":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"323":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"634":{"tf":2.0},"675":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"250":{"tf":1.0},"568":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"626":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"247":{"tf":1.0},"273":{"tf":1.4142135623730951},"523":{"tf":1.0}}}},"t":{"df":33,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"217":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"478":{"tf":1.0},"528":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":2.449489742783178},"688":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"551":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"554":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"629":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.0},"31":{"tf":1.0},"458":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"217":{"tf":1.0}},"z":{"df":2,"docs":{"217":{"tf":1.0},"257":{"tf":1.0}}}},"z":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"257":{"tf":1.0}}},"z":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"642":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}},"r":{"df":1,"docs":{"626":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":2,"docs":{"243":{"tf":1.0},"439":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"243":{"tf":1.0},"639":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"269":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0},"681":{"tf":1.0},"738":{"tf":1.0}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"585":{"tf":2.23606797749979},"645":{"tf":1.4142135623730951},"667":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"176":{"tf":1.7320508075688772},"178":{"tf":1.0}}}},"df":51,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":2.6457513110645907},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"229":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":2.6457513110645907},"28":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":2.0},"326":{"tf":1.0},"404":{"tf":1.0},"44":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":1.7320508075688772},"501":{"tf":1.0},"503":{"tf":2.8284271247461903},"506":{"tf":1.4142135623730951},"508":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"553":{"tf":1.4142135623730951},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"626":{"tf":1.0},"64":{"tf":1.7320508075688772},"645":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":2.6457513110645907},"709":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"625":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"108":{"tf":2.23606797749979},"13":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.23606797749979},"27":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"458":{"tf":1.0},"499":{"tf":2.23606797749979},"509":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"535":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"87":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"641":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"700":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"250":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.0},"587":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"674":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"250":{"tf":1.0},"29":{"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":1,"docs":{"652":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"125":{"tf":1.0},"634":{"tf":1.0},"647":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"244":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"533":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"665":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"677":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"544":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"33":{"tf":1.0},"577":{"tf":1.4142135623730951},"713":{"tf":1.0},"720":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"188":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"289":{"tf":1.0},"550":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"650":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"216":{"tf":1.0},"257":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.4142135623730951},"715":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"4":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"733":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"647":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0}}}},"i":{"df":2,"docs":{"500":{"tf":1.0},"693":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"654":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"268":{"tf":1.0},"270":{"tf":1.0},"523":{"tf":1.0},"616":{"tf":1.0},"707":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"121":{"tf":1.0},"546":{"tf":1.0},"678":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"493":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"533":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"617":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"678":{"tf":1.0}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":2.23606797749979},"144":{"tf":2.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"233":{"tf":1.0},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":2.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":2.449489742783178},"66":{"tf":1.7320508075688772},"705":{"tf":1.0},"87":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"712":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":3.0},"280":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":3.1622776601683795},"502":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"585":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.7320508075688772},"6":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.4142135623730951},"709":{"tf":1.7320508075688772},"711":{"tf":2.23606797749979},"732":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"61":{"tf":1.0},"626":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"170":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.0},"5":{"tf":1.0},"551":{"tf":3.0},"602":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"104":{"tf":1.0},"149":{"tf":1.0},"691":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"705":{"tf":1.0},"717":{"tf":1.0}}}},"v":{"df":6,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"623":{"tf":1.0},"663":{"tf":1.0},"705":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"43":{"tf":1.0},"648":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"540":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":2.0},"39":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}}},"df":9,"docs":{"163":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"583":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.4142135623730951},"270":{"tf":1.0},"4":{"tf":1.0},"512":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"539":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"556":{"tf":1.4142135623730951},"558":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0},"690":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"563":{"tf":1.0},"708":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"672":{"tf":1.0},"674":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.0}}},"h":{"df":1,"docs":{"689":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}}}},"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":75,"docs":{"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":2.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"187":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":2.23606797749979},"245":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.0},"510":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.4142135623730951},"546":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"668":{"tf":1.4142135623730951},"672":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"691":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"649":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"257":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"551":{"tf":1.0},"62":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"136":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":2,"docs":{"136":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"733":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"270":{"tf":1.7320508075688772},"280":{"tf":1.0},"665":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"154":{"tf":1.7320508075688772},"178":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"540":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"685":{"tf":1.0},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}},"df":2,"docs":{"631":{"tf":1.7320508075688772},"645":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"551":{"tf":1.0}}},"t":{"df":6,"docs":{"106":{"tf":1.0},"206":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":1,"docs":{"634":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"120":{"tf":2.0},"134":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"281":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"551":{"tf":1.0},"583":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"651":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"717":{"tf":1.4142135623730951},"750":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"49":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"678":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"153":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"428":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"121":{"tf":1.0},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.4142135623730951},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"435":{"tf":1.0},"50":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":3.4641016151377544},"556":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.4142135623730951},"680":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"725":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":2,"docs":{"257":{"tf":1.0},"364":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"256":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"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":1,"docs":{"703":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"44":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.4142135623730951},"257":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0},"708":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"269":{"tf":1.0},"509":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"505":{"tf":1.0},"551":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"236":{"tf":1.0},"612":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"120":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"521":{"tf":2.6457513110645907},"599":{"tf":1.0},"692":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"647":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}}},"df":56,"docs":{"142":{"tf":3.3166247903554},"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.0},"217":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"229":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"270":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"299":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"452":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"573":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":1.0},"64":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"654":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"191":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"652":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":2.8284271247461903},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"517":{"tf":1.0},"523":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":1,"docs":{"706":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"504":{"tf":1.0},"51":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"552":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"653":{"tf":1.0},"72":{"tf":1.0},"728":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}},"’":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.4142135623730951},"33":{"tf":1.0},"691":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"290":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"364":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"705":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":1,"docs":{"639":{"tf":1.0}}},"m":{"df":2,"docs":{"626":{"tf":1.0},"705":{"tf":1.0}}},"n":{"df":2,"docs":{"612":{"tf":1.0},"708":{"tf":1.0}}},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"182":{"tf":1.0},"493":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"493":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"3":{"tf":1.0},"493":{"tf":1.0}}},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"646":{"tf":1.4142135623730951},"683":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"647":{"tf":2.8284271247461903},"683":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"238":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"54":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"616":{"tf":1.0},"622":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":3,"docs":{"214":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"105":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"446":{"tf":1.0},"561":{"tf":1.0},"63":{"tf":1.0},"695":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"208":{"tf":1.0},"220":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":1.0},"566":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"647":{"tf":1.0},"710":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"446":{"tf":1.0},"695":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"df":1,"docs":{"244":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"173":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"582":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":33,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"496":{"tf":1.0},"567":{"tf":1.0},"60":{"tf":1.4142135623730951},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":7,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"740":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"500":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"667":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"342":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"551":{"tf":2.0},"62":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"700":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"667":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":1.7320508075688772},"179":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"585":{"tf":1.7320508075688772},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"278":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"413":{"tf":1.0}}},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.0},"687":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.8284271247461903},"133":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":3.0},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"536":{"tf":1.0},"566":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.0},"711":{"tf":1.4142135623730951},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"250":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"714":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.4142135623730951},"413":{"tf":1.0},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"680":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"204":{"tf":1.0}}},"df":1,"docs":{"176":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}},"n":{"df":5,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"256":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"390":{"tf":1.0},"42":{"tf":1.0},"522":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"169":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"248":{"tf":1.0},"509":{"tf":1.0},"706":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"647":{"tf":1.0},"665":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.4142135623730951},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"523":{"tf":1.0},"612":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"705":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"29":{"tf":1.0},"639":{"tf":1.0},"652":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"642":{"tf":1.0},"649":{"tf":1.0},"7":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"148":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"290":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"550":{"tf":1.0},"58":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.7320508075688772},"681":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}},"l":{"df":77,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"43":{"tf":2.0},"47":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.7320508075688772},"59":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"707":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"625":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"273":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":3,"docs":{"474":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"i":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0}}},"p":{"df":3,"docs":{"200":{"tf":1.0},"285":{"tf":1.0},"546":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"296":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":2.0}},"e":{"df":1,"docs":{"628":{"tf":1.0}},"u":{"df":2,"docs":{"628":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":3,"docs":{"296":{"tf":1.0},"628":{"tf":1.0},"85":{"tf":1.0}}}},"w":{"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"h":{"df":1,"docs":{"637":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"637":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"545":{"tf":1.0},"646":{"tf":1.4142135623730951},"692":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"551":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"486":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"w":{"df":4,"docs":{"278":{"tf":1.0},"625":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"257":{"tf":1.0},"700":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"642":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":1,"docs":{"586":{"tf":1.0}}},"u":{"df":1,"docs":{"91":{"tf":1.0}}}},"f":{"df":2,"docs":{"147":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"586":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"217":{"tf":1.0},"29":{"tf":1.0},"566":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"288":{"tf":1.0},"686":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"140":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"280":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"504":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"585":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"623":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"333":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"642":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"47":{"tf":1.0}},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"324":{"tf":1.0}}}},"r":{"df":2,"docs":{"136":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"568":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"586":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":2.449489742783178},"123":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"376":{"tf":1.0},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":2.0},"493":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.7320508075688772},"531":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"551":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":1.0},"62":{"tf":1.4142135623730951},"637":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":2.8284271247461903},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.7320508075688772},"716":{"tf":1.0},"727":{"tf":1.0},"73":{"tf":1.7320508075688772},"730":{"tf":1.0},"732":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"376":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"737":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"91":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"539":{"tf":1.0},"551":{"tf":2.23606797749979},"555":{"tf":1.7320508075688772},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"688":{"tf":2.449489742783178},"747":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":4,"docs":{"54":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"110":{"tf":1.0},"566":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"239":{"tf":1.0},"566":{"tf":1.0},"693":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"551":{"tf":1.0},"610":{"tf":1.0},"672":{"tf":1.0},"693":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"126":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"250":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"500":{"tf":1.4142135623730951},"545":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.0},"626":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"462":{"tf":1.0}},"l":{"df":65,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"226":{"tf":1.0},"247":{"tf":2.23606797749979},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"462":{"tf":1.0},"47":{"tf":2.0},"486":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"536":{"tf":1.0},"564":{"tf":1.0},"566":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"577":{"tf":1.4142135623730951},"579":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"62":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"691":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"704":{"tf":1.0},"712":{"tf":2.23606797749979},"713":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"734":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}}},"t":{"df":2,"docs":{"692":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"710":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":37,"docs":{"222":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"25":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":2.449489742783178},"269":{"tf":1.7320508075688772},"270":{"tf":3.7416573867739413},"271":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":1.7320508075688772},"597":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":1.7320508075688772},"614":{"tf":1.0},"617":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"694":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"749":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"521":{"tf":1.0}}}}},"t":{"df":2,"docs":{"225":{"tf":1.0},"54":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"529":{"tf":1.0}}}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"544":{"tf":1.0},"546":{"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":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":6,"docs":{"316":{"tf":1.4142135623730951},"641":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":2,"docs":{"421":{"tf":1.0},"83":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"421":{"tf":1.0}}}}}}}},"df":1,"docs":{"79":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"278":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"692":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"316":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"l":{"df":2,"docs":{"39":{"tf":1.0},"650":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.7320508075688772},"709":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"716":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"573":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"590":{"tf":1.0},"742":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"566":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.4142135623730951},"42":{"tf":1.0},"496":{"tf":1.0},"545":{"tf":1.4142135623730951},"561":{"tf":1.0},"582":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"649":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"151":{"tf":1.0},"217":{"tf":1.0},"650":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":9,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.23606797749979},"222":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"628":{"tf":1.0},"704":{"tf":1.0},"85":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":90,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"110":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":3.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"17":{"tf":2.6457513110645907},"178":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.449489742783178},"211":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"27":{"tf":2.23606797749979},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"48":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":2.0},"500":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.4142135623730951},"531":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"583":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":2.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":3.1622776601683795},"649":{"tf":1.0},"651":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":2.23606797749979},"68":{"tf":1.0},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"691":{"tf":1.0},"7":{"tf":2.0},"71":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"730":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.0},"742":{"tf":1.7320508075688772},"743":{"tf":1.0},"744":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.4142135623730951},"752":{"tf":1.0},"8":{"tf":2.6457513110645907},"89":{"tf":1.0},"9":{"tf":4.242640687119285}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"743":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"210":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"686":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"446":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"df":1,"docs":{"317":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"215":{"tf":1.0},"29":{"tf":1.0},"539":{"tf":1.4142135623730951},"541":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"278":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.0},"509":{"tf":1.0},"525":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"675":{"tf":1.0},"690":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"528":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":2,"docs":{"545":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"545":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"652":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"235":{"tf":1.0},"647":{"tf":1.0},"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"198":{"tf":1.0},"509":{"tf":1.0},"707":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"586":{"tf":1.0},"667":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":2.8284271247461903},"237":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":2.6457513110645907},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":4.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"256":{"tf":1.7320508075688772},"257":{"tf":3.3166247903554},"259":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"261":{"tf":1.4142135623730951},"268":{"tf":2.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":4.242640687119285},"272":{"tf":1.4142135623730951},"273":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"487":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.7320508075688772},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"577":{"tf":1.0},"583":{"tf":1.0},"592":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.4142135623730951},"600":{"tf":2.0},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.7320508075688772},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"629":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.449489742783178},"647":{"tf":3.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"669":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":3.0},"695":{"tf":1.4142135623730951},"696":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"709":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"749":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"701":{"tf":1.0}}}}},"i":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"230":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"651":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"520":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"df":3,"docs":{"237":{"tf":1.4142135623730951},"244":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"241":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"539":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"277":{"tf":1.0},"278":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"110":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"500":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.4142135623730951},"60":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"634":{"tf":1.0},"642":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"672":{"tf":1.0},"679":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"717":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"242":{"tf":1.0},"246":{"tf":1.0},"38":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":44,"docs":{"20":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.0},"235":{"tf":1.0},"239":{"tf":1.0},"241":{"tf":2.449489742783178},"242":{"tf":2.23606797749979},"243":{"tf":2.449489742783178},"244":{"tf":3.3166247903554},"245":{"tf":2.449489742783178},"246":{"tf":2.6457513110645907},"247":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":3.0},"258":{"tf":1.0},"259":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"568":{"tf":1.0},"570":{"tf":2.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":2.6457513110645907},"691":{"tf":2.23606797749979},"693":{"tf":1.0},"695":{"tf":1.7320508075688772},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":3.0},"704":{"tf":2.6457513110645907},"708":{"tf":2.0},"710":{"tf":1.7320508075688772},"711":{"tf":1.7320508075688772},"714":{"tf":1.0},"720":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}},"p":{"df":1,"docs":{"470":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"642":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}},"i":{"df":4,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"43":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}},"df":3,"docs":{"639":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"46":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0}}}},"s":{"df":3,"docs":{"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"602":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"140":{"tf":1.0},"236":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"747":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"81":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":2,"docs":{"204":{"tf":1.0},"478":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"225":{"tf":1.0},"568":{"tf":1.4142135623730951},"570":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":1.7320508075688772},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"626":{"tf":1.0},"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":27,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"280":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"667":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"749":{"tf":1.0}},"l":{"df":44,"docs":{"101":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"36":{"tf":1.7320508075688772},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"626":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":12,"docs":{"21":{"tf":1.0},"506":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":2.23606797749979},"634":{"tf":1.4142135623730951},"636":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"688":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"745":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"634":{"tf":1.0},"649":{"tf":1.0}}}},"df":17,"docs":{"111":{"tf":1.0},"38":{"tf":1.7320508075688772},"540":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"635":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.4142135623730951},"646":{"tf":1.0},"689":{"tf":1.7320508075688772},"7":{"tf":1.0},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"560":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"622":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"694":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"126":{"tf":1.0}},"p":{"df":1,"docs":{"503":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"399":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"250":{"tf":1.0},"500":{"tf":1.0},"711":{"tf":1.0}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"399":{"tf":1.0},"499":{"tf":1.0},"50":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"66":{"tf":1.0},"665":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.4142135623730951},"708":{"tf":1.0},"87":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"157":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":1,"docs":{"606":{"tf":1.0}}}},"k":{"df":2,"docs":{"173":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":1,"docs":{"442":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}},"l":{"df":1,"docs":{"347":{"tf":1.0}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"l":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"295":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"587":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"503":{"tf":1.0},"647":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"535":{"tf":1.0},"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}},"p":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"217":{"tf":1.0},"550":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":45,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"164":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"44":{"tf":1.4142135623730951},"473":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"505":{"tf":2.8284271247461903},"508":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"599":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":2.6457513110645907},"64":{"tf":2.23606797749979},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":1,"docs":{"131":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":33,"docs":{"182":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"268":{"tf":1.0},"386":{"tf":1.0},"498":{"tf":1.0},"500":{"tf":2.8284271247461903},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":2.23606797749979},"536":{"tf":1.0},"594":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"729":{"tf":1.0},"749":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"628":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"246":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"224":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"444":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"236":{"tf":1.0},"241":{"tf":1.0},"444":{"tf":1.0},"629":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"625":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"136":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":2,"docs":{"256":{"tf":1.0},"631":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"45":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.7320508075688772}}}}}}},"t":{"df":1,"docs":{"701":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"102":{"tf":2.0},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":2.0},"203":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"264":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":1.7320508075688772},"497":{"tf":1.0},"60":{"tf":2.0},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"701":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"684":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":20,"docs":{"140":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":2.0},"683":{"tf":1.0},"739":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"738":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"df":4,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"302":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"302":{"tf":1.0}},"r":{"df":2,"docs":{"162":{"tf":1.0},"346":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"359":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"384":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"584":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":1.7320508075688772},"159":{"tf":1.0},"229":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"54":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"631":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":56,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"111":{"tf":1.0},"12":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"217":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"544":{"tf":1.0},"566":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":3.0},"650":{"tf":1.0},"651":{"tf":2.0},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"660":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"7":{"tf":1.0},"723":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.4142135623730951},"753":{"tf":1.0},"8":{"tf":4.0},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"622":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"353":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"r":{"df":2,"docs":{"184":{"tf":1.0},"312":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"217":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"136":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"280":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.4142135623730951},"551":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"652":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.0}}}}},"’":{"df":2,"docs":{"142":{"tf":1.0},"692":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"551":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"184":{"tf":1.0},"29":{"tf":1.0},"312":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"134":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"363":{"tf":1.0},"612":{"tf":1.0},"619":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.7320508075688772},"4":{"tf":1.0},"427":{"tf":1.0},"521":{"tf":1.0},"58":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"619":{"tf":1.0},"626":{"tf":1.7320508075688772},"628":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"270":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"651":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"226":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"693":{"tf":1.0}},"t":{"df":9,"docs":{"100":{"tf":1.0},"245":{"tf":1.0},"623":{"tf":1.0},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"702":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"693":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"448":{"tf":1.0}}},"u":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}}},"df":5,"docs":{"140":{"tf":1.0},"142":{"tf":2.449489742783178},"307":{"tf":1.0},"326":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"448":{"tf":1.0},"521":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"290":{"tf":1.0},"422":{"tf":1.0},"500":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"673":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"45":{"tf":1.0},"679":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"622":{"tf":1.0}}}},"u":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.0},"422":{"tf":1.0}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"u":{"df":9,"docs":{"217":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"273":{"tf":1.0},"278":{"tf":1.4142135623730951},"654":{"tf":1.0},"701":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"654":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"550":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"347":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"551":{"tf":1.0},"565":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"66":{"tf":1.0},"668":{"tf":1.0},"690":{"tf":1.0},"703":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"551":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"673":{"tf":1.0},"680":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"700":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"370":{"tf":1.0},"95":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"623":{"tf":1.0}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":5,"docs":{"374":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"437":{"tf":1.0},"515":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"705":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"437":{"tf":1.0},"515":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"345":{"tf":1.0},"443":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":1,"docs":{"64":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"486":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"400":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"417":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"372":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}},"t":{"df":1,"docs":{"426":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":1,"docs":{"590":{"tf":1.0}},"r":{"df":1,"docs":{"594":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"374":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"622":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":1,"docs":{"529":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.4142135623730951},"5":{"tf":1.0},"539":{"tf":1.0},"727":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"703":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":1,"docs":{"521":{"tf":1.7320508075688772}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"136":{"tf":1.0},"20":{"tf":2.6457513110645907},"236":{"tf":1.0},"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"38":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"680":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":17,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"285":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"647":{"tf":1.0},"654":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"71":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"211":{"tf":1.0},"535":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"587":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"566":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}},"r":{"df":1,"docs":{"587":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"649":{"tf":1.0},"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"256":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"393":{"tf":1.0}}},"df":1,"docs":{"504":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":16,"docs":{"104":{"tf":1.7320508075688772},"106":{"tf":2.0},"213":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"305":{"tf":1.0},"348":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"62":{"tf":1.0},"656":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"68":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"244":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"204":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"222":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"645":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"420":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"481":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":1,"docs":{"692":{"tf":1.0}},"r":{"df":1,"docs":{"491":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"256":{"tf":1.0},"701":{"tf":1.0}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"z":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":20,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"298":{"tf":1.0},"419":{"tf":1.0},"551":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"608":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"645":{"tf":4.0},"646":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":2.0},"717":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":3,"docs":{"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"395":{"tf":1.0}},"g":{"df":1,"docs":{"231":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"377":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":2,"docs":{"377":{"tf":1.0},"382":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"612":{"tf":1.0}}},"u":{"df":2,"docs":{"392":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"656":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"471":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"df":1,"docs":{"91":{"tf":1.0}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"204":{"tf":1.0},"471":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":9,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"586":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"665":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"424":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"586":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"318":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"348":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"688":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"625":{"tf":1.0},"705":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"688":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"540":{"tf":1.0},"690":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"673":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"539":{"tf":1.7320508075688772},"541":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"634":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"675":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"695":{"tf":1.0},"714":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.4142135623730951},"728":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}},"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"226":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"523":{"tf":1.0},"583":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"699":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"111":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"587":{"tf":1.0},"621":{"tf":1.0}}}}},"df":30,"docs":{"126":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"484":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"608":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"678":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"673":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"652":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"637":{"tf":1.0},"645":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"673":{"tf":1.0}}}}},"n":{"df":3,"docs":{"433":{"tf":1.0},"646":{"tf":1.7320508075688772},"712":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":1.7320508075688772},"691":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"523":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":2.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":2.0},"277":{"tf":1.7320508075688772},"278":{"tf":1.0},"366":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"487":{"tf":1.0},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"587":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"y":{"df":1,"docs":{"505":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"550":{"tf":1.0},"625":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"290":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"215":{"tf":1.0},"502":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"600":{"tf":1.7320508075688772},"691":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":24,"docs":{"100":{"tf":2.23606797749979},"104":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.7320508075688772},"301":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.0},"520":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"601":{"tf":1.0},"62":{"tf":1.4142135623730951},"626":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"700":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"85":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"k":{"df":5,"docs":{"564":{"tf":1.0},"567":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":2.0}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"31":{"tf":1.0},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"646":{"tf":1.0},"681":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"478":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"246":{"tf":1.0},"281":{"tf":1.0},"419":{"tf":1.4142135623730951},"609":{"tf":1.0},"622":{"tf":1.0},"665":{"tf":1.0},"720":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"270":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"211":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.4142135623730951},"278":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"273":{"tf":1.0},"566":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"647":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"637":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"241":{"tf":1.0},"568":{"tf":1.0},"647":{"tf":1.0},"660":{"tf":1.0},"704":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"500":{"tf":1.0},"708":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"487":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"711":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"419":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"39":{"tf":2.23606797749979},"622":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{}},"df":71,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"500":{"tf":1.0},"540":{"tf":1.0},"567":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.0},"603":{"tf":1.0},"609":{"tf":1.0},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"693":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"617":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"538":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"611":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.4142135623730951},"213":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.0},"659":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"167":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.449489742783178},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":2.0},"252":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":2.6457513110645907},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":2.449489742783178},"280":{"tf":3.1622776601683795},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"374":{"tf":1.0},"38":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"427":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"501":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"552":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":2.23606797749979},"609":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"612":{"tf":3.605551275463989},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.0},"640":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"647":{"tf":3.3166247903554},"648":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"652":{"tf":2.6457513110645907},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":3.1622776601683795},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":4.69041575982343},"692":{"tf":2.449489742783178},"693":{"tf":2.8284271247461903},"694":{"tf":1.0},"695":{"tf":2.0},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":2.0},"701":{"tf":2.449489742783178},"702":{"tf":1.0},"703":{"tf":1.7320508075688772},"704":{"tf":2.0},"705":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"708":{"tf":2.449489742783178},"709":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"719":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0},"73":{"tf":2.23606797749979},"732":{"tf":1.0},"739":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"745":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":3.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"679":{"tf":1.4142135623730951},"694":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"218":{"tf":1.0},"500":{"tf":1.0},"504":{"tf":1.0},"583":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":1.0},"691":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.4142135623730951},"655":{"tf":1.0},"717":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"4":{"df":1,"docs":{"647":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"29":{"tf":1.0},"295":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"649":{"tf":1.0},"697":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"199":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"609":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"229":{"tf":1.0},"35":{"tf":1.0},"500":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":16,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"6":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.8284271247461903},"745":{"tf":1.0}}},"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"421":{"tf":1.0},"45":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.0},"528":{"tf":1.0},"566":{"tf":1.4142135623730951},"579":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":2.23606797749979},"649":{"tf":1.4142135623730951},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"250":{"tf":1.0},"39":{"tf":1.0},"652":{"tf":1.0}}}}},"u":{"df":1,"docs":{"289":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"582":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"278":{"tf":1.0},"521":{"tf":1.0},"647":{"tf":1.0},"691":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"642":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"148":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":79,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"128":{"tf":1.4142135623730951},"133":{"tf":1.0},"138":{"tf":1.0},"182":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"273":{"tf":2.449489742783178},"276":{"tf":1.0},"277":{"tf":2.0},"278":{"tf":3.872983346207417},"28":{"tf":1.0},"280":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":2.23606797749979},"487":{"tf":1.0},"49":{"tf":1.7320508075688772},"499":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":2.8284271247461903},"501":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":2.0},"512":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.7320508075688772},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"599":{"tf":2.6457513110645907},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"700":{"tf":1.7320508075688772},"705":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"727":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":6,"docs":{"273":{"tf":1.0},"585":{"tf":1.0},"611":{"tf":1.0},"649":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"350":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"t":{"df":1,"docs":{"629":{"tf":1.0}}},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"603":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"df":4,"docs":{"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"642":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"449":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":3.3166247903554},"632":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"689":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"327":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"521":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.0},"701":{"tf":1.0}}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"659":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.0},"701":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"659":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"280":{"tf":1.0},"742":{"tf":1.0}}}},"y":{"df":41,"docs":{"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"213":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.449489742783178},"273":{"tf":1.0},"278":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.0},"509":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"568":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"665":{"tf":1.0},"708":{"tf":1.7320508075688772},"710":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":15,"docs":{"140":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"29":{"tf":1.0},"308":{"tf":1.4142135623730951},"404":{"tf":1.0},"44":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"588":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"693":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"327":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"257":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"451":{"tf":1.0}},"l":{"df":15,"docs":{"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"200":{"tf":1.0},"210":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"451":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"331":{"tf":1.0},"612":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"162":{"tf":1.0},"344":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}},"v":{"df":4,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"142":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"325":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"658":{"tf":1.0}}}}},"u":{"df":1,"docs":{"380":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":6,"docs":{"140":{"tf":1.0},"142":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"626":{"tf":1.0},"658":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"244":{"tf":1.0},"270":{"tf":1.0},"44":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"626":{"tf":1.7320508075688772},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"708":{"tf":1.0},"721":{"tf":1.0}}}},"’":{"df":1,"docs":{"142":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"658":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"244":{"tf":1.0},"585":{"tf":1.0},"611":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"w":{"df":1,"docs":{"380":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"604":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"658":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"42":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"334":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"675":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"546":{"tf":1.0},"639":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"737":{"tf":1.0}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"215":{"tf":1.0},"40":{"tf":1.0},"712":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"276":{"tf":1.4142135623730951},"647":{"tf":1.0},"707":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"655":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"535":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"397":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"280":{"tf":1.0},"623":{"tf":1.7320508075688772}}}}}}}}},"df":259,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":2.0},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":2.449489742783178},"145":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"182":{"tf":2.0},"187":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.8284271247461903},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":2.6457513110645907},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":2.23606797749979},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":2.0},"229":{"tf":1.4142135623730951},"234":{"tf":2.6457513110645907},"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"242":{"tf":2.449489742783178},"243":{"tf":2.0},"244":{"tf":3.0},"245":{"tf":2.23606797749979},"246":{"tf":2.0},"247":{"tf":2.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":2.23606797749979},"261":{"tf":2.23606797749979},"263":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"270":{"tf":3.7416573867739413},"273":{"tf":2.23606797749979},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":3.4641016151377544},"281":{"tf":2.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"285":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":2.0},"289":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.7320508075688772},"377":{"tf":1.0},"380":{"tf":1.0},"396":{"tf":1.0},"4":{"tf":2.23606797749979},"42":{"tf":1.0},"422":{"tf":1.0},"43":{"tf":1.7320508075688772},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"486":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":2.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":2.23606797749979},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.7320508075688772},"523":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":2.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":6.4031242374328485},"552":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"60":{"tf":1.7320508075688772},"600":{"tf":2.23606797749979},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":2.449489742783178},"612":{"tf":2.8284271247461903},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":2.0},"617":{"tf":1.4142135623730951},"62":{"tf":2.0},"621":{"tf":2.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"626":{"tf":2.0},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"645":{"tf":2.6457513110645907},"648":{"tf":1.4142135623730951},"649":{"tf":2.0},"651":{"tf":1.0},"652":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"665":{"tf":3.0},"666":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":2.23606797749979},"693":{"tf":2.0},"695":{"tf":2.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"700":{"tf":1.0},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"704":{"tf":1.7320508075688772},"705":{"tf":2.449489742783178},"707":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"718":{"tf":1.0},"72":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.7320508075688772},"746":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"566":{"tf":1.0}}},"y":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"692":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.0},"3":{"tf":1.0},"397":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"579":{"tf":1.0},"631":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.7320508075688772},"674":{"tf":1.0},"684":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"714":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"490":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":2.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"657":{"tf":1.0}}}}}},"p":{"df":5,"docs":{"207":{"tf":1.0},"211":{"tf":1.0},"581":{"tf":1.0},"657":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":5,"docs":{"162":{"tf":1.0},"164":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"657":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"121":{"tf":1.0},"136":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.23606797749979},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"570":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772},"612":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":2.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.7320508075688772},"634":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"654":{"tf":1.0},"657":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"678":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.7320508075688772},"708":{"tf":1.7320508075688772},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"714":{"tf":1.7320508075688772},"751":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"647":{"tf":1.0},"743":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"120":{"tf":2.0},"124":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"584":{"tf":1.4142135623730951},"587":{"tf":1.0},"597":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"614":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"691":{"tf":2.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"647":{"tf":1.0}}}}},"u":{"df":2,"docs":{"164":{"tf":1.0},"331":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"31":{"tf":1.0},"355":{"tf":1.0}}},"df":2,"docs":{"308":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"182":{"tf":1.0},"184":{"tf":1.0},"315":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"187":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"270":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0}},"i":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.7320508075688772}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":25,"docs":{"140":{"tf":1.0},"218":{"tf":2.23606797749979},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"277":{"tf":1.4142135623730951},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"591":{"tf":1.0},"655":{"tf":2.0},"66":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"411":{"tf":1.0},"649":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":4,"docs":{"218":{"tf":1.0},"655":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"218":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"509":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"94":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"652":{"tf":1.4142135623730951},"686":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"427":{"tf":1.0},"522":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0}}},"v":{"df":8,"docs":{"210":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.4142135623730951},"676":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"270":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"611":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"540":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"67":{"tf":1.0},"80":{"tf":1.0}}}}}}},"breadcrumbs":{"root":{"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"540":{"tf":1.0}}},"1":{"0":{"0":{"df":3,"docs":{"12":{"tf":1.0},"273":{"tf":1.0},"9":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"394":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"12":{"tf":1.0},"144":{"tf":1.4142135623730951},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":2.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"4":{"tf":1.0},"499":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"540":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951}},"–":{"2":{"0":{"df":3,"docs":{"203":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":3,"docs":{"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{"df":24,"docs":{"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0}}},"2":{"df":29,"docs":{"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"608":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"703":{"tf":1.0}}},"3":{"df":23,"docs":{"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"665":{"tf":1.0},"673":{"tf":1.0}}},"4":{"df":14,"docs":{"253":{"tf":1.7320508075688772},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"666":{"tf":1.0},"673":{"tf":1.0}}},"5":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":33,"docs":{"108":{"tf":2.23606797749979},"19":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"250":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":2.0},"284":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"523":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"667":{"tf":1.0},"673":{"tf":1.0},"87":{"tf":1.4142135623730951}}},"6":{"df":222,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.0},"497":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"7":{"df":35,"docs":{"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"668":{"tf":1.0}}},"8":{"0":{"df":2,"docs":{"16":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":11,"docs":{"20":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0}}},"9":{"df":6,"docs":{"542":{"tf":1.7320508075688772},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"633":{"tf":1.0}}},"df":34,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"120":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.4142135623730951},"496":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"533":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"645":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"f":{":":{"0":{"0":{"0":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"–":{"2":{"df":2,"docs":{"233":{"tf":1.0},"499":{"tf":1.0}}},"3":{"df":5,"docs":{"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.4142135623730951},"35":{"tf":1.0},"66":{"tf":1.0}}},"4":{"df":1,"docs":{"144":{"tf":1.0}}},"5":{"0":{"df":1,"docs":{"292":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":213,"docs":{"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0}}},"2":{"2":{"df":2,"docs":{"1":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{}},"df":32,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"144":{"tf":1.7320508075688772},"166":{"tf":2.0},"186":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":2.0},"286":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"540":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"66":{"tf":2.0},"87":{"tf":1.0}}},"1":{"df":18,"docs":{"564":{"tf":1.7320508075688772},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"670":{"tf":1.0}}},"2":{"4":{"df":1,"docs":{"5":{"tf":1.0}}},"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":37,"docs":{"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"3":{"df":9,"docs":{"618":{"tf":1.7320508075688772},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0}}},"4":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":6,"docs":{"627":{"tf":1.7320508075688772},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0}}},"5":{"df":11,"docs":{"633":{"tf":1.7320508075688772},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"87":{"tf":1.0}}},"6":{"df":8,"docs":{"21":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"683":{"tf":1.7320508075688772}}},":":{"4":{"1":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"25":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0}},"–":{"6":{"df":3,"docs":{"108":{"tf":1.0},"266":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"0":{"df":4,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"35":{"tf":1.0},"625":{"tf":1.0}}},"df":26,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.0},"680":{"tf":1.7320508075688772},"75":{"tf":1.0},"81":{"tf":1.0}},"w":{"0":{"b":{"df":2,"docs":{"674":{"tf":1.0},"685":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"9":{"tf":1.0}}},"5":{"df":10,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}},"df":19,"docs":{"170":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"540":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"681":{"tf":2.0},"703":{"tf":1.0},"75":{"tf":1.0}}},"5":{".":{"2":{"5":{"df":1,"docs":{"500":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"288":{"tf":1.0}}},"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"343":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":46,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"120":{"tf":1.0},"151":{"tf":1.0},"208":{"tf":1.7320508075688772},"233":{"tf":1.0},"246":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"286":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"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},"500":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"540":{"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":2.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"654":{"tf":1.0},"672":{"tf":1.0},"682":{"tf":1.7320508075688772}},"–":{"1":{"0":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"6":{"0":{"df":3,"docs":{"12":{"tf":1.0},"233":{"tf":1.0},"625":{"tf":1.0}}},"df":26,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"540":{"tf":1.0},"65":{"tf":1.7320508075688772},"655":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"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":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"7":{"df":24,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"138":{"tf":1.0},"210":{"tf":1.0},"540":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"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}}},"8":{"0":{"0":{"df":1,"docs":{"540":{"tf":1.0}}},"df":1,"docs":{"288":{"tf":1.0}}},"df":39,"docs":{"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"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.0},"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":2.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"540":{"tf":1.0},"659":{"tf":1.0},"689":{"tf":1.0}}},"9":{"0":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}},"df":25,"docs":{"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"540":{"tf":1.0},"660":{"tf":1.0},"703":{"tf":1.0}}},"_":{"_":{"_":{"_":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":3,"docs":{"242":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}},".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"l":{".":{"df":1,"docs":{"690":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":1,"docs":{"260":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"260":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{},"i":{"/":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"486":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":6,"docs":{"19":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"626":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"’":{"df":3,"docs":{"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.0}}}}},"c":{"1":{"2":{"3":{"df":1,"docs":{"541":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"236":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"714":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":1,"docs":{"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"472":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"244":{"tf":1.0},"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"v":{"df":25,"docs":{"100":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.7320508075688772},"46":{"tf":1.0},"509":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"681":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"277":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"531":{"tf":1.4142135623730951},"587":{"tf":1.4142135623730951},"8":{"tf":2.0},"89":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"217":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"525":{"tf":1.0},"54":{"tf":1.0},"698":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"42":{"tf":1.7320508075688772},"496":{"tf":1.0},"60":{"tf":1.0},"693":{"tf":1.0},"81":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"257":{"tf":1.0},"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"1":{"tf":1.0},"244":{"tf":1.0},"288":{"tf":1.0},"566":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"260":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"104":{"tf":1.0},"273":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":1,"docs":{"555":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"16":{"tf":1.0},"280":{"tf":1.0},"619":{"tf":1.4142135623730951},"631":{"tf":1.0},"646":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"536":{"tf":1.0},"583":{"tf":2.449489742783178}}}}}}},"t":{"df":3,"docs":{"472":{"tf":1.4142135623730951},"647":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"191":{"tf":1.0},"242":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0},"745":{"tf":1.0}}}},"v":{"df":3,"docs":{"245":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"134":{"tf":1.0},"136":{"tf":1.0},"217":{"tf":1.0},"257":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"639":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"651":{"tf":1.0}}}}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":34,"docs":{"215":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"280":{"tf":1.0},"37":{"tf":1.0},"463":{"tf":1.4142135623730951},"49":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"546":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"622":{"tf":2.449489742783178},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":2.0},"650":{"tf":1.0},"672":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"128":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"631":{"tf":1.0},"643":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":2.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"567":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"463":{"tf":1.0},"500":{"tf":1.4142135623730951},"531":{"tf":1.0},"579":{"tf":1.0},"612":{"tf":1.0},"617":{"tf":1.0},"622":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"680":{"tf":1.0},"693":{"tf":1.0}},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"625":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"257":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"632":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":1.0},"509":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":2.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"273":{"tf":1.0},"503":{"tf":1.0},"571":{"tf":2.0},"713":{"tf":1.0},"715":{"tf":2.0}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":3,"docs":{"507":{"tf":1.0},"708":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}}},"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}}}}}}},"u":{"df":16,"docs":{"104":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"128":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"297":{"tf":1.0},"5":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"608":{"tf":1.0},"665":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"g":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":4,"docs":{"127":{"tf":1.0},"244":{"tf":1.0},"450":{"tf":1.0},"94":{"tf":1.0}}},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"h":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"474":{"tf":1.0}}}},"df":2,"docs":{"162":{"tf":1.0},"405":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"679":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"df":7,"docs":{"20":{"tf":1.4142135623730951},"235":{"tf":1.0},"250":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.0},"680":{"tf":1.0},"746":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"278":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"621":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"405":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"248":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"486":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"628":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"629":{"tf":1.0},"649":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"3":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"551":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.7320508075688772},"277":{"tf":1.0},"96":{"tf":1.0}},"m":{"df":12,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"679":{"tf":1.0},"82":{"tf":1.0}}},"o":{"df":11,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"277":{"tf":1.4142135623730951},"693":{"tf":1.0}}}}},"r":{"df":1,"docs":{"450":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"278":{"tf":1.4142135623730951}}}},"l":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":6,"docs":{"226":{"tf":1.4142135623730951},"245":{"tf":1.0},"601":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"709":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":2.0}}}}},"i":{"df":1,"docs":{"270":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"248":{"tf":1.0},"260":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"604":{"tf":1.0},"615":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0},"740":{"tf":1.0},"9":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"238":{"tf":1.0},"26":{"tf":1.0},"566":{"tf":1.0}},"g":{"df":5,"docs":{"17":{"tf":1.0},"282":{"tf":1.0},"3":{"tf":1.0},"551":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"732":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":38,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"131":{"tf":2.0},"133":{"tf":1.4142135623730951},"136":{"tf":2.0},"151":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.4142135623730951},"285":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"586":{"tf":1.7320508075688772},"587":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.4142135623730951},"612":{"tf":2.6457513110645907},"628":{"tf":1.0},"651":{"tf":1.0},"663":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"612":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"273":{"tf":1.0},"280":{"tf":1.0},"50":{"tf":1.0}},"n":{"df":33,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"381":{"tf":1.0},"503":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"566":{"tf":1.0},"567":{"tf":1.0},"592":{"tf":1.7320508075688772},"594":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"598":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"686":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"53":{"tf":1.0},"555":{"tf":1.0},"680":{"tf":1.0},"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":19,"docs":{"124":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"288":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":11,"docs":{"269":{"tf":1.7320508075688772},"44":{"tf":1.0},"486":{"tf":1.0},"531":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.4142135623730951},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.4142135623730951},"226":{"tf":1.0},"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.7320508075688772},"568":{"tf":1.0},"575":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"612":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"229":{"tf":1.0},"230":{"tf":1.0},"487":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"229":{"tf":1.0}}}},"n":{"a":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"16":{"tf":1.4142135623730951},"198":{"tf":1.0},"214":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"522":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"643":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"52":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"17":{"tf":1.0},"231":{"tf":1.0},"250":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"231":{"tf":1.0},"653":{"tf":1.0},"9":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"210":{"tf":1.0}}}}}}}},"o":{"df":7,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"213":{"tf":1.0},"29":{"tf":1.0},"631":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"273":{"tf":2.0},"692":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"182":{"tf":1.0},"464":{"tf":1.0}}},"df":1,"docs":{"341":{"tf":1.0}}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"277":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":2.0},"119":{"tf":1.0},"29":{"tf":1.4142135623730951},"310":{"tf":1.0},"654":{"tf":1.0},"716":{"tf":1.0}},"f":{"df":1,"docs":{"716":{"tf":1.0}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"218":{"tf":1.0},"276":{"tf":1.0},"336":{"tf":1.0},"655":{"tf":1.0},"692":{"tf":1.0},"74":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"218":{"tf":1.0},"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"98":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"716":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"329":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"551":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}}},"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"340":{"tf":1.0}}},"df":2,"docs":{"685":{"tf":1.0},"690":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":6,"docs":{"0":{"tf":1.0},"13":{"tf":1.0},"37":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":40,"docs":{"0":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"685":{"tf":1.0}},"i":{"c":{"df":9,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"500":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}},"df":9,"docs":{"20":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"582":{"tf":1.0},"655":{"tf":1.0},"92":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"278":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"241":{"tf":1.4142135623730951},"276":{"tf":1.0},"631":{"tf":1.0},"701":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"278":{"tf":1.7320508075688772},"691":{"tf":1.0}}}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":22,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"273":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"611":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"704":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"531":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}},"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"234":{"tf":1.0},"242":{"tf":1.4142135623730951},"693":{"tf":1.0},"704":{"tf":1.0}},"e":{"a":{"df":5,"docs":{"121":{"tf":1.0},"29":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":14,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"257":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"509":{"tf":1.4142135623730951},"528":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0}}}}}},"i":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.4142135623730951}},"s":{"df":4,"docs":{"149":{"tf":1.0},"280":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"273":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":18,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"237":{"tf":1.0},"26":{"tf":1.0},"281":{"tf":1.0},"35":{"tf":1.0},"478":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"677":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"645":{"tf":2.8284271247461903},"677":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"58":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"269":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":6,"docs":{"474":{"tf":1.4142135623730951},"622":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"111":{"tf":1.0},"123":{"tf":1.4142135623730951},"128":{"tf":1.0},"134":{"tf":1.0},"225":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.0},"286":{"tf":1.0},"653":{"tf":1.0}}}}},"t":{"df":1,"docs":{"558":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":39,"docs":{"158":{"tf":1.7320508075688772},"174":{"tf":1.4142135623730951},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"26":{"tf":2.0},"261":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":3.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.4142135623730951},"631":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"125":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"539":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"551":{"tf":5.0990195135927845},"633":{"tf":1.0},"665":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"693":{"tf":1.4142135623730951},"695":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"87":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"241":{"tf":1.0},"509":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":11,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"213":{"tf":1.0},"226":{"tf":1.0},"381":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.7320508075688772},"691":{"tf":1.0}},"f":{"df":2,"docs":{"480":{"tf":1.0},"610":{"tf":1.0}},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"332":{"tf":1.0}},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"p":{"b":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"319":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"685":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"685":{"tf":1.0}},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"247":{"tf":1.0},"521":{"tf":1.0},"555":{"tf":1.0},"631":{"tf":1.0},"672":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.0},"20":{"tf":1.4142135623730951},"222":{"tf":1.0},"270":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"566":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"636":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}},"y":{"df":1,"docs":{"622":{"tf":1.0}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":2.0}}}}}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"333":{"tf":1.0},"339":{"tf":1.0},"427":{"tf":1.0},"626":{"tf":1.0},"678":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"583":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":1,"docs":{"29":{"tf":1.0}}},"ɪ":{"df":0,"docs":{},"ə":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"b":{".":{"c":{".":{"df":0,"docs":{},"e":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"290":{"tf":1.0},"406":{"tf":1.4142135623730951},"521":{"tf":1.0},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"26":{"tf":2.23606797749979},"27":{"tf":1.0},"648":{"tf":1.7320508075688772},"703":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"d":{"df":2,"docs":{"63":{"tf":1.0},"650":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"278":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}},"r":{"df":3,"docs":{"57":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"39":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.0},"652":{"tf":1.4142135623730951},"677":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951}}}}}}},"df":12,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"247":{"tf":1.0},"268":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"584":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"i":{"c":{"df":91,"docs":{"19":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"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},"504":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"64":{"tf":1.0},"645":{"tf":1.7320508075688772},"649":{"tf":1.0},"664":{"tf":1.7320508075688772},"702":{"tf":1.0},"723":{"tf":1.0},"751":{"tf":1.4142135623730951},"753":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":1,"docs":{"39":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}},"w":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":23,"docs":{"182":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"56":{"tf":1.7320508075688772},"608":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"5":{"tf":1.0},"629":{"tf":1.0}}},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}}},"df":20,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"566":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":2.449489742783178},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"313":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":29,"docs":{"12":{"tf":1.4142135623730951},"16":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"278":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"432":{"tf":1.4142135623730951},"50":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"570":{"tf":1.4142135623730951},"6":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0},"675":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"276":{"tf":1.7320508075688772},"600":{"tf":1.0},"692":{"tf":1.7320508075688772},"693":{"tf":2.0}},"n":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"’":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":3,"docs":{"213":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"539":{"tf":1.4142135623730951},"541":{"tf":1.4142135623730951},"672":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"w":{"df":20,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"280":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"504":{"tf":1.0},"53":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"41":{"tf":1.0},"652":{"tf":1.0},"700":{"tf":1.4142135623730951},"707":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"25":{"tf":1.0},"702":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"603":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":26,"docs":{"214":{"tf":1.0},"225":{"tf":1.7320508075688772},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.7320508075688772},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"4":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"575":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"629":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"688":{"tf":1.0},"706":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"g":{"/":{"df":1,"docs":{"691":{"tf":1.0}},"k":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":17,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"141":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":2.0},"230":{"tf":1.0},"270":{"tf":1.0},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0}},"t":{"df":3,"docs":{"551":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"468":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}},"t":{"df":8,"docs":{"172":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"478":{"tf":1.0},"584":{"tf":1.0},"646":{"tf":1.0},"693":{"tf":1.0},"707":{"tf":1.0}}}},"l":{"df":15,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":2.449489742783178},"200":{"tf":1.0},"201":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":3.1622776601683795},"273":{"tf":1.0},"506":{"tf":1.4142135623730951},"512":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"9":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"278":{"tf":1.4142135623730951},"727":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"234":{"tf":1.0},"244":{"tf":2.8284271247461903},"704":{"tf":1.0},"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"29":{"tf":1.0},"677":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"17":{"tf":1.0}}},"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.7320508075688772}}}},"b":{"df":2,"docs":{"669":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":6,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"39":{"tf":1.0},"679":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"632":{"tf":1.0},"673":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"t":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"56":{"tf":1.0},"659":{"tf":1.0}},"h":{"df":20,"docs":{"11":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"149":{"tf":1.4142135623730951},"178":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.0},"295":{"tf":1.0},"44":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":2.0},"693":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"27":{"tf":1.4142135623730951},"29":{"tf":2.0},"551":{"tf":1.0},"645":{"tf":1.7320508075688772},"682":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"120":{"tf":2.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"x":{"df":6,"docs":{"30":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"646":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"681":{"tf":1.0}}},"y":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.4142135623730951}}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":2.0}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"286":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"522":{"tf":1.0}}}}},"df":2,"docs":{"525":{"tf":1.0},"551":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":2,"docs":{"133":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":27,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"583":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":131,"docs":{"104":{"tf":2.23606797749979},"106":{"tf":1.7320508075688772},"140":{"tf":2.6457513110645907},"142":{"tf":1.7320508075688772},"162":{"tf":2.0},"164":{"tf":1.7320508075688772},"182":{"tf":2.8284271247461903},"184":{"tf":1.7320508075688772},"19":{"tf":2.6457513110645907},"20":{"tf":2.0},"204":{"tf":2.0},"206":{"tf":1.7320508075688772},"223":{"tf":1.0},"229":{"tf":2.0},"231":{"tf":1.7320508075688772},"236":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":2.0},"257":{"tf":1.0},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"285":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"289":{"tf":2.449489742783178},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"310":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"377":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"414":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"566":{"tf":1.0},"579":{"tf":1.7320508075688772},"584":{"tf":1.0},"594":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.7320508075688772},"609":{"tf":1.4142135623730951},"612":{"tf":1.0},"62":{"tf":2.449489742783178},"626":{"tf":3.7416573867739413},"627":{"tf":1.7320508075688772},"628":{"tf":2.8284271247461903},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"64":{"tf":1.7320508075688772},"649":{"tf":1.0},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"665":{"tf":1.0},"685":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"721":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.7320508075688772},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"12":{"tf":1.0},"622":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":9,"docs":{"566":{"tf":2.23606797749979},"568":{"tf":1.0},"570":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}}},"o":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"701":{"tf":1.4142135623730951},"750":{"tf":1.0},"8":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"677":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"19":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"492":{"tf":1.4142135623730951},"500":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"647":{"tf":1.0},"682":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"629":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":1.0},"660":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0}}}}}},"y":{"df":7,"docs":{"2":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"c":{"/":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"i":{"/":{"c":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"4":{"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":{}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"540":{"tf":1.0},"693":{"tf":1.0},"711":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"b":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":13,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"277":{"tf":1.0},"37":{"tf":1.0},"385":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"536":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":1.0},"678":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"m":{"df":2,"docs":{"152":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"412":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"669":{"tf":1.0}}}}}}},"n":{"a":{"d":{"a":{"df":1,"docs":{"566":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"712":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"20":{"tf":1.0},"221":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"612":{"tf":1.0},"708":{"tf":1.0}}}},"’":{"df":0,"docs":{},"t":{"df":4,"docs":{"208":{"tf":1.0},"221":{"tf":1.4142135623730951},"507":{"tf":1.0},"701":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"647":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"559":{"tf":1.0},"560":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"551":{"tf":2.6457513110645907},"554":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"583":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0}}}},"t":{"df":1,"docs":{"245":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"742":{"tf":1.0}}}},"v":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"r":{"b":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"df":5,"docs":{"105":{"tf":1.0},"273":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772}},"e":{"df":7,"docs":{"20":{"tf":1.0},"241":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"647":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"t":{"df":3,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.4142135623730951},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":1,"docs":{"173":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":25,"docs":{"149":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"272":{"tf":1.0},"281":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"546":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"585":{"tf":1.0},"612":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}}}}}}},"df":8,"docs":{"183":{"tf":1.0},"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"531":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":2.0}}}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"s":{"df":5,"docs":{"26":{"tf":1.0},"280":{"tf":1.0},"434":{"tf":1.4142135623730951},"617":{"tf":1.0},"647":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}},"u":{"df":1,"docs":{"176":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.4142135623730951},"647":{"tf":1.0}}}},"df":2,"docs":{"146":{"tf":1.0},"599":{"tf":1.0}}}},"|":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}}}},"df":20,"docs":{"178":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.6457513110645907},"27":{"tf":1.0},"37":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"663":{"tf":1.7320508075688772},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"678":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"691":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"578":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"566":{"tf":1.0},"569":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":1.0},"238":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"619":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"693":{"tf":1.0},"707":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"210":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":20,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"256":{"tf":1.0},"281":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"476":{"tf":1.4142135623730951},"603":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"639":{"tf":1.0},"648":{"tf":1.0},"674":{"tf":1.4142135623730951},"678":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"0":{"tf":1.0},"622":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"277":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":667,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.23606797749979},"103":{"tf":1.4142135623730951},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"11":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"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.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"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":2.23606797749979},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":2.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":2.23606797749979},"181":{"tf":1.4142135623730951},"182":{"tf":2.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":3.605551275463989},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":2.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"251":{"tf":2.23606797749979},"252":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":2.0},"283":{"tf":2.23606797749979},"284":{"tf":1.4142135623730951},"285":{"tf":2.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.7320508075688772},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.7320508075688772},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.4142135623730951},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.7320508075688772},"565":{"tf":1.4142135623730951},"566":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":2.23606797749979},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"62":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.7320508075688772},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":2.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"670":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"679":{"tf":1.4142135623730951},"68":{"tf":1.0},"680":{"tf":1.7320508075688772},"681":{"tf":2.0},"682":{"tf":1.7320508075688772},"683":{"tf":1.7320508075688772},"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},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.4142135623730951},"83":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"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":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"220":{"tf":1.0},"551":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"688":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"df":6,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":2.0},"179":{"tf":1.0},"215":{"tf":2.6457513110645907},"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"694":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"215":{"tf":1.0},"257":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"d":{"df":121,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"188":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":2.23606797749979},"197":{"tf":1.0},"201":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":2.449489742783178},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"381":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"48":{"tf":1.7320508075688772},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.4142135623730951},"54":{"tf":1.7320508075688772},"540":{"tf":1.4142135623730951},"541":{"tf":1.0},"545":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"586":{"tf":1.0},"598":{"tf":1.7320508075688772},"6":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"612":{"tf":1.0},"615":{"tf":1.4142135623730951},"631":{"tf":3.0},"632":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":2.449489742783178},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":2.0},"647":{"tf":4.123105625617661},"649":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"665":{"tf":1.4142135623730951},"683":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"696":{"tf":1.0},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"71":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"73":{"tf":1.0},"745":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}},"i":{"df":1,"docs":{"215":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"646":{"tf":1.0}}}}},"r":{"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"r":{"df":1,"docs":{"691":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":3,"docs":{"246":{"tf":1.0},"273":{"tf":1.0},"691":{"tf":1.0}}}}},"k":{"df":1,"docs":{"551":{"tf":1.4142135623730951}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"r":{"df":2,"docs":{"44":{"tf":1.0},"701":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"29":{"tf":1.0},"509":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"42":{"tf":2.0},"496":{"tf":1.0},"546":{"tf":1.0},"60":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"626":{"tf":1.0},"646":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":8,"docs":{"170":{"tf":1.0},"261":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"551":{"tf":2.449489742783178},"602":{"tf":1.0},"688":{"tf":2.23606797749979}},"r":{"df":5,"docs":{"12":{"tf":1.0},"226":{"tf":1.0},"270":{"tf":1.0},"588":{"tf":1.0},"617":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":40,"docs":{"170":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"222":{"tf":1.0},"244":{"tf":3.0},"269":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":2.0},"530":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"602":{"tf":1.0},"645":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"691":{"tf":2.449489742783178},"711":{"tf":1.0}}}}}}}},"m":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"m":{"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":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.4142135623730951}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"2":{"tf":1.0},"506":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"673":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":2,"docs":{"58":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"b":{"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":2.0},"540":{"tf":1.0},"631":{"tf":1.4142135623730951},"634":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"699":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"96":{"tf":1.0}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":40,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"37":{"tf":1.0},"373":{"tf":1.4142135623730951},"38":{"tf":1.0},"58":{"tf":1.0},"603":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"628":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":9,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"500":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"m":{"a":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":2.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"633":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"675":{"tf":1.0},"687":{"tf":1.4142135623730951},"707":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"677":{"tf":1.4142135623730951},"687":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"528":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"529":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":237,"docs":{"104":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"172":{"tf":1.0},"182":{"tf":1.7320508075688772},"19":{"tf":1.0},"217":{"tf":1.0},"237":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"528":{"tf":1.0},"551":{"tf":1.0},"584":{"tf":1.4142135623730951},"610":{"tf":1.0},"62":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"9":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"688":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":4,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"707":{"tf":1.0},"8":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"236":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"7":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"t":{"df":7,"docs":{"546":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"652":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"712":{"tf":1.0}}}},"df":1,"docs":{"528":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"2":{"tf":1.0},"694":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"546":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"528":{"tf":1.0}}}}}},"t":{"df":54,"docs":{"0":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":2.23606797749979},"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":2.23606797749979},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"276":{"tf":1.0},"284":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"487":{"tf":1.0},"497":{"tf":1.4142135623730951},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"523":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772},"681":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"x":{"df":1,"docs":{"21":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"c":{"df":7,"docs":{"248":{"tf":1.0},"278":{"tf":1.0},"4":{"tf":2.0},"621":{"tf":1.0},"7":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"270":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":4,"docs":{"243":{"tf":1.0},"244":{"tf":1.0},"278":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"d":{"df":49,"docs":{"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"244":{"tf":3.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":2.23606797749979},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":2.449489742783178},"499":{"tf":1.0},"528":{"tf":2.0},"611":{"tf":2.0},"612":{"tf":1.0},"652":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"691":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"244":{"tf":1.0},"278":{"tf":1.0},"500":{"tf":1.0},"708":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"16":{"tf":1.0},"20":{"tf":1.7320508075688772},"550":{"tf":1.0},"642":{"tf":1.0},"650":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"9":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"38":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":47,"docs":{"111":{"tf":2.23606797749979},"121":{"tf":2.23606797749979},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"149":{"tf":1.7320508075688772},"151":{"tf":1.0},"191":{"tf":1.7320508075688772},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":2.449489742783178},"225":{"tf":1.4142135623730951},"236":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"280":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"312":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"531":{"tf":1.0},"544":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"612":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.0},"663":{"tf":1.7320508075688772},"665":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.7320508075688772},"705":{"tf":1.7320508075688772},"710":{"tf":1.0},"712":{"tf":1.0},"717":{"tf":1.0},"725":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"20":{"tf":1.0},"238":{"tf":1.0},"290":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"667":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"d":{"df":10,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"531":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"261":{"tf":1.0},"283":{"tf":1.0},"39":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"623":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":68,"docs":{"162":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"229":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":2.6457513110645907},"270":{"tf":3.0},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.7320508075688772},"528":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.4142135623730951},"604":{"tf":1.7320508075688772},"615":{"tf":1.0},"649":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"698":{"tf":1.7320508075688772},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.7320508075688772},"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}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.0},"649":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":37,"docs":{"174":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"214":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.4142135623730951},"256":{"tf":1.0},"270":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"539":{"tf":1.4142135623730951},"544":{"tf":1.0},"551":{"tf":1.0},"577":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"628":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"42":{"tf":1.0},"582":{"tf":1.0},"684":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":81,"docs":{"107":{"tf":1.7320508075688772},"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.0},"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},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"210":{"tf":1.0},"583":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"703":{"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}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"584":{"tf":2.6457513110645907},"692":{"tf":1.4142135623730951}},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"259":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"21":{"tf":1.0},"634":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"566":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"(":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"551":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"25":{"tf":1.0},"531":{"tf":1.0},"678":{"tf":1.0}}},"t":{"df":1,"docs":{"689":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"509":{"tf":1.0}}},"t":{"df":1,"docs":{"685":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"686":{"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":{}}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"17":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"250":{"tf":2.0}},"i":{"df":4,"docs":{"31":{"tf":1.0},"42":{"tf":1.0},"642":{"tf":1.0},"648":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":2.6457513110645907}}}}}},"r":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.4142135623730951}}},"i":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"665":{"tf":1.4142135623730951},"711":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"599":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"20":{"tf":1.0},"242":{"tf":1.0},"280":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"221":{"tf":1.0},"500":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"248":{"tf":1.0}}}},"t":{"df":4,"docs":{"120":{"tf":1.4142135623730951},"226":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":8,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"248":{"tf":1.0},"693":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"43":{"tf":1.0},"500":{"tf":1.0},"550":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"633":{"tf":1.4142135623730951},"664":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"83":{"tf":1.0}}}}},"w":{"df":1,"docs":{"90":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}},"df":2,"docs":{"270":{"tf":1.0},"705":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"217":{"tf":1.0},"521":{"tf":1.0},"566":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"683":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"704":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"19":{"tf":1.0},"26":{"tf":1.0},"500":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"216":{"tf":1.0}}}},"m":{"b":{"df":1,"docs":{"153":{"tf":1.0}},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"c":{"df":1,"docs":{"648":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"+":{"c":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}},"df":4,"docs":{"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":1,"docs":{"98":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":1,"docs":{"273":{"tf":1.0}}},"p":{"df":1,"docs":{"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"273":{"tf":1.0},"50":{"tf":1.0}}},"l":{"df":1,"docs":{"25":{"tf":1.0}},"i":{"df":4,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"551":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"645":{"tf":1.0},"651":{"tf":1.0},"714":{"tf":1.0},"720":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}},"v":{"df":2,"docs":{"173":{"tf":1.0},"21":{"tf":1.0}},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":6,"docs":{"12":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"648":{"tf":1.0},"701":{"tf":1.0}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"_":{"df":1,"docs":{"528":{"tf":1.0}}},"a":{"b":{"df":1,"docs":{"56":{"tf":1.0}}},"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"19":{"tf":1.0},"550":{"tf":1.0},"650":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":23,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"370":{"tf":1.4142135623730951},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"36":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}}}},"df":18,"docs":{"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"556":{"tf":1.0},"56":{"tf":1.7320508075688772},"563":{"tf":1.0},"570":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"111":{"tf":1.0},"134":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"312":{"tf":1.0},"570":{"tf":1.4142135623730951},"603":{"tf":1.0},"609":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"d":{"df":10,"docs":{"19":{"tf":1.4142135623730951},"273":{"tf":1.0},"500":{"tf":1.0},"529":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"685":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.0}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":23,"docs":{"134":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"250":{"tf":1.0},"273":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"500":{"tf":1.0},"541":{"tf":1.0},"611":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"712":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"45":{"tf":1.0},"536":{"tf":1.0},"649":{"tf":1.7320508075688772},"698":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.7320508075688772},"728":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"46":{"tf":1.0},"510":{"tf":1.7320508075688772},"632":{"tf":1.0},"694":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"docs":{"26":{"tf":2.23606797749979},"39":{"tf":1.0},"648":{"tf":2.449489742783178},"677":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":2,"docs":{"4":{"tf":1.0},"691":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"12":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":1,"docs":{"5":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"218":{"tf":1.0},"711":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"12":{"tf":1.0},"199":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"531":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"273":{"tf":1.0},"513":{"tf":1.7320508075688772}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":7,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"6":{"tf":1.0},"674":{"tf":1.0},"745":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"645":{"tf":1.4142135623730951},"648":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"217":{"tf":1.0},"528":{"tf":1.0}}}},"r":{"df":3,"docs":{"611":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.0}}}},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"642":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"44":{"tf":1.0},"525":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"4":{"tf":1.0},"619":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.4142135623730951},"647":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"244":{"tf":1.0},"599":{"tf":1.0},"611":{"tf":1.0},"634":{"tf":1.0},"637":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}}}},"i":{"c":{"df":6,"docs":{"529":{"tf":1.0},"647":{"tf":1.4142135623730951},"679":{"tf":1.7320508075688772},"681":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"345":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}},"i":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"110":{"tf":1.0},"566":{"tf":1.4142135623730951},"89":{"tf":1.0}},"—":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"705":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"257":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}},"df":2,"docs":{"675":{"tf":1.0},"686":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":83,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"289":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":2.8284271247461903},"40":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.7320508075688772},"523":{"tf":1.0},"531":{"tf":2.0},"546":{"tf":2.0},"566":{"tf":2.0},"567":{"tf":1.0},"586":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"611":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":2.8284271247461903},"635":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"640":{"tf":1.7320508075688772},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":3.605551275463989},"647":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":2.0},"672":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.4142135623730951},"676":{"tf":1.0},"677":{"tf":3.0},"680":{"tf":1.0},"681":{"tf":2.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":2.0},"687":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.0},"701":{"tf":1.7320508075688772},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.4142135623730951},"714":{"tf":1.0},"726":{"tf":1.4142135623730951},"728":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"546":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"e":{"df":1,"docs":{"623":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"696":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":35,"docs":{"110":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"221":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":2.0},"241":{"tf":1.0},"247":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"31":{"tf":1.0},"437":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"515":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"566":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"688":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"28":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"217":{"tf":1.0},"238":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"545":{"tf":1.0},"566":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"674":{"tf":1.0},"8":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"515":{"tf":1.0}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"668":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"p":{"df":1,"docs":{"63":{"tf":1.0}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"5":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"90":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"27":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.0},"696":{"tf":1.0}}}},"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"257":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"575":{"tf":1.0},"586":{"tf":1.7320508075688772},"610":{"tf":1.0},"612":{"tf":2.23606797749979},"654":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"528":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"0":{"tf":1.0},"582":{"tf":1.0},"622":{"tf":1.0},"694":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"v":{"df":5,"docs":{"281":{"tf":1.0},"290":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"609":{"tf":1.0},"650":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"37":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"683":{"tf":1.0},"717":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"29":{"tf":1.0},"651":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"42":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"697":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"45":{"tf":1.0},"645":{"tf":1.0},"727":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"679":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"1":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"528":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":7,"docs":{"582":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0}}}}}}}},"df":5,"docs":{"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"278":{"tf":1.0},"649":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":13,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"73":{"tf":1.0}}}}}}},"g":{"df":2,"docs":{"163":{"tf":1.0},"242":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":15,"docs":{"102":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"289":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":1.0},"536":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"7":{"tf":1.0}}},"’":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.0},"250":{"tf":1.4142135623730951},"282":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"676":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":1,"docs":{"551":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"198":{"tf":1.0},"246":{"tf":1.4142135623730951},"268":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.4142135623730951},"604":{"tf":1.7320508075688772},"615":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"667":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"698":{"tf":2.0},"717":{"tf":1.0}}},"t":{"df":2,"docs":{"289":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":14,"docs":{"38":{"tf":1.0},"389":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":2.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"546":{"tf":1.4142135623730951},"633":{"tf":1.0},"639":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"551":{"tf":1.0},"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"677":{"tf":1.0}}}},"df":1,"docs":{"269":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":73,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"108":{"tf":3.1622776601683795},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":2.8284271247461903},"145":{"tf":2.0},"160":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"180":{"tf":1.0},"186":{"tf":2.449489742783178},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"219":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.449489742783178},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"251":{"tf":1.0},"254":{"tf":2.0},"255":{"tf":1.4142135623730951},"258":{"tf":1.0},"26":{"tf":1.0},"263":{"tf":1.0},"266":{"tf":2.449489742783178},"267":{"tf":1.7320508075688772},"27":{"tf":2.6457513110645907},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0},"287":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"35":{"tf":2.23606797749979},"36":{"tf":1.7320508075688772},"42":{"tf":1.0},"499":{"tf":2.8284271247461903},"501":{"tf":3.0},"508":{"tf":2.23606797749979},"51":{"tf":1.0},"524":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"60":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0},"66":{"tf":2.449489742783178},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":2.449489742783178},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"v":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":3,"docs":{"27":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}},"df":38,"docs":{"104":{"tf":1.0},"162":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"487":{"tf":1.0},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.23606797749979},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.4142135623730951},"515":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":2.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":3.3166247903554},"596":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"700":{"tf":3.0},"707":{"tf":3.605551275463989},"711":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772}}}}},"s":{"df":1,"docs":{"707":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"345":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":1.0}}},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":2.23606797749979}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"16":{"tf":1.0},"27":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"9":{"tf":1.0}}}}},"n":{"df":1,"docs":{"9":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"39":{"tf":1.0},"503":{"tf":1.0},"665":{"tf":1.0},"689":{"tf":1.0},"693":{"tf":1.7320508075688772},"70":{"tf":1.0},"98":{"tf":1.0}}}},"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":27,"docs":{"154":{"tf":1.0},"19":{"tf":2.23606797749979},"241":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"31":{"tf":1.0},"341":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"615":{"tf":1.0},"634":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"677":{"tf":1.0},"679":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"126":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"1":{"tf":1.0},"21":{"tf":1.0},"26":{"tf":1.0},"528":{"tf":1.0},"650":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"268":{"tf":1.0},"677":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"494":{"tf":1.4142135623730951},"629":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":9,"docs":{"28":{"tf":1.0},"381":{"tf":1.0},"528":{"tf":1.0},"535":{"tf":1.4142135623730951},"550":{"tf":1.0},"649":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"182":{"tf":1.0},"226":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"39":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"626":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"11":{"tf":1.0},"16":{"tf":1.0},"20":{"tf":1.0},"512":{"tf":1.0},"642":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"540":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"s":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"691":{"tf":1.0},"702":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"588":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"g":{"df":1,"docs":{"621":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"622":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"683":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"711":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"718":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":32,"docs":{"112":{"tf":1.0},"114":{"tf":2.0},"198":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"506":{"tf":4.242640687119285},"507":{"tf":2.449489742783178},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"511":{"tf":1.0},"513":{"tf":1.0},"515":{"tf":1.0},"523":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":2.23606797749979},"592":{"tf":1.0},"599":{"tf":1.0},"612":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"707":{"tf":1.4142135623730951},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.0},"278":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"270":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"248":{"tf":1.0},"3":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"414":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"i":{"df":2,"docs":{"124":{"tf":1.7320508075688772},"278":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"509":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"509":{"tf":2.0}}}}},"f":{"df":1,"docs":{"222":{"tf":1.0}}},"g":{"df":1,"docs":{"157":{"tf":1.0}}},"k":{"df":1,"docs":{"157":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"’":{"df":5,"docs":{"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"688":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"198":{"tf":1.0},"509":{"tf":1.4142135623730951},"7":{"tf":1.0}},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"648":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"236":{"tf":1.0},"27":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"676":{"tf":1.4142135623730951},"681":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"751":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"49":{"tf":1.0},"622":{"tf":1.0},"703":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"21":{"tf":1.0},"250":{"tf":1.0},"29":{"tf":1.0},"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}}},"df":44,"docs":{"19":{"tf":1.4142135623730951},"216":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"288":{"tf":1.0},"29":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"455":{"tf":1.4142135623730951},"493":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"660":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":2.23606797749979},"716":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"639":{"tf":1.0}}}}},"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":13,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":1.7320508075688772},"280":{"tf":1.0},"516":{"tf":1.7320508075688772},"647":{"tf":1.0},"679":{"tf":1.0},"726":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":236,"docs":{"110":{"tf":1.4142135623730951},"21":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"651":{"tf":1.0},"7":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"19":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"268":{"tf":1.0},"567":{"tf":1.4142135623730951},"621":{"tf":1.0},"630":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951}}}}},"t":{"df":4,"docs":{"270":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"r":{"df":24,"docs":{"1":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"500":{"tf":1.4142135623730951},"521":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"551":{"tf":1.0},"600":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"653":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"505":{"tf":1.0},"647":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"df":30,"docs":{"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"244":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"486":{"tf":1.0},"49":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.0},"646":{"tf":1.0},"649":{"tf":2.6457513110645907},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"674":{"tf":1.4142135623730951},"685":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"46":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"*":{"df":1,"docs":{"570":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":2,"docs":{"572":{"tf":1.0},"715":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"516":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"455":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"516":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"588":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"140":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":13,"docs":{"234":{"tf":1.0},"242":{"tf":1.7320508075688772},"270":{"tf":1.0},"503":{"tf":1.4142135623730951},"540":{"tf":1.0},"577":{"tf":1.0},"593":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"711":{"tf":1.0},"720":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":1,"docs":{"494":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":13,"docs":{"500":{"tf":1.0},"525":{"tf":1.0},"545":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"664":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"631":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"693":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"226":{"tf":1.0},"277":{"tf":1.0},"5":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"507":{"tf":1.0},"708":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"c":{"df":2,"docs":{"679":{"tf":1.0},"752":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"505":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":2.0}}}}}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"614":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"614":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"k":{"df":1,"docs":{"84":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":19,"docs":{"118":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":2.449489742783178},"266":{"tf":1.0},"273":{"tf":2.6457513110645907},"29":{"tf":1.0},"310":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"616":{"tf":1.0},"617":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"85":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":1,"docs":{"243":{"tf":1.0}}},"p":{"b":{"/":{"a":{"d":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"588":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"*":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}},"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"df":8,"docs":{"237":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"280":{"tf":1.0},"298":{"tf":1.0},"540":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"616":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"604":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"*":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"217":{"tf":1.4142135623730951},"226":{"tf":1.0},"239":{"tf":1.0},"269":{"tf":1.0},"4":{"tf":1.0},"464":{"tf":1.4142135623730951},"50":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"d":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"121":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"206":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"’":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"8":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"206":{"tf":1.0}}}}}}}}}},"w":{"df":1,"docs":{"99":{"tf":1.0}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"544":{"tf":1.0},"625":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"617":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":131,"docs":{"111":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"195":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":2.8284271247461903},"245":{"tf":2.0},"246":{"tf":2.23606797749979},"247":{"tf":1.7320508075688772},"250":{"tf":1.0},"256":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":2.0},"273":{"tf":2.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":2.23606797749979},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"529":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"539":{"tf":1.0},"54":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.4142135623730951},"546":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"576":{"tf":1.4142135623730951},"578":{"tf":1.4142135623730951},"580":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"611":{"tf":1.0},"623":{"tf":1.7320508075688772},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"665":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":2.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.7320508075688772},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":14,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"273":{"tf":1.7320508075688772},"47":{"tf":1.0},"512":{"tf":1.0},"544":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"712":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"19":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"688":{"tf":1.0}}}},"m":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"637":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"256":{"tf":1.0},"660":{"tf":1.0}}}}}},"df":1,"docs":{"702":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"20":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"41":{"tf":1.0},"501":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"681":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.0},"628":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"238":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"604":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":1.0},"500":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"683":{"tf":1.0},"691":{"tf":1.0},"707":{"tf":1.0}}},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}},"n":{"df":25,"docs":{"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.4142135623730951},"280":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.4142135623730951},"64":{"tf":1.0},"665":{"tf":1.0},"83":{"tf":1.4142135623730951},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":9,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"686":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"631":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"709":{"tf":1.0}}}}},"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":{"588":{"tf":1.0}}}}}}}}},"r":{"a":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"257":{"tf":1.0},"33":{"tf":1.4142135623730951},"611":{"tf":1.0},"64":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"a":{"df":1,"docs":{"721":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"290":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"y":{"df":2,"docs":{"273":{"tf":1.0},"310":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}},"df":0,"docs":{}}}},"”":{"df":0,"docs":{},"’":{"df":1,"docs":{"707":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":1,"docs":{"182":{"tf":1.0}}}},"a":{"b":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"256":{"tf":1.0}}},"t":{"df":7,"docs":{"110":{"tf":1.0},"16":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"504":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"236":{"tf":1.0},"248":{"tf":1.0},"49":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"617":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"44":{"tf":1.0},"53":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"720":{"tf":1.0},"744":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"244":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.4142135623730951},"566":{"tf":1.0},"625":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}},"df":2,"docs":{"241":{"tf":1.0},"500":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":14,"docs":{"1":{"tf":1.0},"188":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"236":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"288":{"tf":1.0},"60":{"tf":1.0},"619":{"tf":1.0},"650":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"278":{"tf":1.0},"500":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.4142135623730951},"647":{"tf":1.0},"710":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"199":{"tf":1.0},"257":{"tf":1.0},"583":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}},"x":{"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":25,"docs":{"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":2.6457513110645907},"151":{"tf":1.0},"174":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"29":{"tf":1.4142135623730951},"294":{"tf":1.0},"44":{"tf":1.0},"493":{"tf":1.4142135623730951},"510":{"tf":1.0},"515":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"688":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"0":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.4142135623730951},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.4142135623730951},"30":{"tf":1.0},"478":{"tf":1.7320508075688772},"505":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"594":{"tf":1.0},"707":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"w":{"df":21,"docs":{"134":{"tf":1.0},"213":{"tf":1.4142135623730951},"30":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.0},"582":{"tf":1.0},"632":{"tf":1.0},"648":{"tf":1.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"20":{"tf":1.0},"278":{"tf":1.0},"32":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":3,"docs":{"140":{"tf":1.0},"236":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.4142135623730951},"622":{"tf":1.0},"647":{"tf":1.0},"726":{"tf":1.0},"9":{"tf":1.0}}},"l":{"df":1,"docs":{"649":{"tf":1.0}}},"m":{"df":1,"docs":{"222":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"211":{"tf":1.0},"217":{"tf":1.0},"278":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.4142135623730951},"653":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0}}},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":18,"docs":{"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"239":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"257":{"tf":1.4142135623730951},"289":{"tf":1.0},"39":{"tf":1.0},"393":{"tf":1.4142135623730951},"531":{"tf":1.0},"582":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"632":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"686":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":1,"docs":{"169":{"tf":1.0}},"e":{"df":2,"docs":{"42":{"tf":1.0},"649":{"tf":1.4142135623730951}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":2.23606797749979},"257":{"tf":1.4142135623730951},"29":{"tf":1.0},"500":{"tf":1.0},"551":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.7320508075688772},"639":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"698":{"tf":1.0},"71":{"tf":1.7320508075688772},"710":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":16,"docs":{"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":1.7320508075688772},"535":{"tf":1.0},"536":{"tf":2.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"583":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"690":{"tf":1.7320508075688772},"729":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"221":{"tf":1.0},"600":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"647":{"tf":3.3166247903554},"682":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":56,"docs":{"12":{"tf":1.4142135623730951},"136":{"tf":1.0},"17":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":2.23606797749979},"248":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.6457513110645907},"278":{"tf":1.0},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"386":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"514":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"544":{"tf":1.4142135623730951},"570":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"628":{"tf":1.0},"647":{"tf":3.0},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"512":{"tf":1.0},"603":{"tf":1.0},"707":{"tf":1.4142135623730951},"709":{"tf":1.0},"730":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}},"x":{"df":1,"docs":{"39":{"tf":1.0}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"647":{"tf":1.7320508075688772},"682":{"tf":1.0}}}},"t":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":3,"docs":{"243":{"tf":2.0},"506":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"634":{"tf":1.0}},"p":{"df":1,"docs":{"12":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":2.0},"132":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"91":{"tf":1.0},"92":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"l":{"d":{"df":21,"docs":{"229":{"tf":1.0},"257":{"tf":4.47213595499958},"499":{"tf":1.0},"501":{"tf":2.449489742783178},"502":{"tf":1.7320508075688772},"503":{"tf":2.0},"504":{"tf":2.23606797749979},"505":{"tf":2.23606797749979},"506":{"tf":2.23606797749979},"507":{"tf":2.0},"508":{"tf":2.23606797749979},"518":{"tf":1.0},"524":{"tf":1.0},"592":{"tf":1.0},"626":{"tf":1.0},"709":{"tf":1.4142135623730951},"710":{"tf":2.23606797749979},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"716":{"tf":1.0},"730":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"221":{"tf":1.4142135623730951},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"268":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"289":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"471":{"tf":1.4142135623730951},"496":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"52":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"546":{"tf":1.0},"551":{"tf":1.0},"552":{"tf":1.0},"585":{"tf":1.0},"602":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"677":{"tf":1.0},"680":{"tf":1.0},"683":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"697":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"723":{"tf":1.0},"753":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":4,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"525":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"612":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"110":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":7,"docs":{"19":{"tf":1.0},"236":{"tf":1.4142135623730951},"249":{"tf":1.0},"539":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":1.4142135623730951}}}},"df":15,"docs":{"153":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"236":{"tf":1.0},"278":{"tf":1.0},"424":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"616":{"tf":1.0},"631":{"tf":1.0},"697":{"tf":1.0},"703":{"tf":2.23606797749979},"711":{"tf":2.6457513110645907},"735":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.0},"502":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":5,"docs":{"256":{"tf":1.0},"278":{"tf":1.0},"586":{"tf":1.0},"625":{"tf":1.0},"675":{"tf":1.0}}}}},"p":{"df":3,"docs":{"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"648":{"tf":1.0}},"l":{"df":1,"docs":{"645":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"d":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}},"df":3,"docs":{"551":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":2.23606797749979}}}}},"q":{"df":0,"docs":{},"m":{"df":3,"docs":{"67":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}},"b":{"df":2,"docs":{"172":{"tf":1.7320508075688772},"174":{"tf":1.0}}},"df":12,"docs":{"182":{"tf":1.0},"432":{"tf":1.0},"515":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"594":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"707":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":38,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"215":{"tf":1.0},"244":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"603":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"697":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"737":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"246":{"tf":1.0},"651":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"288":{"tf":1.0},"625":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"p":{"b":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}},"df":1,"docs":{"691":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"151":{"tf":1.7320508075688772}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}},"l":{"df":2,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"569":{"tf":1.4142135623730951},"717":{"tf":1.0}}}}},"l":{"df":11,"docs":{"19":{"tf":1.0},"21":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":3.0},"29":{"tf":1.4142135623730951},"619":{"tf":1.0},"643":{"tf":1.0}},"i":{"df":4,"docs":{"672":{"tf":1.0},"691":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"244":{"tf":1.0}}}}}}},"df":2,"docs":{"17":{"tf":1.0},"26":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":1.0},"700":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"216":{"tf":1.0},"238":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"217":{"tf":1.0},"703":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"g":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"714":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"30":{"tf":1.0},"550":{"tf":1.0}}}},"p":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"7":{"tf":1.0}}}}},"df":24,"docs":{"158":{"tf":1.0},"174":{"tf":1.0},"231":{"tf":1.4142135623730951},"256":{"tf":2.0},"257":{"tf":1.4142135623730951},"280":{"tf":1.0},"44":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"66":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":2.23606797749979},"714":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"647":{"tf":1.0},"678":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"110":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"609":{"tf":1.4142135623730951},"623":{"tf":1.0},"634":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"545":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"585":{"tf":1.0},"705":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"26":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"582":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"196":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"26":{"tf":1.0},"417":{"tf":1.4142135623730951},"619":{"tf":1.0},"649":{"tf":1.0}},"n":{"df":14,"docs":{"121":{"tf":1.4142135623730951},"151":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.0},"478":{"tf":1.0},"612":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"702":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"277":{"tf":1.4142135623730951},"588":{"tf":1.7320508075688772},"599":{"tf":2.0},"731":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"629":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":32,"docs":{"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"753":{"tf":1.0}}}}},"df":1,"docs":{"74":{"tf":1.0}}}}},"u":{"df":2,"docs":{"256":{"tf":1.0},"541":{"tf":1.0}},"e":{"df":4,"docs":{"539":{"tf":2.0},"541":{"tf":1.0},"689":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"67":{"tf":1.0},"76":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"103":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"21":{"tf":1.0},"252":{"tf":1.4142135623730951},"278":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951}}}},"df":19,"docs":{"11":{"tf":1.0},"225":{"tf":1.0},"236":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"372":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"646":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":5,"docs":{"552":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"648":{"tf":1.0},"682":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"649":{"tf":1.0}}}},"o":{"d":{"df":12,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"273":{"tf":1.0},"38":{"tf":1.0},"415":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"701":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"551":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0},"642":{"tf":1.0}}},"t":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"df":1,"docs":{"12":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}},"h":{"df":5,"docs":{"589":{"tf":1.4142135623730951},"590":{"tf":1.7320508075688772},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"593":{"tf":1.4142135623730951},"594":{"tf":1.4142135623730951}}}},"i":{"c":{"df":10,"docs":{"12":{"tf":1.0},"25":{"tf":1.4142135623730951},"534":{"tf":1.7320508075688772},"549":{"tf":1.0},"550":{"tf":1.0},"595":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"6":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0}}},"df":2,"docs":{"591":{"tf":1.4142135623730951},"592":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"702":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"210":{"tf":1.4142135623730951},"278":{"tf":1.0},"426":{"tf":1.4142135623730951},"509":{"tf":1.0},"550":{"tf":1.4142135623730951},"625":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"289":{"tf":1.0},"723":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"29":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0}}},"t":{"df":1,"docs":{"677":{"tf":1.0}}}},"w":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"280":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":11,"docs":{"225":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":2.23606797749979},"270":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"523":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"724":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":4,"docs":{"189":{"tf":1.0},"192":{"tf":1.0},"551":{"tf":1.0},"688":{"tf":1.0}}},"t":{"df":2,"docs":{"223":{"tf":1.0},"645":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"568":{"tf":1.0},"570":{"tf":1.0},"714":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"269":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":41,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"3":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}},"h":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"602":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"601":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}},"r":{"df":1,"docs":{"273":{"tf":1.0}},"p":{"df":1,"docs":{"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}},"df":1,"docs":{"151":{"tf":1.0}}}}}},"f":{"df":2,"docs":{"316":{"tf":1.0},"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":2,"docs":{"16":{"tf":1.0},"316":{"tf":1.0}}},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"n":{"d":{"df":154,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":2.0},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.7320508075688772},"234":{"tf":2.0},"243":{"tf":1.7320508075688772},"244":{"tf":2.449489742783178},"245":{"tf":1.0},"246":{"tf":1.0},"256":{"tf":1.0},"27":{"tf":2.0},"270":{"tf":1.0},"28":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"29":{"tf":2.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"459":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.7320508075688772},"530":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.7320508075688772},"55":{"tf":1.0},"551":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.7320508075688772},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"652":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":2.0},"668":{"tf":1.7320508075688772},"67":{"tf":1.0},"677":{"tf":1.0},"68":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951},"69":{"tf":1.0},"691":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"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},"96":{"tf":1.0}},"i":{"df":4,"docs":{"12":{"tf":1.0},"239":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0}}},"l":{"df":4,"docs":{"247":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"303":{"tf":1.0}},"l":{"df":1,"docs":{"692":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":3,"docs":{"113":{"tf":1.0},"273":{"tf":1.0},"466":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"d":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"469":{"tf":1.0},"612":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"p":{"b":{"d":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"l":{"df":1,"docs":{"503":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"257":{"tf":1.0},"551":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0}}}},"i":{"df":2,"docs":{"257":{"tf":1.4142135623730951},"506":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":4,"docs":{"215":{"tf":2.23606797749979},"290":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}},"r":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":2.23606797749979},"12":{"tf":2.0},"13":{"tf":1.0},"14":{"tf":1.0},"682":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"’":{"df":1,"docs":{"652":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"#":{"2":{"1":{"3":{"7":{"df":1,"docs":{"694":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"*":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"685":{"tf":1.0},"705":{"tf":1.0}},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"29":{"tf":1.0}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"247":{"tf":1.0}},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"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":4,"docs":{"183":{"tf":1.0},"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"l":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":17,"docs":{"226":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"44":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"694":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":12,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"178":{"tf":1.0},"320":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"612":{"tf":1.0},"688":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.0}},"e":{"/":{"a":{"*":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"539":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":3,"docs":{"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"288":{"tf":1.0},"500":{"tf":1.0},"531":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"49":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}},"df":5,"docs":{"222":{"tf":1.4142135623730951},"243":{"tf":1.0},"31":{"tf":1.0},"429":{"tf":1.0},"691":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"539":{"tf":1.4142135623730951}}}},"m":{"df":2,"docs":{"222":{"tf":1.0},"691":{"tf":1.0}}},"p":{"df":21,"docs":{"10":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"215":{"tf":1.0},"222":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"243":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"3":{"tf":1.0},"429":{"tf":1.4142135623730951},"500":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"648":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}},"m":{"df":1,"docs":{"273":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":3,"docs":{"229":{"tf":1.0},"33":{"tf":1.0},"429":{"tf":1.0}},"l":{"df":1,"docs":{"273":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":35,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.4142135623730951},"42":{"tf":2.0},"466":{"tf":1.4142135623730951},"496":{"tf":1.0},"522":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"665":{"tf":1.0},"680":{"tf":1.0},"695":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"612":{"tf":1.0}}}},"’":{"df":4,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"5":{"tf":1.0},"645":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"257":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.0},"685":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"311":{"tf":1.0},"612":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"269":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"df":1,"docs":{"612":{"tf":1.0}},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"469":{"tf":1.4142135623730951},"503":{"tf":1.0},"507":{"tf":1.0},"612":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"134":{"tf":1.0},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"652":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"0":{"tf":1.0},"12":{"tf":1.0},"21":{"tf":1.0},"222":{"tf":1.0},"250":{"tf":1.4142135623730951},"521":{"tf":1.0},"531":{"tf":1.0},"598":{"tf":1.0},"626":{"tf":1.0},"672":{"tf":1.0},"685":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.7320508075688772}}}}},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"603":{"tf":1.0}}}}}}}},"df":0,"docs":{},"t":{"df":12,"docs":{"102":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"180":{"tf":1.7320508075688772},"202":{"tf":1.7320508075688772},"251":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"283":{"tf":1.7320508075688772},"290":{"tf":1.4142135623730951},"496":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772}}}},"p":{"df":1,"docs":{"44":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"250":{"tf":1.0},"648":{"tf":1.0}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":3,"docs":{"48":{"tf":1.0},"625":{"tf":1.0},"710":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"*":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"21":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"3":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"679":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"9":{"tf":1.0}}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":1,"docs":{"243":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"718":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"457":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"647":{"tf":2.23606797749979}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"25":{"tf":1.0},"457":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"718":{"tf":1.0}},"i":{"df":1,"docs":{"575":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"136":{"tf":1.0},"215":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"273":{"tf":1.0}}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":7,"docs":{"10":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"243":{"tf":1.0},"3":{"tf":1.0},"89":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"241":{"tf":1.0},"245":{"tf":1.0}}}}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"647":{"tf":1.0},"679":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":3,"docs":{"322":{"tf":1.7320508075688772},"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"557":{"tf":1.0}}}}},"df":3,"docs":{"338":{"tf":1.0},"482":{"tf":1.0},"557":{"tf":1.0}},"r":{"df":5,"docs":{"19":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"90":{"tf":1.0}}},"s":{"df":1,"docs":{"482":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"151":{"tf":1.0},"222":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"721":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}},"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"95":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"599":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"431":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"478":{"tf":1.4142135623730951}}}}},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"b":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"57":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"461":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"225":{"tf":1.0},"229":{"tf":1.0},"349":{"tf":1.4142135623730951},"452":{"tf":1.0},"5":{"tf":1.4142135623730951},"504":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"246":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"403":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":1,"docs":{"407":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"705":{"tf":1.0}},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"407":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"563":{"tf":1.0}}},"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"430":{"tf":1.0}}},"f":{"df":1,"docs":{"147":{"tf":1.0}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"247":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"142":{"tf":1.0},"349":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"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":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"686":{"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":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"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":{}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"b":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}},"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.7320508075688772},"506":{"tf":1.0}}}},"df":1,"docs":{"44":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"503":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"651":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"244":{"tf":1.4142135623730951},"506":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":4,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"y":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"269":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"28":{"tf":2.449489742783178},"551":{"tf":1.7320508075688772},"690":{"tf":1.0}}}}}}}},"i":{".":{"df":5,"docs":{"43":{"tf":1.0},"535":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0},"8":{"tf":1.0}}},"a":{"df":1,"docs":{"278":{"tf":2.0}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"l":{"df":2,"docs":{"198":{"tf":1.0},"691":{"tf":1.0}}}},"c":{"df":6,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"245":{"tf":1.0},"247":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"a":{"df":4,"docs":{"20":{"tf":1.0},"277":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0}},"l":{"df":4,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"566":{"tf":1.0},"712":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"509":{"tf":1.0}},"i":{"df":4,"docs":{"278":{"tf":1.0},"50":{"tf":1.0},"521":{"tf":1.4142135623730951},"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"692":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"243":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":7,"docs":{"217":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"5":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"707":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"681":{"tf":1.0}}}},"df":1,"docs":{"604":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"29":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":3,"docs":{"613":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"604":{"tf":1.0},"615":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"570":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"616":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"240":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":22,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"288":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.0},"648":{"tf":1.0},"673":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"1":{"tf":1.0},"221":{"tf":1.0},"53":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"t":{"df":1,"docs":{"242":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"486":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":20,"docs":{"110":{"tf":1.0},"138":{"tf":1.0},"151":{"tf":1.0},"21":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.4142135623730951},"273":{"tf":1.0},"28":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"600":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951},"654":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"730":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"50":{"tf":1.0},"544":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"651":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"654":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"20":{"tf":1.7320508075688772},"30":{"tf":1.0},"501":{"tf":1.0},"550":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"136":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"270":{"tf":1.0},"52":{"tf":1.0},"582":{"tf":1.0},"616":{"tf":1.4142135623730951},"617":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"626":{"tf":1.0}}}},"d":{"df":1,"docs":{"632":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"53":{"tf":1.0},"600":{"tf":1.0}},"x":{"df":7,"docs":{"178":{"tf":1.0},"29":{"tf":1.0},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"i":{"c":{"df":9,"docs":{"20":{"tf":1.4142135623730951},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"563":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"’":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":6,"docs":{"225":{"tf":1.4142135623730951},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"700":{"tf":1.0}}},"x":{"df":1,"docs":{"237":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"688":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"647":{"tf":1.7320508075688772}}}}}},"g":{"df":4,"docs":{"231":{"tf":1.0},"256":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"573":{"tf":1.0}}}}}},"df":15,"docs":{"215":{"tf":1.0},"43":{"tf":1.7320508075688772},"5":{"tf":1.0},"504":{"tf":1.0},"54":{"tf":1.0},"650":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"704":{"tf":1.0},"73":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"4":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"691":{"tf":1.0},"709":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.0},"502":{"tf":1.0},"539":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":2.0},"556":{"tf":1.4142135623730951},"637":{"tf":1.0},"686":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":12,"docs":{"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"672":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":2.23606797749979},"676":{"tf":1.0},"679":{"tf":1.0},"717":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":50,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"278":{"tf":1.4142135623730951},"290":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.7320508075688772},"550":{"tf":1.0},"573":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.4142135623730951},"642":{"tf":1.0},"645":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":2.449489742783178},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"708":{"tf":2.0},"714":{"tf":1.0},"719":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"215":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"647":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":2,"docs":{"602":{"tf":1.0},"691":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"509":{"tf":1.0}}}}}},"n":{"d":{"df":4,"docs":{"45":{"tf":1.0},"622":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"732":{"tf":1.0}}}}}}},"df":5,"docs":{"45":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.0},"732":{"tf":1.0}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":4,"docs":{"19":{"tf":1.0},"257":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}},"t":{"df":11,"docs":{"10":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"110":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"281":{"tf":1.0},"535":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"566":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"609":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"213":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"531":{"tf":1.4142135623730951},"550":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"642":{"tf":1.0},"693":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"182":{"tf":1.0},"204":{"tf":1.0},"386":{"tf":1.0},"499":{"tf":1.0},"525":{"tf":1.7320508075688772},"691":{"tf":1.0},"707":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}}}}},"]":{"(":{"1":{"7":{"df":2,"docs":{"501":{"tf":1.0},"527":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":7,"docs":{"123":{"tf":1.0},"276":{"tf":1.0},"53":{"tf":1.0},"583":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}}}}}}},"o":{"df":2,"docs":{"278":{"tf":1.0},"679":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}},"p":{"a":{"df":5,"docs":{"110":{"tf":1.0},"45":{"tf":2.8284271247461903},"50":{"tf":1.0},"732":{"tf":1.4142135623730951},"89":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"116":{"tf":1.0}}},"s":{"df":3,"docs":{"573":{"tf":1.7320508075688772},"713":{"tf":1.0},"716":{"tf":1.7320508075688772}},"h":{"df":1,"docs":{"704":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"544":{"tf":1.0},"546":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":6,"docs":{"198":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"8":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":3,"docs":{"617":{"tf":1.0},"649":{"tf":1.4142135623730951},"652":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"701":{"tf":1.0}},"i":{"df":4,"docs":{"505":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"1":{"tf":1.0},"276":{"tf":1.0},"39":{"tf":1.0},"582":{"tf":1.0},"599":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}}}}},"’":{"df":26,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.7320508075688772},"219":{"tf":1.0},"236":{"tf":1.0},"240":{"tf":1.0},"243":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"282":{"tf":1.0},"288":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"582":{"tf":1.0},"6":{"tf":1.0},"612":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}},"v":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}},"ˌ":{"df":0,"docs":{},"e":{"df":0,"docs":{},"ɪ":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"’":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}},"v":{"df":5,"docs":{"273":{"tf":1.0},"566":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0}}}}},"j":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":2.23606797749979},"679":{"tf":2.23606797749979},"680":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"682":{"tf":2.0},"683":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":12,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"518":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"545":{"tf":1.7320508075688772},"66":{"tf":1.0},"692":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"630":{"tf":1.0},"677":{"tf":1.0}},"’":{"df":4,"docs":{"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":2.23606797749979},"631":{"tf":2.0}}}}},"n":{"df":0,"docs":{},"’":{"df":1,"docs":{"6":{"tf":1.0}}}}},"i":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":4,"docs":{"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"681":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":4,"docs":{"210":{"tf":1.4142135623730951},"245":{"tf":1.0},"629":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"261":{"tf":1.0},"272":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"545":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"647":{"tf":1.0}}}},"t":{"df":1,"docs":{"79":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"17":{"tf":1.0},"210":{"tf":1.0},"619":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"634":{"tf":1.0}}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"26":{"tf":1.0},"29":{"tf":1.0}}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"*":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"d":{"df":1,"docs":{"560":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"*":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"521":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"669":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":1,"docs":{"507":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"277":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"412":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"273":{"tf":1.0},"507":{"tf":1.0},"699":{"tf":1.0}}}}}}}},"df":2,"docs":{"506":{"tf":1.0},"95":{"tf":1.0}}},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"31":{"tf":1.0}},"p":{"df":2,"docs":{"691":{"tf":1.0},"701":{"tf":1.0}}},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"711":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"33":{"tf":1.0}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":2,"docs":{"273":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"273":{"tf":1.0}},"r":{"df":1,"docs":{"273":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"262":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":4,"docs":{"273":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"t":{"df":5,"docs":{"226":{"tf":1.0},"256":{"tf":1.0},"273":{"tf":1.0},"31":{"tf":1.0},"43":{"tf":1.0}}},"u":{"df":1,"docs":{"434":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"l":{"df":2,"docs":{"121":{"tf":1.0},"385":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":19,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"158":{"tf":1.0},"192":{"tf":1.4142135623730951},"215":{"tf":1.7320508075688772},"328":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":2.0},"52":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.4142135623730951},"612":{"tf":1.0},"7":{"tf":2.0}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"632":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.0},"652":{"tf":1.0},"673":{"tf":1.0},"699":{"tf":1.0}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"p":{"df":1,"docs":{"222":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"df":1,"docs":{"273":{"tf":1.0}}},"y":{"(":{"df":1,"docs":{"25":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":29,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"13":{"tf":1.0},"140":{"tf":1.0},"21":{"tf":1.7320508075688772},"24":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"540":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":3.4641016151377544},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.4142135623730951},"733":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":2.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"’":{"df":3,"docs":{"647":{"tf":1.7320508075688772},"740":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}},"df":113,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"12":{"tf":3.3166247903554},"120":{"tf":1.0},"140":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"229":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":2.6457513110645907},"25":{"tf":1.4142135623730951},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"255":{"tf":1.4142135623730951},"256":{"tf":2.23606797749979},"257":{"tf":4.123105625617661},"258":{"tf":1.4142135623730951},"259":{"tf":2.23606797749979},"26":{"tf":2.449489742783178},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":2.0},"273":{"tf":2.0},"278":{"tf":1.0},"28":{"tf":2.6457513110645907},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"4":{"tf":2.0},"43":{"tf":2.8284271247461903},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.4142135623730951},"536":{"tf":1.0},"54":{"tf":2.449489742783178},"540":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"551":{"tf":1.7320508075688772},"577":{"tf":1.0},"58":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"601":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":2.0},"62":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"639":{"tf":1.0},"645":{"tf":3.1622776601683795},"647":{"tf":3.1622776601683795},"654":{"tf":3.1622776601683795},"665":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":2.8284271247461903},"681":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":2.8284271247461903},"686":{"tf":1.7320508075688772},"687":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"705":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.23606797749979},"711":{"tf":1.4142135623730951},"714":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"733":{"tf":1.7320508075688772},"75":{"tf":1.7320508075688772},"78":{"tf":1.0},"9":{"tf":1.7320508075688772},"96":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"476":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"215":{"tf":2.6457513110645907},"344":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.0}}}},"s":{"df":0,"docs":{},"r":{"df":2,"docs":{"641":{"tf":1.0},"648":{"tf":1.0}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"551":{"tf":1.0},"641":{"tf":1.0},"688":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"210":{"tf":1.0},"479":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}},"w":{"df":3,"docs":{"104":{"tf":1.0},"17":{"tf":1.0},"396":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"701":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":16,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"377":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.4142135623730951},"623":{"tf":1.0},"651":{"tf":1.0}}}}},"o":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"696":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"f":{"df":1,"docs":{"506":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"91":{"tf":1.0}}}}},"f":{"df":2,"docs":{"31":{"tf":1.0},"506":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"719":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"ā":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"238":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"a":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"238":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"4":{"tf":1.0},"5":{"tf":2.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"373":{"tf":1.0},"5":{"tf":1.0}}}},"r":{"/":{"df":1,"docs":{"555":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"711":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":1,"docs":{"711":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":1,"docs":{"556":{"tf":1.4142135623730951}}},"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}}}}},"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"599":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"226":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"*":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"140":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"528":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"b":{"d":{"df":1,"docs":{"707":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"528":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"529":{"tf":1.0}}}}}}}}},"w":{"df":1,"docs":{"528":{"tf":1.4142135623730951}},"h":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}}},"a":{"df":1,"docs":{"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.4142135623730951}}},"z":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"246":{"tf":1.0},"704":{"tf":1.0}}}}}}}},"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}}},"u":{"df":2,"docs":{"216":{"tf":1.0},"691":{"tf":1.0}}}}},"df":6,"docs":{"214":{"tf":1.7320508075688772},"54":{"tf":1.0},"551":{"tf":1.0},"639":{"tf":1.4142135623730951},"663":{"tf":1.7320508075688772},"705":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"b":{"df":0,"docs":{},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"153":{"tf":1.0},"506":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"705":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"705":{"tf":1.0}}}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"204":{"tf":1.0},"33":{"tf":1.0},"371":{"tf":1.0},"49":{"tf":1.0}}},"df":2,"docs":{"106":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}},"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"701":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"g":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"df":6,"docs":{"104":{"tf":1.0},"551":{"tf":1.7320508075688772},"62":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":1,"docs":{"74":{"tf":1.0}},"t":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"e":{"df":2,"docs":{"218":{"tf":1.0},"655":{"tf":1.0}},"l":{"df":1,"docs":{"276":{"tf":1.0}}},"p":{"df":1,"docs":{"218":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"705":{"tf":1.0},"708":{"tf":1.0}}},"u":{"df":1,"docs":{"278":{"tf":1.7320508075688772}},"g":{"df":1,"docs":{"245":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"411":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.7320508075688772}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"333":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":27,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":2.23606797749979},"218":{"tf":1.0},"234":{"tf":1.0},"245":{"tf":2.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"272":{"tf":1.7320508075688772},"273":{"tf":1.7320508075688772},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"473":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"665":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.7320508075688772},"693":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"699":{"tf":1.7320508075688772},"704":{"tf":1.0},"711":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"t":{"df":3,"docs":{"270":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}}}},"df":1,"docs":{"692":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"g":{"df":3,"docs":{"245":{"tf":1.0},"595":{"tf":1.0},"704":{"tf":1.0}}}},"df":6,"docs":{"246":{"tf":1.4142135623730951},"270":{"tf":1.0},"591":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0}},"f":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}}},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"278":{"tf":1.0}},"e":{"df":1,"docs":{"278":{"tf":1.0}},"r":{"df":1,"docs":{"708":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"333":{"tf":1.0}}},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"262":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}},"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.4142135623730951},"721":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"12":{"tf":1.0},"621":{"tf":1.0}}}},"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"660":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"465":{"tf":1.4142135623730951}}},"df":1,"docs":{"583":{"tf":1.0}},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":1,"docs":{"57":{"tf":1.0}},"w":{"df":116,"docs":{"0":{"tf":2.6457513110645907},"1":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"226":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":2.6457513110645907},"38":{"tf":1.7320508075688772},"39":{"tf":2.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"566":{"tf":1.7320508075688772},"567":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"611":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":2.0},"628":{"tf":1.4142135623730951},"63":{"tf":1.0},"630":{"tf":1.7320508075688772},"633":{"tf":1.0},"635":{"tf":2.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"646":{"tf":2.23606797749979},"649":{"tf":2.0},"650":{"tf":2.0},"651":{"tf":2.0},"652":{"tf":3.3166247903554},"653":{"tf":2.23606797749979},"654":{"tf":1.7320508075688772},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":2.6457513110645907},"673":{"tf":2.0},"674":{"tf":2.449489742783178},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":2.6457513110645907},"678":{"tf":1.7320508075688772},"679":{"tf":1.7320508075688772},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":2.0},"683":{"tf":1.4142135623730951},"687":{"tf":1.0},"689":{"tf":1.4142135623730951},"712":{"tf":1.7320508075688772},"749":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"257":{"tf":1.0}}}}}}},"df":0,"docs":{},"’":{"df":1,"docs":{"667":{"tf":1.0}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"461":{"tf":1.4142135623730951},"692":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"153":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"699":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":32,"docs":{"102":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":2.0},"268":{"tf":1.0},"270":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.4142135623730951},"60":{"tf":1.0},"609":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.7320508075688772},"648":{"tf":1.0},"675":{"tf":1.0},"693":{"tf":1.0},"703":{"tf":1.4142135623730951},"714":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":19,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"210":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"501":{"tf":1.0},"53":{"tf":1.0},"568":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"168":{"tf":1.0}}}},"y":{"df":3,"docs":{"198":{"tf":1.0},"257":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"683":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":28,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"53":{"tf":1.4142135623730951},"540":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951}}}}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"257":{"tf":1.0}}},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"170":{"tf":1.0}}}},"df":32,"docs":{"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"35":{"tf":1.0},"407":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"504":{"tf":3.4641016151377544},"508":{"tf":1.0},"517":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"704":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"a":{"d":{"df":5,"docs":{"133":{"tf":1.0},"140":{"tf":1.0},"257":{"tf":1.0},"505":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":53,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"140":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":2.23606797749979},"162":{"tf":1.0},"17":{"tf":2.6457513110645907},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"19":{"tf":2.6457513110645907},"20":{"tf":1.7320508075688772},"204":{"tf":1.0},"21":{"tf":2.23606797749979},"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.4142135623730951},"276":{"tf":1.0},"278":{"tf":1.0},"285":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"612":{"tf":1.0},"62":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":3.3166247903554},"628":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.0},"642":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.7320508075688772},"83":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"649":{"tf":1.4142135623730951},"701":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"26":{"tf":1.0},"261":{"tf":1.0},"690":{"tf":1.0}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":1,"docs":{"704":{"tf":1.0}},"e":{"df":1,"docs":{"277":{"tf":1.0}},"v":{"df":1,"docs":{"278":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":64,"docs":{"209":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"246":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"511":{"tf":1.0},"52":{"tf":1.0},"528":{"tf":1.7320508075688772},"530":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"631":{"tf":1.0},"637":{"tf":2.0},"639":{"tf":1.0},"640":{"tf":1.7320508075688772},"642":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"65":{"tf":1.7320508075688772},"654":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":2.0},"67":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"691":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":2.23606797749979},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"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}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"599":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"21":{"tf":1.0},"241":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"550":{"tf":1.0},"584":{"tf":1.0},"650":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":37,"docs":{"104":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0},"536":{"tf":1.7320508075688772},"538":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":2.0},"616":{"tf":1.0},"62":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":1.0},"705":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}},"’":{"df":1,"docs":{"631":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"572":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"678":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"g":{"df":6,"docs":{"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"612":{"tf":1.0},"645":{"tf":1.0}},"t":{"df":1,"docs":{"639":{"tf":1.7320508075688772}}}},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":2,"docs":{"509":{"tf":1.0},"672":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"478":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"l":{"df":1,"docs":{"246":{"tf":1.0}},"i":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"643":{"tf":1.0},"714":{"tf":1.0},"81":{"tf":1.0}}}}},"n":{"df":1,"docs":{"705":{"tf":1.0}},"e":{"df":2,"docs":{"431":{"tf":1.4142135623730951},"629":{"tf":1.0}}},"g":{"df":1,"docs":{"173":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"277":{"tf":1.0},"45":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0}}}}}}},"k":{"df":24,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"145":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"234":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"277":{"tf":1.0},"287":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"534":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"625":{"tf":1.0},"646":{"tf":1.0},"653":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"245":{"tf":1.0},"266":{"tf":1.0},"272":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"13":{"tf":1.0},"647":{"tf":1.0},"679":{"tf":1.0},"737":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":24,"docs":{"12":{"tf":1.0},"151":{"tf":1.0},"222":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"45":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"551":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.0},"648":{"tf":1.0},"653":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"509":{"tf":1.0},"625":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"478":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"523":{"tf":1.0}}}},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":6,"docs":{"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"407":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"403":{"tf":1.4142135623730951}}}}},"j":{"/":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0}}},"k":{"df":4,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"159":{"tf":1.0}}},"l":{"df":2,"docs":{"713":{"tf":1.0},"717":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":3,"docs":{"37":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"44":{"tf":1.0}}},"c":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"21":{"tf":1.0},"236":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}},"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.4142135623730951}}}},"g":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"100":{"tf":2.0},"104":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"123":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"229":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"246":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"281":{"tf":1.0},"3":{"tf":1.0},"361":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.0},"544":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.7320508075688772},"678":{"tf":1.0},"691":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.7320508075688772},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"257":{"tf":1.0},"3":{"tf":1.0},"691":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.7320508075688772},"621":{"tf":1.0}}}}}}},"o":{"df":1,"docs":{"98":{"tf":1.0}},"k":{"df":28,"docs":{"123":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"220":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"250":{"tf":1.0},"281":{"tf":1.0},"368":{"tf":1.4142135623730951},"38":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"609":{"tf":1.0},"621":{"tf":2.0},"622":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"685":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":9,"docs":{"20":{"tf":2.0},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"626":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"df":23,"docs":{"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"674":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}},"u":{"d":{"df":3,"docs":{"12":{"tf":1.0},"278":{"tf":1.0},"509":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"147":{"tf":1.0},"183":{"tf":1.0},"280":{"tf":1.0}},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"w":{"df":7,"docs":{"12":{"tf":1.0},"430":{"tf":1.4142135623730951},"500":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"537":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":5,"docs":{"104":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"225":{"tf":1.0},"562":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951}}}}}}},"s":{"df":1,"docs":{"558":{"tf":1.4142135623730951}}},"t":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.4142135623730951},"244":{"tf":2.8284271247461903},"662":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"704":{"tf":1.0}},"z":{"df":1,"docs":{"639":{"tf":1.0}}}},"u":{"/":{"d":{"df":0,"docs":{},"i":{"/":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"/":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"247":{"tf":1.4142135623730951}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}},"y":{"df":8,"docs":{"20":{"tf":1.7320508075688772},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.0},"504":{"tf":1.0},"700":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"691":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":2,"docs":{"648":{"tf":1.0},"737":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"546":{"tf":1.0},"647":{"tf":1.7320508075688772},"654":{"tf":1.0},"678":{"tf":2.0},"679":{"tf":1.4142135623730951},"740":{"tf":1.0},"742":{"tf":2.23606797749979}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"645":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"e":{"df":13,"docs":{"278":{"tf":1.0},"402":{"tf":1.4142135623730951},"43":{"tf":1.0},"54":{"tf":1.0},"583":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"704":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"631":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"246":{"tf":1.0},"649":{"tf":2.449489742783178},"651":{"tf":1.4142135623730951},"652":{"tf":2.6457513110645907},"677":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":14,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"546":{"tf":1.0},"612":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"652":{"tf":1.0},"712":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"678":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"26":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":62,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"110":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"226":{"tf":1.0},"238":{"tf":1.0},"241":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"339":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"486":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"551":{"tf":1.0},"60":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"611":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.0},"646":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.4142135623730951},"700":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":1,"docs":{"410":{"tf":1.4142135623730951}},"e":{"df":1,"docs":{"125":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.4142135623730951}}}},"i":{"df":29,"docs":{"1":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.0},"352":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"550":{"tf":1.0},"617":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":2.0},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"710":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"229":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"700":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"555":{"tf":1.0},"567":{"tf":1.0},"600":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":2.23606797749979},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"6":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"725":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}},"k":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"27":{"tf":1.0},"551":{"tf":3.1622776601683795},"637":{"tf":1.0},"688":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"104":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"162":{"tf":1.0},"178":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"665":{"tf":1.0},"705":{"tf":1.4142135623730951},"83":{"tf":1.0}}}},"df":2,"docs":{"544":{"tf":1.7320508075688772},"546":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"103":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"221":{"tf":1.0},"240":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.0},"497":{"tf":1.0},"508":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"535":{"tf":1.0},"550":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.0},"82":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"599":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"678":{"tf":1.0},"681":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"y":{"b":{"df":4,"docs":{"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"250":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":2.0},"155":{"tf":1.0},"158":{"tf":1.0},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":2.0},"690":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":8,"docs":{"19":{"tf":1.7320508075688772},"238":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"631":{"tf":1.0}},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}},"g":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":28,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"217":{"tf":1.4142135623730951},"223":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.7320508075688772},"282":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"582":{"tf":1.0},"626":{"tf":1.0},"651":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"17":{"tf":1.0},"25":{"tf":1.0}}}}}},"n":{"df":1,"docs":{"475":{"tf":1.4142135623730951}},"s":{"df":1,"docs":{"616":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"248":{"tf":1.0},"9":{"tf":1.0}}}},"df":12,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"194":{"tf":2.0},"196":{"tf":1.0},"197":{"tf":1.0},"234":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"661":{"tf":1.7320508075688772},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"257":{"tf":1.0},"289":{"tf":1.0},"521":{"tf":1.0},"649":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}},"u":{"df":2,"docs":{"27":{"tf":1.0},"682":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":1,"docs":{"648":{"tf":1.0}},"i":{"df":1,"docs":{"217":{"tf":1.0}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"d":{"df":15,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"4":{"tf":1.0},"531":{"tf":1.0},"568":{"tf":1.0},"605":{"tf":1.0},"643":{"tf":1.4142135623730951},"646":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"625":{"tf":1.7320508075688772}}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":12,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"229":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"58":{"tf":1.0},"639":{"tf":1.0},"71":{"tf":1.7320508075688772},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":1,"docs":{"237":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":10,"docs":{"121":{"tf":1.0},"17":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"639":{"tf":1.0},"712":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"t":{"df":23,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"186":{"tf":2.0},"19":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.4142135623730951},"233":{"tf":2.0},"242":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.449489742783178},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":2.6457513110645907},"499":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"66":{"tf":2.0},"87":{"tf":2.0}}}}},"r":{"a":{"b":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.0}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"208":{"tf":1.0},"212":{"tf":1.4142135623730951},"550":{"tf":1.0},"579":{"tf":1.4142135623730951},"582":{"tf":1.0},"650":{"tf":1.0},"664":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"713":{"tf":1.0},"721":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"s":{"df":9,"docs":{"35":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"622":{"tf":1.0},"629":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":11,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"237":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":31,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"29":{"tf":2.23606797749979},"551":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"58":{"tf":1.4142135623730951},"626":{"tf":1.0},"628":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}}},"o":{"b":{"df":1,"docs":{"629":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"198":{"tf":1.0},"245":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":2,"docs":{"646":{"tf":1.0},"676":{"tf":2.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"646":{"tf":3.1622776601683795},"675":{"tf":1.0},"676":{"tf":1.0},"683":{"tf":1.4142135623730951}}}},"df":3,"docs":{"647":{"tf":1.7320508075688772},"68":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":1,"docs":{"280":{"tf":1.0}},"l":{"df":1,"docs":{"714":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":2,"docs":{"37":{"tf":1.0},"672":{"tf":1.0}},"i":{"df":25,"docs":{"238":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":2.0},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":2.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.0},"642":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"648":{"tf":1.0},"665":{"tf":1.0},"674":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"503":{"tf":1.0},"518":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"623":{"tf":1.0},"707":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":4,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"649":{"tf":3.0},"667":{"tf":1.0},"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"16":{"tf":2.0},"17":{"tf":1.0},"625":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"141":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":65,"docs":{"1":{"tf":1.7320508075688772},"134":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"217":{"tf":1.0},"235":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"273":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"38":{"tf":1.0},"386":{"tf":1.0},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"478":{"tf":1.0},"500":{"tf":1.4142135623730951},"523":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.0},"531":{"tf":1.0},"558":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"632":{"tf":1.4142135623730951},"641":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"650":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"705":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"558":{"tf":1.0}}}}},"n":{"df":1,"docs":{"586":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"246":{"tf":1.0},"257":{"tf":1.0},"504":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"229":{"tf":1.4142135623730951},"230":{"tf":1.0},"489":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"v":{"df":4,"docs":{"1":{"tf":1.4142135623730951},"17":{"tf":1.0},"282":{"tf":1.0},"649":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":28,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"203":{"tf":1.0},"211":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"438":{"tf":1.4142135623730951},"497":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"515":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"525":{"tf":1.0},"61":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"645":{"tf":2.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.0},"82":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"646":{"tf":1.0},"683":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"646":{"tf":1.4142135623730951},"677":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"244":{"tf":1.0},"280":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.4142135623730951},"645":{"tf":2.449489742783178},"646":{"tf":3.4641016151377544},"647":{"tf":1.4142135623730951},"683":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}}}},"p":{"df":7,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"159":{"tf":1.0},"270":{"tf":1.0},"660":{"tf":1.7320508075688772},"691":{"tf":1.0}}},"t":{"df":1,"docs":{"196":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"241":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"425":{"tf":1.4142135623730951},"43":{"tf":1.0},"540":{"tf":1.0},"598":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"616":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"654":{"tf":1.0},"692":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"192":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"168":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":19,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"188":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.0},"544":{"tf":1.0},"613":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"693":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"708":{"tf":1.0},"733":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"647":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"220":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"281":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"l":{"df":6,"docs":{"250":{"tf":1.0},"268":{"tf":1.0},"276":{"tf":1.0},"609":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"749":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"616":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"273":{"tf":1.0},"632":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"420":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"29":{"tf":1.0},"523":{"tf":1.0},"615":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"599":{"tf":1.0}}},"h":{"df":2,"docs":{"176":{"tf":1.0},"178":{"tf":1.0}}}},"df":17,"docs":{"12":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":2.0},"171":{"tf":1.0},"174":{"tf":1.0},"43":{"tf":1.0},"522":{"tf":1.0},"531":{"tf":1.7320508075688772},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.7320508075688772},"600":{"tf":1.0},"66":{"tf":1.0},"690":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"733":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"491":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"16":{"tf":1.0},"259":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"236":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.0},"52":{"tf":1.0},"555":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"17":{"tf":1.0},"26":{"tf":1.0},"289":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0},"653":{"tf":1.0},"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":39,"docs":{"108":{"tf":2.449489742783178},"12":{"tf":1.0},"144":{"tf":2.23606797749979},"166":{"tf":2.0},"17":{"tf":1.0},"186":{"tf":2.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"226":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.4142135623730951},"244":{"tf":1.0},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"266":{"tf":2.0},"273":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"481":{"tf":1.4142135623730951},"499":{"tf":2.0},"566":{"tf":1.0},"604":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":3.4641016151377544},"633":{"tf":1.0},"646":{"tf":1.4142135623730951},"653":{"tf":1.0},"66":{"tf":2.0},"693":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.4142135623730951},"87":{"tf":2.0}}},"df":0,"docs":{}},"f":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":0,"docs":{}},"g":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"576":{"tf":1.0},"580":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"234":{"tf":1.0},"243":{"tf":1.7320508075688772},"704":{"tf":1.0}}}},"t":{"df":3,"docs":{"555":{"tf":1.0},"556":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"556":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"110":{"tf":1.0},"250":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":14,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"276":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"396":{"tf":1.4142135623730951},"531":{"tf":1.0},"561":{"tf":1.0},"622":{"tf":1.7320508075688772}}},"x":{"df":0,"docs":{},"t":{"df":41,"docs":{"10":{"tf":1.0},"103":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.4142135623730951},"203":{"tf":1.0},"224":{"tf":1.0},"241":{"tf":1.0},"252":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.7320508075688772},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.0},"497":{"tf":1.0},"509":{"tf":1.0},"551":{"tf":4.242640687119285},"554":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"561":{"tf":2.0},"562":{"tf":1.4142135623730951},"563":{"tf":1.4142135623730951},"61":{"tf":1.0},"615":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"648":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"747":{"tf":1.0},"82":{"tf":1.0}}}}},"g":{"df":8,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"516":{"tf":1.0},"605":{"tf":1.7320508075688772},"698":{"tf":1.7320508075688772}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"172":{"tf":1.0}}},"k":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"741":{"tf":1.0}}}}}}}},"n":{"df":10,"docs":{"237":{"tf":1.0},"239":{"tf":1.0},"243":{"tf":1.0},"628":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772}},"e":{"df":3,"docs":{"244":{"tf":1.0},"622":{"tf":1.0},"693":{"tf":1.0}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"225":{"tf":1.0},"257":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"615":{"tf":1.0},"646":{"tf":1.0},"690":{"tf":1.0},"720":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"273":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"566":{"tf":1.0},"587":{"tf":1.0},"651":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":51,"docs":{"0":{"tf":1.0},"104":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"199":{"tf":1.0},"204":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.7320508075688772},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"62":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"648":{"tf":1.0},"655":{"tf":1.0},"675":{"tf":1.0},"681":{"tf":1.0},"690":{"tf":1.0},"699":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"717":{"tf":1.0},"73":{"tf":1.0},"742":{"tf":1.0},"83":{"tf":1.0},"94":{"tf":1.0}}},"h":{"df":2,"docs":{"261":{"tf":1.0},"43":{"tf":1.0}}},"i":{"c":{"df":8,"docs":{"244":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"278":{"tf":1.0},"28":{"tf":1.0},"631":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"n":{"df":14,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":2.23606797749979},"545":{"tf":2.0},"546":{"tf":2.23606797749979},"654":{"tf":1.0},"669":{"tf":2.0},"678":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":2.23606797749979},"745":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"546":{"tf":1.7320508075688772},"645":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"w":{"df":13,"docs":{"141":{"tf":1.0},"210":{"tf":1.0},"238":{"tf":1.0},"26":{"tf":1.7320508075688772},"38":{"tf":1.0},"392":{"tf":1.4142135623730951},"43":{"tf":1.0},"509":{"tf":1.4142135623730951},"53":{"tf":1.0},"629":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":23,"docs":{"379":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"533":{"tf":1.4142135623730951},"534":{"tf":1.4142135623730951},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":2.6457513110645907},"541":{"tf":1.7320508075688772},"544":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"583":{"tf":1.0},"645":{"tf":1.0},"654":{"tf":2.6457513110645907},"668":{"tf":1.7320508075688772},"669":{"tf":1.0},"672":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"678":{"tf":2.449489742783178},"685":{"tf":2.6457513110645907},"689":{"tf":2.23606797749979}},"p":{"a":{"d":{"df":2,"docs":{"540":{"tf":1.0},"668":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"677":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"506":{"tf":1.0},"7":{"tf":1.0}}}},"p":{"a":{"d":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"689":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"306":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":6,"docs":{"242":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}},"g":{"df":1,"docs":{"580":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"330":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"665":{"tf":1.4142135623730951}}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"a":{"df":1,"docs":{"136":{"tf":1.0}},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"151":{"tf":1.0},"693":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":3,"docs":{"505":{"tf":1.0},"531":{"tf":1.0},"710":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"509":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"704":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"250":{"tf":1.4142135623730951},"280":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"665":{"tf":1.0}},"s":{"df":1,"docs":{"626":{"tf":1.0}}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"39":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"273":{"tf":1.0},"277":{"tf":1.0}},"r":{"df":2,"docs":{"645":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"192":{"tf":1.0}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"d":{"df":2,"docs":{"182":{"tf":1.0},"582":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":24,"docs":{"120":{"tf":2.449489742783178},"278":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"551":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.4142135623730951},"685":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"707":{"tf":2.0},"711":{"tf":1.4142135623730951},"719":{"tf":1.0},"90":{"tf":1.4142135623730951},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"281":{"tf":1.0},"609":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":9,"docs":{"574":{"tf":2.0},"610":{"tf":1.0},"713":{"tf":1.0},"718":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":2,"docs":{"381":{"tf":1.0},"610":{"tf":1.0}}}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"*":{"df":1,"docs":{"593":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"l":{"d":{"df":1,"docs":{"441":{"tf":1.0}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"408":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":2,"docs":{"182":{"tf":1.0},"408":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":4,"docs":{"229":{"tf":1.0},"330":{"tf":1.0},"691":{"tf":1.0},"708":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.0},"718":{"tf":1.0}}}}}}}}},"u":{"df":6,"docs":{"551":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"92":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"583":{"tf":1.0},"586":{"tf":1.0}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"441":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"597":{"tf":1.4142135623730951},"598":{"tf":1.4142135623730951}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"680":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":20,"docs":{"104":{"tf":1.0},"12":{"tf":1.4142135623730951},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":1.0},"21":{"tf":1.0},"229":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"629":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"681":{"tf":1.0},"724":{"tf":1.0},"83":{"tf":1.0}}},"df":74,"docs":{"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"235":{"tf":1.0},"244":{"tf":2.0},"246":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.23606797749979},"276":{"tf":1.0},"281":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.4142135623730951},"333":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"487":{"tf":1.0},"500":{"tf":1.7320508075688772},"507":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.4142135623730951},"53":{"tf":1.0},"540":{"tf":1.0},"551":{"tf":1.4142135623730951},"566":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"640":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"678":{"tf":1.0},"681":{"tf":1.0},"693":{"tf":1.0},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"735":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"19":{"tf":1.0},"211":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"df":3,"docs":{"100":{"tf":1.0},"136":{"tf":1.0},"98":{"tf":1.4142135623730951}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"306":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":13,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"551":{"tf":3.4641016151377544},"649":{"tf":1.0},"651":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":2.23606797749979},"737":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":2,"docs":{"11":{"tf":1.0},"689":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"17":{"tf":1.0},"276":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"701":{"tf":1.0}}}}},"t":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.4142135623730951},"198":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"37":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"647":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0},"83":{"tf":1.0}}}}}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"569":{"tf":1.0},"570":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"597":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"598":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":27,"docs":{"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.4142135623730951},"229":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"386":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":1.0},"501":{"tf":1.0},"52":{"tf":2.6457513110645907},"525":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"559":{"tf":1.0},"583":{"tf":1.0},"649":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"699":{"tf":1.0},"71":{"tf":1.0},"730":{"tf":1.0},"744":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"569":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"569":{"tf":1.0},"570":{"tf":1.0},"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":1,"docs":{"721":{"tf":1.0}}},"i":{"df":1,"docs":{"708":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.0},"617":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.4142135623730951},"213":{"tf":1.0},"219":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"734":{"tf":1.4142135623730951}},"i":{"df":6,"docs":{"247":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"692":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"t":{"a":{"df":1,"docs":{"551":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"19":{"tf":1.0},"282":{"tf":1.0},"617":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"280":{"tf":1.0}}}}}}}}},"u":{"df":12,"docs":{"575":{"tf":1.7320508075688772},"586":{"tf":2.449489742783178},"587":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"691":{"tf":1.0},"713":{"tf":1.0},"719":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"92":{"tf":1.0},"93":{"tf":1.0}},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"549":{"tf":1.0},"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":211,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":2.0},"196":{"tf":1.4142135623730951},"20":{"tf":2.0},"21":{"tf":1.0},"229":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"289":{"tf":2.449489742783178},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.0},"329":{"tf":2.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"559":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":2.23606797749979},"691":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.7320508075688772},"707":{"tf":1.0},"711":{"tf":2.449489742783178},"753":{"tf":1.4142135623730951},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":127,"docs":{"1":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"191":{"tf":1.0},"20":{"tf":2.6457513110645907},"206":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"250":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":3.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":2.23606797749979},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"295":{"tf":1.0},"41":{"tf":1.0},"500":{"tf":2.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":2.0},"550":{"tf":1.0},"551":{"tf":4.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.4142135623730951},"556":{"tf":1.7320508075688772},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"584":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"592":{"tf":1.7320508075688772},"594":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":2.0},"609":{"tf":2.23606797749979},"610":{"tf":1.4142135623730951},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":2.23606797749979},"623":{"tf":2.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"632":{"tf":1.0},"634":{"tf":1.7320508075688772},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"720":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"735":{"tf":1.4142135623730951},"739":{"tf":1.0},"750":{"tf":1.0},"752":{"tf":1.0},"753":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":2.0}},"e":{"(":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":16,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.0},"631":{"tf":1.0},"646":{"tf":1.0},"681":{"tf":1.0},"703":{"tf":1.4142135623730951},"726":{"tf":1.0},"729":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":25,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"281":{"tf":1.0},"381":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":1.0},"558":{"tf":1.0},"602":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"612":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"9":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"192":{"tf":1.0},"244":{"tf":2.6457513110645907},"70":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":2,"docs":{"29":{"tf":1.0},"90":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"483":{"tf":1.0}}}}}},"f":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":21,"docs":{"108":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"499":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"543":{"tf":1.4142135623730951},"548":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"565":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"628":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":2,"docs":{"33":{"tf":1.0},"689":{"tf":1.4142135623730951}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"126":{"tf":1.0},"134":{"tf":1.0}}},"u":{"df":1,"docs":{"273":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":6,"docs":{"111":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"273":{"tf":1.0},"95":{"tf":1.0}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"df":1,"docs":{"177":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":25,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.7320508075688772},"31":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.4142135623730951},"535":{"tf":1.0},"582":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"622":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.4142135623730951},"675":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0}},"—":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":2,"docs":{"105":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":3.0},"50":{"tf":1.0},"585":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"m":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}}}},"df":3,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"387":{"tf":1.0}}}},"u":{"df":1,"docs":{"26":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"590":{"tf":1.0},"626":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"134":{"tf":1.7320508075688772}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"551":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"634":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":21,"docs":{"110":{"tf":1.4142135623730951},"250":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"398":{"tf":1.7320508075688772},"4":{"tf":1.0},"43":{"tf":2.0},"49":{"tf":1.0},"556":{"tf":1.0},"583":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"634":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0},"89":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"268":{"tf":1.0}}}},"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"111":{"tf":1.0},"250":{"tf":1.0},"509":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"188":{"tf":1.0},"531":{"tf":1.0},"566":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"44":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"t":{"df":8,"docs":{"151":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":4,"docs":{"256":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0}},"h":{"df":1,"docs":{"156":{"tf":1.0}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"531":{"tf":1.4142135623730951},"598":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"704":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"226":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"691":{"tf":1.0}}}}},"y":{"df":5,"docs":{"105":{"tf":1.0},"241":{"tf":1.0},"273":{"tf":1.0},"509":{"tf":1.0},"94":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":12,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"243":{"tf":2.0},"391":{"tf":1.0},"419":{"tf":1.0},"43":{"tf":1.0},"551":{"tf":1.4142135623730951},"688":{"tf":1.0},"704":{"tf":1.4142135623730951}},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"605":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":1,"docs":{"605":{"tf":1.0}}}}}}},"df":4,"docs":{"172":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"516":{"tf":1.0},"626":{"tf":1.0}}},"l":{"df":0,"docs":{},"g":{"df":3,"docs":{"168":{"tf":1.0},"170":{"tf":1.0},"631":{"tf":1.0}}}}},"d":{"df":2,"docs":{"556":{"tf":2.0},"631":{"tf":1.4142135623730951}},"f":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":21,"docs":{"140":{"tf":1.0},"222":{"tf":1.4142135623730951},"227":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"28":{"tf":1.0},"387":{"tf":1.0},"429":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.0},"631":{"tf":1.7320508075688772},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"a":{"c":{"df":2,"docs":{"131":{"tf":1.0},"629":{"tf":1.0}}},"df":1,"docs":{"131":{"tf":1.0}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}},"r":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.7320508075688772}}}},"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":3,"docs":{"222":{"tf":1.0},"245":{"tf":1.0},"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"277":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"140":{"tf":1.0},"141":{"tf":1.0},"17":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"12":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"500":{"tf":1.4142135623730951},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"217":{"tf":1.0},"244":{"tf":1.4142135623730951},"42":{"tf":1.0},"611":{"tf":1.0},"649":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"686":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"62":{"tf":1.0}}}}}},"df":5,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951},"690":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"601":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"210":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"—":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":15,"docs":{"121":{"tf":1.0},"16":{"tf":1.0},"217":{"tf":1.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"49":{"tf":1.0},"531":{"tf":2.0},"625":{"tf":1.0},"626":{"tf":1.7320508075688772},"629":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"700":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"280":{"tf":1.4142135623730951},"500":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"685":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"273":{"tf":1.0},"46":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.0},"693":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"595":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"708":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"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":2,"docs":{"229":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"603":{"tf":1.0}}}},"df":1,"docs":{"600":{"tf":1.0}},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"599":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"402":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"362":{"tf":1.0}}}},"df":1,"docs":{"388":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"704":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"416":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"436":{"tf":1.0}}},"df":0,"docs":{}},"u":{"/":{"df":0,"docs":{},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"578":{"tf":1.0},"720":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"375":{"tf":1.0}},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":3,"docs":{"147":{"tf":1.0},"244":{"tf":1.0},"438":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"410":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"229":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"t":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}},"df":10,"docs":{"213":{"tf":1.0},"29":{"tf":1.0},"551":{"tf":1.0},"615":{"tf":1.0},"656":{"tf":1.7320508075688772},"68":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"70":{"tf":2.23606797749979},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"475":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"707":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"690":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"237":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"692":{"tf":1.0}},"i":{"df":2,"docs":{"691":{"tf":1.0},"8":{"tf":1.0}}}}}}}}}},"o":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"503":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"503":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":2,"docs":{"667":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":2,"docs":{"378":{"tf":1.0},"504":{"tf":1.0}}}},"g":{"df":1,"docs":{"190":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"8":{"tf":1.0}}}}},"r":{"df":2,"docs":{"229":{"tf":1.0},"489":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"625":{"tf":1.0},"656":{"tf":1.0}},"t":{"df":17,"docs":{"111":{"tf":1.0},"245":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"tf":1.0},"586":{"tf":1.0},"588":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"700":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"p":{"b":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"649":{"tf":1.0}},"u":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"518":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"558":{"tf":1.0}}}}},"df":1,"docs":{"558":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"*":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"656":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":2,"docs":{"369":{"tf":1.0},"69":{"tf":1.0}},"p":{"b":{"df":2,"docs":{"586":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"586":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"*":{"d":{"df":1,"docs":{"684":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":3,"docs":{"244":{"tf":1.0},"401":{"tf":1.0},"453":{"tf":1.0}},"g":{"df":1,"docs":{"257":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":33,"docs":{"162":{"tf":1.4142135623730951},"198":{"tf":1.0},"248":{"tf":1.7320508075688772},"269":{"tf":1.0},"280":{"tf":2.449489742783178},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"4":{"tf":1.0},"473":{"tf":1.0},"556":{"tf":1.0},"608":{"tf":1.7320508075688772},"612":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"627":{"tf":1.7320508075688772},"628":{"tf":2.8284271247461903},"629":{"tf":2.8284271247461903},"630":{"tf":1.0},"631":{"tf":3.4641016151377544},"632":{"tf":1.0},"665":{"tf":1.7320508075688772},"691":{"tf":1.0},"83":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"630":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"70":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"5":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"245":{"tf":1.0},"704":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"425":{"tf":1.0}}},"t":{"df":1,"docs":{"467":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"277":{"tf":1.4142135623730951},"691":{"tf":1.0},"693":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"483":{"tf":1.4142135623730951},"693":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"130":{"tf":1.0},"131":{"tf":1.0}}},"df":1,"docs":{"26":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}},"df":2,"docs":{"242":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"29":{"tf":1.4142135623730951}}}}},"t":{"df":3,"docs":{"44":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"205":{"tf":1.0},"25":{"tf":1.0},"401":{"tf":1.4142135623730951},"523":{"tf":1.0},"535":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"257":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"df":1,"docs":{"70":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"y":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"199":{"tf":1.0},"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":7,"docs":{"123":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"453":{"tf":1.4142135623730951},"550":{"tf":1.0},"740":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"df":24,"docs":{"105":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":2.449489742783178},"183":{"tf":2.0},"205":{"tf":2.0},"220":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"615":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"660":{"tf":1.7320508075688772},"688":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"70":{"tf":1.0},"84":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"s":{"df":12,"docs":{"19":{"tf":1.0},"225":{"tf":1.0},"40":{"tf":1.0},"566":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{":":{"!":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":70,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"20":{"tf":1.0},"236":{"tf":1.7320508075688772},"246":{"tf":1.0},"247":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.0},"27":{"tf":1.0},"273":{"tf":1.0},"28":{"tf":2.0},"3":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":2.449489742783178},"39":{"tf":1.4142135623730951},"550":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"567":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":3.0},"649":{"tf":3.0},"650":{"tf":1.0},"651":{"tf":1.7320508075688772},"652":{"tf":2.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":2.0},"673":{"tf":1.0},"674":{"tf":2.0},"675":{"tf":2.6457513110645907},"676":{"tf":1.4142135623730951},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.7320508075688772},"680":{"tf":1.0},"682":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.0},"694":{"tf":1.0},"737":{"tf":1.4142135623730951},"8":{"tf":1.0}},"’":{"df":10,"docs":{"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"546":{"tf":1.0},"621":{"tf":1.0},"626":{"tf":1.0},"652":{"tf":1.0},"676":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"629":{"tf":1.0}}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"244":{"tf":2.8284271247461903},"29":{"tf":1.0},"531":{"tf":1.0},"661":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0}}},"u":{"df":5,"docs":{"536":{"tf":1.0},"546":{"tf":1.0},"632":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0}},"g":{"df":1,"docs":{"740":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"245":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.0},"675":{"tf":2.23606797749979},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"704":{"tf":1.0}}}}},"m":{"df":1,"docs":{"154":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"256":{"tf":1.0},"257":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":2,"docs":{"244":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":1.0},"29":{"tf":1.4142135623730951},"41":{"tf":1.0},"488":{"tf":1.4142135623730951},"500":{"tf":1.0},"523":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}}},"df":1,"docs":{"31":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"504":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":2,"docs":{"460":{"tf":1.7320508075688772},"504":{"tf":1.0}}}},"s":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"25":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":27,"docs":{"111":{"tf":1.0},"12":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"257":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"509":{"tf":1.0},"519":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"546":{"tf":1.0},"579":{"tf":1.0},"600":{"tf":1.7320508075688772},"602":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"654":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"717":{"tf":1.0},"721":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"242":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"257":{"tf":1.0},"612":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"91":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"91":{"tf":1.0}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":85,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":2.449489742783178},"193":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"201":{"tf":1.7320508075688772},"202":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"230":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"291":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.4142135623730951},"497":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"524":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"535":{"tf":1.0},"55":{"tf":1.4142135623730951},"550":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":2.23606797749979},"63":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":15,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"236":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"236":{"tf":1.0},"702":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":3,"docs":{"54":{"tf":1.0},"647":{"tf":1.0},"678":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":1,"docs":{"696":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"236":{"tf":1.0},"273":{"tf":1.0},"585":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.4142135623730951},"705":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"615":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"236":{"tf":1.0},"239":{"tf":1.4142135623730951},"639":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"503":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"104":{"tf":1.0},"140":{"tf":1.0},"162":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"523":{"tf":1.0},"602":{"tf":1.0},"62":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"665":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":65,"docs":{"232":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":3.1622776601683795},"237":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"240":{"tf":1.4142135623730951},"241":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":2.449489742783178},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"259":{"tf":2.0},"266":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.0},"273":{"tf":2.0},"280":{"tf":2.8284271247461903},"281":{"tf":2.23606797749979},"297":{"tf":1.0},"298":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"313":{"tf":1.0},"319":{"tf":1.0},"321":{"tf":1.0},"329":{"tf":1.0},"381":{"tf":1.0},"419":{"tf":1.0},"480":{"tf":1.0},"484":{"tf":1.0},"546":{"tf":2.449489742783178},"604":{"tf":2.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"609":{"tf":1.7320508075688772},"610":{"tf":1.4142135623730951},"611":{"tf":2.0},"615":{"tf":1.7320508075688772},"616":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"623":{"tf":1.0},"645":{"tf":1.0},"665":{"tf":3.1622776601683795},"686":{"tf":1.4142135623730951},"691":{"tf":1.0},"695":{"tf":1.7320508075688772},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"701":{"tf":1.7320508075688772},"702":{"tf":2.449489742783178},"703":{"tf":2.8284271247461903},"704":{"tf":1.0},"708":{"tf":2.0},"747":{"tf":1.7320508075688772}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"d":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"b":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"273":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"20":{"tf":1.0},"257":{"tf":1.0},"704":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"268":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.4142135623730951}}}}},"s":{"df":48,"docs":{"11":{"tf":1.0},"12":{"tf":2.449489742783178},"140":{"tf":1.0},"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"178":{"tf":1.0},"220":{"tf":1.4142135623730951},"249":{"tf":1.0},"25":{"tf":1.0},"257":{"tf":2.0},"26":{"tf":2.449489742783178},"27":{"tf":1.4142135623730951},"28":{"tf":2.23606797749979},"29":{"tf":1.0},"31":{"tf":2.0},"38":{"tf":2.0},"381":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"536":{"tf":1.0},"540":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"556":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.0},"612":{"tf":1.0},"622":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"677":{"tf":1.4142135623730951},"682":{"tf":1.0},"703":{"tf":1.0},"71":{"tf":1.7320508075688772},"724":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.0},"75":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"211":{"tf":1.0},"213":{"tf":1.0},"223":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"541":{"tf":1.0},"691":{"tf":1.0},"703":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":26,"docs":{"114":{"tf":1.0},"118":{"tf":1.0},"178":{"tf":1.0},"241":{"tf":1.0},"245":{"tf":1.0},"257":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"43":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.0},"521":{"tf":1.0},"525":{"tf":1.0},"551":{"tf":4.47213595499958},"665":{"tf":1.0},"691":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"748":{"tf":1.0}},"s":{"df":5,"docs":{"257":{"tf":1.0},"273":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"8":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"111":{"tf":1.0},"235":{"tf":1.0},"248":{"tf":1.0},"8":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"111":{"tf":1.0},"7":{"tf":1.7320508075688772},"704":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":45,"docs":{"288":{"tf":1.0},"289":{"tf":1.0},"5":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.4142135623730951},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"670":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":1.0},"701":{"tf":1.0},"751":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"12":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"652":{"tf":1.0},"665":{"tf":1.0}},"i":{"df":19,"docs":{"123":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.4142135623730951},"233":{"tf":1.0},"248":{"tf":1.7320508075688772},"266":{"tf":1.0},"280":{"tf":1.4142135623730951},"612":{"tf":1.0},"709":{"tf":1.0}},"s":{"df":1,"docs":{"566":{"tf":1.0}}}}}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"244":{"tf":1.4142135623730951},"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"244":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.0},"612":{"tf":1.4142135623730951}}}},"df":1,"docs":{"699":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"29":{"tf":1.0}},"e":{"d":{"df":2,"docs":{"37":{"tf":1.0},"599":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"29":{"tf":1.0},"626":{"tf":1.0}}}}}},"df":2,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"12":{"tf":1.0},"3":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"625":{"tf":1.0},"649":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"742":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"739":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"527":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"199":{"tf":1.0},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"239":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"29":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"89":{"tf":1.0}}},"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"693":{"tf":1.0}},"i":{"df":21,"docs":{"136":{"tf":1.0},"213":{"tf":1.0},"239":{"tf":1.7320508075688772},"43":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0},"566":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"587":{"tf":1.0},"602":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"715":{"tf":1.0},"736":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"104":{"tf":1.0},"257":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":2.23606797749979},"545":{"tf":2.0},"546":{"tf":2.8284271247461903},"645":{"tf":1.0},"654":{"tf":1.0},"669":{"tf":2.0},"677":{"tf":1.0},"678":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":2.23606797749979}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"733":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"17":{"tf":1.0}}},"i":{"d":{"df":7,"docs":{"134":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"649":{"tf":1.0},"680":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"44":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":4,"docs":{"2":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":19,"docs":{"547":{"tf":1.7320508075688772},"548":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"551":{"tf":2.8284271247461903},"552":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"633":{"tf":1.0},"688":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"33":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"247":{"tf":1.0},"99":{"tf":1.0}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"19":{"tf":1.0},"250":{"tf":1.0},"645":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"df":9,"docs":{"20":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"33":{"tf":1.0},"456":{"tf":1.7320508075688772},"500":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"690":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"648":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"690":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"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":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"660":{"tf":1.0}}}}}},"a":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"244":{"tf":1.0}},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"247":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":3,"docs":{"281":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"313":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"280":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":2.23606797749979},"321":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"136":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"247":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":1,"docs":{"57":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"121":{"tf":1.0}}},"t":{"df":3,"docs":{"120":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.0}}}}},"df":11,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"182":{"tf":1.0},"351":{"tf":1.0},"391":{"tf":1.0},"432":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"648":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"432":{"tf":1.0}}}}}}},"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"313":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"321":{"tf":1.0},"608":{"tf":1.4142135623730951},"623":{"tf":1.0},"665":{"tf":1.0}},"g":{"df":1,"docs":{"468":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"492":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"b":{"df":3,"docs":{"669":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"440":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"t":{"df":1,"docs":{"120":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":1,"docs":{"133":{"tf":1.0}},"u":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"276":{"tf":1.0},"667":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":1,"docs":{"323":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"26":{"tf":1.4142135623730951},"634":{"tf":2.23606797749979},"675":{"tf":1.0}}}}}}}},"q":{"df":5,"docs":{"537":{"tf":1.0},"538":{"tf":1.0},"66":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":2.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"71":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"672":{"tf":1.0}}}}}}},"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":2.0},"688":{"tf":1.4142135623730951}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"17":{"tf":1.0},"250":{"tf":1.0},"568":{"tf":1.4142135623730951},"619":{"tf":1.0},"647":{"tf":1.0},"695":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":1,"docs":{"626":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"521":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"69":{"tf":1.0},"71":{"tf":1.0}}}},"p":{"df":1,"docs":{"69":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"247":{"tf":1.0},"273":{"tf":1.4142135623730951},"523":{"tf":1.4142135623730951}}}},"t":{"df":33,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"217":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"38":{"tf":1.4142135623730951},"478":{"tf":1.0},"528":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.0},"651":{"tf":1.4142135623730951},"654":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":2.449489742783178},"688":{"tf":1.4142135623730951}}}},"df":4,"docs":{"16":{"tf":1.4142135623730951},"551":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"k":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"*":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"554":{"tf":1.0}}}},"/":{"#":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}},"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"217":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"629":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"63":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.0},"31":{"tf":1.0},"458":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"217":{"tf":1.0}},"z":{"df":2,"docs":{"217":{"tf":1.0},"257":{"tf":1.0}}}},"z":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"629":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"217":{"tf":1.7320508075688772},"257":{"tf":1.0}}},"z":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"26":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"642":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"243":{"tf":1.0}}},"r":{"df":1,"docs":{"626":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":2,"docs":{"243":{"tf":1.0},"439":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"243":{"tf":1.0},"639":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"269":{"tf":1.0}}}},"w":{"df":5,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.4142135623730951},"681":{"tf":1.0},"738":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"257":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"217":{"tf":1.7320508075688772}}}}},"b":{"df":6,"docs":{"176":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"585":{"tf":2.6457513110645907},"645":{"tf":1.4142135623730951},"667":{"tf":1.0}},"g":{"df":3,"docs":{"29":{"tf":1.0},"645":{"tf":1.0},"690":{"tf":2.449489742783178}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"690":{"tf":1.0}}}},"p":{"df":1,"docs":{"690":{"tf":1.0}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"29":{"tf":1.0}}}}},"l":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}},"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"167":{"tf":1.0},"179":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"166":{"tf":1.0},"176":{"tf":2.0},"178":{"tf":1.0}}}},"df":51,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":2.6457513110645907},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"229":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":2.8284271247461903},"28":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"307":{"tf":2.0},"326":{"tf":1.0},"404":{"tf":1.0},"44":{"tf":1.0},"473":{"tf":1.0},"50":{"tf":2.0},"501":{"tf":1.0},"503":{"tf":3.0},"506":{"tf":1.4142135623730951},"508":{"tf":1.0},"515":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"553":{"tf":1.4142135623730951},"608":{"tf":1.0},"62":{"tf":1.7320508075688772},"626":{"tf":1.0},"64":{"tf":1.7320508075688772},"645":{"tf":1.0},"665":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":2.8284271247461903},"709":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"/":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":1,"docs":{"717":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"625":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":35,"docs":{"108":{"tf":2.23606797749979},"13":{"tf":1.0},"144":{"tf":2.0},"16":{"tf":1.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"23":{"tf":1.0},"233":{"tf":1.7320508075688772},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"266":{"tf":2.23606797749979},"27":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":2.0},"37":{"tf":1.0},"458":{"tf":1.4142135623730951},"499":{"tf":2.23606797749979},"509":{"tf":1.4142135623730951},"533":{"tf":1.4142135623730951},"535":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"87":{"tf":1.7320508075688772}},"i":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":2,"docs":{"2":{"tf":1.0},"641":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"z":{"df":1,"docs":{"1":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":10,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"247":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0},"531":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"700":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"250":{"tf":1.0},"5":{"tf":1.0},"522":{"tf":1.0},"587":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"674":{"tf":1.0},"7":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"l":{"df":1,"docs":{"199":{"tf":1.4142135623730951}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"250":{"tf":1.0},"29":{"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":1,"docs":{"652":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"125":{"tf":1.0},"634":{"tf":1.0},"647":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"257":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":92,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"108":{"tf":1.7320508075688772},"12":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.7320508075688772},"181":{"tf":1.4142135623730951},"182":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"210":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"222":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"244":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"257":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"289":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"333":{"tf":1.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"497":{"tf":1.4142135623730951},"499":{"tf":1.7320508075688772},"500":{"tf":1.0},"501":{"tf":1.0},"533":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"548":{"tf":1.7320508075688772},"565":{"tf":1.7320508075688772},"567":{"tf":1.0},"568":{"tf":1.0},"598":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.0},"612":{"tf":1.7320508075688772},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"642":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"665":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"685":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}},"d":{"df":5,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"677":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"c":{"df":2,"docs":{"544":{"tf":1.0},"710":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}}},"df":6,"docs":{"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"33":{"tf":1.0},"577":{"tf":1.7320508075688772},"713":{"tf":1.0},"720":{"tf":1.7320508075688772}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":52,"docs":{"188":{"tf":1.0},"198":{"tf":1.0},"242":{"tf":2.0},"25":{"tf":1.0},"250":{"tf":1.0},"289":{"tf":1.0},"550":{"tf":1.0},"582":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"673":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"650":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"259":{"tf":1.0},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"12":{"tf":1.0},"136":{"tf":1.0},"216":{"tf":1.0},"257":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.4142135623730951},"715":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":24,"docs":{"12":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"4":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":1.7320508075688772},"555":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"733":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"273":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.0},"647":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":2.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}},"v":{"df":3,"docs":{"13":{"tf":1.0},"622":{"tf":1.0},"653":{"tf":1.0}}}},"i":{"df":2,"docs":{"500":{"tf":1.0},"693":{"tf":1.7320508075688772}}},"o":{"c":{"df":3,"docs":{"654":{"tf":1.0},"672":{"tf":1.0},"678":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"268":{"tf":1.0},"270":{"tf":1.0},"523":{"tf":1.0},"616":{"tf":1.0},"707":{"tf":1.4142135623730951}}}},"p":{"df":3,"docs":{"121":{"tf":1.0},"546":{"tf":1.0},"678":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":49,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"178":{"tf":1.0},"182":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"273":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"493":{"tf":1.0},"499":{"tf":1.0},"528":{"tf":1.0},"533":{"tf":1.0},"54":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"v":{"df":7,"docs":{"20":{"tf":1.0},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"617":{"tf":1.0},"646":{"tf":1.0},"650":{"tf":1.0},"678":{"tf":1.0}}}}},"n":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":2.23606797749979},"144":{"tf":2.0},"166":{"tf":1.7320508075688772},"186":{"tf":1.7320508075688772},"233":{"tf":1.0},"254":{"tf":1.4142135623730951},"266":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"499":{"tf":2.0},"637":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":2.6457513110645907},"66":{"tf":1.7320508075688772},"705":{"tf":1.0},"87":{"tf":1.7320508075688772}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}},"l":{"a":{"c":{"df":7,"docs":{"21":{"tf":1.0},"26":{"tf":1.0},"622":{"tf":1.0},"645":{"tf":1.0},"678":{"tf":1.0},"686":{"tf":1.0},"712":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":63,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"151":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"229":{"tf":1.0},"246":{"tf":1.4142135623730951},"269":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"278":{"tf":3.0},"280":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":3.1622776601683795},"502":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"585":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.7320508075688772},"6":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.4142135623730951},"709":{"tf":1.7320508075688772},"711":{"tf":2.23606797749979},"732":{"tf":1.0},"9":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":36,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"220":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"53":{"tf":1.0},"582":{"tf":1.0},"61":{"tf":1.0},"626":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.4142135623730951},"679":{"tf":1.0},"680":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"273":{"tf":1.0}}}}},"t":{"df":1,"docs":{"708":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"506":{"tf":1.0}},"r":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"170":{"tf":1.0},"245":{"tf":1.0},"278":{"tf":1.0},"5":{"tf":1.0},"551":{"tf":3.0},"602":{"tf":1.0},"62":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"104":{"tf":1.0},"149":{"tf":1.0},"691":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"705":{"tf":1.4142135623730951},"717":{"tf":1.0}}}},"v":{"df":6,"docs":{"111":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"623":{"tf":1.0},"663":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"tf":1.0},"43":{"tf":1.0},"648":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"506":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"701":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"25":{"tf":1.0},"540":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"557":{"tf":1.0},"558":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"38":{"tf":2.0},"39":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}}},"df":9,"docs":{"163":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.0},"286":{"tf":1.0},"583":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"236":{"tf":1.0},"257":{"tf":1.4142135623730951},"270":{"tf":1.0},"4":{"tf":1.0},"512":{"tf":1.0},"525":{"tf":1.0},"528":{"tf":1.0},"531":{"tf":1.0},"539":{"tf":1.0},"625":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.0},"9":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"556":{"tf":1.7320508075688772},"558":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"563":{"tf":1.4142135623730951},"690":{"tf":1.0},"703":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"563":{"tf":1.0},"708":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"717":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"672":{"tf":1.0},"674":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"f":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":1.0}}},"g":{"b":{"df":1,"docs":{"29":{"tf":1.0}}},"df":1,"docs":{"551":{"tf":1.0}}},"h":{"df":1,"docs":{"689":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}}}},"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":111,"docs":{"143":{"tf":1.7320508075688772},"144":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":2.0},"167":{"tf":2.0},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.7320508075688772},"177":{"tf":1.0},"178":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.7320508075688772},"186":{"tf":2.0},"187":{"tf":2.0},"188":{"tf":1.4142135623730951},"189":{"tf":1.7320508075688772},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"234":{"tf":2.0},"243":{"tf":2.0},"244":{"tf":2.449489742783178},"245":{"tf":1.0},"25":{"tf":1.0},"256":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"29":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"510":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.4142135623730951},"546":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"668":{"tf":1.7320508075688772},"672":{"tf":1.0},"677":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.4142135623730951},"691":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"45":{"tf":1.0},"649":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":8,"docs":{"154":{"tf":1.4142135623730951},"170":{"tf":1.0},"257":{"tf":1.0},"551":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.4142135623730951},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"243":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"551":{"tf":1.0},"62":{"tf":1.0},"688":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"a":{"d":{"df":2,"docs":{"136":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"45":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":2,"docs":{"136":{"tf":1.0},"33":{"tf":1.0}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}},"t":{"df":15,"docs":{"20":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"241":{"tf":1.0},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"270":{"tf":1.7320508075688772},"280":{"tf":1.0},"665":{"tf":1.0},"701":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"268":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"662":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"409":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":12,"docs":{"12":{"tf":2.0},"154":{"tf":1.7320508075688772},"178":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":2.0},"540":{"tf":1.4142135623730951},"551":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"685":{"tf":1.0},"71":{"tf":2.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"645":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}},"df":2,"docs":{"631":{"tf":1.7320508075688772},"645":{"tf":1.0}}},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"r":{"df":1,"docs":{"551":{"tf":1.0}}},"t":{"df":6,"docs":{"106":{"tf":1.0},"206":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}},"f":{"df":1,"docs":{"634":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"df":1,"docs":{"707":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":37,"docs":{"1":{"tf":1.0},"120":{"tf":2.0},"134":{"tf":1.7320508075688772},"19":{"tf":1.4142135623730951},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"236":{"tf":1.0},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.4142135623730951},"281":{"tf":1.0},"386":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"551":{"tf":1.0},"583":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"651":{"tf":1.0},"685":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"717":{"tf":1.4142135623730951},"750":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":2.0}},"s":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"217":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":10,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"49":{"tf":1.0},"626":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"673":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"21":{"tf":1.0}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"v":{"df":5,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":1.0}}}},"s":{"*":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":1,"docs":{"79":{"tf":1.0}}}}}},"/":{"a":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"230":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"1":{"df":1,"docs":{"678":{"tf":1.0}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"153":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":2,"docs":{"222":{"tf":1.0},"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"428":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":5,"docs":{"121":{"tf":1.0},"149":{"tf":1.4142135623730951},"20":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0}}}},"g":{"df":3,"docs":{"31":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"df":2,"docs":{"19":{"tf":1.0},"227":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":34,"docs":{"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.4142135623730951},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"256":{"tf":1.0},"435":{"tf":1.4142135623730951},"50":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"551":{"tf":3.4641016151377544},"556":{"tf":1.0},"614":{"tf":1.0},"633":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"677":{"tf":1.4142135623730951},"680":{"tf":1.0},"685":{"tf":1.0},"70":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"725":{"tf":1.0},"8":{"tf":1.0},"92":{"tf":1.0}}},"m":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"505":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"129":{"tf":1.0}},"e":{"df":2,"docs":{"257":{"tf":1.0},"364":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"709":{"tf":1.0}}}}}}}}},"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"d":{"df":2,"docs":{"256":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"r":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"*":{"/":{"*":{"/":{"#":{"*":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"*":{"/":{"*":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"703":{"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":1,"docs":{"703":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":1,"docs":{"99":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"505":{"tf":1.0}},"t":{"df":1,"docs":{"505":{"tf":1.0}}}},"df":2,"docs":{"31":{"tf":1.7320508075688772},"44":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"177":{"tf":1.0}}}},"t":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"227":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":6,"docs":{"149":{"tf":1.4142135623730951},"257":{"tf":1.0},"531":{"tf":1.0},"546":{"tf":1.0},"677":{"tf":1.0},"708":{"tf":1.0}}}},"y":{"df":3,"docs":{"17":{"tf":1.0},"269":{"tf":1.0},"509":{"tf":1.4142135623730951}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":1,"docs":{"54":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":5,"docs":{"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"505":{"tf":1.0},"551":{"tf":1.0},"664":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"236":{"tf":1.0},"612":{"tf":1.4142135623730951}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"679":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":7,"docs":{"120":{"tf":1.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"49":{"tf":1.0},"521":{"tf":2.8284271247461903},"599":{"tf":1.0},"692":{"tf":1.0}},"s":{"df":0,"docs":{},"—":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"633":{"tf":1.0},"647":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"38":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0}}}}}}},"df":56,"docs":{"142":{"tf":3.3166247903554},"151":{"tf":1.4142135623730951},"178":{"tf":1.0},"192":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":2.449489742783178},"217":{"tf":1.7320508075688772},"222":{"tf":1.4142135623730951},"229":{"tf":1.0},"256":{"tf":2.23606797749979},"257":{"tf":1.7320508075688772},"270":{"tf":1.0},"28":{"tf":2.23606797749979},"29":{"tf":2.0},"299":{"tf":1.0},"317":{"tf":1.0},"326":{"tf":1.0},"334":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"452":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.0},"558":{"tf":1.4142135623730951},"573":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":1.0},"64":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"654":{"tf":1.7320508075688772},"678":{"tf":1.7320508075688772},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"695":{"tf":1.0},"701":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.7320508075688772},"92":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"245":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"191":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"652":{"tf":1.0}}}}},"df":26,"docs":{"12":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"198":{"tf":1.0},"244":{"tf":1.4142135623730951},"248":{"tf":1.0},"261":{"tf":1.0},"270":{"tf":2.8284271247461903},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"500":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"517":{"tf":1.0},"523":{"tf":1.0},"53":{"tf":1.0},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"615":{"tf":1.0},"625":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"684":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":1,"docs":{"706":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":54,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"179":{"tf":1.4142135623730951},"182":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"204":{"tf":1.0},"219":{"tf":1.4142135623730951},"221":{"tf":1.0},"229":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"274":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"504":{"tf":1.0},"51":{"tf":1.4142135623730951},"546":{"tf":1.0},"55":{"tf":1.4142135623730951},"552":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"653":{"tf":1.0},"72":{"tf":1.4142135623730951},"728":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"d":{"df":4,"docs":{"33":{"tf":1.0},"339":{"tf":1.0},"49":{"tf":1.0},"83":{"tf":1.0}}},"df":3,"docs":{"244":{"tf":1.4142135623730951},"33":{"tf":1.0},"691":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":43,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.0},"290":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"364":{"tf":1.4142135623730951},"38":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"504":{"tf":1.0},"544":{"tf":1.0},"608":{"tf":1.0},"622":{"tf":1.0},"631":{"tf":1.0},"641":{"tf":1.0},"646":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"705":{"tf":1.0},"90":{"tf":1.0}},"k":{"df":1,"docs":{"639":{"tf":1.0}}},"m":{"df":2,"docs":{"626":{"tf":1.0},"705":{"tf":1.0}}},"n":{"df":2,"docs":{"612":{"tf":1.0},"708":{"tf":1.0}}},"r":{"df":1,"docs":{"113":{"tf":1.0}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"182":{"tf":1.0},"493":{"tf":1.0}}},"r":{"b":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"257":{"tf":1.0},"692":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"493":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"27":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.0},"646":{"tf":1.0},"677":{"tf":1.7320508075688772},"682":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":4,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"3":{"tf":1.0},"493":{"tf":1.4142135623730951}}},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"238":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.4142135623730951},"259":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"665":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"646":{"tf":1.4142135623730951},"683":{"tf":1.0}}}},"n":{"d":{"df":2,"docs":{"647":{"tf":3.0},"683":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}},"s":{"df":16,"docs":{"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"238":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"270":{"tf":1.0},"280":{"tf":1.0},"54":{"tf":1.4142135623730951},"603":{"tf":1.0},"604":{"tf":1.4142135623730951},"616":{"tf":1.0},"622":{"tf":1.0},"649":{"tf":1.0},"665":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.4142135623730951}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}},"t":{"df":3,"docs":{"214":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"105":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"446":{"tf":1.4142135623730951},"561":{"tf":1.0},"63":{"tf":1.4142135623730951},"695":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"257":{"tf":1.0},"268":{"tf":1.0},"277":{"tf":1.0},"4":{"tf":1.0},"566":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"647":{"tf":1.0},"710":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"446":{"tf":1.0},"695":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}},"df":1,"docs":{"244":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.4142135623730951}}}}},"r":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"526":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":1,"docs":{"173":{"tf":1.0}}},"i":{"df":6,"docs":{"13":{"tf":1.0},"19":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":5,"docs":{"256":{"tf":1.0},"257":{"tf":1.0},"582":{"tf":1.0},"707":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"t":{"df":37,"docs":{"0":{"tf":1.0},"102":{"tf":1.4142135623730951},"11":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0},"40":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"496":{"tf":1.0},"567":{"tf":1.0},"60":{"tf":1.4142135623730951},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":36,"docs":{"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"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},"567":{"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},"630":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"64":{"tf":1.0},"646":{"tf":1.0},"740":{"tf":1.0}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"1":{"tf":1.0},"198":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"500":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0}}}}},"x":{"df":1,"docs":{"191":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"704":{"tf":1.0}}}}}},"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"667":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"270":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"631":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"342":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":8,"docs":{"104":{"tf":1.4142135623730951},"551":{"tf":2.0},"62":{"tf":1.4142135623730951},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"700":{"tf":1.0},"75":{"tf":1.0},"9":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"270":{"tf":1.0},"667":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"270":{"tf":1.0}}}}}}}}}}}},"df":9,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"176":{"tf":2.0},"179":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.4142135623730951},"585":{"tf":2.0},"704":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"503":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"278":{"tf":1.4142135623730951},"551":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"704":{"tf":1.0}}}},"l":{"df":1,"docs":{"691":{"tf":1.0}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"413":{"tf":1.0}}},"p":{"df":1,"docs":{"54":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"21":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.4142135623730951},"642":{"tf":1.0},"648":{"tf":1.0},"687":{"tf":1.4142135623730951},"752":{"tf":1.0},"9":{"tf":1.0}}}}},"df":23,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.8284271247461903},"133":{"tf":1.0},"239":{"tf":1.0},"246":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":3.1622776601683795},"47":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"536":{"tf":1.0},"566":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"625":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.0},"711":{"tf":1.7320508075688772},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":36,"docs":{"250":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.7320508075688772},"708":{"tf":1.7320508075688772}}},"r":{"df":19,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"706":{"tf":1.0},"708":{"tf":1.7320508075688772},"711":{"tf":1.0},"714":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"250":{"tf":1.0},"631":{"tf":1.0}}}}}},"df":0,"docs":{}}},"w":{"df":21,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"283":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"621":{"tf":1.0},"647":{"tf":1.0},"680":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"81":{"tf":1.4142135623730951},"9":{"tf":1.0}},"n":{"df":8,"docs":{"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"509":{"tf":1.0},"523":{"tf":1.0},"646":{"tf":1.0},"677":{"tf":1.0},"685":{"tf":1.0},"704":{"tf":1.0}}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}}}},"d":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":2.0}}}}},"u":{"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"204":{"tf":1.0}}},"df":1,"docs":{"176":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"g":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}},"n":{"df":5,"docs":{"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0}}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":20,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"256":{"tf":1.4142135623730951},"28":{"tf":2.6457513110645907},"31":{"tf":1.4142135623730951},"390":{"tf":1.4142135623730951},"42":{"tf":1.0},"522":{"tf":1.0},"54":{"tf":1.0},"551":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"688":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"214":{"tf":1.0},"663":{"tf":1.0},"7":{"tf":1.0}}}},"n":{"df":1,"docs":{"169":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"16":{"tf":1.0},"248":{"tf":1.0},"509":{"tf":1.0},"706":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"647":{"tf":1.0},"665":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"226":{"tf":1.0},"227":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"272":{"tf":1.7320508075688772},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"523":{"tf":1.0},"612":{"tf":1.0}}}}},"l":{"df":1,"docs":{"44":{"tf":1.0}},"i":{"df":2,"docs":{"29":{"tf":1.0},"705":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"100":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.4142135623730951},"198":{"tf":1.0},"29":{"tf":1.0},"639":{"tf":1.0},"652":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.0}}}},"df":1,"docs":{"270":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"df":11,"docs":{"12":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"642":{"tf":1.0},"649":{"tf":1.0},"7":{"tf":1.0},"708":{"tf":1.0},"9":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"148":{"tf":1.0},"154":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"226":{"tf":1.0},"245":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"278":{"tf":1.0},"290":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0},"550":{"tf":1.0},"58":{"tf":1.0},"598":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.7320508075688772},"681":{"tf":1.0},"71":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"12":{"tf":1.0},"4":{"tf":1.0},"733":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}},"l":{"df":77,"docs":{"101":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.7320508075688772},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"182":{"tf":1.4142135623730951},"188":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"226":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"257":{"tf":1.0},"269":{"tf":1.0},"273":{"tf":1.0},"277":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"47":{"tf":1.0},"5":{"tf":1.0},"503":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"551":{"tf":1.7320508075688772},"59":{"tf":1.0},"608":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"626":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"681":{"tf":1.0},"707":{"tf":1.0},"717":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}},"df":0,"docs":{}}}},"k":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"45":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":2,"docs":{"625":{"tf":1.7320508075688772},"7":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"246":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"273":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"552":{"tf":1.0},"582":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":2.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":1,"docs":{"12":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"612":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":3,"docs":{"474":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}},"i":{"df":1,"docs":{"273":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}},"m":{"df":5,"docs":{"19":{"tf":1.0},"286":{"tf":1.0},"290":{"tf":1.0},"653":{"tf":1.0},"673":{"tf":1.0}}},"p":{"df":3,"docs":{"200":{"tf":1.0},"285":{"tf":1.0},"546":{"tf":1.0}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"692":{"tf":1.0},"701":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"/":{"a":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":4,"docs":{"296":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":2.0}},"e":{"df":1,"docs":{"628":{"tf":1.0}},"u":{"df":2,"docs":{"628":{"tf":1.0},"85":{"tf":1.0}}}},"u":{"df":3,"docs":{"296":{"tf":1.0},"628":{"tf":1.0},"85":{"tf":1.0}}}},"w":{"df":1,"docs":{"551":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"h":{"df":1,"docs":{"637":{"tf":1.4142135623730951}},"o":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"637":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":6,"docs":{"29":{"tf":1.4142135623730951},"545":{"tf":1.0},"646":{"tf":1.4142135623730951},"692":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.0}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"423":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"220":{"tf":1.0},"4":{"tf":1.0},"551":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":1,"docs":{"5":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"486":{"tf":1.0},"612":{"tf":1.0},"652":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}},"w":{"df":4,"docs":{"278":{"tf":1.0},"625":{"tf":1.0},"706":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"257":{"tf":1.0},"700":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"642":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"241":{"tf":1.0},"701":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":1,"docs":{"586":{"tf":1.0}}},"u":{"df":1,"docs":{"91":{"tf":1.0}}}},"f":{"df":2,"docs":{"147":{"tf":1.0},"31":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"245":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"214":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"245":{"tf":1.0},"709":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":1.0},"13":{"tf":1.7320508075688772},"14":{"tf":1.0},"679":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"l":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"586":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"507":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"147":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"217":{"tf":1.0},"29":{"tf":1.0},"566":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"288":{"tf":1.0},"686":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":21,"docs":{"140":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.7320508075688772},"280":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"504":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.0},"585":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"623":{"tf":1.0},"654":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"170":{"tf":1.0},"245":{"tf":1.0},"250":{"tf":1.0},"333":{"tf":1.0},"531":{"tf":1.0},"586":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"642":{"tf":1.0}}}}}}}},"n":{"df":1,"docs":{"47":{"tf":1.0}},"g":{"df":1,"docs":{"625":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"220":{"tf":1.0},"647":{"tf":1.0}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"324":{"tf":1.0}}}},"r":{"df":2,"docs":{"136":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":1,"docs":{"136":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"283":{"tf":1.0},"290":{"tf":1.0},"42":{"tf":1.0},"496":{"tf":1.0},"568":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"df":3,"docs":{"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"586":{"tf":1.4142135623730951}}},"n":{"d":{"df":94,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":2.449489742783178},"123":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"182":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"191":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":1.0},"208":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.7320508075688772},"270":{"tf":1.0},"273":{"tf":1.7320508075688772},"276":{"tf":1.7320508075688772},"277":{"tf":2.0},"278":{"tf":3.7416573867739413},"29":{"tf":1.7320508075688772},"376":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.7320508075688772},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":2.0},"493":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.4142135623730951},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.4142135623730951},"516":{"tf":1.0},"518":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"523":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.7320508075688772},"531":{"tf":2.0},"54":{"tf":1.7320508075688772},"551":{"tf":1.0},"594":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"637":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"667":{"tf":1.0},"691":{"tf":2.8284271247461903},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":2.0},"716":{"tf":1.0},"727":{"tf":1.0},"73":{"tf":1.7320508075688772},"730":{"tf":1.0},"732":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"92":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":2.23606797749979}}},"df":0,"docs":{}},"p":{"b":{"d":{"df":1,"docs":{"376":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"737":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"358":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"91":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"140":{"tf":1.4142135623730951},"236":{"tf":1.4142135623730951},"539":{"tf":1.0},"551":{"tf":2.23606797749979},"555":{"tf":2.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"688":{"tf":2.449489742783178},"747":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":4,"docs":{"54":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"110":{"tf":1.0},"566":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"239":{"tf":1.0},"566":{"tf":1.0},"693":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"20":{"tf":1.0},"236":{"tf":1.4142135623730951},"256":{"tf":1.0},"259":{"tf":1.0},"551":{"tf":1.0},"610":{"tf":1.4142135623730951},"672":{"tf":1.0},"693":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":7,"docs":{"126":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"625":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"250":{"tf":1.0},"509":{"tf":1.0},"531":{"tf":1.4142135623730951}}}},"d":{"df":17,"docs":{"16":{"tf":2.23606797749979},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"244":{"tf":1.0},"27":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"500":{"tf":1.4142135623730951},"545":{"tf":1.0},"619":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":2.0},"626":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"723":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":1,"docs":{"462":{"tf":1.0}},"l":{"df":74,"docs":{"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":2.23606797749979},"121":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.8284271247461903},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"226":{"tf":1.0},"247":{"tf":2.23606797749979},"273":{"tf":1.4142135623730951},"276":{"tf":1.0},"339":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"462":{"tf":1.4142135623730951},"47":{"tf":2.0},"486":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"536":{"tf":1.0},"564":{"tf":1.7320508075688772},"565":{"tf":1.0},"566":{"tf":2.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":2.0},"572":{"tf":1.0},"573":{"tf":2.0},"574":{"tf":2.0},"575":{"tf":2.0},"576":{"tf":1.0},"577":{"tf":2.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"583":{"tf":1.0},"599":{"tf":1.0},"62":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"691":{"tf":2.23606797749979},"7":{"tf":2.23606797749979},"704":{"tf":1.0},"712":{"tf":2.449489742783178},"713":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"734":{"tf":1.0},"83":{"tf":1.0},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}}},"t":{"df":2,"docs":{"692":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"n":{"d":{"df":19,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"246":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"625":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"w":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"710":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":47,"docs":{"222":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"25":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":2.8284271247461903},"269":{"tf":2.0},"270":{"tf":3.872983346207417},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"500":{"tf":1.0},"523":{"tf":2.0},"597":{"tf":1.0},"600":{"tf":1.0},"605":{"tf":2.0},"614":{"tf":1.0},"617":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"693":{"tf":2.0},"694":{"tf":2.0},"695":{"tf":1.4142135623730951},"699":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"749":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"269":{"tf":1.0},"521":{"tf":1.0}}}}},"t":{"df":2,"docs":{"225":{"tf":1.0},"54":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"520":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"21":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"526":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"529":{"tf":1.0}}}}}}},"df":1,"docs":{"528":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"551":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"u":{"df":1,"docs":{"244":{"tf":1.0}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":2,"docs":{"544":{"tf":1.0},"546":{"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":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":6,"docs":{"316":{"tf":1.4142135623730951},"641":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":2,"docs":{"421":{"tf":1.0},"83":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"421":{"tf":1.0}}}}}}}},"df":1,"docs":{"79":{"tf":1.0}}},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"278":{"tf":1.0},"691":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"692":{"tf":1.0}},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"316":{"tf":1.0},"85":{"tf":1.0}}}},"t":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"708":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}},"l":{"df":2,"docs":{"39":{"tf":1.0},"650":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"546":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"646":{"tf":1.7320508075688772},"652":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.7320508075688772},"709":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":1,"docs":{"716":{"tf":1.0}}}},"s":{"/":{"*":{"df":1,"docs":{"573":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"225":{"tf":1.0}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"590":{"tf":1.0},"742":{"tf":1.0}}}}},"r":{"d":{"df":2,"docs":{"12":{"tf":1.0},"587":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"566":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"t":{"df":48,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"102":{"tf":1.0},"12":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":1.0},"251":{"tf":1.0},"266":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"283":{"tf":1.0},"29":{"tf":1.7320508075688772},"42":{"tf":1.0},"496":{"tf":1.0},"545":{"tf":1.7320508075688772},"561":{"tf":1.0},"582":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.4142135623730951},"616":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"637":{"tf":1.4142135623730951},"642":{"tf":1.0},"646":{"tf":1.7320508075688772},"649":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"699":{"tf":1.0},"703":{"tf":1.0},"73":{"tf":1.4142135623730951},"8":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"1":{"tf":1.0},"151":{"tf":1.0},"217":{"tf":1.0},"650":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":9,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":2.449489742783178},"222":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"628":{"tf":1.0},"704":{"tf":1.0},"85":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}}},"f":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"12":{"tf":1.0},"21":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":92,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.6457513110645907},"110":{"tf":1.0},"111":{"tf":1.0},"12":{"tf":3.3166247903554},"13":{"tf":2.0},"14":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.4142135623730951},"16":{"tf":2.6457513110645907},"17":{"tf":3.0},"178":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":2.0},"204":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"211":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.0},"24":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"247":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"27":{"tf":2.449489742783178},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0},"4":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"48":{"tf":1.0},"487":{"tf":1.0},"5":{"tf":2.0},"500":{"tf":1.4142135623730951},"504":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":2.6457513110645907},"522":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.4142135623730951},"531":{"tf":1.0},"540":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"583":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":2.23606797749979},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":3.1622776601683795},"649":{"tf":1.0},"651":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":2.23606797749979},"68":{"tf":1.0},"680":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772},"691":{"tf":1.0},"7":{"tf":2.23606797749979},"71":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"730":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.7320508075688772},"739":{"tf":1.7320508075688772},"740":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":2.0},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"749":{"tf":1.0},"750":{"tf":1.7320508075688772},"752":{"tf":1.0},"8":{"tf":2.8284271247461903},"89":{"tf":1.0},"9":{"tf":4.358898943540674}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":8,"docs":{"3":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"743":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"i":{"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.0},"17":{"tf":1.0},"210":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"686":{"tf":1.0}}}}},"’":{"df":1,"docs":{"9":{"tf":1.0}}}}},"p":{"b":{"df":1,"docs":{"446":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"691":{"tf":1.0}}}},"h":{"df":1,"docs":{"317":{"tf":1.0}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"215":{"tf":1.0},"29":{"tf":1.0},"539":{"tf":1.4142135623730951},"541":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":14,"docs":{"0":{"tf":1.0},"17":{"tf":1.0},"278":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":1.0},"509":{"tf":1.0},"525":{"tf":1.0},"632":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"704":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"675":{"tf":1.0},"690":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":1,"docs":{"707":{"tf":1.0}}}}}},"r":{"d":{"df":1,"docs":{"531":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"528":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"529":{"tf":1.0},"707":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":2,"docs":{"545":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"545":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"z":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"545":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"652":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":3,"docs":{"104":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"16":{"tf":1.0},"235":{"tf":1.0},"647":{"tf":1.0},"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"l":{"df":1,"docs":{"691":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"198":{"tf":1.0},"509":{"tf":1.0},"707":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"250":{"tf":1.0},"586":{"tf":1.0},"667":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"52":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":138,"docs":{"12":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"208":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":3.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":2.8284271247461903},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":4.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.0},"256":{"tf":1.7320508075688772},"257":{"tf":3.3166247903554},"259":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"261":{"tf":1.4142135623730951},"268":{"tf":2.0},"269":{"tf":1.0},"27":{"tf":1.0},"270":{"tf":4.242640687119285},"272":{"tf":1.4142135623730951},"273":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":2.23606797749979},"28":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":2.0},"487":{"tf":1.4142135623730951},"5":{"tf":1.0},"500":{"tf":1.7320508075688772},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"531":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951},"546":{"tf":2.0},"551":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"577":{"tf":1.0},"583":{"tf":1.0},"592":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.4142135623730951},"600":{"tf":2.0},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"629":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.449489742783178},"647":{"tf":3.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"654":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"669":{"tf":1.0},"674":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":3.0},"695":{"tf":1.7320508075688772},"696":{"tf":2.0},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":2.449489742783178},"7":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"703":{"tf":2.23606797749979},"704":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.7320508075688772},"709":{"tf":2.0},"710":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"717":{"tf":1.0},"720":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.7320508075688772},"747":{"tf":1.7320508075688772},"748":{"tf":1.7320508075688772},"749":{"tf":1.0},"9":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"701":{"tf":1.0}}}}},"i":{"df":1,"docs":{"290":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"230":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"651":{"tf":1.0}}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"520":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"b":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"237":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"625":{"tf":1.0}}}}}}},"df":3,"docs":{"237":{"tf":1.4142135623730951},"244":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"19":{"tf":1.0},"241":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"539":{"tf":1.4142135623730951},"646":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"277":{"tf":1.0},"278":{"tf":1.0},"8":{"tf":1.0},"94":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"110":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"237":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":51,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.4142135623730951},"236":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.0},"280":{"tf":1.0},"283":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"500":{"tf":1.0},"544":{"tf":1.0},"550":{"tf":1.4142135623730951},"60":{"tf":1.0},"600":{"tf":1.0},"621":{"tf":1.0},"634":{"tf":1.0},"642":{"tf":1.4142135623730951},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"672":{"tf":1.0},"679":{"tf":1.0},"685":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"717":{"tf":1.0},"742":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":1,"docs":{"99":{"tf":1.0}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"242":{"tf":1.0},"246":{"tf":1.0},"38":{"tf":1.0},"704":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":56,"docs":{"20":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.4142135623730951},"234":{"tf":2.23606797749979},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":2.8284271247461903},"242":{"tf":2.6457513110645907},"243":{"tf":2.8284271247461903},"244":{"tf":3.605551275463989},"245":{"tf":2.8284271247461903},"246":{"tf":3.0},"247":{"tf":2.23606797749979},"248":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":2.6457513110645907},"257":{"tf":3.1622776601683795},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.8284271247461903},"568":{"tf":1.0},"570":{"tf":2.23606797749979},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":2.8284271247461903},"691":{"tf":2.23606797749979},"693":{"tf":1.0},"695":{"tf":2.0},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":3.1622776601683795},"704":{"tf":2.8284271247461903},"708":{"tf":2.23606797749979},"710":{"tf":2.0},"711":{"tf":1.7320508075688772},"714":{"tf":1.0},"720":{"tf":1.0},"748":{"tf":1.7320508075688772}}}}},"p":{"df":1,"docs":{"470":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"181":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"29":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"58":{"tf":1.0},"61":{"tf":1.0},"642":{"tf":1.0},"674":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"31":{"tf":1.0}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}},"i":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"43":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"703":{"tf":1.0}}}}}}}},"df":3,"docs":{"639":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.4142135623730951},"46":{"tf":1.0},"679":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0}}}},"s":{"df":3,"docs":{"52":{"tf":1.0},"520":{"tf":1.7320508075688772},"602":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"140":{"tf":1.0},"236":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}}}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":28,"docs":{"102":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"251":{"tf":1.0},"27":{"tf":1.0},"273":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"637":{"tf":1.0},"646":{"tf":1.0},"652":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"681":{"tf":1.0},"81":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"p":{"df":2,"docs":{"204":{"tf":1.0},"478":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":39,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"21":{"tf":1.7320508075688772},"225":{"tf":1.0},"568":{"tf":1.7320508075688772},"570":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.7320508075688772},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"*":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"626":{"tf":1.0},"631":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":40,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"265":{"tf":1.7320508075688772},"266":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":2.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"614":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"749":{"tf":1.4142135623730951}},"l":{"df":44,"docs":{"101":{"tf":1.0},"109":{"tf":2.23606797749979},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"188":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"268":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"36":{"tf":1.7320508075688772},"500":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.7320508075688772},"55":{"tf":1.0},"59":{"tf":1.0},"626":{"tf":1.4142135623730951},"664":{"tf":1.0},"667":{"tf":1.0},"67":{"tf":1.7320508075688772},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":17,"docs":{"21":{"tf":1.0},"506":{"tf":1.0},"551":{"tf":1.0},"633":{"tf":2.6457513110645907},"634":{"tf":1.7320508075688772},"635":{"tf":1.0},"636":{"tf":2.0},"637":{"tf":1.7320508075688772},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"688":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.0},"9":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"677":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"104":{"tf":1.0},"551":{"tf":1.0},"62":{"tf":1.0}}}}}}},"n":{"c":{"df":2,"docs":{"39":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":2,"docs":{"6":{"tf":1.0},"745":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"634":{"tf":1.0},"649":{"tf":1.0}}}},"df":17,"docs":{"111":{"tf":1.0},"38":{"tf":1.7320508075688772},"540":{"tf":1.0},"567":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"635":{"tf":1.0},"639":{"tf":1.0},"642":{"tf":1.7320508075688772},"646":{"tf":1.0},"689":{"tf":1.7320508075688772},"7":{"tf":1.0},"732":{"tf":1.0},"9":{"tf":1.4142135623730951}},"’":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}}},"t":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"711":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"707":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}}}},"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"a":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"560":{"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":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"559":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"/":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"230":{"tf":1.0}}}},"w":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"a":{"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"a":{"*":{"b":{"df":1,"docs":{"622":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.0}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"l":{"df":13,"docs":{"248":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"535":{"tf":1.0},"551":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"628":{"tf":1.0},"645":{"tf":1.0},"648":{"tf":1.0},"694":{"tf":1.0}}}},"d":{"df":2,"docs":{"31":{"tf":1.0},"44":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"131":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"262":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"126":{"tf":1.0}},"p":{"df":1,"docs":{"503":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"399":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"711":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"31":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"225":{"tf":1.0},"250":{"tf":1.4142135623730951},"500":{"tf":1.0},"711":{"tf":1.0}}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":36,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"244":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"266":{"tf":1.0},"270":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"399":{"tf":1.4142135623730951},"499":{"tf":1.0},"50":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"66":{"tf":1.0},"665":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.4142135623730951},"708":{"tf":1.0},"87":{"tf":1.0}},"n":{"df":3,"docs":{"110":{"tf":1.0},"273":{"tf":1.0},"89":{"tf":1.0}}}}},"l":{"c":{"df":1,"docs":{"157":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}},"o":{"df":1,"docs":{"606":{"tf":1.0}}}},"k":{"df":2,"docs":{"173":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":1,"docs":{"442":{"tf":1.0}},"e":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}},"p":{"d":{"df":1,"docs":{"257":{"tf":1.0}}},"df":1,"docs":{"256":{"tf":1.0}},"l":{"df":1,"docs":{"347":{"tf":1.0}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}},"l":{"df":1,"docs":{"136":{"tf":1.0}}},"u":{"df":1,"docs":{"295":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"587":{"tf":1.0}}}}},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":5,"docs":{"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"503":{"tf":1.0},"647":{"tf":1.7320508075688772}},"e":{"df":2,"docs":{"535":{"tf":1.0},"550":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":2,"docs":{"125":{"tf":1.0},"126":{"tf":1.0}}},"p":{"df":1,"docs":{"503":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"16":{"tf":1.0},"217":{"tf":1.0},"550":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"45":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"189":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":45,"docs":{"106":{"tf":2.449489742783178},"142":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"164":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"248":{"tf":1.0},"257":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"29":{"tf":1.4142135623730951},"293":{"tf":1.0},"296":{"tf":1.0},"300":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"316":{"tf":1.0},"331":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"374":{"tf":1.0},"44":{"tf":1.4142135623730951},"473":{"tf":1.0},"5":{"tf":1.4142135623730951},"501":{"tf":1.0},"505":{"tf":3.0},"508":{"tf":1.0},"531":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"551":{"tf":1.7320508075688772},"599":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"628":{"tf":2.6457513110645907},"64":{"tf":2.23606797749979},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"709":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":2.8284271247461903}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"695":{"tf":1.0}}}}}},"df":1,"docs":{"131":{"tf":1.0}},"l":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"262":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"126":{"tf":1.0}}}},"b":{"df":1,"docs":{"31":{"tf":1.0}},"g":{"df":1,"docs":{"190":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"17":{"tf":1.0},"528":{"tf":1.0},"701":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":54,"docs":{"182":{"tf":1.0},"221":{"tf":1.4142135623730951},"235":{"tf":1.0},"240":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":2.0},"268":{"tf":1.0},"386":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":3.0},"501":{"tf":1.4142135623730951},"502":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"528":{"tf":1.4142135623730951},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":2.449489742783178},"536":{"tf":1.0},"594":{"tf":1.0},"610":{"tf":1.0},"626":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"729":{"tf":1.0},"749":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"646":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"628":{"tf":1.0}},"e":{"df":3,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"246":{"tf":1.0}},"”":{"df":0,"docs":{},"—":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"o":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":1,"docs":{"224":{"tf":1.0}}}},"l":{"df":2,"docs":{"33":{"tf":1.0},"444":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"590":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":4,"docs":{"236":{"tf":1.0},"241":{"tf":1.0},"444":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"625":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"646":{"tf":1.0},"707":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"t":{"df":3,"docs":{"136":{"tf":1.0},"21":{"tf":1.0},"278":{"tf":1.0}}}}},"n":{"d":{"df":5,"docs":{"20":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.0},"288":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"674":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"44":{"tf":1.0}},"s":{"df":2,"docs":{"256":{"tf":1.0},"631":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"711":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"31":{"tf":1.0}},"m":{"df":2,"docs":{"29":{"tf":1.0},"45":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":2.0}}}}}}},"t":{"df":1,"docs":{"701":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"701":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"500":{"tf":1.0}}}},"df":2,"docs":{"699":{"tf":1.0},"705":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":52,"docs":{"102":{"tf":2.23606797749979},"103":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":2.23606797749979},"181":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.4142135623730951},"202":{"tf":2.23606797749979},"203":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"264":{"tf":1.4142135623730951},"266":{"tf":1.0},"267":{"tf":1.0},"283":{"tf":2.0},"284":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"496":{"tf":2.0},"497":{"tf":1.0},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"701":{"tf":1.0},"81":{"tf":2.23606797749979},"82":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"700":{"tf":1.4142135623730951}},"p":{"df":1,"docs":{"48":{"tf":1.0}}}},"x":{"df":1,"docs":{"190":{"tf":1.0}},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"20":{"tf":1.0},"684":{"tf":1.0},"8":{"tf":1.0}}}}}},"df":21,"docs":{"140":{"tf":1.0},"21":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"647":{"tf":1.4142135623730951},"648":{"tf":2.449489742783178},"683":{"tf":1.0},"739":{"tf":1.0},"751":{"tf":1.0},"752":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"738":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"h":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"184":{"tf":1.0}}},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"df":4,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"302":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"302":{"tf":1.0}},"r":{"df":2,"docs":{"162":{"tf":1.0},"346":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"359":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"384":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"’":{"df":4,"docs":{"5":{"tf":1.0},"584":{"tf":1.0},"626":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":11,"docs":{"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"156":{"tf":2.0},"159":{"tf":1.0},"229":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"54":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":5,"docs":{"0":{"tf":1.0},"631":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.0},"8":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":128,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":2.23606797749979},"111":{"tf":1.0},"12":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.7320508075688772},"21":{"tf":1.0},"217":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"257":{"tf":1.0},"273":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.7320508075688772},"30":{"tf":1.0},"37":{"tf":1.7320508075688772},"386":{"tf":1.0},"39":{"tf":1.4142135623730951},"544":{"tf":1.0},"566":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.4142135623730951},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":2.0},"622":{"tf":2.0},"623":{"tf":1.7320508075688772},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":3.1622776601683795},"650":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.4142135623730951},"660":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"750":{"tf":1.4142135623730951},"751":{"tf":1.7320508075688772},"753":{"tf":1.0},"8":{"tf":4.123105625617661},"9":{"tf":2.6457513110645907}}},"y":{"df":0,"docs":{},"—":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"622":{"tf":1.0}}}}}}}},"’":{"df":1,"docs":{"246":{"tf":1.0}}}}}},"p":{"b":{"df":1,"docs":{"353":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.0}}}},"r":{"df":2,"docs":{"184":{"tf":1.0},"312":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"217":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":17,"docs":{"120":{"tf":1.0},"136":{"tf":1.0},"226":{"tf":1.0},"250":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"280":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.4142135623730951},"551":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.4142135623730951},"652":{"tf":1.0},"674":{"tf":1.0},"678":{"tf":1.0}}}}},"’":{"df":2,"docs":{"142":{"tf":1.0},"692":{"tf":1.4142135623730951}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"551":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":2,"docs":{"182":{"tf":1.0},"427":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"’":{"df":0,"docs":{},"r":{"df":3,"docs":{"184":{"tf":1.0},"29":{"tf":1.0},"312":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"134":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"363":{"tf":1.4142135623730951},"612":{"tf":1.0},"619":{"tf":1.0},"649":{"tf":1.0},"9":{"tf":1.0}}},"k":{"df":21,"docs":{"0":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"154":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.0},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"198":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.7320508075688772},"4":{"tf":1.0},"427":{"tf":1.4142135623730951},"521":{"tf":1.0},"58":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"619":{"tf":1.0},"626":{"tf":1.7320508075688772},"628":{"tf":1.0},"71":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"270":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"222":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"20":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.7320508075688772}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"241":{"tf":1.0},"45":{"tf":1.0},"629":{"tf":1.0},"634":{"tf":1.0},"651":{"tf":1.0},"681":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"226":{"tf":1.0},"612":{"tf":1.0},"625":{"tf":1.0},"693":{"tf":1.0}},"t":{"df":9,"docs":{"100":{"tf":1.0},"245":{"tf":1.0},"623":{"tf":1.0},"645":{"tf":1.0},"688":{"tf":1.4142135623730951},"691":{"tf":1.0},"702":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"693":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"*":{"df":1,"docs":{"142":{"tf":1.0}},"r":{"df":1,"docs":{"142":{"tf":1.0}}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"448":{"tf":1.0}}},"u":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}}},"df":5,"docs":{"140":{"tf":1.0},"142":{"tf":2.449489742783178},"307":{"tf":1.0},"326":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":23,"docs":{"19":{"tf":1.0},"217":{"tf":1.0},"248":{"tf":1.0},"270":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"448":{"tf":1.4142135623730951},"521":{"tf":1.4142135623730951},"525":{"tf":1.0},"531":{"tf":1.0},"551":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"645":{"tf":1.4142135623730951},"665":{"tf":1.0},"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"w":{"df":2,"docs":{"204":{"tf":1.0},"422":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":13,"docs":{"19":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"290":{"tf":1.0},"422":{"tf":1.4142135623730951},"500":{"tf":1.0},"546":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.4142135623730951},"673":{"tf":1.0},"8":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"45":{"tf":1.0},"679":{"tf":1.0}}}}}}}},"w":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"622":{"tf":1.0}}}},"u":{"df":3,"docs":{"204":{"tf":1.0},"206":{"tf":1.0},"422":{"tf":1.0}},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}},"u":{"df":9,"docs":{"217":{"tf":1.0},"54":{"tf":1.0},"600":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}},"g":{"df":1,"docs":{"54":{"tf":1.0}}},"m":{"b":{"df":4,"docs":{"273":{"tf":1.0},"278":{"tf":1.4142135623730951},"654":{"tf":1.0},"701":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"654":{"tf":1.0}}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"550":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"117":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":37,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"347":{"tf":1.4142135623730951},"35":{"tf":1.0},"499":{"tf":1.0},"522":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"551":{"tf":1.0},"565":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"66":{"tf":1.0},"668":{"tf":1.0},"690":{"tf":1.0},"703":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"551":{"tf":1.0}}}},"p":{"df":6,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"673":{"tf":1.0},"680":{"tf":1.0},"707":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"700":{"tf":1.0}}}}},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.0}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"370":{"tf":1.0},"95":{"tf":1.0}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"623":{"tf":1.0}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"237":{"tf":1.0}},"u":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"277":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.0}},"r":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"709":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"345":{"tf":1.0}}}}},"df":5,"docs":{"374":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"273":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"239":{"tf":1.0}},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"/":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"437":{"tf":1.0},"515":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"705":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"701":{"tf":1.0},"708":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"623":{"tf":1.0},"691":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":3,"docs":{"182":{"tf":1.0},"437":{"tf":1.0},"515":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"/":{"*":{"df":1,"docs":{"270":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"r":{"df":1,"docs":{"648":{"tf":1.4142135623730951}}}},"o":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"345":{"tf":1.0},"443":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0}},"u":{"df":1,"docs":{"64":{"tf":1.0}},"p":{"b":{"/":{"df":0,"docs":{},"w":{"a":{"*":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"611":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"389":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"511":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"512":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"693":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}}}},"df":2,"docs":{"73":{"tf":1.7320508075688772},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"b":{"df":2,"docs":{"486":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"400":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"417":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"256":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":1,"docs":{"74":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"e":{"df":1,"docs":{"372":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"592":{"tf":1.0}}},"t":{"df":1,"docs":{"426":{"tf":1.0}}}},"f":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"594":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"596":{"tf":1.0}}}},"df":1,"docs":{"590":{"tf":1.0}},"r":{"df":1,"docs":{"594":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"p":{"/":{"*":{"df":2,"docs":{"262":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}}},"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"513":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":2,"docs":{"374":{"tf":1.0},"64":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"622":{"tf":1.0}}}},"r":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"9":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":1,"docs":{"9":{"tf":1.4142135623730951}},"p":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"529":{"tf":1.0}}},"df":1,"docs":{"529":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"20":{"tf":1.0},"261":{"tf":1.0},"278":{"tf":1.4142135623730951},"5":{"tf":1.0},"539":{"tf":1.0},"727":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"646":{"tf":1.0},"703":{"tf":1.4142135623730951}}}}},"l":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":1,"docs":{"33":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"667":{"tf":1.0}}}}},"df":1,"docs":{"521":{"tf":2.0}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}},"l":{"df":12,"docs":{"136":{"tf":1.0},"20":{"tf":2.6457513110645907},"236":{"tf":1.0},"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"38":{"tf":1.0},"582":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"680":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"p":{"df":229,"docs":{"12":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":1.0},"27":{"tf":1.4142135623730951},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.0},"647":{"tf":1.0},"654":{"tf":1.7320508075688772},"678":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"71":{"tf":1.7320508075688772}},"i":{"c":{"df":2,"docs":{"211":{"tf":1.0},"535":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":2,"docs":{"31":{"tf":1.0},"587":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":1.0},"661":{"tf":1.0}}}}},"u":{"df":2,"docs":{"691":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":2,"docs":{"106":{"tf":1.0},"33":{"tf":1.0}},"e":{"df":1,"docs":{"90":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"566":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}},"r":{"df":1,"docs":{"587":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"649":{"tf":1.0},"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":1,"docs":{"90":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}},"p":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"*":{"df":1,"docs":{"692":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}},"r":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"d":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"495":{"tf":1.0}}}}}},"b":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"190":{"tf":1.0},"191":{"tf":1.0}},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"125":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"576":{"tf":1.0}}}}}}}},"df":1,"docs":{"256":{"tf":1.0}},"r":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":2,"docs":{"151":{"tf":1.0},"256":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"b":{"d":{"df":1,"docs":{"393":{"tf":1.0}}},"df":1,"docs":{"504":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":1,"docs":{"216":{"tf":1.0}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"273":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"p":{"b":{"df":1,"docs":{"506":{"tf":1.0}}},"df":0,"docs":{}},"r":{"b":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"69":{"tf":1.0}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":16,"docs":{"104":{"tf":1.7320508075688772},"106":{"tf":2.0},"213":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"305":{"tf":1.0},"348":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"62":{"tf":1.0},"656":{"tf":1.7320508075688772},"665":{"tf":1.4142135623730951},"68":{"tf":1.0},"688":{"tf":1.4142135623730951},"692":{"tf":1.0},"71":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"244":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"204":{"tf":1.0},"386":{"tf":1.4142135623730951}}}}},"l":{"df":2,"docs":{"220":{"tf":1.4142135623730951},"222":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"169":{"tf":1.0}},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"698":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"626":{"tf":1.0}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"*":{"df":0,"docs":{},"r":{"df":1,"docs":{"645":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"551":{"tf":1.0}}},"df":1,"docs":{"645":{"tf":1.0}}}},"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"580":{"tf":1.0},"721":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"576":{"tf":1.0},"719":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"420":{"tf":1.0}}}}}},"o":{"df":2,"docs":{"481":{"tf":1.0},"626":{"tf":1.0}},"e":{"df":1,"docs":{"692":{"tf":1.0}},"r":{"df":1,"docs":{"491":{"tf":1.0}}},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"256":{"tf":1.0},"701":{"tf":1.0}},"z":{"df":1,"docs":{"257":{"tf":1.0}}}}},"z":{"df":1,"docs":{"692":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"506":{"tf":1.0}}}}},"df":1,"docs":{"506":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}}},"df":20,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"248":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"298":{"tf":1.0},"419":{"tf":1.0},"551":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"608":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"645":{"tf":4.0},"646":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"713":{"tf":1.0},"714":{"tf":2.23606797749979},"717":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"278":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}},"t":{"df":1,"docs":{"74":{"tf":1.0}}},"u":{"df":3,"docs":{"229":{"tf":1.0},"231":{"tf":1.4142135623730951},"395":{"tf":1.0}},"g":{"df":1,"docs":{"231":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"231":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"377":{"tf":1.0},"83":{"tf":1.0}},"e":{"df":2,"docs":{"377":{"tf":1.0},"382":{"tf":1.0}}},"p":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"237":{"tf":1.0}}}}}}},"df":1,"docs":{"237":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"612":{"tf":1.0}}},"u":{"df":2,"docs":{"392":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"245":{"tf":1.0},"665":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":2,"docs":{"104":{"tf":1.0},"396":{"tf":1.0}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"379":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"o":{"*":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"656":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"471":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"575":{"tf":1.0}}}}},"df":1,"docs":{"91":{"tf":1.0}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":2,"docs":{"204":{"tf":1.0},"471":{"tf":1.0}}},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"o":{"df":1,"docs":{"237":{"tf":1.0}}}}}}}},"df":9,"docs":{"236":{"tf":1.0},"237":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0},"305":{"tf":1.0},"586":{"tf":1.0},"608":{"tf":1.0},"612":{"tf":1.0},"665":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"153":{"tf":1.0},"424":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"586":{"tf":1.0}}}}},"r":{"*":{"b":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"z":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"693":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"531":{"tf":1.0}}}}}},"df":2,"docs":{"551":{"tf":1.0},"688":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"318":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"348":{"tf":1.0}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"/":{"#":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"569":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"p":{"b":{"df":1,"docs":{"504":{"tf":1.0}},"l":{"df":1,"docs":{"504":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"*":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"688":{"tf":1.0}}}}},"a":{"*":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"705":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"625":{"tf":1.0},"705":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"105":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"688":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"540":{"tf":1.0},"690":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"673":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":37,"docs":{"11":{"tf":1.0},"182":{"tf":1.0},"204":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":2.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"26":{"tf":1.0},"539":{"tf":1.7320508075688772},"541":{"tf":1.0},"6":{"tf":1.0},"622":{"tf":1.4142135623730951},"626":{"tf":1.0},"634":{"tf":1.7320508075688772},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"675":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"695":{"tf":1.0},"714":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.4142135623730951},"728":{"tf":1.0},"735":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"752":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":5,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}},"df":1,"docs":{"700":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":1,"docs":{"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"21":{"tf":1.0},"226":{"tf":1.0},"259":{"tf":1.0},"273":{"tf":1.7320508075688772},"277":{"tf":1.0},"278":{"tf":1.0},"523":{"tf":1.0},"583":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"699":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}}}}},"df":0,"docs":{},"u":{"df":6,"docs":{"248":{"tf":1.0},"280":{"tf":1.0},"484":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"665":{"tf":1.0}}}},"i":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":7,"docs":{"111":{"tf":1.0},"217":{"tf":1.0},"250":{"tf":1.0},"45":{"tf":1.0},"509":{"tf":1.0},"587":{"tf":1.4142135623730951},"621":{"tf":1.0}}}}},"df":30,"docs":{"126":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"217":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"257":{"tf":1.7320508075688772},"26":{"tf":1.4142135623730951},"278":{"tf":1.0},"28":{"tf":1.0},"280":{"tf":1.4142135623730951},"282":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"484":{"tf":1.7320508075688772},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"608":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"628":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.4142135623730951},"700":{"tf":1.4142135623730951},"94":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"678":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"649":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"273":{"tf":1.4142135623730951},"427":{"tf":1.0},"673":{"tf":1.0},"694":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"652":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"p":{"b":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":1,"docs":{"53":{"tf":1.0}},"h":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}},"s":{"df":2,"docs":{"637":{"tf":1.0},"645":{"tf":1.4142135623730951}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"691":{"tf":1.0}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":2,"docs":{"33":{"tf":1.0},"49":{"tf":1.0}},"r":{"df":1,"docs":{"53":{"tf":1.0}}}},"g":{"df":2,"docs":{"33":{"tf":1.0},"44":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"f":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"673":{"tf":1.0}}}}},"n":{"df":3,"docs":{"433":{"tf":1.4142135623730951},"646":{"tf":1.7320508075688772},"712":{"tf":1.0}}},"p":{"b":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"602":{"tf":2.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"42":{"tf":1.0},"523":{"tf":1.0},"649":{"tf":1.0}}}},"df":0,"docs":{}},"h":{"*":{"df":0,"docs":{},"p":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":1,"docs":{"631":{"tf":1.7320508075688772}},"o":{"*":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":69,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"20":{"tf":2.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"246":{"tf":1.0},"250":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":2.0},"277":{"tf":2.0},"278":{"tf":1.0},"366":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"487":{"tf":1.0},"509":{"tf":1.7320508075688772},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.0},"531":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.0},"58":{"tf":1.0},"587":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.0},"625":{"tf":1.0},"640":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"667":{"tf":1.0},"674":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"r":{"df":1,"docs":{"631":{"tf":1.0}}}},"y":{"df":1,"docs":{"505":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"249":{"tf":1.0},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"290":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.7320508075688772},"550":{"tf":1.0},"625":{"tf":1.0}},"r":{"a":{"c":{"df":3,"docs":{"16":{"tf":1.0},"550":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":5,"docs":{"290":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.7320508075688772}}}},"i":{"c":{"df":5,"docs":{"12":{"tf":1.0},"215":{"tf":1.0},"502":{"tf":1.0},"509":{"tf":1.0},"523":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"o":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"600":{"tf":2.0},"691":{"tf":1.0}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"588":{"tf":1.0}}}}}},"df":24,"docs":{"100":{"tf":2.23606797749979},"104":{"tf":1.0},"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.7320508075688772},"301":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.0},"520":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"601":{"tf":1.0},"62":{"tf":1.4142135623730951},"626":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.7320508075688772},"700":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"85":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951}},"k":{"df":20,"docs":{"564":{"tf":1.7320508075688772},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"635":{"tf":1.0},"677":{"tf":1.0},"712":{"tf":2.23606797749979}}},"l":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"27":{"tf":1.0}}}},"r":{"a":{"df":1,"docs":{"702":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"273":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.4142135623730951},"563":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":16,"docs":{"102":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":1.0},"283":{"tf":1.4142135623730951},"290":{"tf":1.0},"31":{"tf":1.0},"496":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"646":{"tf":1.0},"681":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"478":{"tf":1.0},"49":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"246":{"tf":1.0},"281":{"tf":1.0},"419":{"tf":1.7320508075688772},"609":{"tf":1.0},"622":{"tf":1.0},"665":{"tf":1.0},"720":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"270":{"tf":1.0},"46":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"211":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.7320508075688772},"278":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":1,"docs":{"648":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"487":{"tf":1.0}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":14,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"218":{"tf":1.0},"246":{"tf":1.0},"273":{"tf":1.0},"566":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"647":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"29":{"tf":1.4142135623730951}}}},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"637":{"tf":1.0},"639":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"691":{"tf":1.0},"693":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"217":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"11":{"tf":1.0},"241":{"tf":1.0},"568":{"tf":1.0},"647":{"tf":1.0},"660":{"tf":1.0},"704":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"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":{"500":{"tf":1.0},"708":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"245":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":33,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"487":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"521":{"tf":2.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"596":{"tf":1.0},"599":{"tf":1.0},"649":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"700":{"tf":2.0},"707":{"tf":1.7320508075688772},"711":{"tf":2.23606797749979}}}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"289":{"tf":1.0},"38":{"tf":1.0},"500":{"tf":1.0},"625":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"p":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"611":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"/":{"a":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"273":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"281":{"tf":1.0},"419":{"tf":1.0},"609":{"tf":1.0},"665":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"a":{"df":1,"docs":{"708":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":1,"docs":{"419":{"tf":1.0}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"39":{"tf":2.449489742783178},"622":{"tf":1.0},"632":{"tf":1.0},"646":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{}},"df":130,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"192":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"27":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"35":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"500":{"tf":1.0},"540":{"tf":1.0},"567":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":2.0},"622":{"tf":1.0},"623":{"tf":1.0},"626":{"tf":1.4142135623730951},"628":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.6457513110645907},"648":{"tf":1.0},"652":{"tf":1.4142135623730951},"664":{"tf":1.0},"672":{"tf":1.7320508075688772},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.4142135623730951},"683":{"tf":1.7320508075688772},"685":{"tf":1.4142135623730951},"693":{"tf":1.0},"705":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"43":{"tf":1.0},"617":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"534":{"tf":1.0},"538":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":1,"docs":{"242":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.0},"611":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":1,"docs":{"692":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"20":{"tf":1.7320508075688772},"213":{"tf":1.0},"238":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"250":{"tf":1.4142135623730951},"256":{"tf":1.0},"273":{"tf":1.0},"632":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"642":{"tf":1.0},"647":{"tf":1.0},"650":{"tf":1.0},"659":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"df":257,"docs":{"1":{"tf":1.0},"103":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"12":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"203":{"tf":1.0},"204":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":2.449489742783178},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"221":{"tf":2.23606797749979},"222":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.4142135623730951},"229":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"238":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.7320508075688772},"246":{"tf":1.7320508075688772},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":2.0},"252":{"tf":1.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"267":{"tf":1.4142135623730951},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.4142135623730951},"270":{"tf":2.6457513110645907},"272":{"tf":1.0},"273":{"tf":2.8284271247461903},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":2.449489742783178},"280":{"tf":3.1622776601683795},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"289":{"tf":2.0},"29":{"tf":1.0},"290":{"tf":1.4142135623730951},"295":{"tf":1.0},"296":{"tf":1.0},"302":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"312":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.4142135623730951},"348":{"tf":1.0},"349":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"374":{"tf":1.0},"38":{"tf":1.4142135623730951},"386":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"427":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"473":{"tf":1.0},"49":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"501":{"tf":1.4142135623730951},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"52":{"tf":1.0},"523":{"tf":1.0},"525":{"tf":1.0},"531":{"tf":1.0},"534":{"tf":1.4142135623730951},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951},"552":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0},"568":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"608":{"tf":2.23606797749979},"609":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"612":{"tf":3.605551275463989},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"632":{"tf":1.0},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"639":{"tf":1.0},"640":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":2.23606797749979},"647":{"tf":3.3166247903554},"648":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"652":{"tf":2.8284271247461903},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":3.1622776601683795},"667":{"tf":1.0},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"672":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.7320508075688772},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":1.0},"685":{"tf":1.7320508075688772},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":4.69041575982343},"692":{"tf":2.449489742783178},"693":{"tf":2.8284271247461903},"694":{"tf":1.0},"695":{"tf":2.23606797749979},"696":{"tf":1.0},"699":{"tf":1.4142135623730951},"7":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":2.0},"701":{"tf":2.6457513110645907},"702":{"tf":1.0},"703":{"tf":1.7320508075688772},"704":{"tf":2.0},"705":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"708":{"tf":2.6457513110645907},"709":{"tf":1.7320508075688772},"710":{"tf":1.0},"711":{"tf":2.23606797749979},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"719":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0},"73":{"tf":2.23606797749979},"732":{"tf":1.0},"739":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"745":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0},"9":{"tf":3.0},"94":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"0":{"tf":1.0},"679":{"tf":1.4142135623730951},"694":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"218":{"tf":1.0},"500":{"tf":1.0},"504":{"tf":1.0},"583":{"tf":1.0},"601":{"tf":1.0},"665":{"tf":1.0},"691":{"tf":1.0},"702":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":6,"docs":{"4":{"tf":1.0},"530":{"tf":1.0},"531":{"tf":1.0},"647":{"tf":1.4142135623730951},"655":{"tf":1.0},"717":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}}}}}},"v":{"3":{"df":1,"docs":{"647":{"tf":1.0}}},"4":{"df":1,"docs":{"647":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":15,"docs":{"1":{"tf":1.0},"20":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"238":{"tf":1.0},"244":{"tf":1.7320508075688772},"270":{"tf":1.4142135623730951},"29":{"tf":1.0},"295":{"tf":1.0},"522":{"tf":1.4142135623730951},"531":{"tf":1.0},"54":{"tf":1.0},"613":{"tf":1.0},"616":{"tf":1.0},"649":{"tf":1.0},"697":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"n":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":2,"docs":{"544":{"tf":1.0},"546":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"79":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"199":{"tf":1.0},"280":{"tf":1.4142135623730951},"281":{"tf":1.0},"609":{"tf":1.0},"651":{"tf":1.0},"665":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"8":{"tf":1.0}}}},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":1,"docs":{"16":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"229":{"tf":1.0},"35":{"tf":1.0},"500":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":16,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"174":{"tf":1.4142135623730951},"221":{"tf":1.0},"278":{"tf":1.0},"29":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"641":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"b":{"df":7,"docs":{"199":{"tf":1.0},"239":{"tf":1.0},"256":{"tf":1.0},"6":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.8284271247461903},"745":{"tf":1.0}}},"df":1,"docs":{"79":{"tf":1.0}},"i":{"df":44,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"241":{"tf":1.0},"250":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"282":{"tf":1.0},"289":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"421":{"tf":1.4142135623730951},"45":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"521":{"tf":1.0},"528":{"tf":1.0},"566":{"tf":1.4142135623730951},"579":{"tf":1.0},"582":{"tf":1.0},"600":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":2.23606797749979},"649":{"tf":1.4142135623730951},"652":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"700":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"646":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"250":{"tf":1.0},"39":{"tf":1.0},"652":{"tf":1.0}}}}},"u":{"df":1,"docs":{"289":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"540":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"523":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":3,"docs":{"582":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"278":{"tf":1.0},"521":{"tf":1.0},"647":{"tf":1.0},"691":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"250":{"tf":1.0}}}},"m":{"df":1,"docs":{"9":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"487":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"277":{"tf":1.0},"667":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"642":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"708":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"a":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"626":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"148":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"(":{"df":10,"docs":{"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":119,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":2.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"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},"182":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"229":{"tf":1.4142135623730951},"242":{"tf":1.0},"246":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.7320508075688772},"273":{"tf":2.449489742783178},"276":{"tf":1.4142135623730951},"277":{"tf":2.23606797749979},"278":{"tf":4.0},"28":{"tf":1.0},"280":{"tf":1.7320508075688772},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":2.449489742783178},"46":{"tf":1.4142135623730951},"47":{"tf":2.449489742783178},"487":{"tf":1.0},"49":{"tf":2.0},"499":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":3.0},"501":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":2.23606797749979},"512":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.0},"523":{"tf":1.7320508075688772},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"599":{"tf":2.8284271247461903},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"700":{"tf":2.0},"705":{"tf":1.4142135623730951},"707":{"tf":1.7320508075688772},"727":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"df":6,"docs":{"273":{"tf":1.0},"585":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"649":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}},"w":{"a":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"350":{"tf":1.0}},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"r":{"df":1,"docs":{"612":{"tf":1.0}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"149":{"tf":1.0}}},"t":{"df":1,"docs":{"629":{"tf":1.0}}},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"l":{"df":6,"docs":{"33":{"tf":1.0},"600":{"tf":1.4142135623730951},"601":{"tf":1.7320508075688772},"602":{"tf":1.0},"603":{"tf":1.0},"691":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"df":4,"docs":{"535":{"tf":1.0},"550":{"tf":1.0},"633":{"tf":1.0},"642":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"642":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"12":{"tf":1.0},"134":{"tf":1.0},"140":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"217":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"449":{"tf":1.4142135623730951},"500":{"tf":1.0},"523":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"626":{"tf":1.0},"631":{"tf":3.3166247903554},"632":{"tf":1.0},"643":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"689":{"tf":1.0}}}},"o":{"*":{"df":1,"docs":{"327":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}}}},"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"327":{"tf":1.0}},"r":{"df":1,"docs":{"692":{"tf":1.0}}}}},"p":{"b":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":1,"docs":{"33":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"26":{"tf":1.0},"521":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.4142135623730951},"701":{"tf":1.0}}}},"t":{"df":2,"docs":{"44":{"tf":1.0},"659":{"tf":1.0}}}},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"383":{"tf":1.0},"701":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}},"t":{"/":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"701":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"659":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"280":{"tf":1.0},"742":{"tf":1.0}}}},"y":{"df":41,"docs":{"111":{"tf":1.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"17":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"213":{"tf":1.0},"242":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":2.449489742783178},"273":{"tf":1.0},"278":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"312":{"tf":1.0},"350":{"tf":1.4142135623730951},"509":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"550":{"tf":1.4142135623730951},"568":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"646":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"665":{"tf":1.0},"708":{"tf":1.7320508075688772},"710":{"tf":1.0},"8":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"679":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"33":{"tf":1.0}},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"229":{"tf":1.0}}}}}},"df":15,"docs":{"140":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"29":{"tf":1.0},"308":{"tf":1.4142135623730951},"404":{"tf":1.0},"44":{"tf":1.0},"528":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"588":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"693":{"tf":1.4142135623730951}},"e":{"b":{"df":1,"docs":{"33":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":1,"docs":{"327":{"tf":1.0}},"k":{"df":3,"docs":{"16":{"tf":1.0},"19":{"tf":1.0},"210":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"f":{"df":1,"docs":{"31":{"tf":1.0}},"r":{"b":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"692":{"tf":1.0}}}},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"0":{"tf":1.0},"2":{"tf":1.0},"257":{"tf":1.0}}}}},"df":2,"docs":{"31":{"tf":1.0},"451":{"tf":1.0}},"l":{"df":15,"docs":{"183":{"tf":1.0},"19":{"tf":1.4142135623730951},"200":{"tf":1.0},"210":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.0},"451":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"84":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.4142135623730951}}}},"p":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":1,"docs":{"256":{"tf":1.0}}}},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}}},"r":{"df":3,"docs":{"33":{"tf":1.0},"331":{"tf":1.0},"612":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":2,"docs":{"162":{"tf":1.0},"344":{"tf":1.0}},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}},"’":{"df":0,"docs":{},"r":{"df":2,"docs":{"584":{"tf":1.0},"692":{"tf":1.0}}},"v":{"df":4,"docs":{"211":{"tf":1.4142135623730951},"213":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0}}}}},"h":{"*":{"df":1,"docs":{"142":{"tf":1.0}}},"a":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":3,"docs":{"162":{"tf":1.0},"164":{"tf":1.4142135623730951},"325":{"tf":1.0}},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"325":{"tf":1.0}}}},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"658":{"tf":1.0}}}}},"u":{"df":1,"docs":{"380":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"646":{"tf":1.0},"677":{"tf":1.0}}}},"’":{"df":2,"docs":{"26":{"tf":1.0},"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":6,"docs":{"140":{"tf":1.0},"142":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"626":{"tf":1.0},"658":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":13,"docs":{"244":{"tf":1.0},"270":{"tf":1.0},"44":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"521":{"tf":1.0},"531":{"tf":1.0},"626":{"tf":1.7320508075688772},"633":{"tf":1.0},"646":{"tf":1.0},"673":{"tf":1.0},"708":{"tf":1.0},"721":{"tf":1.0}}}},"’":{"df":1,"docs":{"142":{"tf":1.0}}}},"p":{"b":{"df":1,"docs":{"658":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"404":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"244":{"tf":1.0},"585":{"tf":1.0},"611":{"tf":1.0},"652":{"tf":1.0},"678":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"701":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}}},"w":{"df":1,"docs":{"380":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"604":{"tf":1.0},"702":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"344":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"658":{"tf":1.0}}}}},"o":{"*":{"df":1,"docs":{"584":{"tf":1.0}}},"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"42":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"213":{"tf":1.0},"43":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"164":{"tf":1.0}}},"’":{"df":1,"docs":{"584":{"tf":1.0}}}},"u":{"df":1,"docs":{"334":{"tf":1.0}}},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"142":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"675":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":12,"docs":{"13":{"tf":1.0},"236":{"tf":1.0},"249":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"546":{"tf":1.0},"639":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.4142135623730951},"678":{"tf":1.0},"737":{"tf":1.0}}}}},"df":1,"docs":{"44":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":4,"docs":{"19":{"tf":1.0},"215":{"tf":1.0},"40":{"tf":1.0},"712":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"276":{"tf":1.4142135623730951},"647":{"tf":1.0},"707":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":20,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.0},"500":{"tf":1.0},"509":{"tf":1.0},"626":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"655":{"tf":1.0},"672":{"tf":1.0},"679":{"tf":1.0},"704":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}}}}},"o":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"199":{"tf":1.0}}}},"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":1,"docs":{"612":{"tf":1.0}}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"/":{"*":{"df":0,"docs":{},"f":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}},"f":{"df":1,"docs":{"612":{"tf":1.0}}},"v":{"df":1,"docs":{"612":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"535":{"tf":1.0}}}}},"o":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"33":{"tf":1.0}}},"r":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"397":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"280":{"tf":1.0},"623":{"tf":1.7320508075688772}}}}}}}}},"df":465,"docs":{"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":2.0},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.6457513110645907},"124":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"140":{"tf":2.449489742783178},"145":{"tf":2.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":2.23606797749979},"155":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.7320508075688772},"182":{"tf":2.0},"187":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":2.8284271247461903},"201":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.7320508075688772},"215":{"tf":2.8284271247461903},"216":{"tf":1.0},"217":{"tf":2.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.449489742783178},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":2.449489742783178},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"231":{"tf":1.0},"234":{"tf":2.6457513110645907},"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.4142135623730951},"241":{"tf":1.7320508075688772},"242":{"tf":2.449489742783178},"243":{"tf":2.0},"244":{"tf":3.0},"245":{"tf":2.23606797749979},"246":{"tf":2.0},"247":{"tf":2.0},"248":{"tf":2.23606797749979},"249":{"tf":1.0},"250":{"tf":3.0},"251":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"256":{"tf":1.0},"257":{"tf":2.23606797749979},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"26":{"tf":2.23606797749979},"260":{"tf":1.0},"261":{"tf":2.6457513110645907},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"270":{"tf":3.7416573867739413},"273":{"tf":2.23606797749979},"276":{"tf":2.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"280":{"tf":3.4641016151377544},"281":{"tf":2.0},"282":{"tf":1.0},"283":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"286":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":2.23606797749979},"289":{"tf":1.7320508075688772},"290":{"tf":2.0},"291":{"tf":1.4142135623730951},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.4142135623730951},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.4142135623730951},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.4142135623730951},"359":{"tf":1.0},"36":{"tf":1.7320508075688772},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":2.23606797749979},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.4142135623730951},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"43":{"tf":1.7320508075688772},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"46":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.23606797749979},"497":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"500":{"tf":2.23606797749979},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":2.449489742783178},"51":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.7320508075688772},"523":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"530":{"tf":1.0},"531":{"tf":2.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":6.4031242374328485},"552":{"tf":1.0},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"556":{"tf":1.0},"559":{"tf":1.7320508075688772},"560":{"tf":1.7320508075688772},"561":{"tf":1.4142135623730951},"562":{"tf":1.7320508075688772},"563":{"tf":1.4142135623730951},"566":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.4142135623730951},"587":{"tf":2.0},"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"590":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"60":{"tf":1.7320508075688772},"600":{"tf":2.449489742783178},"602":{"tf":1.0},"603":{"tf":1.4142135623730951},"605":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":2.6457513110645907},"612":{"tf":3.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":2.0},"617":{"tf":1.4142135623730951},"62":{"tf":2.0},"621":{"tf":2.23606797749979},"622":{"tf":1.7320508075688772},"623":{"tf":1.0},"626":{"tf":2.0},"628":{"tf":1.0},"631":{"tf":1.7320508075688772},"636":{"tf":1.0},"637":{"tf":1.7320508075688772},"645":{"tf":2.6457513110645907},"648":{"tf":1.4142135623730951},"649":{"tf":2.0},"651":{"tf":1.0},"652":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"665":{"tf":3.0},"666":{"tf":2.0},"67":{"tf":1.7320508075688772},"684":{"tf":2.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.7320508075688772},"692":{"tf":2.23606797749979},"693":{"tf":2.0},"695":{"tf":2.23606797749979},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"700":{"tf":1.0},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"704":{"tf":1.7320508075688772},"705":{"tf":2.449489742783178},"707":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"718":{"tf":1.0},"72":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.7320508075688772},"746":{"tf":1.0},"748":{"tf":1.0},"749":{"tf":1.0},"750":{"tf":1.0},"76":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"9":{"tf":2.6457513110645907},"92":{"tf":2.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}},"s":{")":{"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"268":{"tf":1.0}}}}}}}},"df":0,"docs":{},"—":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"566":{"tf":1.0}}},"y":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},"—":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":2,"docs":{"33":{"tf":1.0},"692":{"tf":1.0}},"k":{"df":32,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"2":{"tf":1.0},"217":{"tf":1.0},"236":{"tf":1.0},"250":{"tf":1.0},"3":{"tf":1.0},"397":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"504":{"tf":1.0},"509":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"531":{"tf":1.0},"556":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"579":{"tf":1.0},"631":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"665":{"tf":1.7320508075688772},"674":{"tf":1.0},"684":{"tf":1.0},"689":{"tf":1.0},"702":{"tf":1.0},"714":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}}},"l":{"d":{"df":1,"docs":{"490":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"27":{"tf":1.0},"282":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"647":{"tf":1.0}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"31":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":2,"docs":{"270":{"tf":1.0},"70":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":15,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"16":{"tf":2.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"61":{"tf":1.0},"625":{"tf":1.4142135623730951},"82":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"*":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"g":{"df":1,"docs":{"270":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"657":{"tf":1.0}}}}}},"p":{"df":64,"docs":{"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"657":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":5,"docs":{"162":{"tf":1.0},"164":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"657":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"(":{"df":0,"docs":{},"e":{")":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"270":{"tf":1.0}},"i":{"df":1,"docs":{"270":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"12":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":262,"docs":{"121":{"tf":1.0},"136":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.6457513110645907},"21":{"tf":1.0},"211":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"226":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.0},"248":{"tf":1.0},"250":{"tf":1.4142135623730951},"257":{"tf":1.0},"26":{"tf":1.0},"261":{"tf":1.0},"268":{"tf":1.0},"27":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":2.449489742783178},"295":{"tf":1.0},"297":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"311":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"318":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"327":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.0},"347":{"tf":1.0},"350":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"500":{"tf":1.7320508075688772},"509":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.4142135623730951},"520":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"53":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"545":{"tf":1.0},"551":{"tf":1.0},"566":{"tf":1.0},"570":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"598":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772},"612":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":2.0},"622":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.7320508075688772},"634":{"tf":1.4142135623730951},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.4142135623730951},"649":{"tf":2.23606797749979},"651":{"tf":1.4142135623730951},"652":{"tf":1.0},"654":{"tf":1.0},"657":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":2.0},"678":{"tf":1.0},"688":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"703":{"tf":1.7320508075688772},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":2.0},"708":{"tf":1.7320508075688772},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"714":{"tf":1.7320508075688772},"751":{"tf":1.0},"753":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":2.0}},"r":{"df":2,"docs":{"647":{"tf":1.0},"743":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":75,"docs":{"120":{"tf":2.0},"124":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"213":{"tf":1.7320508075688772},"215":{"tf":1.0},"220":{"tf":1.0},"226":{"tf":1.0},"236":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"257":{"tf":1.0},"26":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.4142135623730951},"270":{"tf":1.0},"278":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"31":{"tf":1.0},"312":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"53":{"tf":1.0},"531":{"tf":1.0},"540":{"tf":1.0},"544":{"tf":1.0},"556":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"584":{"tf":1.4142135623730951},"587":{"tf":1.0},"597":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"614":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"640":{"tf":1.0},"646":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"691":{"tf":2.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"711":{"tf":2.449489742783178},"714":{"tf":1.0},"715":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"242":{"tf":1.0},"647":{"tf":1.0}}}}},"u":{"df":2,"docs":{"164":{"tf":1.0},"331":{"tf":1.0}}}},"u":{"b":{"df":1,"docs":{"33":{"tf":1.0}}},"d":{"/":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"31":{"tf":1.0},"355":{"tf":1.0}}},"df":2,"docs":{"308":{"tf":1.0},"31":{"tf":1.0}},"f":{"df":1,"docs":{"33":{"tf":1.0}},"p":{"b":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":1,"docs":{"33":{"tf":1.0}}},"l":{"df":1,"docs":{"33":{"tf":1.0}}},"p":{"b":{"df":3,"docs":{"182":{"tf":1.0},"184":{"tf":1.0},"315":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}}},"r":{"df":1,"docs":{"31":{"tf":1.0}},"s":{"/":{"*":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}},"z":{"df":1,"docs":{"33":{"tf":1.0}}}}},"x":{"df":12,"docs":{"187":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"193":{"tf":1.0},"270":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"677":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"705":{"tf":1.0}},"i":{"df":1,"docs":{"692":{"tf":1.0}}},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":2.0}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}}}},"y":{"a":{"df":1,"docs":{"277":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"278":{"tf":1.0}}}}},"df":25,"docs":{"140":{"tf":1.0},"218":{"tf":2.6457513110645907},"234":{"tf":1.0},"246":{"tf":1.4142135623730951},"247":{"tf":1.4142135623730951},"257":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.449489742783178},"277":{"tf":1.4142135623730951},"278":{"tf":2.23606797749979},"279":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"591":{"tf":1.0},"655":{"tf":2.23606797749979},"66":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"411":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951}},"n":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":4,"docs":{"218":{"tf":1.0},"655":{"tf":1.0},"74":{"tf":1.0},"84":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"25":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"218":{"tf":1.0},"692":{"tf":1.0}}}},"o":{"df":2,"docs":{"277":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":9,"docs":{"17":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"509":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"678":{"tf":1.0},"94":{"tf":1.0}}}}}}},"’":{"d":{"df":7,"docs":{"217":{"tf":1.4142135623730951},"225":{"tf":1.0},"29":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"652":{"tf":1.4142135623730951},"686":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"12":{"tf":1.0},"28":{"tf":1.0},"500":{"tf":1.0},"700":{"tf":1.0}}}},"r":{"df":11,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"427":{"tf":1.0},"522":{"tf":1.0},"625":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0}}},"v":{"df":8,"docs":{"210":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"285":{"tf":1.0},"619":{"tf":1.0},"622":{"tf":1.4142135623730951},"676":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":1,"docs":{"551":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"z":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":20,"docs":{"216":{"tf":1.0},"217":{"tf":1.0},"256":{"tf":2.449489742783178},"257":{"tf":2.449489742783178},"270":{"tf":1.0},"29":{"tf":1.4142135623730951},"44":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"611":{"tf":1.0},"66":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"704":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"540":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}},"t":{"df":1,"docs":{"77":{"tf":1.0}}}},"v":{"df":0,"docs":{},"j":{"df":2,"docs":{"67":{"tf":1.0},"80":{"tf":1.0}}}}}}},"title":{"root":{"1":{"0":{"1":{"df":0,"docs":{},"–":{"1":{"5":{"0":{"df":1,"docs":{"394":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"165":{"tf":1.0},"180":{"tf":1.0}}},"1":{"df":2,"docs":{"185":{"tf":1.0},"202":{"tf":1.0}}},"2":{"df":1,"docs":{"207":{"tf":1.0}}},"3":{"df":2,"docs":{"232":{"tf":1.0},"251":{"tf":1.0}}},"4":{"df":1,"docs":{"253":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"2":{"0":{"0":{"df":1,"docs":{"445":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"265":{"tf":1.0},"283":{"tf":1.0}}},"6":{"df":2,"docs":{"285":{"tf":1.0},"496":{"tf":1.0}}},"7":{"df":1,"docs":{"498":{"tf":1.0}}},"8":{"df":1,"docs":{"532":{"tf":1.0}}},"9":{"df":1,"docs":{"542":{"tf":1.0}}},"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"47":{"tf":1.0}},"–":{"5":{"0":{"df":1,"docs":{"292":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"285":{"tf":1.0}}},"df":1,"docs":{"547":{"tf":1.0}}},"1":{"df":1,"docs":{"564":{"tf":1.0}}},"2":{"df":1,"docs":{"581":{"tf":1.0}}},"3":{"df":1,"docs":{"618":{"tf":1.0}}},"4":{"df":1,"docs":{"627":{"tf":1.0}}},"5":{"df":1,"docs":{"633":{"tf":1.0}}},"6":{"df":2,"docs":{"643":{"tf":1.0},"683":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"49":{"tf":1.0}}},"3":{"df":3,"docs":{"134":{"tf":1.0},"15":{"tf":1.0},"680":{"tf":1.0}}},"4":{"df":3,"docs":{"22":{"tf":1.0},"31":{"tf":1.0},"681":{"tf":1.0}}},"5":{"1":{"df":0,"docs":{},"–":{"1":{"0":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"34":{"tf":1.0},"60":{"tf":1.0},"682":{"tf":1.0}}},"6":{"df":2,"docs":{"65":{"tf":1.0},"81":{"tf":1.0}}},"7":{"df":2,"docs":{"102":{"tf":1.0},"86":{"tf":1.0}}},"8":{"df":2,"docs":{"107":{"tf":1.0},"138":{"tf":1.0}}},"9":{"df":2,"docs":{"143":{"tf":1.0},"160":{"tf":1.0}}},"a":{"_":{"df":1,"docs":{"125":{"tf":1.0}}},"b":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":1,"docs":{"640":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"42":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"472":{"tf":1.0}}}},"d":{"d":{"df":1,"docs":{"463":{"tf":1.0}}},"df":1,"docs":{"622":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"632":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"571":{"tf":1.0},"715":{"tf":1.0}},"u":{"df":3,"docs":{"123":{"tf":1.0},"507":{"tf":1.0},"94":{"tf":1.0}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"746":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"r":{"df":1,"docs":{"450":{"tf":1.0}}}},"l":{"df":1,"docs":{"226":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"546":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"598":{"tf":1.0},"686":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"269":{"tf":1.0},"599":{"tf":1.0}}}}}},"df":0,"docs":{}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"487":{"tf":1.0}}}}},"o":{"df":1,"docs":{"136":{"tf":1.0}},"e":{"df":2,"docs":{"112":{"tf":1.0},"128":{"tf":1.0}},"u":{"df":1,"docs":{"116":{"tf":1.0}}}},"u":{"df":1,"docs":{"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"474":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"539":{"tf":1.0},"541":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":2,"docs":{"120":{"tf":1.0},"659":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"406":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"652":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"c":{"df":12,"docs":{"207":{"tf":1.0},"268":{"tf":1.0},"270":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"628":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"664":{"tf":1.0},"751":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"df":1,"docs":{"620":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"432":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"’":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"539":{"tf":1.0},"541":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"277":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"468":{"tf":1.0}}}},"l":{"df":1,"docs":{"198":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"652":{"tf":1.0}}}},"y":{"df":1,"docs":{"440":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":24,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"289":{"tf":1.0},"579":{"tf":1.0},"608":{"tf":1.0},"62":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"64":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"492":{"tf":1.0},"624":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"385":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"412":{"tf":1.0}}}},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"554":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"434":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"522":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"214":{"tf":1.0},"215":{"tf":1.0},"663":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"476":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":54,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"232":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"285":{"tf":1.0},"290":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"532":{"tf":1.0},"542":{"tf":1.0},"547":{"tf":1.0},"564":{"tf":1.0},"581":{"tf":1.0},"60":{"tf":1.0},"618":{"tf":1.0},"62":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"65":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":2,"docs":{"176":{"tf":1.0},"215":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"d":{"df":10,"docs":{"143":{"tf":1.0},"165":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"243":{"tf":1.0},"48":{"tf":1.0},"598":{"tf":1.0},"647":{"tf":1.4142135623730951},"724":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"185":{"tf":1.0},"244":{"tf":1.0},"528":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"620":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"547":{"tf":1.0},"552":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"237":{"tf":1.0},"285":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"290":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"185":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"528":{"tf":1.0},"611":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":13,"docs":{"111":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0},"149":{"tf":1.0},"191":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"607":{"tf":1.0},"610":{"tf":1.0},"663":{"tf":1.0},"705":{"tf":1.0},"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"269":{"tf":1.0},"44":{"tf":1.0},"523":{"tf":1.0},"604":{"tf":1.0},"65":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"713":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":3,"docs":{"107":{"tf":1.0},"165":{"tf":1.0},"65":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"584":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"648":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"21":{"tf":1.0},"370":{"tf":1.0}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"570":{"tf":1.0},"609":{"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":{"510":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"512":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"513":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"250":{"tf":1.0},"39":{"tf":1.0},"620":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"677":{"tf":1.0},"686":{"tf":1.0},"713":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"239":{"tf":1.0},"437":{"tf":1.0},"515":{"tf":1.0},"653":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":2,"docs":{"133":{"tf":1.0},"586":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"604":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"389":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"677":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"509":{"tf":1.0},"531":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"341":{"tf":1.0}}}},"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"494":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":2,"docs":{"506":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"i":{"df":1,"docs":{"124":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"’":{"df":2,"docs":{"636":{"tf":1.0},"638":{"tf":1.0}}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"676":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":4,"docs":{"455":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"516":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"553":{"tf":1.0},"554":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"711":{"tf":1.0},"728":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"u":{"df":2,"docs":{"246":{"tf":1.0},"613":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"464":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":35,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"227":{"tf":1.0},"260":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"569":{"tf":1.0},"57":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"578":{"tf":1.0},"580":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"270":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":9,"docs":{"106":{"tf":1.0},"142":{"tf":1.0},"164":{"tf":1.0},"184":{"tf":1.0},"206":{"tf":1.0},"231":{"tf":1.0},"33":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"495":{"tf":1.0}}}}}}},"df":3,"docs":{"149":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"393":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"532":{"tf":1.0},"536":{"tf":1.0},"690":{"tf":1.0},"729":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"386":{"tf":1.0},"647":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":10,"docs":{"257":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"221":{"tf":1.0},"471":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"424":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}},"df":1,"docs":{"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"609":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"517":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"417":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"588":{"tf":1.0},"599":{"tf":1.0},"731":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"722":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"139":{"tf":1.0},"161":{"tf":1.0},"181":{"tf":1.0},"203":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"497":{"tf":1.0},"61":{"tf":1.0},"82":{"tf":1.0}}}},"df":1,"docs":{"372":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"415":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"589":{"tf":1.0},"590":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"593":{"tf":1.0},"594":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"595":{"tf":1.0},"596":{"tf":1.0}}},"df":2,"docs":{"591":{"tf":1.0},"592":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"210":{"tf":1.0},"426":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"269":{"tf":1.0},"523":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":28,"docs":{"143":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"213":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"459":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"668":{"tf":1.0},"68":{"tf":1.0},"689":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"215":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"12":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"429":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"42":{"tf":1.0},"466":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"469":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"129":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"457":{"tf":1.0}}}},"t":{"df":1,"docs":{"322":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"482":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"616":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"555":{"tf":1.0},"556":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"675":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"288":{"tf":1.0},"3":{"tf":1.0},"500":{"tf":1.0}}}},"df":0,"docs":{}}},"df":8,"docs":{"110":{"tf":1.0},"188":{"tf":1.0},"235":{"tf":1.0},"535":{"tf":1.0},"550":{"tf":1.0},"566":{"tf":1.0},"582":{"tf":1.0},"89":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"p":{"a":{"df":1,"docs":{"732":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":2,"docs":{"573":{"tf":1.0},"716":{"tf":1.0}}}},"j":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"679":{"tf":1.0}}}}}}}},"df":3,"docs":{"168":{"tf":1.0},"545":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"’":{"df":1,"docs":{"629":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"27":{"tf":1.0}}}},"o":{"b":{"df":1,"docs":{"210":{"tf":1.0}}},"df":0,"docs":{}}},"k":{"df":1,"docs":{"152":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"687":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"225":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"273":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0},"687":{"tf":1.0},"710":{"tf":1.0},"733":{"tf":1.0}}}},"h":{"df":1,"docs":{"215":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"479":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"382":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":2,"docs":{"214":{"tf":1.0},"663":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"189":{"tf":1.0},"191":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"603":{"tf":1.0}}}}}},"df":6,"docs":{"245":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"275":{"tf":1.0},"655":{"tf":1.0},"696":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"w":{"df":12,"docs":{"0":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"679":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"461":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"558":{"tf":1.0}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":2,"docs":{"504":{"tf":1.0},"56":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"626":{"tf":1.0},"642":{"tf":1.0},"651":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":9,"docs":{"213":{"tf":1.0},"528":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"640":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"478":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"431":{"tf":1.0}}},"k":{"df":16,"docs":{"109":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"36":{"tf":1.0},"501":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"67":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"272":{"tf":1.0},"696":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"407":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"403":{"tf":1.0}}}}},"j":{"df":1,"docs":{"168":{"tf":1.0}}},"k":{"df":1,"docs":{"156":{"tf":1.0}}},"l":{"df":1,"docs":{"717":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"249":{"tf":1.0},"368":{"tf":1.0},"621":{"tf":1.0}}}},"w":{"df":1,"docs":{"430":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"537":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"126":{"tf":1.0},"131":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"662":{"tf":1.0}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"402":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"652":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"362":{"tf":1.0},"70":{"tf":1.0}}}},"n":{"df":1,"docs":{"410":{"tf":1.0}},"i":{"df":1,"docs":{"352":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"40":{"tf":1.0},"674":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"240":{"tf":1.0},"291":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0}}}}}}},"df":2,"docs":{"152":{"tf":1.0},"68":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"475":{"tf":1.0}},"t":{"df":2,"docs":{"194":{"tf":1.0},"661":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"212":{"tf":1.0},"579":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"100":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"148":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"58":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"676":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"646":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"633":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"518":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"369":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"489":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"1":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"438":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"687":{"tf":1.0}}}}}}}}},"p":{"df":2,"docs":{"156":{"tf":1.0},"660":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"425":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"281":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"609":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"420":{"tf":1.0}}}}},"df":3,"docs":{"168":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"491":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"481":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"396":{"tf":1.0},"622":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"282":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0}}}}},"g":{"df":3,"docs":{"172":{"tf":1.0},"605":{"tf":1.0},"698":{"tf":1.0}}},"k":{"df":1,"docs":{"172":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":7,"docs":{"542":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"669":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0}}}},"w":{"df":1,"docs":{"392":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"379":{"tf":1.0},"532":{"tf":1.0},"540":{"tf":1.0},"654":{"tf":1.0},"678":{"tf":1.0},"689":{"tf":1.0}},"p":{"a":{"d":{"df":1,"docs":{"668":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"e":{"df":3,"docs":{"574":{"tf":1.0},"718":{"tf":1.0},"90":{"tf":1.0}},"u":{"df":1,"docs":{"90":{"tf":1.0}}}},"l":{"d":{"df":1,"docs":{"441":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"597":{"tf":1.0},"598":{"tf":1.0}}}}}},"n":{"df":2,"docs":{"315":{"tf":1.0},"38":{"tf":1.0}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"221":{"tf":1.0},"52":{"tf":1.0},"744":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"212":{"tf":1.0},"734":{"tf":1.0}},"i":{"df":2,"docs":{"247":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":4,"docs":{"586":{"tf":1.4142135623730951},"587":{"tf":1.0},"719":{"tf":1.0},"90":{"tf":1.0}},"t":{"df":4,"docs":{"289":{"tf":1.0},"329":{"tf":1.0},"706":{"tf":1.0},"753":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"592":{"tf":1.0},"594":{"tf":1.0},"596":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"735":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"381":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":18,"docs":{"108":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"35":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}},"d":{"df":1,"docs":{"689":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"278":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"398":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"648":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"387":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"656":{"tf":1.0},"70":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"691":{"tf":1.0},"7":{"tf":1.0},"736":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"483":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"401":{"tf":1.0}}}},"df":0,"docs":{},"y":{"df":1,"docs":{"453":{"tf":1.0}}}},"df":1,"docs":{"660":{"tf":1.0}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"14":{"tf":1.0},"28":{"tf":1.0},"649":{"tf":1.0},"737":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"661":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.0},"675":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"488":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"460":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"519":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":45,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"219":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"291":{"tf":1.0},"33":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"530":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":27,"docs":{"232":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":1.0},"259":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"546":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"665":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"708":{"tf":1.0},"747":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"581":{"tf":1.0},"670":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"248":{"tf":1.0},"280":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"612":{"tf":1.0}}}},"df":1,"docs":{"699":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"542":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"669":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"547":{"tf":1.0},"551":{"tf":1.0},"688":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"456":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"634":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"68":{"tf":1.0}},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"568":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"523":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":2,"docs":{"6":{"tf":1.0},"738":{"tf":1.0}}}},"b":{"df":1,"docs":{"585":{"tf":1.4142135623730951}}},"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"176":{"tf":1.0}}}},"df":4,"docs":{"273":{"tf":1.0},"50":{"tf":1.0},"503":{"tf":1.0},"699":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"458":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":29,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"203":{"tf":1.0},"208":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"266":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"533":{"tf":1.0},"543":{"tf":1.0},"548":{"tf":1.0},"565":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"577":{"tf":1.0},"720":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"678":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"675":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"705":{"tf":1.0}}}},"v":{"df":1,"docs":{"663":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"556":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":1,"docs":{"172":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":19,"docs":{"143":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"185":{"tf":1.0},"189":{"tf":1.0},"194":{"tf":1.0},"198":{"tf":1.0},"223":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"439":{"tf":1.0},"668":{"tf":1.0},"689":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"733":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"409":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"435":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"a":{"df":2,"docs":{"46":{"tf":1.0},"521":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"521":{"tf":1.0}}}}}},"df":2,"docs":{"216":{"tf":1.4142135623730951},"654":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":29,"docs":{"101":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"219":{"tf":1.0},"258":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"279":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"364":{"tf":1.0}}},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"493":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":9,"docs":{"105":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.0},"230":{"tf":1.0},"446":{"tf":1.0},"63":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":4,"docs":{"40":{"tf":1.0},"447":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"567":{"tf":1.0},"630":{"tf":1.0},"635":{"tf":1.0}}}}}},"h":{"df":2,"docs":{"176":{"tf":1.0},"585":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"687":{"tf":1.0}}}}},"df":2,"docs":{"45":{"tf":1.0},"711":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"498":{"tf":1.0}}},"r":{"df":1,"docs":{"708":{"tf":1.0}}}}}},"w":{"df":1,"docs":{"413":{"tf":1.0}},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"189":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"390":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"272":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"49":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":4,"docs":{"43":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"608":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"454":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"218":{"tf":1.0},"221":{"tf":1.0},"376":{"tf":1.0},"45":{"tf":1.0},"531":{"tf":1.0},"605":{"tf":1.0},"709":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":5,"docs":{"555":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"624":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"df":20,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"215":{"tf":1.0},"462":{"tf":1.0},"564":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"265":{"tf":1.0},"268":{"tf":1.0},"523":{"tf":1.0},"605":{"tf":1.0},"667":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"749":{"tf":1.0}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"276":{"tf":1.0},"29":{"tf":1.0},"545":{"tf":1.0},"613":{"tf":1.0},"671":{"tf":1.0}}}}},"df":1,"docs":{"151":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":24,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"221":{"tf":1.0},"27":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"750":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"220":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"241":{"tf":1.0},"546":{"tf":1.0},"608":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"709":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"470":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":19,"docs":{"232":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"256":{"tf":1.0},"570":{"tf":1.0},"665":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"748":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"127":{"tf":1.0},"132":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"568":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":7,"docs":{"265":{"tf":1.0},"268":{"tf":1.0},"614":{"tf":1.0},"667":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"749":{"tf":1.0}},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"633":{"tf":1.0},"636":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"642":{"tf":1.0}}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"17":{"tf":1.0},"399":{"tf":1.0}}}}},"df":1,"docs":{"505":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"498":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"444":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"102":{"tf":1.0},"138":{"tf":1.0},"160":{"tf":1.0},"180":{"tf":1.0},"202":{"tf":1.0},"228":{"tf":1.0},"251":{"tf":1.0},"264":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"496":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"648":{"tf":1.0}}}}},"h":{"df":1,"docs":{"156":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"581":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"750":{"tf":1.0},"751":{"tf":1.0},"8":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"363":{"tf":1.0}}},"k":{"df":1,"docs":{"427":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"448":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"422":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"347":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"521":{"tf":1.0}}},"p":{"df":2,"docs":{"285":{"tf":1.0},"654":{"tf":1.0}}}},"p":{"df":1,"docs":{"656":{"tf":1.0}},"h":{"df":1,"docs":{"714":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"673":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"752":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":1,"docs":{"484":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"433":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"602":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"277":{"tf":1.0},"366":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}},"y":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"600":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":2,"docs":{"564":{"tf":1.0},"712":{"tf":1.0}}},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"563":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"419":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"509":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0}}}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"207":{"tf":1.0},"249":{"tf":1.0},"335":{"tf":1.0},"40":{"tf":1.0},"581":{"tf":1.0},"621":{"tf":1.0},"647":{"tf":1.0},"672":{"tf":1.0},"674":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"538":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"20":{"tf":1.0},"238":{"tf":1.0},"632":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"659":{"tf":1.0}}}},"df":24,"docs":{"109":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"167":{"tf":1.0},"187":{"tf":1.0},"209":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"255":{"tf":1.0},"267":{"tf":1.0},"287":{"tf":1.0},"336":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"501":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"652":{"tf":1.0},"67":{"tf":1.0},"695":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"421":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"289":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"699":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"107":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"509":{"tf":1.0},"599":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"86":{"tf":1.0}}}}}},"s":{"df":2,"docs":{"585":{"tf":1.0},"611":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"601":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"449":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"383":{"tf":1.0}}}}},"y":{"df":3,"docs":{"134":{"tf":1.0},"350":{"tf":1.0},"609":{"tf":1.0}}}},"df":1,"docs":{"588":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"451":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"477":{"tf":1.0}}}},"’":{"df":0,"docs":{},"v":{"df":1,"docs":{"211":{"tf":1.0}}}}},"h":{"df":1,"docs":{"658":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":25,"docs":{"207":{"tf":1.0},"226":{"tf":1.0},"253":{"tf":1.0},"261":{"tf":1.0},"285":{"tf":1.0},"337":{"tf":1.0},"53":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"587":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"684":{"tf":1.0},"695":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":3,"docs":{"397":{"tf":1.0},"4":{"tf":1.0},"9":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"207":{"tf":1.0},"581":{"tf":1.0}}}},"df":1,"docs":{"657":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"289":{"tf":1.0},"356":{"tf":1.0},"706":{"tf":1.0},"753":{"tf":1.0}},"r":{"df":1,"docs":{"743":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"695":{"tf":1.0}}}}}}}}},"x":{"df":2,"docs":{"189":{"tf":1.0},"191":{"tf":1.0}},"t":{"df":1,"docs":{"223":{"tf":1.0}}}},"y":{"df":4,"docs":{"218":{"tf":1.4142135623730951},"275":{"tf":1.0},"655":{"tf":1.0},"73":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"411":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"77":{"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/src/Chapter-05.md b/src/Chapter-05.md
index 9eae2de..bf429cd 100644
--- a/src/Chapter-05.md
+++ b/src/Chapter-05.md
@@ -46,6 +46,16 @@ Once Plover has been restarted, in Plover's main window, click on plover-lapwing-aio
.
+1. Press the update button.
+1. In Plover's main window, go to File → Open Config Folder
.
+1. Delete the dictionary you want to update (e.g. lapwing-base.json
)
+1. Restart Plover
+
### Setting up Lapwing manually
If you do not want to use the all-in-one plugin, please see [Appendix B](Appendix-B.md) if you wish to set up Lapwing dictionaries manually (not recommended).